/************************************************
*						*
*	Les styles de présentation du site.	*
*						*
************************************************/

/****************************************
	Décomposition de la page
*****************************************/
body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color:#ffffff;
}

.header 
{
	height: 100px;
	background-image:url('../images/banniere.jpg');
}

.conteneur 
{
	width: 750px;
	margin:0 auto;
	background-color:#FFFFF4;
	/*background-color:#f9fcff;*/
	border-left-color:#000066;
	border-left-width:1px;
	border-left-style:solid;
	border-bottom-color:#000066;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-right-color:#000066;
	border-right-width:1px;
	border-right-style:solid;
}

.centre 
{
	background-color:#FFFFF4;
	margin-left: 150px;
	border-left-color:#000066;
	border-left-width:1px;
	border-left-style:solid;
	padding:6px;
	text-align:justify;
}

.gauche 
{
	float:left;
	width: 150px;
	background-color:#FFFFF4;
	/*background-color:#f9fcff;*/
	border-right-color:#000066;
	border-right-width:1px;
	border-right-style:solid;
}

.pied 
{
	height: 40px;
	background-color:#FFFFFF;
	text-align:center;
	color:#555555;
	padding-top:10px;
	font-size:0.8em;
}

/****************************************
	Menu de gauche
*****************************************/
.titre_gauche
{
	width:100%;
	height:20px;
	/*background-color:#CCE1FF;*/
	background-color:#000099;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

.liens_gauche
{
	color:#000066;
	padding-left:4px;
	padding-top:2px;
	padding-bottom:2px;
}


/****************************************
	Menu du haut
*****************************************/
.menu_haut
{
	width:100%;
	height:20px;
	background-color:#000066;
	color:#FFFFFF;
	text-align:center;
}

/****************************************
	Liens
*****************************************/
a:hover
{
 	text-decoration:underline;
}

a
{
 	text-decoration:none;
	color:#000066;
}

a.menu_haut:hover
{
 	text-decoration:underline;
}

a.menu_haut
{
 	text-decoration:none;
}

/****************************************
	Centre
*****************************************/
.titre_centre
{
	color:#000066;
	font-size:1.1em;
	font-weight:bold;	
}

.sous_titre_centre
{
	color:#000066;
	font-weight:bold;	
}






