body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e0eac6;
	margin: 0px;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.contenue {
	background-color: #f7ffed;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}
.img-accueil {
	background-image: url(images/photo-accueil.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.contenue-in {
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.point-vert {
	background-image: url(images/point-vert.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.texte {
	font-size: 11px;
	color: #333333;
}
.texte a {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.texte a:hover {
	font-size: 11px;
	color: #6B1D29;
	text-decoration: none;
}
.point-horiz {
	background-image: url(images/point-horiz.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.carre1 {
	font-size: 11px;
	color: #333333;
	background-color: #dbdfce;
	padding: 10px;
	border: 1px solid #949B83;
}
.carre1 a {
	font-size: 11px;
	color: #333333;
	font-weight: bolder;
}
.carre1 a:hover {
	font-size: 11px;
	color: #6B1D29;
	text-decoration: none;
	font-weight: bold;
}
.carre2 {

	font-size: 11px;
	color: #333333;
	background-color: #E0EAC6;
	padding: 10px;
	border: 1px solid #949B83;
}
.carre2 a {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.carre2 a:hover {
	font-size: 11px;
	color: #6B1D29;
	font-weight: bold;
	text-decoration: none;
}
.texte-rouge {
	font-size: 11px;
	font-weight: bold;
	color: #6B1D29;
}
.pad5 {
	margin-right: 5px;
}
.img-contact {
	background-image: url(images/photo-contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.img-realisations {
	background-image: url(images/photo-realisation.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.img-services {
	background-image: url(images/photo-services.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
