@CHARSET "UTF-8";

html {
	background-repeat: repeat;
	background-position: top center;
	background-color: #d4d4d4;
}
body {
	overflow: auto;
	margin: 0;
	padding: 0;
	display: block;
	font-family: Calibri, Arial, Tahoma, sans-serif;
	color: #905608;
	background-image: url(../images/fond_header.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #ebebeb;
}
body a {
	color: #905608;
}
body a:hover {
	color: #ffa92e;
}
.content {
	background-image: url(../images/fond_footer.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	/* background-color: #ebebeb; */
}

.content_bis {
	margin: 0 auto;
	width: 960px;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.content_header {
	background-image: url(../images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 206px;
	overflow: hidden;
}

.content_header h1{display:none;}

.content_body {
	background-image: url(../images/fond_content.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
.menu {
	position: absolute;
	left: 0;
	top: 161px;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.menu li {
	float: left;
}
.menu a {
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, verdana, tahoma;
	font-size: 1em;
	font-weight: bold;
	display: block;

	padding: 10px 20px;
	height: 20px;
	border-width: 1px;
	border-style: none solid none solid;
	border-color: red #595959 red #000;
}
.menu li.first a {
	border-left: none;
}
.menu li.last a {
	border-right: none;
}
.menu a:hover {
	background-image: url(../images/fond_hover.png);
	background-repeat: repeat-x;
	background-position: top left;
	color: #fff;
}
.mdm .news {
	margin-top: 35px;
	margin-left: 8px;
	width: 437px;
	height: 98px;
	overflow: hidden;
}
.mdm .news h4 {
	margin: 5px 0 0 0;
	font-size: 1.084em;
	font-style: italic;
}
.mdm .news h4 a {
	text-decoration: none;
	color: #3872c6;
}
.mdm .news p.texte_mdm {
	color: #3872c6;
	line-height: 1.2em;
	margin-top: 5px;
}
.mdm p.illus_mdm {
	margin: 5px 10px 0 0;
	padding: 0;
	height: 90px;
	width: 129px;
	background-color: #fff;
	border: 1px solid #ebebeb;
	float: left;
}
.texte, .texte_ {
	color: #3872c6;
	margin-left: 20px;
	line-height: 1.3em;
}
.texte_ {
	margin-bottom: .8em !important;
}
.texte {
	width: 670px;
}

.texte h3 {
	font-family: Arial;
	color: #2265c6;
	font-size: 1.667em;
	padding-bottom: 10px;
	background-image: url(../images/hr_2.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.texte h3.actif {background-image: url(../images/hr_1.png);}

.texte h4 {
	color: #2265c6;
	font-weight: bold;
	font-style: italic;
	font-size: 1.25em;
}
.texte p {
	font-size: 1.084em;
}
p.contacter,
p.lire_la_suite {
	text-align: right;
	font-size: .917em;


}
p.contacter a,
p.lire_la_suite a {
	color: #3872c6;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}


#slide {
	height: 337px;
	background-image: url(../images/fond_slideshow.png);
	background-repeat: no-repeat;
}

.newsletter {
	background-image: url(../images/fond_nl.png);
	width: 196px;
}
.newsletter .bg-form {
	margin-top: 55px;
	padding-left: 5px;
	position: relative;
	color: #aaa;
}
.newsletter .bg-form #m3email {
	border: 1px solid #e6e6e6;
	width: 144px;
	height: 21px;
	padding-right: 39px;
}
.newsletter .bg-form #ok {
	position: absolute;
	top: 18px;
	right: 4px;
}

.mdm {
	background-image: url(../images/fond_mdm.png);
	width: 455px;
}
.newsletter, .mdm {
	background-position: top left;
	background-repeat: no-repeat;
	height: 140px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
}

.content_footer {
	margin: 0 auto;
	width: 960px;
	height: 60px;
	padding-top: 25px;
	overflow: hidden;
}
.content_footer .menu_bis {
	margin-top: 13px;
	margin-bottom: 8px;
}
.content_footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
}

.content_footer ul li {
	display: inline;
	padding: 0 3px 0 3px;
	font-size: .8em;
	font-family: tahoma;
}

.content_footer a {
	text-decoration: none;
	color: #a1a1a1;
}
.copyright {
}
.copyright a,
.copyright {
	color: #545454;
}

.hide, .hidden {
	display: none;
}
.clear {
	clear: both;
}
.iright {
	float: right;
}