  html, body  {
width : 100%;
height : 100%;
margin : 0;
padding : 0;
background-color : #c2653b;
font-family : Verdana, Arial, Helvetica, sans-serif;
color : #ffffff;
font-weight : bold;
}
.conteneur {
	background-repeat : repeat;
	padding-right : 15px;
	padding-left : 20px;
	vertical-align : top;
	padding-top : 30px;
	background-image : url(../images/fond-conteneur.jpg);
}
.centre {
background-image : url(../img/fond-conteneur.jpg);
background-repeat : repeat;
padding-top : 0;
padding-left : 20px;
background-position : left center;
}
.header {
	height : 110px;
	background-color : #ff9955;
	padding : 0;
	color : #000;
	font-weight : bold;
	font-size : 36px;
	border-bottom-width : thin;
	border-bottom-style : solid;
	border-bottom-color : #006400;
	margin-top : 0;
	margin-right : 0;
	margin-bottom : 0;
	margin-left : 0;
}
.header_titre {
padding : 0;
margin-top : 5px;
margin-right : 0;
margin-bottom : 0;
margin-left : 0;
}
.encadre {
font-size : small;
text-align : center;
border : thin solid #002a02;
background-color : #ff9955;
font-weight : bolder;
color : black;
padding : 10px 10px 10px 10px;
margin : 0 20px 0 20px;
}
.footer {
	text-align : center;
	padding : 0;
	margin : 0;
	font-size : 12px;
	color : #505050;
	background-image : url(../images/footer.png);
	background-repeat : repeat-x;
	height : 40px;
	line-height : 35px;
}
.orange {
color : #c2653b;
}
.vert {
	color : #556d53;
}
.gras {
	font-weight : bold;
	font-size : 18px;
}
img {
	border : none;
	margin-right : 15px;
	text-align: center;
}
img.float-left {
margin-top : 0;
margin-right : 15px;
margin-bottom : 5px;
margin-left : 0;
}
img.float-right {
margin : 5px 0 5px 15px;
}
h1 {
	background-image : url(../images/fond_menu.png);
	background-repeat : repeat-x;
	margin-top : 0;
}
h2 {
border-bottom : thin dashed #ff9955;
font-size : large;
} 
.Rubrique {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #f95;
	text-decoration: none;
	background-image: url(../images/menu-vert.png);
	height: 40px;
	width: 200px;
	text-align: center;
}
.Rubrique:hover {
	background-image: url(../images/menu-orange.png);
	color: #5b845b;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 40px;
	font-weight: bold;
	height: 40px;
	width: 200px;
	text-decoration: none;
}
#navigation {
	z-index:10;
	line-height: 40px;
	left: 1183px;
	top: 181px;
}
a:link {
	text-decoration: none;
	color: #f95;
}
a:visited {
	text-decoration: none;
	color: #f95;
}
a:hover {
	text-decoration: none;
	color: #556d53;
}
a:active {
	text-decoration: none;
	color: #f95;
}
.vertpt {
	color : #556d53;
	font-size: 10px;
}
