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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.bandeau-sup {
	background-image: url(template/bandeau.png);
	height: 177px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.bg-page {
	background-image: url(template/bg-global.png);
	background-repeat: repeat-y;
}
.menu-principal {
	background-image: url(template/bg-menu.png);
	background-repeat: repeat-x;
	padding: 10px;
	height: 21px;
	width: 780px;
	margin-right: 2px;
	margin-left: 4px;
}
.slider {
	background-image: url(template/bg-slider.png);
	background-repeat: no-repeat;
	height: 270px;
	width: 796px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-top: 5px;
}
.central {
	padding: 5px;
	width: 790px;
	margin-right: 2px;
	margin-left: 4px;
	background-color: #F7F8F8;
	background-image: url(template/centre.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bande-gauche {
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
	height: 14px;
	width: 155px;
	margin-bottom: 3px;
	padding: 5px;
	font-weight: bold;
	background-color: #416D55;
	font-size: 11px;
}
.gris {
	color: #000000;
	text-decoration: none;
	background-color: #E4E4E4;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
}
.gris a {
	color: #333333;
	text-decoration: none;
}
.gris a:hover {
	color: #FF9933;
	text-decoration: none;
}
.gris:hover {
	background-color: #333333;
}
.content {
	text-align: justify;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 11.5px;
	line-height: 18px;
}
.content h3 {
	font-size: 115%;
	color: #006633;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.content h4 {
	font-size: 100%;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.envloppe_vignette {
	margin: 5px;
	padding: 5px;
	clear: both;
	float: right;
	border: 1px solid #D4D4D4;
}