body {
	background-color: #fff;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-y;
	background-position: center top;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
}
.logoHome {
	position:absolute;
	top:20px;
	left:20px;
	width:200px;
	height:120px;
}
#global {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 350px;
	text-align: left;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#conteneur {
	position:absolute;
	top:155px;
	left:20px;
	width:960px;
}

#navigation {
	float:left;
	width:100%;
	height:20px;
	background-image: url(../images/bg_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align:center;
}
#flashCarte {
	float:left;
	width:100%;
	height:465px;
	background-color:#000;
	margin-top:10px;
}
#contenu {
	float:left;
	width:100%;
	height:100%;
	margin-top:10px;
	color:#CCC;
}
#col_g {
	float:left;
	width:210px;
	height:100%;
	margin-right:10px;
}
#col_d {
	float:left;
	width:740px;
	height:100%;
}
#footer {
	float:left;
	width:100%;
	height:18px;
	background-color:#f2f2f2;
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	padding-top:5px;
}
a.mentionslegales:link, a.mentionslegales:visited, a.mentionslegales:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	text-decoration:none;
}
a.mentionslegales:hover {
	text-decoration:underline;
}
a.linKblog:link, a.linKblog:visited, a.linKblog:active {
	text-decoration:none;
	color:#666;
}
a.linKblog:hover {
	text-decoration:underline;
}
.blue_link:link, .blue_link:active, .blue_link:visited {
	text-decoration:none;
	color:#26ace4;
}
.blue_link:hover {
	text-decoration:underline;
}
