*{
	margin:0;
	padding:0;
}
img{
	border:0;
}

a{
	color:#000000;
	text-decoration: underline;
}

a:hover{
	color:#cfcfcf;
	text-decoration: none;
}

p{
	margin: 10px 0px 15px 0px;
	padding: 10px 15px 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: 25;
	background-color: #000000;
}


#container{
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../_i/fond2.jpg);
	background-repeat: repeat-y;
	
}

#content{
	margin: 0px;
	text-align: justify;
		font-size: 25;
}

#header{
	height: 245px;
	background-color: #2a354c;
	background-image: url(../_i/fdh3.jpg);
	background-position: center;
}

ul.menu{
	padding: 10px 0px 10px 5px;
	list-style-type: none;
	width: 200px;
	font-size: 18px;
}
ul.menu li{
	color: #ffffff;
	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:#000000;

	font-weight: bold;
	text-decoration: none;
}
ul.menu li a:hover{
	color:#ffffff;
	background-image: url(../_i/fd_bouton_h.png);
	background: #000000;
}
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:147px;
	color:#000000;
	text-transform:none;
	font-weight: normal;
	text-decoration: none;
	
}
ul.menu ul li a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background: #000000;
	padding: 0px 0px 0px 20px;
}

#footer{
	height:85px;
	text-align: center;
	color: #fe0202;
}

.titre{
	color: maroon;
	font-stretch: expanded;
	font-size: medium;
	margin: 15px 0px 0px 0px;
}
.colonnesG{
	width: 220px;
	float:left;
	padding: 80px 0px 0px 0px;
	background-image: url(../_i/fdg2.jpg);
	background-color: #fe0202;
	background-repeat: no-repeat;
}

.colonneM{
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 10px;
	width:750px;
	text-align: justify;
	color: #fe0202;
	font-size: 25;
}

/* 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;
}

/* Pour l'affichage du menu en bas de page */
.MenuBas{
	width: 1000px;
	text-align: center;
	background-color: #fe0202;
	font-size: 16px;
	color: #fe0202;
}
.MenuBas a{
	background-color: #111132;
	color:#fe0202;
}
.MenuBas a:hover{
	color: #00017d;
	background-color: #e7f0f1;
	text-decoration: none;
}
h1{
	margin: 15px 10px 5px 15px;
	color: #fe0202;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
}
h2{
	margin: 15px 0px 15px 25px;
	color: #fe0202;
	font-weight: bold;
	text-align: left;
	font-size: 20px;
}
h3{
	margin: 10px 0px 15px 0px;
	padding: 10px 15px 0px 25px;
	font-size: 16px;
}
.blocimgL{
	width : 350px;
	float: left;
	padding: 10px 0px 0px 30px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
}
.blocimgR{
	width : 350px;
	float: right;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
#slider {
	width: 305px; /* important to be same as image width */
	height: 250px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-left: 0px;
}


#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: #fe0202;
    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;
}

