/* --- Feuille CSS Aero64 --- */ 
/* --- Copyright Ismaël JUHOOR - KHANdesign --- */ 
/* --- Date de création : 07/10/2010 --- */ 

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/simple.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */



/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
} 
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em; /* À adapter pour la police choisie. (3) */
	line-height: 1.4; /* À adapter au design. (4) */
	color: #CCC;
	background-color: #222;
	background-image: url(../images/bg_carbon.png);
	background-position: center;
} 
 
/* Titres */ 
h1, h2, h3, h4, h5, h6 { 
  margin: 0.8em 0 0.5em 0; /* Rapproche le titre du texte. (5) */ 
  line-height: 1.2; 
  font-weight: bold; /* Valeur par défaut. (6) */ 
  font-style: normal; 
} 
h1 { 
  font-size: 1.75em; 
} 
h2 { 
  font-size: 1.5em; 
} 
h3 { 
  font-size: 1.25em; 
} 
h4 { 
  font-size: 1.175em; 
} 

h5 {
	font-size: 1.1em;
}
 
/* Listes */ 
ul, ol { 
  margin: .75em 0 .75em 16px; 
  padding: 0; 
} 
 
/* Paragraphes */ 
p { 
  margin: .75em 0; /* Marges plus faibles que par défaut. (7) */ 
  text-align: left;
} 
address { 
  margin: .75em 0; 
  font-style: normal; 
} 
 
/* Liens */ 
a { 
  text-decoration: none; 
  color: #F0F0F0; 
  cursor: pointer;
} 

a:link { 
  color: #EEE; 
} 

a:visited { 
  color: #DDD; 
} 

a:hover, a:focus, a:active { 
  color: #FFF; 
  border: none;
  outline: none;
} 
 
/* Pas de bordure autour des images dans les liens */ 
a img { 
  border: none; 
  outline: none;
  vertical-align: middle;
}
 
/* Divers éléments de type en-ligne (8) */ 
em { 
  font-style: italic; 
} 
strong { 
  font-weight: bold; 
} 

blockquote {
	font-style:italic;
	text-align: center;
	margin: 0 10px;
}


hr {
	color: rgba(32, 32, 32, 0.5) !important;
	color: #111;
	width:90%;
}

p:first-letter {
	margin-left: 8px;
}
 
/* Formulaires */ 
form, fieldset { 
  margin: 0; 
  padding: 0; 
  border: none; 
} 
input, button, select { 
  vertical-align: middle; /* Solution pb. d'alignement. (9) */ 
}

/* --- STYLES DU CONTENU --- */ 

#backdrop {
	background-image: url(../images/halo.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#container {
	width: 494px;
	margin: 0 auto;
	background-image: none;
}


#content {
	background-image: url(../images/halo.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	padding: 4px 22px;
	min-height: 368px;
}

#content a {
	position: relative;
	z-index: 90;
}

#main, #footer {
	width: 384px;
	padding: 0 50px;
}

#header {
	background-image: url(../images/bg_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 280px;
	width: 340px;
	padding: 30px 72px 0;
	margin-top: 16px;
	margin-bottom: -240px;
	position: relative;
	z-index: 50;
}

#news {
	background-color: #333;
	border: 1px solid #222;
	background-image: url(../images/stripes_news.png);
	background-position: left;
	background-repeat: repeat-y;
	font-size: 0.9em;
	margin: 4px -8px 16px;
    padding: 4px 8px;
	border-radius: 4px;
}

#news a {
	text-decoration: underline;
}

#news h3 {
	margin: 0;
}

#main {
	background-image: url(../images/bg_line.png);
	background-repeat: repeat-y;
	background-position: center bottom;
}

#footer {
	background-image: url(../images/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
	height:68px;
	padding-top: 7px;
}

#menu {
	padding:0;
	margin:0 auto;
	text-align: center;
}

#copyright {
	text-align: center;
	clear: both;
	padding: 16px 0 8px;
}

#menu li.sub {
	background:#333;
	width:88px;
	padding:100px 4px 4px;
	position:relative;
	z-index:100;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	-moz-border-radius: 8px;
	max-height: 124px;
	text-indent: 0;
	margin: 4px 6px;
	background-image: url(../images/gauge_sprite.png);
	background-position: left top;
	background-repeat: no-repeat
}

#menu li.big {
	width:122px;
	padding-top: 134px;
	max-height: 174px;
	background-image: url(../images/gauge_130_sprite.png);
}

#menu li.sub:hover, #menu li.sub.click {background-position: right top}
#menu #airaccess {background-image: url(../images/gg_airaccess.png)}
#menu #roadaccess {background-image: url(../images/gg_roadaccess.png)}
#menu #loisirs {background-image: url(../images/gg_loisirs.png)}
#menu #ecole {background-image: url(../images/gg_ecole.png)}
#menu #travail {background-image: url(../images/gg_travail.png)}
#menu #import {background-image: url(../images/gg_import.png)}
#menu #concept {background-image: url(../images/gg_concept.png)}
#menu #medias {background-image: url(../images/gg_medias.png)}
#menu #liens {background-image: url(../images/gg_liens.png)}
#menu #multiaxe {background-image: url(../images/gg_cl3.png)}
#menu #pendulaire {background-image: url(../images/gg_cl2.png)}
#menu #paramoteur {background-image: url(../images/gg_cl1.png)}

