
/* ------------------------------------ */
/*                                      */
/*          Global                      */
/*                                      */
/* ------------------------------------ */
body {
	margin: 0;
	padding: 0;
	font: 14px  "trebuchet MS", Arial, verdana,Helvetica, sans-serif;
    background-color: #3B3734;
	height: auto;
	min-height: 729px;
	_height:729px;
}



#conteneur {
	position: absolute;
	width: 984px;
	left: 50%;
	margin-left: -492px;
	margin-top: 0px;
	text-align: center;
}

#Header {
	height: 227px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat; 
	background-position: center top;
}

#footer {color: #FBF4E7;text-indent:70px;font-size: 11px;}
#footer a {color: #FBF4E7;text-decoration:underline;}

#centre {margin:0;}

.menu {float: left; width: 145px;}

.centre {float: left; width: 839px; height: 501px; 	background-image: url(images/bg_centre.jpg);background-repeat: no-repeat; background-position: center top;}

.spacer {clear: both;}

.texte {margin: 40px;}
.texte1 {margin: 30px;}

.rose {color: #8C2263;}

.imp {font-size: 18px; font-weight: bold;}

a {color: #DE3995;text-decoration: none;}
a:hover {text-decoration: underline;}
img {border:0};

