@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background-image:url('../images/fond.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#fff;
	margin:0px auto;
	padding:0px auto;
}
a:link, a:visited, a:active {
	color:#b4000d;
	text-decoration:none;
}
a:hover {
	color:#b4000d;
	text-decoration:underline;
}
#actif a, #actif a:hover, #actif a:focus, #actif a:active {
	background:#F00;
	color:#FFF;
	background-image:url('../images/menubackground.gif');
	background-repeat:repeat-x;
}
#nav {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#nav li {
	float:left ;
	width:70px ;
	border:0px ;
	margin-right:1px;
	color:#000;
	background:#d7d7d7;
}
#nav li a {
	display:block;
	color:#000;
	padding-top:40px;
	padding-bottom:5px;
	text-align:center;
	text-decoration:none;
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
}
#nav li a:visited {
	background:#e6e6e6;
}
#nav li a:hover, #nav li a:focus, #nav li a:active {
	background:#F00;
	color:#FFF;
	background-image:url('../images/menubackground.gif');
	background-repeat:repeat-x;
}
#listehead {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
#listehead li a {
	display:block;
	padding-top:1px;
	text-decoration:none;
}
#langue {
	text-align:right;
	padding-top:40px;
}
hr {
	height:5px;
	width:1000px;
	margin:1px auto 1px auto;
	padding:0;
	background-color:#000;
	border:0;
}
#menu {
	width:1000px;
	background-color:#FFF;
	margin:0px auto 0px auto;
	padding:0px auto;
}
#bienvenue {
	width:1000px;
	background-color:#FFF;
	margin:0px auto 0px auto;
}
#contenu {
	width:1000px;
	height:100%;
	background-color:#FFF;
	margin:0px auto 0px auto;
	background-image:url('../images/degradegris.jpg');
	background-repeat:no-repeat;
	overflow:auto;
}
#banniere {
	width:1000px;
	height:300px;
	background-color:#FFF;
	margin:0px auto 0px auto;
}
#loadarea {
	width:900px;
	height:300px;
	margin-top:1px;
	float:left;
}
#thumb {
	width:97px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
	float:right;
}
#colgauche {
	width:380px;
	margin:0px auto;
	padding:50px 10px 50px 10px;
	float:left;
}
#coldroite {
	width:545px;
	margin:0px auto;
	padding:50px 50px 50px 5px;
	float:right;
}
#foot {
	width:990px;
	height:122px;
	margin:0px auto 50px auto;
	padding:80px 10px 0px 0px;
	text-align:right;
	background-image:url('../images/foot.png');
	background-repeat:no-repeat;
}
#footxt{
	font-size:10px;
}
.foota:link, .foota:visited, .foota:active {
	color:#333;
	text-decoration:none;
}
.foota:hover {
	color:#333;
	text-decoration:underline;
}
.titre1noir {
	font-size:12px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	margin-left:10px;
}
.titre1red {
	font-size:12px;
	font-weight:bold;
	color:#b4000d;
	text-transform:uppercase;
	margin-right:10px;
}
.titre2gris {
	font-size:16px;
	font-weight:bold;
	color:#666;
}
.titre2red {
	font-size:16px;
	font-weight:bold;
	color:#b4000d;
	text-transform:uppercase;
	margin-right:10px;
}
.titre2black {
	font-size:16px;
	font-weight:bold;
	color:black;
	text-transform:uppercase;
	margin-left:10px;
}
.gris {
	color:#333;
}
.red {
	color:#db0000;
}
h1 {
	font-size:12px;
}
h2 {
	font-size:12px;
	color:#006dcf;
}