body
{
	padding: 0;
	text-align: center;
	margin-left: 50px;
	margin-TOP: 50px;
	font-family: Eurostile, Times, "Times New Roman";
	background-color: #FFFFFF;
}

div#conteneur
{
	width: 900px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	border-color: #CCCCCC;
	border-width: thin;
	border-style: solid;
}

div#gauche/*COLONNE GAUCHE*/
{
	width: 200px;
	height: 600px;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	background-image: url(im/fondsbrouillon.gif);
}

div#droite/*COLONNE DROITE*/
{
	width: 700px;
	margin-left: 200px;
	position: absolute;
	height: 600px;
	top: 50px;
}

div#contenu p /*FORMAT PARAGRAPHE LARGE*/
{
	margin-left: 8px;
	margin-right: 8px;
	text-align: justify;
	font-weight: normal;
	margin-top: 0px;
}

div#contenu h2 /*FORMAT PARAGRAPHE MARGE 1*/
{
	margin-left: 110px;
	margin-right: 80px;
	text-align: justify;
	font-weight: normal;
	margin-top: 0px;
}

div#contenu h3 /*FORMAT PARAGRAPHE MARGE 2*/
{
	margin-left: 30px;
	margin-right: 150px;
	text-align: justify;
	font-weight: normal;
	margin-top: 0px;
}

div#contenu h4 /*FORMAT PARAGRAPHE MARGE 3*/
{
	margin-left: 200px;
	margin-right: 30px;
	text-align: justify;
	font-weight: normal;
	margin-top: 0px;
}

div#contenu h5 /*FORMAT MENU*/
{
	text-align: justify;
	font-weight: normal;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
}


div#contenu h6 /*FORMAT PARAGRAPHE MARGE 4*/
{
	margin-left: 300px;
	margin-right: 30px;
	text-align: justify;
	font-weight: normal;
	margin-top: 0px;
}

div#contenu a /*COULEUR LIENS*/
{
	color: #666600;
	margin-top: 0px;
	text-decoration: none;
}
div#contenu a:hover /*SURVOL LIENS*/
{
	color: #999900;
	margin-top: 0px;
}

