html
{	overflow: scroll;
}

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

a {font-size: 12px; color:#990000; text-decoration: none}

a:hover {font-size: 12px; color:red}

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

/* Bandeau */
#header
{	width: 1008px;
	/*background-color: #668dc6;
	font-size: 50px;*/
	color: white;
	height: 179px;
	background-image: url(../pictures/bandeau.jpg);
}

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

#img_bandeau
{	position: relative;
	float: left;
	top: 5px;
	left: 5px;
	width: 100px;
	height: 90px;
	text-align: center;
	padding-bottom: 3px;
	background-color: #FFF;
}

#recherche
{	display: none;
	position: relative;
	float: left;
	left: 615px;
	top: 30px;	 
	width: 180px;
	height: 20px;
	color:white;
	font-weight: bold;
}					  

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

			 
/* Contenu de la page */
#content
{	clear: both; 
	width: 580px;
	_width: 580px;
	min-height: 400px;
	_height: 600px;
	padding: 10px;
	background-color: #FFFDDF;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
}

/* Accueil */
#accueil_diaporama
{	width: 537px;
	height: 340px;			
	_height: 375px;
	margin-top: 15px;	  
	padding-top: 35px;
	padding-left: 45px;
	background: url(../pictures/accueil_diaporama.jpg) no-repeat;
}

#accueil_news
{	width: 355px;
	height: 227px;
	background: url(../pictures/actualites.jpg) no-repeat;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 120px;
	padding-top: 100px;
	padding-left: 40px;
	line-height: 12px;
}

/* Livre d'or */
#livre_or
{	width: 600px;
	height: 500px; 
	padding: 30px 50px 50px 50px;
	background: url(../pictures/livre_or.jpg) no-repeat;
}

/* Colonne de gauche */
#left
{	position: relative;
	top: -10px;
	width: 200px;
	height: 700px;
	background: url(../pictures/menu.jpg) no-repeat 5px 0px;
}

/* Colonne de droite */
#right
{	float: left;
	width: 160px; 
	padding: 20px;
}

.right_affiche
{	margin-top: 30px;
}


/* Pied de page */
#footer
{	clear: both;
	float: left;
	width: 968px;
	_width: 1008px;
	padding-right: 40px;
	background-image: url(../pictures/footer.jpg);
	/*font-size: 50px;*/
	color: #FFF193;
	height: 48px;
	line-height: 35px;
	font-weight: bold;
	text-align: right;
}

#footer a
{	color: #FFF193;
}

#footer a:hover
{	color: red;
}



