@charset "UTF-8";
/* CSS Document */

body {
	font-family: Times, "Times New Roman", serif;
	font-size: 11px;
	color: #fff;
	background-color: #fff;
	background-image: url(img/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
h1 {	
	color: #fff;
	font-size:10px;
	text-align:center;
}
#mainsite {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
}
#mainsite_client {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
}
.ref {
	padding:0px 0px 35px 0px;
 }
.head { 	
	background-image: url(img/fondtitre.png);
	padding:15px 5px 0px 5px;
	background-repeat: no-repeat;
	background-position: left top;
	height:36px;
 }
 
.head_client { 	
	background-image: url(img/fondtitre.png);
	padding:15px 5px 0px 5px;
	background-repeat: no-repeat;
	background-position: center top;
	height:36px;
 }
 
.titres {
	font-size: 18px;
	font-weight: bold;
	color: #8db90d;
	font-family: "Times New Roman", Times, serif;
}
.titres_prez {
	font-size: 12px;
	font-weight: bold;
	color: #4e3a17;
	font-family: "Times New Roman", Times, serif;
}

.desc {
	font-size: 11px;
	color: #4e3a17;
	font-family: "Times New Roman", Times, serif;
}
a.contact:link, a.contact:active, a.contact:visited {
	font-weight: normal;
	color: #066597;
	text-decoration:none;
	font-size:12px;
	background-image: url(img/puce.gif);
	padding-left:18px;
	background-repeat: no-repeat;
	background-position: left;
} 
a.contact:hover {
	text-decoration: underline;
} 
#footer{ 
 	background-image: url(img/sep.gif);
	padding:10px 0px 20px 0px;
	background-repeat: no-repeat;
	background-position: center top;


