body
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	font-family: Arial, helvetica, sans-serif;
	background-color: #C0B9C1;
}

H2
{
	color: #F5A730;
	padding-left:70px;
}

.col2
{
	color: white;
	font-weight:bold;
}

.col21
{
	background-color:#806B72;
	color: white;
}

/*-- div */
#contenu
{
	margin-left: auto;
    margin-right: auto;
    width: 800px;
}

#menu_fond
{
    width: 800px; 
	height:800px;
	position: absolute;
	z-index: 1;
}

#bloc_gauche
{
	text-align: right;
	width:800px;
	z-index:0;
	background-image:url(fond4.jpg);
}

#text_contenu
{
	position: relative;
	z-index: 2;
    top: 20px;
	width : 550px;
	text-align: center;
	float:right;
}

