/* CSS Document */
/* couleurs utilisées dans la charte graphique du logo: bleu=#53628B*/

body 
{font-family: Arial, Helvetica, sans-serif;
background-color: #333366; }

a: link {text-decoration : none;font-weight: bold;color: #FFFFFF;}
a: visited {text-decoration : none;font-weight: bold;color: #FFFFFF;}
a: active {text-decoration : none;font-weight: bold;color: #FFFFFF;}

#head {text-align:center;}	
#navigation {text-align:center;}	

#pied {text-align:center;}	

.h1 {font-size: 14px;font-style: normal;font-weight: bolder;}
.h2 {font-size: 16px;font-style: oblique;font-weight: bold;}
.h3 {font-size: 14px;text-decoration: underline;}
/*haut du site*/
.structurehaut{
background-color: #333366; 
margin:auto;
width:900px;
height:150px;
}
.bannière{
	float:none;
	margin:auto;
	width:900px;
	height:120px;
	background-image: url(banniere2.jpg);	
}

.navigation{
float:none;
background-color: #333366; 
margin:auto;
width:900px;
height:30px;
}

/*page d'accueil et suivantes*/
.structure {
background-color: #333366; 
margin:auto;
width:900px;
height:400px;}

.colonnegauche 
{float: left;
background-color: #333366; 
margin-right: 5px;
height: 400px;
width: 150px;}

.texte 
{float: left;
height: 400px;
width: 590px;
background-image: url(fondtexte.jpg);
}

.colonnedroite {
float: left;
background-color: #333366;
margin-left: 5px;
height:400px;
width: 150px;}

/*bas du site*/
.structurebas {
background-color: #333366; 
margin:auto;
width:900px;
height:30px;}

.navigationbas {
	float:none;
	background-color: #333366;
	margin:auto;
	width:900px;
	height:20px;
	color: #FFFFFF;
}

.notebasdepage{
float:none;
background-color: #333366; 
margin:auto;
width:900px;
height:10px;
color: #FFFFFF;
}



