body {
	background-image: url(images/interface/fond.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	margin: 0px;
	background-position: center top;
	margin: 0 0 0 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #1b7c48;	
	padding: 35px 0 0px 13px
}

h2 {
	padding: 10px 0 0 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1b7c48;
}

#content {
	width: 1000px;
	padding: 0 30px 0 30px;
	margin: -20px auto 0 auto;
	/*overflow: auto;*/
}

.img_titre {
		padding: 25px 0 0px 13px;
}

p {
	padding: 0 10px 0 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
}

img {
	border: none;
}

.contenu {
	background-color: #00579C;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 30px;
	width: 168px;
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
}

.menu a:hover {
	padding: 10px;
	color: #CF0;
	text-decoration: none;
}
.menu a {
	text-decoration: none;
	color: #FFF;
}
.imgborder {
	border: thin solid #FFFFFF;
}

a {
	color: #333;
	text-decoration: none;
}

/******************************************* Footer *******************************************/

#footer {
	height: 50px;
	width: 100%;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #999;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #333;
}
