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

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

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: #333333; 
margin:auto;
width:900px;
height:50px;
}
/*page d'accueil et suivantes*/
.structure {
background-color: #000000; 
margin:auto;
height:450px;
width:900px;
}

.colonnegauche 
{float: left;
background-color: #FFFFFF; 
height: 450px;
width: 80px;
}

.menu 
{float: left;
background-color: #FFFFFF;
height: 450px;
width: 520px;

}

.colonnedroite {
float: left;
background-color: #FFFFFF;
height: 450px;
width: 300px;
}

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

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

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




