*{
	margin:0;
	padding:0;
}

body, html{
	font-family: "Times New Roman", Times, serif;
	font-size: 13;
	background-color: #a83f10;
}
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: #ffff00;
	}

#header{
	height: 200px;
	background-color: #A83f10;
	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: #211505;
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:#ffff00;
	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: #a83f10;
	background-color: #ffff00;
}
#footer{
	height:85px;
	text-align: center;
}

.titre{
	color: maroon;
	font-stretch: expanded;
	font-size: medium;
	margin: 15px 0px 0px 0px;
}
.colonnesG{
	width: 150px;
	float:left;
}
.colonnesD{
	width: 150px;
	float:right;
}
.colonneM{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	width:680px;
	text-align: justify;
}
.colonneL{
	float:left;
	width:210px;
	text-align: left;
	margin: 30px 0px 0px 80px;
}
.colonneR{
	float:right;
	width:280px;
	text-align: left;
	margin: 30px 50px 0px 0px;
}
h1{
	margin: 0px 10px 5px 5px;
	padding: 0px 10px 0px 5px;
	color: #a83f10;
	font-weight: bold;
	text-align: left;
	font-size: 19px;
}
h2{
	margin: 0px 10px 5px 5px;
	padding: 0px 10px 0px 5px;
	color: ffff00;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
}
#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: 350px;
	float: left;
}
/* Pour l'affichage du menu en bas de page */
.MenuBas{
	width: 1000px;
	text-align: center;
	background-color: #211505;
	font-size: 16px;
	color: #ffff00;
}
.MenuBas a{
	background-color: #211505;
	color:#ffff00;
}
.MenuBas a:hover{
	color: #a83f10;
	background-color: #ffff00;
	text-decoration: none;
}
