body {
	font-family: "Verdana", sans-serif;
	color: #666;
	font-size: 12px;
	background: #fff;
	}
* {
	margin: 0;
	padding: 0;
	}
a:link, a:visited {
	text-decoration: none;
	color:#09c;
	border-bottom: 1px solid #09c;
	}
a:hover, a:active {
	background: #09c;
	color: #fff;
	text-decoration: none;
	}
#container {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	}
/********** Structure **********/
.HeaderImage img, .HeaderImage, #header .MenuBkg, #menu, #content .print, #container .formRadio, #container .form, #container .contact_btn {
	display:none;
	}
.logo {
	width: 233px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	z-index: 10;
	}
/********** Contenu **********/
#content {
	padding: 0 20px 20px 20px;
	}
.image {
	padding: 30px 0 0 0;
	}
#content h2 {
	clear: both;
	font-size: 18px;
	font-weight: normal;
	padding: 20px 0 2px 0;
	border-bottom: 1px solid #09c;
	}
#content h3 {
	clear: both;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	padding: 10px 0 5px 0;
	}
#content h2 span {
	font-size: 11px;
	font-style: italic;
	}
#content p {
	padding: 5px 0;
	}
#content .left {
	width: 100%;
	}
#content .right {
	width: 100%;
	}
#content .Actu {
	list-style: none;
	margin: 10px 0 0 0;
	}
#content .Actu h4 {
	background: url(../images/trait.gif) no-repeat 0% 50%;
	padding: 0 0 0 20px;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	}
#content .Actu p {
	padding: 0 0 0 30px;
	}
#content .ActuBleu {
	background: #f2fafc;
	padding: 15px 10px;
	}
#content .ActuBlanc {
	background: #fff;
	padding: 15px 10px;
	}
#content .ActuSpacer {
	background: url(../images/ActuSpacer.gif) repeat-x;
	height: 1px;
	}
/********** Pied de page **********/
#footer {
	background: #fff;
	height: 95px;
	width: 100%;
	}
#footer h4 {
	font-size: 13px;
	background: #ccc;
	border-bottom: 1px solid #666;
	padding: 2px 0 2px 20px;
	}
#footer .adress {
	list-style: none;
	float: left;
	padding: 7px 20px 0 20px;
	}
#footer .adress li, #footer .copyright li {
	padding: 2px 0;
	}
#footer .copyright {
	list-style: none;
	float: right;
	text-align: right;
	padding: 7px 20px 0 0;
	}
