*{
	margin:0;
	padding:0;
}

body, html{
	font-family: "Times New Roman", Times, serif;
	font-size: 13;
	background-color: #2b364d;

}
img{
	border:0;
}

.clear{
	clear:both;
}

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: #ffffff;
	background-image: url(../_i/fd.gif);
	background-repeat: repeat-x;
	}

#header{
	height: 200px;
	background-color: #2a354c;
	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: #f4aa24;
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:#000000;
	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: #ffffff;
	background-color: #2a354c;
	background-repeat: repeat-x;
}
#footer{
	height:45px;
	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;
}
.blocimgR1{
	float:right;
	width: 170px;
	padding :10px 0px 10px 15px;
}
.blocimgR{
	float: right;
	width:230px;
	padding :10px 0px 10px 15px;
}

h1{
	font-size: 18px;
	color: #8e0606;
	margin: 5px 0px 5px 10px;
}

h2{
	color: #032228;
	font-weight: bold;
	text-align: left;
	font-size: 17px;
	margin: 35px 0px 5px 10px;
}

h3{
	margin: 15px 0px 5px 0px;
	padding: 0px;
	color: #5b0000;
	font-weight:bold;
	font-size:17px;
}
h4{
	margin: 5px 0px 15px 0px;
	padding: 0px;
	color: #ffffff;
	font-weight:bold;
	font-size:15px;
	text-align : center;
}


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;
}
#slider {
	width: 700px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-left: 50px;
}


#sliderContent {
    width: 400px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 8px;
    width: 384px;
    background-color: #8f5e50;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}

h2 em {
	font: normal 80%/100% Arial, Helvetica, sans-serif;
	color: #999999;
}
#largeImg {
	border: solid 1px #ccc;
	width: 550px;
	height: 400px;
	padding: 5px;
}
.thumbs img {
	border: solid 1px #ccc;
	width: 100px;
	height: 100px;
	padding: 4px;
}
.thumbs img:hover {
	border-color: #FF9900;
}
.MenuContact {
	width: 400px;
	float: left;
}
/* Pour l'affichage du menu en bas de page */
.MenuBas{
	width: 1000px;
	text-align: center;
	background-color: #f4aa24;
	font-size: 16px;
	color: #2a354c;
}
.MenuBas a{
	background-color: #f4aa24;
	color:#2a354c;
}
.MenuBas a:hover{
	color: #f4aa24;
	background-color: #2a354c;
	text-decoration: none;
}
