/*///////////////////////////////////////////////////////////////////////
MISE EN FORME COMMUNE A TOUTES LES PAGES 
///////////////////////////////////////////////////////////////////////*/
*{
  margin:0;
  padding: 0;
}
body{
  background: #FF9900;
  font-family: Arial, Helvetica, sans-serif;
}
#fond-page{
  position: relative;
  left:50%;
  margin-top:20px;
  margin-left:-500px;
  width:993px;
  background:url(images/fond-page.jpg) repeat-y -1px top;
}
#page{
  /*position: relative;
  top:20px;
  left:50%;
  margin-left:-408px;*/
  /*margin:20px auto 0 auto;*/
  width:993px;
  padding:36px 0 0 0;
  background: url(images/fond.jpg) no-repeat top right;
  /*height:608px;*/
}
html > body #page{
  /*min-height:608px;
  height:auto;$*/
}
#logo a{
  display:block;
  background:url(images/logo.jpg) no-repeat top left;
  text-indent:-9999px;
  outline: none;
  height:93px;
  width:507px;
  margin-left:358px;
}
.clear{
  clear:both;
}
.cleardiv{
  clear:both;
  height:0px;
  background-color:#F0F0EE;
}
#actualite{
  width:170px;
  float:left;
  margin:80px 0 0 15px;
}
#actualite h2{
  font-size:16px;
  text-align: center;
  color:#ff9b04;
}
#actualite h2 a{
  color:#ff9b04;
  text-decoration:none;
}
#actualite h2 a:hover{
  text-decoration:underline;
}
#actualite h3{
  font-size:13px;
  color:#454545;
  margin:30px 0 10px 10px;
}
#actualite h3 a{  
  color:#454545;
  text-decoration:none;
}
#actualite h3 a:hover{
  text-decoration:underline;
}  
#actualite p{
  font-size:12px;
  color:#454545;
  margin:0 0 10px 10px;
}
#actualite p a{
  color:#2C83C3;
}
/*///////////////////////////////////////////////////////////////////////
MISE EN FORME DU MENU !!!!!
///////////////////////////////////////////////////////////////////////*/
#top{
  float:left;
  width:225px;
  margin: 50px 0 0 0;
}
#menu{
  font-size: 11px;
  list-style-type: none;
  background:url(images/bordure_menu.jpg) repeat-y top right;
  padding:10px 0 10px 0 ;
  text-align: right;
  margin:0;
}
#menu li{
  line-height: 13px;
  margin: 0 0 13px 0;
  list-style-type:none;
  padding-right:10px;
  width:215px;
  background:url(images/fond-bouton.jpg) no-repeat top right;
  font-weight:bold;
}

#menu li a{
  color:black;
  text-decoration: none;
  margin:0 0px 0 0;
  padding-right:15px;
}
#menu li a:hover, #menu li.current_page_item a{
  background:url(images/fleche.jpg) no-repeat right 3px ;
}

#menu li.current_page_item li a{
  background:none;
}

#menu li.current_page_ancestor ul,#menu li.current_page_item ul{
  display:block;
}
  
#menu li ul{
  list-style-type: none;
  margin: 0 15px 12px 0 ; 
  padding:0;
  display:none;
}

#menu li li{
  font-weight:normal;
  background:none;
  margin: 0 0 2px 0;
}

#menu li li a{
  padding-right:15px;
  color:#000;
}
#menu li li a:hover, #menu li li.current_page_item a{
  color:#666;
  background:url(images/fleche-orange.jpg) no-repeat center right;
}


.intitule strong{
  padding-right:30px;
  width:195px;
}
.intitule{
  margin-bottom:0;  
}
#menu #partenariat{
  margin: 10px 0 0 50px;
  width:auto;
}

#menu #partenariat a{
  display:block;
  text-align:left;
  outline: none;
  text-indent:-9999px;
  background: url(images/partenariat.jpg) no-repeat left top;
  height:59px;
  width:175px;
}
#menu #partenariat a:hover{
  background: url(images/partenariat.jpg) no-repeat left -64px;
}


/*///////////////////////////////////////////
CONTENU
////////////////////////////////////////////*/
#contenu{
  float:left;
  font-size:12px;
  line-height:14px;
  width:535px;
  padding-right:10px;
  margin-left:10px;
  padding-top:30px;
  padding-bottom:10px;
  min-height:450px;
}
#page>#contenu{
  
}
#contenu h2{
  color:#ff9b04;
  text-align:center;
  margin: 10px 0 10px 0;
  font-size: 18px;
  line-height: 20px;
}
#contenu img{
  border:none;
}
#contenu ul{
  list-style: none;
  margin:10px 0 0 0;
}
#contenu li{
  background:url(images/fleche-orange-droite.gif) no-repeat left 3px;
  margin-left:15px;
  padding-left:15px;
  line-height: 16px;
}
#contenu p{
  margin: 15px 0 15px 0 ;
}
#contenu a{
  color:#2C83C3;
}
#contenu a:hover{
  text-decoration:none;
}
.date{
  font-size: 12px;
  font-style:italic;
}
#contenu h3{
  color:#2C83C3;
  margin: 15px 0 15px 0;
}
/*///////////////////////////////////////////
ACCUEIL
////////////////////////////////////////////*/
#orly_accueil{
  position:relative;
  margin:80px 0 0 -41px;
  background:url(images/orly.jpg) no-repeat top left;
  display:block;
  width:228px;
  height:112px;
  float:left;
  z-index: 1;
  text-indent:-9999px;
  outline: none;
}
#roissy_accueil{
  position:relative;
  margin:20px 0 0 60px;
  float:left;
  z-index:100;
  display:block;
  background:url(images/roissy.jpg) no-repeat top left;
  width:228px;
  height:112px;
  text-indent:-9999px;
  outline: none;
  display:inline;
}
.accueil {
  padding:20px 0 0 0px;
  margin: 0 0 0 10px;
  text-align: center;
}

.accueil li{
  text-align: left;
}
/*///////////////////////////////////////////
FORMULAIRE
////////////////////////////////////////////*/
#reservation p{
 margin:5px 0 5px 0;
 line-height: 16px;
 font-weight: normal;
}
#reservation label{
position:absolute;
width:270px;
text-align: right;
}
#reservation input{
  margin-left:280px;
}
#reservation textarea{
  margin-left:110px;
}
#reservation h4{
  margin-top:10px;
  font-size: 14px;
  line-height: 16px;
  color:#2c83c3;
}
#reservation h5{
  margin:10px 0 10px 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
input#submit{
  margin-left: 220px;
}
.erreur{
  border:1px solid red;
}
.erreurtxt{
  color:red;
  text-align: right;
  width:420px;
}
#nom_ville_agence_voyage{
  display:none;
}

/*///////////////////////////////////////////
FOOTER
////////////////////////////////////////////*/
#footer{
  position:relative;
  clear:both;
  left:50%;
  margin-left:-500px;
  width:993px;
  background:url(images/footer.jpg) no-repeat top left;  
}
#adresse_transparc{
  padding-top:100px;
  font-size:11px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
}
#fbtech{
  font-size:11px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;  
  padding:15px 0 15px 0;
}
#fbtech a{
  padding-top:10px;
  color:black;
}
#fbtech a:hover{
  text-decoration: none;
}
/****Rajout / modif 20/05/08 ****/
.label_gras{
  font-weight: bold;
}
#reservation p.error{
  color:red;
  margin-left:280px;
}
#commentlist{
  margin-top:40px;
}
.page_reply{
  margin-top:40px;
}

/*Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}
/* End Images */
/* Captions */
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}
/* End captions */