

body
{
background-color: rgb(34,42,157);
/*background-image: url("../images/img_index_fond2.jpg");
background-repeat: no-repeat;*/


}

#entete
{
	position: absolute;
	top: 0px;
	left: 25%;
	width : 60%;
	height: 220px;
	/*background-image: url("images/index-entete.jpg");*/
	background-repeat: no-repeat;
}


#texte
{
	position: absolute;
	text-align: center;
	font-size: 1em;
	font-family:"Century Schoolbook",Verdana;
	color: white;
	width: 600px;
	left: 25%;
	top: 220px;
	background-color: rgb(55,125,222);
}


#menu
{
	position: absolute;
	background-color: black;
	font-size: 1.5em;
	font-family:"Century Schoolbook",Verdana;
	color: yellow;

	top: 20%;
	
	

}


a
{
text-decoration: none;
color:rgb(239,208,146);
}


.retour
{
font-size: 1em;
color :white;
}
