*
{
	margin: 0;
	padding: 0;
	color: #002F2F;
}

html
{
	/*	
	border:1px solid blue;
	*/
}

body
{
	background-color: #E6E2AF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
	line-height: normal;
	/*
	border:1px solid red;
	*/
}



a:link 
{
	color: #A7A37E;
	text-decoration: underline;
}
a:visited 
{
	color: #A7A37E;
}
a:active 
{
	color: #046380;
}
a:hover 
{
	color: #046380;
	text-decoration: none;
}
	
	
	
div
{
	/*
	border:1px solid black;
	*/
}
	
.div_page
{
	float:middle;
	width: 85%;
	margin: auto;
	background-color: #A7A37E;
	border: 1px solid black;
	padding: 0px;
	margin-top: 50px;
}

.div_entete
{
	color: #046380;
	background-color: #A7A37E;
	font-size: 1.5em;
	text-align: center;
	padding: 15px;
}

.div_menu_gauche
{
	float: left;
	display: block;
	width: 120px;
	background-color: #A7A37E;
}

.div_menu_gauche:hover
{
	float: left;
	display: block;
	width: 120px;
	background-color: #A7A37E;
	font-weight: bold;
}

.div_contenu
{
	font-size: 0.8em;
	margin-left: 121px;
	padding: 15px;
	width: auto;
	background-color: #EFECCA;
}

.div_piedpage
{
	color: graytext;
	text-align: center;
	background-color: #EFECCA;
	padding: 10px;
}

.div_images
{
	text-align: left;
	height: auto;
}

.image
{
	width:125px;
	height:100px;
}
.image:hover
{
	width:250px;
	height:200px;
}


.menu_hierarchique_0
{
	color: #046380;
	list-style-type: none;
}
.menu_hierarchique_0 a
{
	color: #046380;
}
.menu_hierarchique_1 
{
	display:none;
	list-style-type: none;
}
.menu_hierarchique_2 
{
	display:none;
	list-style-type: none;
}
.menu_hierarchique_0:hover .menu_hierarchique_1 
{
	display:block;
	color: #046380;
	position:relative;
	top:0;
	left:10px;
	list-style-type: none;
}
.menu_hierarchique_1:hover .menu_hierarchique_2 
{
	display:block;
	color: #046380;
	position:relative;
	top:0;
	left:10px;
	list-style-type: none;
}


.News
{
}

.NewsTitre
{
	background: url(../images/citation.jpg) no-repeat left top;
	width: auto;
	padding-left: 50px; /* pour avoir le titre à côté de l'image */
}

.NewsTitreTexte
{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

.NewsTitreRubriqueDate
{
	font-size: 0.9em;
	border-top:1px dashed green;
	border-bottom:1px dashed green;
}

.NewsTitreRubrique
{
	position: absolute;
	display: block;
	color: GrayText;
}

.NewsTitreDate
{
	text-align: right;
	color: GrayText;
}

.NewsContenu
{
	width: auto; 
	margin-top: 10px;
	margin-bottom: 20px;
}



.citation
{
	margin: 0;
	padding: 7px;
	background: url(../images/citation.jpg)
}
.citation_p
{
	margin: 0px;
	padding: 5px;
	background: white;
}

.ancre_haut
{
	font-size: 0.7em;
	text-align: right;
}

.div_Envoyer
{
	text-align: right;
}
.div_Envoyer a
{
	display: block;
	width: 100px;
	line-height:100px;
	text-align: center;
	vertical-align: middle;
	background: url(../images/btn1.png) no-repeat;
	color: white;
	text-decoration: none;
}
.div_Envoyer a:hover
{
	background:url(../images/btn2.png) no-repeat;
}


.thumbs {
 height: 800px; 
 } 

.thumb {
 width:125px;
 height:100px; 
 margin:1px;
 float:left; 
 display:block;
 } 

.thumb a {
 display:block;
 }

.thumb a:hover {
 position:absolute;	
 }	 
	
/*hack pour permettre le rollover 
de gauche à droite avec mozilla*/

body>.thumb a:hover {	  
 position:relative;	 
 }	
	
.thumb a img { 
 margin:0;
 padding:0;
 width:125px;
 height:100px; 
 }

.thumb a:hover img {
 position:relative;
 left:0px;
 top:102px;
 width:500px;
 height:400px;  
 } 
