@charset "UTF-8";
/* CSS by Maud Le Cozannet 2008 */

* { 

	padding: 0;
	
	border: none;
	
}

body{

	font-size: 11px;

	line-height: 1.6em;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

/* Conteneur principal */

#conteneur_principal { 

	margin: 0 auto; /* alignement au centre pour les navigateurs standards */
	
	position: relative;
	
	width: 693px;
	
	padding-top: 80px;

}

#header { 

	background:#7298ab;
	
	height: 80px; 
	
	width: 687px;
}


#titre { 

	background:#7298ab;
	
	padding-top: 30px;
	
	padding-left: 10px;
}


#navigation_principale { 

	background:#7298ab; 
	
	padding-top: 19px; 
	
	padding-right:10px; 
	
	float:right;
}



#centre {

	width: 687px;
	padding-top:20px;

}

#centre_accueil {

	margin-top: 20px;
	
	font-size: 12px;
	
	color:#999999;
	
	width: 685px;
	
	height: 448px;
	
	border: 1px solid #cccccc;

}

 #centre_accueil img {
	
	text-align: center;
	
	vertical-align: middle;
}


#centre_bio {

	margin-top: 20px;
	
	padding-top: 40px;
	
	padding-bottom: 50px;
	
	font-size: 12px;
	
	color:#999999;
	
	background-image: url(image/fond.jpg);
	
	width: 625px;
	
	border: 1px solid #cccccc;
	padding-left: 30px;
	padding-right: 30px;
	background-repeat: no-repeat;
	
}

.bio a {

	font-size: 13px;
	
	color:#7298ab;
	
	font-weight: bold;
	
	text-decoration: underline;
	
}

.bio a:hover {

	font-size: 13px;
	
	color:#7298ab;
	
	font-weight: bold;
	
	text-decoration: underline;
	
}

.bio {

	font-size: 13px;
	
	color:#999999;
	
	font-weight: bold;
	
}

h1 {

	font-size: 14px;
	
	color:#999999;
	
	font-weight: bold;
	
}

a {

	font-size: 12px;
	
	color: #000000;
	
	text-decoration: none;
	
	float:left;
	
}

a:hover {

	font-size: 12px;
	
	color: #ffffff;
	
	text-decoration: none;
	
}

a:active {

	font-size: 12px;
	
	color: #ffffff;
	
	text-decoration: none;
	
}

.surlignage {

	font-size: 14px;
	
	font-weight: bold;
	
}


ul {
	
	padding-left: 13px;
	
}


#footer a{

	font-size: 10px;
	
	color: #7298ab;
	text-decoration:underline;

}
.gauche {

	text-align:	left;

}

.droite {

	text-align:	right;
	
	float:left;

}