#menu li.sub.click {
	margin: 0px 2px;
	border: 4px solid #888;
	border-radius: 8px 8px 0 0;
}

#menu li.sub {
	background-color: transparent;
}

#menu li:hover, #menu li a:hover {
}

#menu ul {
	list-style-type:none;
	position:absolute;
	left:-9999px;
	padding: 4px;
	background-color:#888;
	-moz-box-shadow:0 4px 4px rgba(0, 0, 0, 0.8);
	-moz-border-radius: 8px;
	border-radius: 8px;
	height: 64px;
	overflow: hidden;
	margin: .75em 0; 
	z-index: 150;
}

#menu li.click {
	z-index: 200;
	background-color:#888;
	-moz-box-shadow:0 4px 8px rgba(0, 0, 0, 0.8);
	cursor: default;
}

#menu li.click ul {
	left:-61px; 
	top:92px;
	height: auto;
}  

#menu li.click ul.bigul {
	left:-94px; 
	top:126px;
} 

#menu ul li {
	background:#AAA;
	width: 196px;
	height: auto;
	margin: 2px 0;
	padding: 4px 6px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#menu ul.bigul li {
	width: 292px;
}

#menu ul li:first-child {
	background: none;
}

#menu h3, #menu h4 {
	line-height: 1em;
	margin: 4px;
}

#menu p {
	line-height: 1.1em;
	margin: 0.2em 0 0.6em;
}

#fbicon {
	background-image: url(../images/icn_fb.png);
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 35px;
}

#tel-mail {
	display: inline-block}

#fbicon:hover {background-position:right}
	

.label {
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

a.moreinfo {
	text-align: right;
	text-decoration: underline;
}

.tarif {
	background-color:#BBBBBB;
	border:1px dotted #EEEEEE;
	float:right;
	font-size:0.8em;
	font-weight: bold;
	padding: 1px 4px;
	-moz-border-radius: 2px;
}

.textlink {
	text-decoration:underline;
}

.tnail {
	margin: 5px;
	-moz-box-shadow:0 0 4px #000;
	box-shadow:0 0 4px #000;
}

.tnail:hover {
	width: 100px;
	height: 100px;
	margin: 3px;
	-moz-box-shadow:0 0 4px #000;
	box-shadow:0 0 4px #000;
}

#menu ul.expand li {
	width: auto;
	padding: 0;
	text-align: left;
}

#menu ul.expand {
	position: static;
	-moz-box-shadow: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

#menu a {
	display: block;
	width: 100%;
}

a.expand {
	font-weight: bold;
}

a.expand:after {
	content: url(../images/bullet_expand.png);
	float: right;
	margin-top: 3px;
}

.backbtn {
	display:inline-block;
	background-image: url(../images/btn_back.png);
	height: 43px;
	width: 36px;
}

.backbtn:hover {background-image: url(../images/btn_back_hvr.png)}
.backbtn:active {background-image: url(../images/btn_back_act.png)}



.homebtn {
	display:inline-block;
	background-image: url(../images/btn_home.png);
	height: 43px;
	width: 63px;
}

.homebtn:hover {background-image: url(../images/btn_home_hvr.png)}
.homebtn:active {background-image: url(../images/btn_home_act.png)}

.searchbtn {
	display:inline-block;
	background-image: url(../images/btn_loupe.png);
	height: 19px;
	width: 19px;
}
.searchbtn:hover {background-image: url(../images/btn_loupe_hvr.png)}
.searchbtn:active {background-image: url(../images/btn_loupe_act.png)}

#searchbox {
	background: url(../images/bg_search.png) repeat-x scroll 0 0 #2b2b2b;
	border: 1px solid #404040;
	color:#999999;
	float:right;
	margin:6px 10px 0 0;
	padding: 0 4px;
	height: 22px;
	-moz-border-radius: 4px;
}

#searchbox:hover, #searchbox:active {border-color: #666}

#searchfield {
	background:none;
	border: none;
	color: #444;
	padding: 4px 0;
}

#searchfield:hover, #searchfield:active {color: #666}

#contact {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: top left;
	width:  84px;
	height: 25px;
	display: block;
	float: left;
	padding: 14px 8px 14px 90px;
	font-style: italic;
	text-transform: uppercase;
}

#contact:hover {background-position: bottom left}

.formbtn {
	block;
	font-family: Verdana, Geneva, sans-serif;
	background-color:#111;
	background-image:url(../images/tabs.png);
	background-repeat:repeat-x;
	background-position: center top;
	color: #999;
	border: 1px solid #222;
	height: 22px;
	padding: 2px 6px;
	margin: 6px 0 2px;
	line-height: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.formbtn:hover {
	background-position: center -26px;
	border: 1px solid #555;
	color: #CCC;
}

.formbtn:active {
	background-position: center bottom;
	border: 1px solid #191919;
	color: #DDD;
}