html, body{
width :			100%;
background-image :	url(a-p.jpg);
background-repeat :	repeat-x;
background-color :	#003366;
margin :		auto;
}

a{
color :			#4680AA;
text-decoration :	underline;
}

a:hover{
color :			#FFCC00;
text-decoration :	none;
}

hr{
height :		1px;
color :			#ffcc00;
background-color :	#ffcc00;
border :		0px;
}

h2{
font-family :		Verdana;
text-align :		center;
width :			665px;
color :			#0075a7;
font-weight :		normal;
}

.conteneur{
position :		relative;
width :			800px;
margin :		auto;
}

.titre{
position :		relative;
width :			790px;
bakground-color :	#ffffff;
}

.menu{
position :		relative;
width :			135px;
height :		700px;
font-family :		Arial;
font-size :		12px;
background-image :	url(menu.jpg);
background-repeat :	no-repeat;
padding :		5px;
overflow :		hidden;
z-index :		1;
float :			left;
}

.menu a{
color :			#000000;
text-decoration :	none;
}

.menu a:hover{
color :			#ffcc00;
}

.texte{
position :		relative;
top :			-4px;
width :			780px;
background-color :	#ffffff;
color :			#234589;
font-family :		Arial;
font-size :		13px;
overflow :		hidden;
padding :		5px;
}

.retour{
position :		relative;
left :			545px;
top :			-47px;
}

.recherche{
position :		relative;
left :			380px;
top :			-85px;
}