*{
	margin:0;
	padding:0;
}
img{
	border:2;
	color:#000000;
}

a{
	color:#000000;
	text-decoration: underline;
}

a:hover{
	color:#cfcfcf;
	text-decoration: none;
}

p{
	padding: 10px 15px 15px 25px;
}

ul{
	padding: 0px 0px 0px 50px;
	list-style-type: none;
}

.clear {
	clear: both;
}

body, html{
	font-family: "Times New Roman", Times, serif;
	font-size: 13;
	background-color: #221a14;
}


#container{
	width: 1000px;
	margin: 0 auto;
	background-color: #b9b491;
	background-image: url(../_i/fond4.jpg);
	background-repeat: repeat-y;
}

#content{
	margin: 0px;
	text-align: justify;
	
}

#header{
	height: 200px;

	background-image: url(../_i/fdh.jpg);
	background-position: center;
}

ul.menu{
	padding: 10px 0px 10px 5px;
	list-style-type: none;
	width: 200px;
	font-size: 16px;
}
ul.menu li{
	color: #221a14;
	margin: 5px 5px 20px 5px;
	list-style-position: outside;
	font-weight: bold;
	background-image: url(../_i/fd_bouton.png);
}
ul.menu li a{
	display:block;
	width:100%;
	color:#ffffff;

	font-weight: bold;
	text-decoration: none;
}
ul.menu li a:hover{
	color:#221a14;
	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 10px;
	list-style-position:outside;

}
ul.menu ul li a{
	padding: 0px 0px 0px 5px;
	display:block;
	width:150px;
	color:#ffffff;
	text-transform:none;
	
}
ul.menu ul li a:hover{
	color: #221a14;
	padding: 0px 0px 0px 20px;
	background-image: url(../_i/fd_bouton_h.png);
}

#footer{
	height:85px;
	text-align: center;
	color:#796343;
}

.titre{
	color: maroon;
	font-stretch: expanded;
	font-size: medium;
	margin: 15px 0px 0px 0px;
}
.colonnesG{
	width: 345px;
	height: 530px;
	margin: 0px 0px 0px 0px;
	float:left;
	background-image: url(../_i/fdm2.jpg);
	background-repeat: no-repeat;
	
}

.colonneM{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	width:620px;
	text-align: justify;
}

/* 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: 300px;
	float: left;
}

/* Pour l'affichage du menu en bas de page */
.MenuBas{
	width: 1000px;
	text-align: center;
	background-color: #111132;
	font-size: 16px;
	color: #ffffff;
}
.MenuBas a{
	background-color: #111132;
	color:#ffffff;
}
.MenuBas a:hover{
	color: #00017d;
	background-color: #e7f0f1;
	text-decoration: none;
}

#largeImg {
	border: solid 4px #000000;
	width: 400px;
	height: 300px;
	padding: 2px;
}
.thumbs img {
	border: solid 2px #000000;
	width: 80px;
	height: 80px;
	padding: 1px;
}
.thumbs img:hover {
	border-color: #221a14;
}

#largeImg2 {
	border: solid 4px #000000;
	width: 300px;
	height: 400px;
	padding: 2px;
}
.thumbs2 img {
	border: solid 2px #000000;
	width: 80px;
	height: 80px;
	padding: 1px;
}
.thumbs2 img:hover {
	border-color: #221a14;
}

h1{
	margin: 15px 10px 5px 15px;
	color: #06272c;
	font-weight: bold;
	text-align: left;
	font-size: 21px;
}
h2{
	margin: 15px 10px 5px 15px;
	color: #341d2d;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
}
h3{
	margin: 5px 5px 0px 55px;
	color: #341d2d;
	font-weight: bold;
	text-align: left;
	font-size: 16px;
}
.blocimgL{
	width : 200px;
	float: left;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.blocimgR{
	width : 150px;
	float: right;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#slider {
	width: 305px; /* important to be same as image width */
	height: 304px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-left: 200px;
}


#sliderContent {
    width: 305px; /* 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: 304px;
    background-color: #3a3aea;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}
.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;
}

