html
{	overflow: scroll;
}

body
{	margin: 0px;
	padding: 0px;
	background-color: #402C31;
	text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Arial, Verdana;
	font-size: 12px;
	color: black;
} 

a {font-size: 12px; color: black;  font-weight: bold;}

a:hover {font-size: 12px; color: #402C31; text-decoration: none; font-weight: bold;}

#page
{	width: 1008px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: white;
}

/* Bandeau */
#header
{	float: left;
	width: 1008px;
	color: white;
	height: 170px;
	background-repeat: no-repeat;
	background-color: #402C31;
}

#logo
{	float: left;
	width: 110px;
	height: 170px;
}

#language
{	float: left;
	position: relative;
	top: 5px;
	left: 730px;
}

#language a
{	color: white;
}			   

#language a:hover
{	color: #FE850C;
	text-decoration: underline;
}

#recherche
{	display: none;
	float: left;
	position: relative;
	left: 520px;
	top: 130px;	 
	width: 270px;
	height: 20px;
	font-family: Times New Roman;
	font-size: 16px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}					  

#form_recherche
{	float: left;
	width: 270px;
	height: 20px;
}

/* Menu */
#menu
{	width: 1008px;	   
	line-height: 24px;
	background-color: #402C31;
	color: white;
	text-align: center;
}

#menu a
{	color: white;
	text-decoration: none;
	padding: 5px;
}		  

#menu a:hover
{	color: #402C31;
	text-decoration: none;
	padding: 5px;
}		  

/* Contenu de la page */ 
#page_content
{	clear: both;
}

#content 
{	float: left;
	width: 618px;
	_width: 650px;
	height: 100%;
	min-height: 600px;
	background-color: white;
	font-family: Arial, Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 20px; 
}

#content td
{	font-family: Arial, Verdana;
	font-size: 12px;
}

#accueil_diaporama
{	float: left;
}		 

.accueil
{	font-family: Arial, Verdana;
	font-size: 12px;
	padding: 10px;
} 

.accueil a
{	color: black;
}

.accueil a:hover
{	color: white;
}


/* Colonne de droite */
#rightcol
{ 	float: right;
/*	position: absolute;
	top: 202px;
	width: 325px;
*/
}

#news
{	background-color: #402C31;
	padding-top: 10px;
	padding-bottom: 10px;
}

.news_puce
{	font-family: Arial, Verdana;
	font-size: 26px;
	font-weight: bold;
	color: #FE850C;
	line-height: 12px;
}

.news_titre
{	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FE850C;
} 

.news_texte
{	font-family: Arial, Verdana;
	font-size: 13px;
	color: white;
} 				 

.news_texte a
{	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: white;
} 				 

.news_texte a:hover
{	font-family: Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #CC3366;
} 				 


/* Pied de page */
#footer
{	clear: both;
	width: 1008px;
	/*width: 100%;
	padding: auto;
	text-align: center;*/
	background-color: #867C7F;
	height: 20px;
	line-height: 20px;
}
	
#footer_main
{	float: left;
	width: 990px;
	_width: 1000px;
	height: 20px;
	color: #333;
	padding-left: 5px;
	padding-right: 5px;
	/*border: 1px solid red;*/
}
				
#footer1
{	float: left;
	font-weight: bold;
}

#footer2
{	float: right;
	text-align: right;
}

#footer_main a
{	color: #333;
}

#footer_right
{	float: left;
	width: 8px;	
	height: 20px;
	background-color: #402C31;
} 




