html
{
	background-color : #ebebeb;	
	font-family : "Courier New", "times new roman";
}

#titre 
{
	background : url("haut.gif") no-repeat;
	width : 750px;
	margin : auto;
	height : 110px;
	color : #8a9f1f;
}

#titre h2
{
	text-align : center;
	margin-top : 20px;
	font-size : 25px;
}

#titre p
{
	text-align : right;
	margin-right : 40px;
}

#titre a
{
	color : #8a9f1f;
	text-decoration : none;
}

#titre a:hover
{
	text-decoration : underline;
}

#texte
{
	background : url("centre.gif") repeat-y;
	width : 750px;
	margin : auto;
	margin-top : -20px;
	margin-bottom : -20px;
}

#texte h3
{
	text-indent : 70px;
	margin-top : 20px;
	font-size : 20px;
	color : #8a9f1f;
}

#texte p
{
	margin-right : 20px;
	margin-left : 20px;
	text-align : justify;
	font-size : 15px;
	font-size : 16px;
}

/*#texte p:first-letter
{
	text-transform : uppercase ;
	font-size : 50px;
	float : left ;
	font-weight : bold;
}
*/

h5
{
	margin-left : 50px;
	text-align : justify;
	font-size : 15px;
	text-decoration : underline;
}

.droite
{
	float : right;
	margin-left : 10px;
	margin-bottom : 10px;
	margin-top : 10px;
}

.gauche
{
	float : left;
	margin-right : 10px;
	margin-bottom : 10px;
	margin-top : 10px;
}

#bas
{
	background : url("bas.gif") no-repeat;
	width : 750px;
	margin : auto;
	height : 86px;
}