*{
	margin:0;
	padding:0;
}
img{
	border:2px;
	border-color: #e65012;	
}

a{
	color:#000000;
	text-decoration: underline;
}

a:hover{
	color:#cfcfcf;
	text-decoration: none;
}

p{
	padding: 15px 25px 0px 25px;
}

ul{
	padding: 0px 0px 0px 30px;
	list-style-type: none;
}

.clear {
	clear: both;
}

body, html{
	font-family: "Times New Roman", Times, serif;
	font-size: 13;
	background-color: #99ffcc;
}


#container{
	width: 1000px;
	margin: 0 auto;
	background-color: #faf2b0;
	
}

#content{
	margin: 0px;
	text-align: justify;
}

#header{
	height: 100px;
	background-color: #050967;
	background-image: url(../i/fdh.jpg);
	background-repeat: no-repeat;
}
.colonneGheader{
	margin:0px 0px 0px 0px;
	width: 150px;
	height: 175px;
	float:left;
	background-image: url(../i/haut1.jpg);
	background-repeat: repeat-x;
	background-color: #050967;
	color: #e75012;
}
.colonneMheader{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 30px;
	width:570px;
		background-image: url(../i/haut2.jpg);
	background-repeat: repeat-x;
	height: 165px;
	background-color: #050967;
}
.colonneRheader{
	margin:0px 0px 0px 0px;
	width: 250px;
	height: 175px;
	float:right;
	background-color: #050967;
		background-image: url(../i/haut3.jpg);
	background-repeat: repeat-x;
	color: #e75012;
}
#header ul{
	color: #A5B43D;
	float: right;
	width: 480px;
	left: 400px;
		right: 400px;
	text-align: center;
	position: relative;

}
ul.menu{
	padding: 10px 0px 10px 5px;
	list-style-type: none;
	width: 190px;
	font-size: 16px;
	color:#e75012;
	font-weight: bold;
}
ul.menu li{
	color: #221a14;
	margin: 5px 5px 20px 5px;
	list-style-position: outside;
	font-weight: bold;
	background-image: url(../i/fd_bouton.png);
	color:#faf2b0;
}
ul.menu li a{
	display:block;
	width:100%;
	color:#e75012;

	font-weight: bold;
	text-decoration: none;
}
ul.menu li a:hover{
	color:#faf2b0;
	background-image: url(../i/fd_bouton_h.png);
}
ul.menu ul{
	list-style-type: none;	
	padding: 0px 0px 0px 10px;
}
ul.menu ul li
{
	margin:0px;
	padding: 0px 0px 0px 5px;
	list-style-position:outside;
}
ul.menu ul li a{
	padding: 0px 0px 0px 10px;
	display:block;
	width:155px;
	color:#e65012;
	text-transform:none;
	text-decoration: none;
	font-weight: bold;
	
}
ul.menu ul li a:hover{
	color: #050967;
	text-decoration: none;
	background: #faf2b0;
	padding: 0px 0px 0px 10px;
}

#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;
	background-color: #050967;
	background-image: url(../i/fdg.jpg);
}

.colonneM{
	float:left;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	width:550px;

	background-color: #faf2b0;
	background-image: url(../i/fond.jpg);
	background-repeat: repeat-y;
}
.colonnesD{
	width: 200px;
	height: 700px;
	padding: 0px 0px 0px 0px;
	float:right;
	background-color: #faf2b0;
}

h1{
	margin: 20px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	font-size: 19px;
	color:#050967;
}
h2{
	margin: 10px 0px 10px 30px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	color:#e65012;
}
h3{
	margin: 10px 0px 20px 80px;
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	color:#e65012;
}
.titrecolonne{
	margin: 20px 0px 10px 30px;
	padding: 0px 0px 0px 0px;
	font-size: 18px;
	color:#e65012;
	font-weight: bold;
}

/* Pour l'affichage de la page contact */

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;
}

.MenuContact {
	width: 400px;
	float: left;
}
div.galerieItem{
	margin:0px 10px 10px 15px;
	padding :0;
	float:left;
	text-align:center;
	width:250px;
}

div.galerieItem h2{
	margin:0px 0px 5px 0px;
	padding :0;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#000000;
}

div.galerieItem img{
	border : 3px solid #df7b2a;
	padding :2px;
	margin:1px;
}

div.galerieItem img:hover{
	border : 3px solid #54442b;
	padding :2px;
	margin:1px;
}

