body {
	width:765px;
	background-color:#2c539d;
	background-repeat:repeat-y;
	background-position:center;
	margin: auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:white;
}

#menu_ {
	margin-top:10px;
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	width:765px;
	height:65px;
	color:white;
	float:left;
}

/* header */

#header_ {
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	width:765px;
	height:194px;
	float:left;
}

#google_bas {
	
	background-repeat:no-repeat;
	background-color:#000000;
	margin-left:22.5px;
	margin-right:22.5px;
	width:712.5px;
	height:60px;
	float:left;
}

#google_haut{
	
	background-repeat:no-repeat;
	background-color:#000000;
	margin-left:22.5px;
	margin-right:22.5px;
	width:712.5px;
	height:20px;
	float:left;
}

#contenu {
	background-image:url(images/contenu.png);
	background-repeat:repeat-y;
	width:765px;
	height:100%;
	float:left;

}

#strilles {
	margin-left:23px;
	background-image:url(images/strilles.png);
	background-repeat:repeat;
	width:712px;
	height:100%;
	float:left;
	color:white;
}

#haut_centre {
	background-image:url(images/haut_centre.png);
	background-repeat:no-repeat;
	width:621px;
	height:15px;
	float:left;
	margin-top:20px;
	margin-left:45px;
}

#contenu_centre {
	background-image:url(images/contenu_centre.png);
	background-repeat:repeat-y;
	width:621px;
	height:100%;
	float:left;
	margin-left:45px;
}

#content {
	margin-left:20px;
	margin-right:20px;
}


#bas_centre {
	background-image:url(images/bas_centre.png);
	background-repeat:no-repeat;
	width:621px;
	height:15px;
	float:left;
	margin-bottom:20px;
	margin-left:45px;
}

#footer_ {
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-color:#2c539d;
	width:765px;
	height:50px;
	float:left;
	color:white;
	font-size:10px;
}

#compteur_ {
	
	background-color:#2c539d;	
	float:left;
	width:765px;
	height:50px;
	color:white;
	font-size:10px;
}

#titre {
	font-size:20px;
	width: 550px;
	
	margin-bottom:15px;
}

#soustitre {
	width: 550px;
	border-bottom:1px solid white;
	font-size:18px;
	margin-bottom:10px;
	margin-top:10px;
}

/* Menu */

a.accueil {
display:block;
width:90px;
height:65px;
background-image: url(images/boutons/bouton_accueil.png);
}

a.accueil:hover, a.accueil:active, a.accueil:focus
{
background-image: url(images/boutons/bouton_accueil_2.png);
}

a.tarifs {
display:block;
width:90px;
height:65px;
background-image: url(images/boutons/bouton_tarifs.png);
}

a.tarifs:hover, a.tarifs:active, a.tarifs:focus
{
background-image: url(images/boutons/bouton_tarifs_2.png);
}

a.formations {
display:block;
width:110px;
height:65px;
background-image: url(images/boutons/bouton_formations.png);
}

a.formations:hover, a.formations:active, a.formations:focus
{
background-image: url(images/boutons/bouton_formations_2.png);
}

a.quisommesnous {
display:block;
width:150px;
height:65px;
background-image: url(images/boutons/bouton_quisommesnous.png);
}

a.quisommesnous:hover, a.quisommesnous:active, a.quisommesnous:focus
{
background-image: url(images/boutons/bouton_quisommesnous_2.png);
}

a.contact {
display:block;
width:115px;
height:65px;
background-image: url(images/boutons/bouton_contact.png);
}

a.contact:hover, a.contact:active, a.contact:focus
{
background-image: url(images/boutons/bouton_contact_2.png);
}


h1 {
	border-width: 1px;
	border-style: solid;
	border-color: white;
}


/* LES IMAGES */

img {
	color:#000000;
}

/* LES LIENS */

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration:none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}