/*Design de la page principale*/

body{
	font-family: Arial,Verdana,sans-serif;
	font-size: 12pt;
}

/*=============DIV GLOBALE=================*/
#global{
	width: 1101px;
	margin: auto;    
}

/*=============DIV ENTETE===================*/
#entete{
	border: 1px solid #cccccc;
	margin:auto;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 15px;  
	font-size: 18px;
	width: 1086px;
	height: 70px;
	background-image: url('../img_design/entete.png');
	background-repeat: no-repeat;
}

/*=============DIV CONTENEUR===================*/
#contenu{
	width: 1101px; 
	border: 1px solid #cccccc; 
	padding: 8px;
	margin-bottom: 20px;
}

a{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*---------Effacement des éléments flottants-------*/
.clearer {
	clear: both; 
	max-height: 0px;
	height: 0px;
}