@charset "utf-8";
/* CSS Document */
.html, body {
	background-color: #000000;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	/*line-height:1.3em; désactivé car fait bugger le menu
	/*text-align: center;*/
}
.alerte {
	color: #9A0500;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 10px;
	border: 1px solid #000;
}


.page {
	float: left;
	margin-top: 0 px;
	padding-top: 0 px;
	background-color: #FFFFFF;
	margin-left: 0 px;
	margin-right: 0 px;
	width:800px;
	text-align: center;
}

.flash {
	width: 800px;
	margin-top: 0 px;
	padding-top: 0 px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contenu {
	width: 800px; /* change la marge externe de la balise contenu */
	/*text-align: left;  on rétablit l'alignement normal du texte */
	/*margin-left: 190px;*/
	background-color:#FFFFFF;
	/*filet */	
	padding-left: 0px;
	margin-top: 0px;
	/*margin-bottom: 20px;*/
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:#990000;
	display: block;
	position: inherit;
/*fin filet */	
}

.position_visiteur a, .position_visiteur a:hover {
	text-align: left;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color:#666666;
	text-decoration:none;
	
}

.titre_rubrique {
	text-align: left;
	font-size : 15px;
	font-weight:bold;
	/*padding-top: 10px;
	margin-top: 10px;*/
	color:#990000;
	padding-bottom:5px;
	/*border-bottom: 1px solid #000000;*/
	margin-right: 20px;
	margin-top: 10px;
	border-bottom: 1px solid #000000;
}

.titre_news {
	text-align: left;
	font-size : 13px;
	font-weight:bold;
	padding: 0px;
	/*margin-left: 80px;*/
	margin-top: 10px;
	color:#990000;
	padding-bottom:10px;
	margin-right: 20px;
}

.numero_page a {
	text-decoration:none;
	text-align: left;
	font-size : 10px;
	font-weight:bold;
	padding: 0px;
	/*margin-left: 80px;*/
	margin-top: 0px;
	color:#E3A514;
	margin-right: 0px;
}



.titre_sommaire, a, a:hover {
	text-decoration:none;
	
	text-align: left;
	font-size : 11px;
	font-weight:bold;
	padding: 0px;
	/*margin-left: 80px;*/
	margin-top: 0px;
	color:#E3A514;
	margin-right: 0px;
}

.sous_titre_sommaire {
	border-bottom-style: solid;
	border-color: #E3A514;
	text-align: left;
	font-size : 11px;
	margin-left: 5px;
	border-bottom-width: 1px;
}

.titre_sommaire_ON {
	text-align: left;
	font-size : 11px;
	font-weight:bold;
	padding: 0px;
	/*margin-left: 80px;*/
	margin-top: 0px;
	color:#9A0500;
	margin-right: 0px;
}

.contenu_news {
	text-align:justify;
	font-size : 11px;
	padding: 0px;
	margin-top: -5px;
	color:#333333;
	padding-bottom:10px;
	margin-right: 20px;
}


.titre_contact_news {
	font-weight: bold; 
}

.contact_news, .titre_contact_news, .plus {
	text-align:right;
	font-size : 10px;
	padding: 0px;
	margin-top: -5px;
	color:#333333;
	padding-bottom:10px;
	margin-right: 20px;
}

.plus {
	background-image:url(img/plus.jpg);
	background-repeat: no-repeat;
	background-position: 300px -2px;
	color: #666666;
	font-size: xx-small;
	font-weight: bold;
}

.filet
{
padding-left: 10px;
text-align: left;
border-left-width: 1px;
border-left-style: solid;
border-left-color:#333333;
display: block;
}

.champ_recherche {
	margin-bottom:9px;
	
	}

#copyright {
	font-size : 9px;
	color:#DD9A15;
	text-align : center;
}

/*
 MENU DEROULANT
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins 
top: 0;
left: 0;
}
#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}*/


dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position:relative;
margin: 0;
top: 0;
left: 0;
z-index:100;
border: 0 none;
}

#menu dl {
float: left;
border: 0 none;
}

#menu dt {
cursor: pointer;
border: 0 none;
top: 0;
}

#menu dd {  /* contour du menu */
position:absolute;
margin: 0px;
z-index:50;
border: 1px solid #980400;
}

#menu li { /* Fond du menu */
text-align: left;
text-size: center;
background:#E3A514;
}

#menu li a, menu dt a {
color: #000;
text-align: left;
font-size: 10px;
font-face: verdana, arial;
display: block;
background: #F4DBA1;
}


#menu li a:hover, menu dt a:hover {
	background:#E3A514;
	background-position:0px;
}



/* Scroller Box  */
#scroller_container {
 position: relative;
 width: 120px;
 height: 200px;
 overflow: hidden;
}

#scroller p {
 padding: 0;
}
.contenu_rouge {
	color: #9A0500;
}
