@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	background-image: url(../images/fond_site_04.jpg);
	background-position: center bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	display: inline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	line-height: 18px;
}
#global {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 157px;
	width: 980px;
	background-color: #FFF;
}
#logo {
	height: 118px;
	width: 233px;
	float: left;
}
#banniere {
	height: 90px;
	width: 652px;
	float: left;
	padding-top: 28px;
	padding-left: 95px;
}
#bloc_menu {
	float: left;
	height: 39px;
	width: 937px;
	padding-left: 43px;
}
#contenu {
	float: left;
	width: 980px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom;
}

#col_left {
	float: left;
	height: 650px;
	width: 230px;
	padding-left: 20px;
	font-size: 14px;
	line-height: 30px;
	padding-top: 50px;
}
#col_left a {
	color: #FFF;
	text-decoration: none;
	height: 24px;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	font-size: 12px;
	display: block;
	padding-left: 10px;
	float: right;
	background-image: url(../images/fond_btn_left.png);
	line-height: 20px;
	background-repeat: no-repeat;
	text-align: center;
}
#col_left a:hover, a:active  {
	text-decoration: none;
	background-image: url(../images/fond_btn_left_o.png);
	background-repeat: no-repeat;
	color: #333;
}

#col_mid {
	float: left;
	width: 460px;
	padding-bottom: 20px;
	padding-right: 30px;
	text-align: justify;
	padding-top: 50px;
	padding-left: 30px;
}
#col_mid_home {
	float: left;
	width: 640px;
	padding-bottom: 20px;
	padding-right: 30px;
	text-align: justify;
	padding-top: 25px;
	padding-left: 30px;
}
.decalage_photo_left {
	margin-right: 10px;
	margin-bottom: 10px;
}

#col_mid a {
	color: #660;
	text-decoration: none;
	background-image: none;
}
#col_mid a:hover {
	color: #660;
	text-decoration: underline;
}

#col_right {
	float: left;
	width: 150px;
	padding-top: 50px;
}
.titre_2_rouge {
	color: #C00;
}


#image_deco {
	float: left;
	height: 130px;
	width: 150px;
}
#footer {
	float: left;
	height: 20px;
	width: 940px;
	color: #FFF;
	line-height: 20px;
	background-color: #093162;
	margin-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.etoile {
	font-size: 10px;
	line-height: 12px;
}

