@charset "iso-8859-1";

/*-------------------------- GENERALE  -------------------------*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 80px;
	color: #000000;
	font-weight:normal;
	background-color: #000000;
}

img {border:0;}

div {
	border: 0px solid ;
	}



/*-------------------------- HEADER -------------------------*/

#conteneur {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

#header {
	height: 130px;
	width: 900px;
	text-align: left;
	left: 0px;
	}
#bloc/*-------------------------- Menus -------------------------*/
 {
	width: 900px;
	float:left;
}
#navgauche {
	float: left;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#content/*-------------------------- CONTENT -------------------------*/
 {
	min-height:400px;
	width: 500px;
	margin-left: 205px;
	padding-top: 20px;
}
#navhorizontal {
	width: 500px;
	text-align: left;
	background-color: #CC9933;
}
#dutexte {
	color: #FFFFFF;
	width: 500px;
}
#info {
	width: 190px;
	float: right;
}
#dutexte h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: blink;
	text-transform: capitalize;
	color: #F3000E;
}
#dutexte h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFDB0F;
}
#dutexte h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
#dutexte h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6600;
}
#dutexte h5 {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}
#dutexte p,div#dutexte  li   {
	font-size:14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}
	#illustration {
	text-align: center;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	width: 190px;
}
#langue {
	width: 190px;
	height: 30px;
	padding-top: 10px;
}

#navhorizontal h1 {
	font-family: Courier New, Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #F3000E;
	text-decoration: blink;
	background-position: center;
}

div#content p.haut {float:right;}
div#content p.haut a:link, div#content p.haut a:active, div#content p.haut a:visited {color: #BD200F; font-weight: bold; text-decoration: none; font-size: 11px; padding: 0px 15px 0px 0px; background: url(../images/puce-haut.gif) 100% 50% no-repeat;}
div#content p.haut a:hover {color: #000;} 

div#content a.lienrouge:link, div#content a.lienrouge:active, div#content a.lienrouge:visited {color: #BD200F; font-weight: bold; text-decoration: none; background: url(../images/puce_3_rouge.gif) 0% 40% no-repeat; padding: 0px 0px 0px 25px;
}
div#content a.lienrouge:hover {background: url(../images/puce_3_rouge.gif) 4px 40% no-repeat;}
div#content .lienTxt:link, div#content .lienTxt:visited, div#content .lienTxt:active {color: #BD200F; text-decoration: underline;}
div#content a.lienTxt:hover {text-decoration: none;}

div#content ul { margin: 10px 0px 8px 30px;}
div#content li {
 list-style-image: url(../images/puce-li.gif);
 list-style-position: outside;
}
div#content .visuelL {float: left; margin: 0px 10px 10px 0px; border: 4px solid #FFDB0F;}
div#content .visuelR {float: right; margin: 0px 0px 10px 10px; border: 4px solid #FFDB0F;}



/* Gallery Styles */

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 100%; /* Set to gallery width, in px or percentage */
height: 150px; /* Set to gallery height */
}

#motioncontainer a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}

#motioncontainer a:hover img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: navy;
	border-right-color: navy;
	border-bottom-color: navy;
	border-left-color: navy;
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */


