*{
	margin:0;
	padding:0;
}
body {
	background:url(../images/filet-dom.gif);
	background-repeat: repeat-x;
	background-color:#6fb3cd;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
}
#conteneur {
	position: relative;
	width: 780px;
	margin: 10px auto;
	background-color:#FFF;
}
#top-menu{
	height: 34px;
	width:780px;
	background:#FFF;
}
#top-img{
	height: 250px;
	width:780px;
}
#col1{
     float:left;
     width:169px;
	 height:395px;
	 margin-top:10px;
	 border-left:solid 1px;
	 border-right:solid 1px;
	 border-bottom:solid 2px;
	 border-color:#e2e2e4;
	 background-color:#e9eaeb;
}
#col1 div.agenda{
	height:352px;
	overflow:auto;	
}
#col2{
     float:left;
     width:433px;
	 min-height:395px;
	 margin-top:10px;
	 margin-left:1px;
	 border-left:solid 1px;
	 border-right:solid 1px;
	 border-bottom:solid 1px;
	 border-color:#cdcdcd;
	 background-color:#dfe1e2;
}
#col3{
     float:right;
     width:169px;
	 min-height:395px;
	 margin-top:10px;
	 margin-left:1px;
	 border-left:solid 1px;
	 border-right:solid 1px;
	 border-bottom:solid 1px;
	 border-color:#e2e2e4;
	 background-color:#e9eaeb;
	}
#foot {
	background:url(../images/foot-demenagement-outre-mer.jpg) no-repeat;
	height:76px;
	width:780px;
}
#foot a{
	font-size: 10px;
	color:#3eb4dc;
	text-decoration:underline;
}
.finfloat{
	clear:both;
}
p.col1 {
	padding:12px 5px 12px 5px;
	text-align:justify;
	color:#000;
	font-size:10px;
}
div.col2c {
	padding:5px 5px 5px 5px;
	text-align:left;
}
div.col2c img{
	margin:3px;
}
div.liens {
	height:100px;
	padding:5px 5px 5px 5px;
	text-align:left;
	overflow:auto;
}
p.col3 {
	padding:5px 5px 5px 5px;
	color:#000;
	font-size:10px;
}
p.foot {
	text-align:center;
	padding-top:15px;
	font-size:10px;
	color:#3eb4dc;
	}
.puce {
	padding-right:5px;
	}

.date-news {color:#3eb4dc;}
p.txt-actu { padding:5px 5px 5px 5px ;}
/*Textes*/
a:link,
a:active,
a:visited {
	text-decoration: underline;
	color:#666;
} 
a:hover{
	text-decoration: none;
}
ul,
ol{
	padding: 0 0 10px 15px;
	margin:0;
}
ul li{
	list-style-type: disc;
	list-style-position: inside;
	/*background:url(../...) left no-repeat ;*/
}
ol li{
	list-style-type: decimal;
	list-style-position: inside;
}


#realisation{
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
}
#realisation a{
	color:#666;
	text-decoration:underline;
}
/* Formulaires */
.chps {
	padding: 1px;
	background-color: #FFF;
	border: 1px #d3d2d2 solid;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
}
.bouton{
	padding:15px 100px;
}
.erreur{
	color:#F00;
	font-weight: bold;
	padding:5px 15px;
}
.confirm{
	color:#1166BB;
	font-weight: bold;
	padding:5px 15px;
}
#message {
border:none;
padding:15px 100px;
}
#coordonnees{
border:none;
padding:15px 100px;
}
.txt-mail{
	text-decoration:underline;
	color:#FF0000;

}

/* Hack IE-win */
* html #col1 {
	height:395px;
}
* html #col2 {
	height:395px;
}
* html #col3 {
	height:395px;
}

/* Fin hack */