body
{
	width: 100%;
	background-color: #1c1b19;
	margin: 0;
	padding: 0;
	font-family: "Arial";
}

#page
{
	margin: 0 auto;
	width: 1000px;
}

#header{

}

#headerTop
{
	width: 100%;
	height: 100px;
	border-top: 1px solid #262523;
	border-bottom: 1px solid #262523;
}

#headerTop > a
{
  position: absolute;
  margin-left: 50px;
  margin-top: 20px;
}

#headerTop > a > img
{
  border: none;
  
}

ul#headerTopMenu
{
  list-style-type: none;
  margin: 35px 0 0 320px;
  padding: 0;
  position: absolute;
}

ul#headerTopMenu > li
{
  float: left;
  margin: 0 0 0 35px;
  padding: 0;
}

ul#headerTopMenu > li.back {
  border-top: 3px solid #90a301;
  position:absolute;
  margin: 0;
  margin-top: -6px;
  padding-top: 3px;
}

ul#headerTopMenu > li > a
{
  color: #ffffff;
  text-decoration: none;
  display:block;
  padding-bottom: 29px;
}

ul#headerTopMenu > li > a > span.mainTitle
{
  display: block;
  font-size: 18px;
}

ul#headerTopMenu > li > a > span.subTitle
{
  display: block;
  font-size: 14px;
}

ul#headerTopMenu > li:hover > ul.headerTopSubMenu
{
  display: block;
}

ul#headerTopMenu > li > ul.headerTopSubMenu
{
  display: none;
  background-color: #000000;
  
  list-style-type: none;
  margin: 0;
  padding: 12px 30px 12px 12px;
  position: absolute;
  min-width: 100px;
  filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

ul#headerTopMenu > li > ul.headerTopSubMenu > li
{
  float: none;
  margin: 0;
  padding: 0;
  border: 0;

}

ul#headerTopMenu > li > ul.headerTopSubMenu > li > a
{
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
}

#headerBottom{
	width: 100%;
	height: 293px;
	border-top: 1px solid #808080;
}

ul#headerBottomSlide
{
  z-index: 10000;
}

ul#headerBottomSlide
{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#headerBottomSlide li
{
  
}

ul#headerBottomSlide li a
{

}

ul#headerBottomSlide li a img
{
  border: none;
}

#content
{
	background-color: #ffffff;
	min-height: 300px;
	padding: 30px 10%;
	overflow: hidden;
  position: relative;
}

#language_changer{
  float:right;
  position:absolute;
  right:10px;
  top:8px;
}

#contentLeft
{
	float: left;
	width: 57%;
}

.section
{

}

.section span.border
{
	display: block;
	border: 7px solid #94a400;
}

.section span.border.maps
{
	height: 171px;
}

.section h2
{
	background-position: 5px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #bbbbbb;
	font-weight: normal;
	padding: 10px 0 5px 45px;
	width: 85%;
}

.section h2.calendrier
{
	background-image: url(../images/icones/calendrier_32.png);
}

.section h2.loupe
{
	background-image: url(../images/icones/loupe_32.png);
}

.section h2.bousole
{
	background-image: url(../images/icones/bousole_32.png);
}

.section h2 span.main
{
	font-size: 24px;
	display: block;
}

.section h2 span.infos
{
	font-size: 10px;
	display: block;
}

.section h3
{
	font-weight: normal;
	font-size: 18px;
	color: #94a400;
	margin-bottom: 0;
}

.section h4
{
	font-weight: normal;
	font-size: 10px;
	color: #b5b4b1;
	margin-top: 5px;
}

.section div.text
{
	font-size: 12px;
	color: #595959;
	text-align: justify;
}


#contentRight
{
	float: left;
	margin-left: 8%;
	width: 35%;
}

#footer
{

}

#footerTop
{
	background-color: #e4dfc8;
	height: 200px;
	border-top: 1px solid #cccccc;
  display: none;
}

#footerTop ul
{
	margin: 29px auto 0 auto;
	width: 760px;
	overflow: hidden;
	padding: 0;
	list-style-type: none;
}

#footerTop ul li
{
	width: 210px;
	padding: 0 10px;
	height: 142px;
	background-color: #1c1b19;
	float: left;
	margin-left: 35px;
	/* Gestion des arrondis */
	-moz-border-radius: 11px; /* Firefox */
	-webkit-border-radius: 11px; /* Safari & Chrome */
	border-radius: 11px; /* CSS3 */
	behavior: url(border-radius.htc); /* IE */

}

#footerTop ul li h2
{
	font-size: 18px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: 10px;
	padding-left: 34px;
}

#footerTop ul li.odd h2
{
	color: #e4dfc8;
}

#footerTop ul li.even h2
{
	color: #ffffff;
}

#footerTop ul li h2.etoile
{
	background-image: url(../images/icones/etoile_16.png);
}

#footerTop ul li h2.drapeau
{
	background-image: url(../images/icones/drapeau_16.png);
}

#footerTop ul li h2.journal
{
	background-image: url(../images/icones/journal_16.png);
}


#footerTop ul li:first-child
{
	margin-left: 0;
}

#footerTop ul li div.text
{
	color: #868274;
	font-size: 12px;
	padding: 0 15px;
	margin-bottom: 10px;
}

#footerTop ul li a.link
{
	font-size: 12px;
	text-decoration: none;
	color: #94a400;
	padding: 0 0 0 25px;
}

#footerBottom
{
	background-color: #1c1b19;
	height: 62px;
	border-top: 1px solid #2a2927;
	border-bottom: 1px solid #2a2927;
	font-size: 11px;
  color: #e4dfc8;
}

#footerBottom a
{
  text-decoration: none;
  color: #e4dfc8;
}

#footerBottom a:hover
{
  color: #94A400;
}

#footerBottomLeft
{
	float: left;
	margin-left: 20px;
	margin-top: 29px;
}

#footerBottomRight
{
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}