html, body {
	width: 100%;
	min-height: 100%;
	min-width: 954px;
	background-image: url(../../images/background/index.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;	
}

#background_map {
	width: 100%;
	background-image: url(../../images/background_map/index.png);
	background-repeat: no-repeat;
	background-position: top right;
	border-top: 9px solid #000;
	position: fixed;
	overflow: scroll;
	overflow-x:hidden;
	top: 0;
	left: 0;
	z-index: 0;
	min-width: 954px;
	height: 100%;
}

#contenant {
	width: 954px;
	margin: 0 auto;
	Z-INDEX: 20;
}

hr {
	background-color: #000;	
	border: 0;
	height: 1px;
	display: block;
	width: 20px;
	text-align: left;
}

#contenant * {
	z-index: 100;	
}

#contenu_gauche {
	min-height: 700px;
	float: left;
	width: 220px;
	text-align: center;
	padding-top: 14px;
	position: fixed;
	bottom: 0;
	top: 0;
}

#logo_gauche {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 170px;
	padding: 0 25px;
	height: 80px;
}

#logo_gauche a {
	display: block;
	float: left;	
}

#logo_gauche div.separateur_logo {
	display: block;
	float: left;
	width: 1px;
	height: 35px;
	background-color: #000;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

#contenu_droite {
	float: right;
	width: 685px;
	margin-left: 265px;
}

#titre_section {

}

#contenu {
	clear: both;
}

/* menu principal */

#menu_principal {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 70px;
}

#menu_principal li {
	margin-bottom: 12px;
}

#menu_principal li a {
	color: #000;
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.03em;
	padding: 0 12px;
}

#menu_principal li a span {
	border-bottom: 1px solid #000;
	padding: 0 2px;
	padding-bottom: 1px;	
}

#menu_principal li a:hover, #menu_principal li.active a {
	color: #ed1c24;
	background-image: url(../../images/bullet_menu/index.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
}

#menu_principal li a:hover span, #menu_principal li.active a span{
	border-bottom: 1px solid #ed1c24;
}
#reseauxsociaux {
	padding-left: 60px;
}
#reseauxsociaux a {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background-image: url(../../images/reseauxsociaux/index.gif);
	margin-left: 5px;
	margin-right: 5px;
	background-position: left top;
}

#reseauxsociaux a.twitter {
	background-position: -24px top;
}

#reseauxsociaux a.facebook {
	background-position: -48px top;
}

#reseauxsociaux a.rss:hover {
	background-position: left -24px;
}
#reseauxsociaux a.twitter:hover {
	background-position: -24px -24px;
}

#reseauxsociaux a.facebook:hover {
	background-position: -48px -24px;
}

#menu_secondaire {
	margin-bottom: 55px;
	width: 685px;
}

#sans_menu_secondaire {
	margin-bottom: 74px;
}
#menu_secondaire ul {
	width: 100%;
	display: table;
}
#menu_secondaire ul li{
	display: table-cell;
	float: left;
	line-height: 1em;
	margin-bottom: 4px;
}

#menu_secondaire ul li a{
	display: block;
	font-family: 'Asap', sans-serif;
	font-size: 12px;
	background-color: #ee1c24;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 1px 10px 1px 10px;
	margin-right: 4px;
	text-align: center;
	white-space: nowrap;
}

#menu_secondaire ul li a:hover, #menu_secondaire ul li.active a {
	background-color: #e5e5e5;
	color: #000;
}

a.retour {
	background-image: url(../../images/retour/index.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
	font-size: 13px;
	display: block;
	margin-top: 15px;
}

a.retour:hover {
	background-image: url(../../images/retour_hover/index.gif);
}
