html
{	overflow: scroll;
}

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

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

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

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

/* Bandeau */
#header
{	float: left;
	width: 1000px;
	/*background-color: #668dc6;
	font-size: 50px;*/
	color: white;
	height: 233px;
	background-image: url(../pictures/bandeau.jpg);
	background-repeat: no-repeat;
	background-color: white;
}

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

#recherche
{	position: relative;
	left: 820px;
	top: -90px;	 
	width: 180px;
	height: 20px;
	font-family: Arial, Verdana;
	font-size: 12px;
	color:white;
	font-weight: bold;
}					  

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

/* Colonne de gauche */
#leftcol
{	width: 150px;
	height: 700px;
	background-color: #472A14;
	 
}

#copyright
{	font-family: Arial, Verdana;
	color: #CCC;
	font-size: 12px;
	padding: 5px;
	line-height: 15px;
}

#copyright a
{	color: #D9A027;
	font-weight: bold; 
	text-decoration: none;
}

#copyright a:hover
{	color: #000;
}
			 
/* Contenu de la page */ 
#page_content
{	clear: both;
}

#content
{	clear: both;
	width: 660px;
	_width: 700px;
	height: 100%;
	min-height: 600px;
	background-color: white;
	font-family: Arial, Verdana;
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
}

/* Colonne de droite */
#rightcol
{	width: 150px;
} 

.scroller
{	font-family: Arial, Verdana;
	font-size: 11px;
	color: black;
	line-height: 11px;
}

.scroller a
{	font-family: Arial, Verdana;
	font-size: 11px;
	color: #472A14; 
	line-height: 11px;
}

.scroller a:hover
{	font-family: Arial, Verdana;
	font-size: 11px;
	color: #D9A027;
	line-height: 11px;
}

/* Pied de page */
#footer
{	clear: both;
	/*width: 100%;
	padding: auto;*/
	text-align: center;
	background-color: #668dc6;
	/*font-size: 50px;*/
	color: white;
	height: 20px;
	line-height: 20px;
}






