@charset "utf-8";
/* CSS Document */
/*
charte du site
couleur: #009BDD
*/
/*  Elements balise */
body {
	background: url(../images/design/site/background.jpg) fixed top left;

	margin: 0;
	padding: 0;

	position: absolute;
	height: 100%;
	width: 100%;
	min-width:1000px;
	
	font-family: "Myriad Pro", Tahoma, Georgia,"Times New Roman",Times, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	
	color: #999;
}
a, a:link, a:focus { color: #009BDD; text-decoration:none; outline:none;} 
a:visited {color: #009bdd;}
a:hover { color: #fff;}
p {color:#999;}
/* classes */
.basewidth {
	width: 1000px;
	margin:auto;
}

.cache { height: 100px;}

.color { color:#009BDD;}
.color2 { color: #fff;}

.clear {height:1px; width:100%; position:static; clear:both;}

.col_2_50x50_left {
float: left;
padding-top: 0.5em;
width: 50%;
}
.col_2_50x50_left p {
  color: #fff;
  margin: 0px 20px 0 0px;
  text-align: left;
}
.col_2_50x50_right {
float: right;
padding-top: 0.5em;
width: 50%;
}
.col_2_50x50_right p {
  color: #fff;
  margin: 0px 20px 0 0px;
  text-align: right;
}
.border_bot {
  border-bottom: 1px solid #333;	
}
/* ID */
#header {
  position: fixed;
  top: 0px;
  width: 100%;
  background: url(../images/design/site/background.jpg) fixed top left;
  left: 0px;
  min-width: 1000px;
  z-index:10;
}
#banniere { width:100%; height:100%; background: url(../images/design/site/BG_HEADER.png) fixed top center no-repeat;}
.header {position:relative;}

#header h1 {
  text-align: right;
  color: #FFF;
  margin: 0.5em 20px 0px 0px;
}
#header h2 {
  text-align: right;
  margin: 0 20px 0 0;
  color: #fff;
  font-weight: normal;
}

#header p {
  text-align: right;
  color: #fff;
  font-size: 1.3em;
  margin: 1em 20px 0 0;
}

#boite_txt {
  float: right;
  height: 149px;
  width: 835px;
}

#menu {
  margin-left: 169px;
}
#menu ul { margin: 0; padding:0px; }
#menu li {
	transition: all 0.2s;
float: left;
margin-right: 0px;
padding: 2px 15px;
text-align: center;
background: #009BDD;
list-style: none;
box-shadow: inset -3px 3px 8px 0px #000;
border-top: 3px solid #000;
border-right: 1px solid #000;
margin-bottom: 1.5em;
}
#menu a, #menu a:link, #menu a:visited, #menu a:focus {
color: #000;
}
#menu a:hover { color:#fff;}
#menu a:hover li, #menu li.current {
margin-bottom: 0em;
padding-top: 1.5em;
position: relative;
box-shadow: inset -5px 15px 30px #000;
color: #000;
}

#logo {
  position: absolute;
  z-index: 10;
  left: 5px;
}
#lumiere {
  position: absolute;
  top: 0px;
  left: -80px;
  z-index: 5;
  transition: all 1s;
  pointer-events: none;
}

#entete { margin-top: -1.6em;}

#entete h2 {
margin: 0px 20px;
text-align: right;
color: #333;
}

#content {min-height:2em; padding-bottom: 35px;}

#footer{
width: 100%;
height: 42px;
background: url(../images/design/site/footer.jpg) bottom repeat-x;
box-shadow: 0px -10px 30px 0px #000;
border-top: 1px solid #333;
}

.mentions_legales { margin: 0 1em 0 160px;}