@charset "UTF-8";
/* CSS Document */

/* MISE EN FORME GENERAL ET IMAGE FULL SCREEN */
html {
	margin: 0 auto;
  	padding: 0 0 0 0;
	}

.superbg {
	position: fixed;
	top: 0; bottom: 0; left: 0; right: 0;
	width: 100%; height: 100%; min-width: 1000px;
	z-index: -2;
	}

body {
	margin: 0 auto;
	border: 0;
	padding: 0;
	color: #333;
	font: normal 12px "Verdana", Arial, Helvetica, Sans-Serif; line-height: 1.4em;
	text-align: justify;
	}

h1	{ margin-top:0; font-size: 2em; font-weight:bold; color: #F60; text-shadow: 0 1px 2px #666; }
h2	{ margin-top:0; font-size: 1.5em; color: #F90; }
h3	{ margin-top:0; font-size: 1.4em; color: #666; }
h4	{ margin-top:0; font-size: 1.1em; color: #F60; }
h5	{ margin-top:0; font-size: 1.1em; color: #333; }


.BordImage 		{ border: 1px solid #666; margin-bottom: 25px; }

a				{ font-weight: bold; color: #FFF; text-decoration: none; }

.links			{ color: #F90; text-decoration: none; }
.links:hover	{ color: #666; text-decoration: none; }

.links-h2		{ color: #FFF; text-decoration: none; }
.links-h2:hover	{ color: #9F3; text-decoration: none; }

.texte 			{ font: normal 12px "Verdana", Arial; text-align: center; padding-top: 100px; }
.logo			{ position: fixed; z-index: 11;  margin-left: 25px; top: 20px; float:left; }
/* FIN */

/* CONTENU DU SITE */  /* Wrapper */
#wrap {
	position: relative;
	margin: 0 auto;
	width: 950px;
	}

.content {
	position: relative;
	width: 900px ; padding: 30px;
	margin: 160px auto;
	/*background-color: rgba(0, 0, 0, .5);*/
	z-index: 6;
	}

.content-inner {
	position: absolute;
	background-color: #FFF;
	top:0; left:0; right:0; bottom:0; opacity:0.4; filter:alpha(opacity=40); /* For IE8 and earlier */
    box-shadow: 7px 6px 15px #333;    
	z-index: -1;
	/*transform: rotate(-5deg);*/  
	}

/* Nav */
#nav {
	width: 100%; height: 130px;
	position: fixed;
	top: 0; left:0; right: 0; 
	padding: 1.2em 0;
	margin:0;
	text-align: center; font-style:italic;
	font-size: 1.2em;
	background-image: -webkit-linear-gradient(left top, #FFF 30%, #CCC 100%);
	background-image:    -moz-linear-gradient(left top, #FFF 30%, #CCC 100%);
	background-image:     -ms-linear-gradient(left top, #FFF 30%, #CCC 100%);
	background-image:      -o-linear-gradient(left top, #FFF 30%, #CCC 100%);
	background-image:         linear-gradient(left top, #FFF 30%, #CCC 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',endColorstr='#CCCCCC', GradientType=1);
	-moz-box-shadow: 0 4px 8px #aaabab;
    -webkit-box-shadow: 0 4px 8px #aaabab;
    box-shadow: 0 4px 8px #aaabab;
	z-index: 10;
	}

#nav li { position: relative; display: inline; margin: 0; top: 55px; right: -170px; }

#nav a {
	display: inline-block;
	margin: 0 1.1em;
	color: #666;
	text-transform: uppercase; 
	text-decoration: none;
	text-shadow: 1px 1px 3px #CCC;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	}

#nav a:hover {
	display: inline-block;
	margin: 0 1.1em;
	color: #F60;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 3px #CCC;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	}
	
.gauche {
	width: 300px;
	margin-right: 40px;
	float: left;
	}
	
.centre {
	width: 500px;
	margin-right: 40px;
	}

.droite {
	width: 160px;
	float: right;	
	}

/* Adresse */

#google.map #adresse {
	width: 200px;
	bottom: 95px;
	padding: 20px;
	left: 40%;
	margin: 0 0 0 155px;
	background: #FFF; opacity:0.8; filter:alpha(opacity=80);
	-webkit-box-shadow: 0 2px 5px #666;
	-moz-box-shadow: 0 2px 5px #666;
	box-shadow: 0 2px 5px #666;
	position: absolute;
	z-index: 20;
	}

#adresse p			{text-align:left; margin:0 auto 0.5em; font-weight:normal; font-size:1em; color:#333;}
#adresse a			{color:#F60; text-decoration:none;}
#adresse a:hover	{color:#333; text-decoration:none;}

/* FIN Adresse */


/* FOOTER */

.fb-like	{ margin-bottom: 20px; vertical-align: text-top; float:right;}

#footer {
	position: relative;
	width: 100%;
	height: 120px;
	bottom: 0; left: 0; right: 0; 
	padding: 1.2em 0;
	margin: 0 auto;
	background: #666 url('../images/BGfooter.jpg') repeat-x;
	z-index: 20;
	}
	
.footer-inner {
	width: 900px;
	margin:0 auto;
	padding: 20px 0 0 0px;
	color: #FFF; font: normal 11px "Verdana", Arial; line-height: 1.4em;
	text-align: left; text-shadow: 0 0 4px #000;
	}

.footer-gauche {
	/*position:relative;*/
	margin-left: -20px;
	float:left;
	}
	
.footer-droite {
	/*position:relative;*/
	margin-right: -35px;
	float:right;	
	}

.footer-inner a {
	color: #FFF;
	text-decoration: none;
	}

.footer-inner a:hover {
	color: #F60;
	text-decoration: none;
	}