*{
	margin:0;
	padding:0;
}

body, html{
	font-family: "Times New Roman", Times, serif;
	font-size: 13;
	background-color: #2b364d;
}
img{
	border:0;
}

a{
	color:#000000;
	text-decoration: underline;
}
a:hover{
	color:#cfcfcf;
	text-decoration: none;
}
ul{
	padding: 0px 0px 0px 30px;
	list-style-type: none;
}


#container{
	width: 1000px;
	margin: 0 auto;
	background-color: #d6eefe;
	background-image: url(../_i/fond.jpg);
	background-repeat: repeat-y;
	}

#header{
	height: 200px;
	background-color: #1f5591;
	background-image: url(../_i/fdh.jpg);
	background-position: center;
}

div#menu{
margin:0;
padding:0;
text-align: center;
background-image: url(../_i/fdm.jpg);
background-repeat: repeat-x;
background-color: #110f39;
height:23px;
}

div#menu ul li{
	margin:0;
	padding:0;
	display:inline;
	height:23px;
}
div#menu ul li a{
	margin:0;
	padding:3px 12px 3px 12px;
	display:inline;
	color:#d6eefe;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
}
div#menu ul li a:hover{
	margin: 0;
	padding: 1px 12px 3px 12px;
	text-decoration: none;
	color: #110f39;
	background-color: #d6eefe;
	background-repeat: repeat-x;
}
#footer{
	height:85px;
	text-align: center;
}

.titre{
	color: maroon;
	font-stretch: expanded;
	font-size: medium;
	margin: 15px 0px 0px 0px;
}
.colonnesG{
	width: 200px;
	float:left;
}

.colonneM{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	width:780px;
	text-align: justify;
}

#content{
	margin: 0px;
	text-align: justify;
}

input, textarea{
	border: 1px solid #000000;
	border-bottom: 2px solid #000000;
	width:300px;
}

textarea{
	width:300px;
	height:250px;
}

.btValid{
	background-color:#cfcfcf;
	color:#000000;
	font-weight:bold;
	width:125px;
}

.msgError{
	color:#ff0000;
	font-weight:bold;
}

.pageInfos{
	text-align:justify;
	margin: 0px 0px 15px 0px;
}
.pageTitre{
	color:#663300;
	font-size:15px;
	font-weight:bold;
	margin: 0px 0px 5px 0px;
	border-bottom: 2px dashed #663300;
}

p{
	padding: 10px 25px 0px 25px;
}


.clear {
	clear: both;
}

.MenuContact {
	width: 400px;
	float: left;
}
/* Pour l'affichage du menu en bas de page */
.MenuBas{
	width: 1000px;
	text-align: center;
	background-color: #110f39;
	font-size: 16px;
	color: #d6eefe;
}
.MenuBas a{
	background-color: #110f39;
	color:#d6eefe;
}
.MenuBas a:hover{
	color: #1f5591;
	background-color: #110f39;
	text-decoration: none;
}
.blocimgR{
	width : 250px;
	float: right;
	padding: 25px 0px 0px 20px;
}
.blocimgplans{
	width : 400px;
	float: left;
	padding: 0px 0px 0px 10px;
}
