@charset "utf-8";
/* CSS Document */

body, html {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10pt;
	color:#333333;
	background: url(/data/images/background.gif) #363C45;
}

p {
	padding:0;
	margin:0;
}

#bandeau_flash {
	margin-top:2px; /* Calage */
}

#main_site {
	position:relative;
}

#menu_gauche {
	position:relative;
}

/* Gestion des rollover du menu gauche*/
.menu {
	position:relative;
	width:230px;
	height:20px;
	background:0 0 no-repeat;
}

.menu:hover {
	position:relative;
	width:230px;
	height:20px;
	background:0 -20px no-repeat;
}

/* OVERLAY */
#overlay {
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background:#000;
	display:none;
	z-index:1000;
}

#overlay_up {
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	display:none;
	z-index:1001;
}

/* Bouton Newsletter */
#button_newsletter {
	position:absolute;
	top:233px;
	left:628px;
	width:291px;
	height:25px;
	background:url(/data/images/newsletter.jpg) no-repeat 0 0;
	z-index:20;
	cursor:pointer;
}
 
#button_newsletter:hover {
	width:291px;
	height:25px;	
	background:url(/data/images/newsletter.jpg) no-repeat 0 -25px;
}

.cadre {
	position:relative;
	width:500px;
	background:#000;
	border:#FFF 3px solid;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	margin:20px;
}

/*a:link {
	color: #A9AEB6;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #A9AEB6;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}*/

a:link { text-decoration:none; color:#E35E15; }
a:visited { text-decoration:none; color:#E35E15; }
a:hover { text-decoration:none; color:#E35E15; }
a:active { text-decoration:none; color:#E35E15; }

#actualites {
	position:relative;
	float:right;
	width:193px;
	background:#454F5A;
	margin: 0 0 20px 20px;
	padding: 20px;
}

#actualites p.titre {
	color: #E35E15;
	font-size:11px;	
}

#actualites p.description {
	color:#A9AEB6;
	font-size:11px;
}

ul, li {
	color:#A9AEB6;
	text-align:justify;
}

input, td {
 color:#A9AEB6;
 font-size:9pt;	
}

#content p {
 color:#A9AEB6;
 font-size:9pt;
 text-align:justify;
}

.clear {
	clear:both;
}

.orange {
	color:#E35E15;
}

#titre_page {
	margin-bottom:20px;
}

img.left { 
	float:left;
	margin: 10px 10px 10px 0;
}

img.right { 
	float:right;
	margin: 10px 0 10px 10px;
}

/* Formulaire de recherche */
#form_boutonrecherche input {color:#000;}

/* TABLEAU RESULTAT */
td.header {
	background:#CCC;
	padding:5px;
	border-bottom:1px solid #000;
	color:#555;
}
td.line {
	border-bottom:1px solid #000;
	color:#222;
}