/* CSS Document */
body {
	behavior:url("csshover.htc");
}

body{
	margin : 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
}

h1 {
	background-image:url(img/mp2.gif);
	background-repeat:no-repeat;
	background-position:left;
	font-size : 11px;
	background-color :#FFCC33;
	padding : 3px;
	margin:0px;
	text-align : left;
	border : 1px solid #FFCC33;
	padding-left : 37px;
	color : #39F;
}

h2{
	font-size : 12px;
	text-transform:uppercase;
	color : #39F;
	margin : 0px 0px 0px 0px;
}

h3{
	font-size : 11px;
	color : #39F;
	font-weight:bold;
	margin: 0px;
	padding : 0px;
	margin-bottom : 3px;
}

h3 a{
	color : #0087F4;
}

a{
	color:#FC3;
	text-decoration : none;
}

h4{
	background-color : #CC5F1E;
	font-size : 11px;
	padding : 3px;
	margin : 0px;
	margin-bottom : 5px;
	color : #FFFFFF;
}

a:hover{
	text-decoration : underline;
	color : #FC3;
}

p{
	text-align : justify;
	padding : 0px;
	margin : 5px 0px 5px 0px;
}

.separateur{
	background-image:url(img/separateur.gif);
	background-repeat:repeat-x;
	background-position:left;
	height:1px;
}

a.selected{
	color : #FC3;
}

.description{
	display : none;
	visibility:hidden;
}

.important{
	font-weight : bold;
	color:#CC0000;
	font-size : 12px;
	text-align:center
}

select{
	font-size : 11Px;
}
/**************  Structure *****************/
#global{
	background-image:url(img/fond_gauche.gif);
	background-repeat:repeat-y;
	background-position:left;
	width : 800px;
	margin : 0px;
	padding : 0px;
	border:1px solid #FFCC33;
	border-top : none;
}

#gauche{
	float : left;
	width:165px;
	text-align:left;
	height:100%;
}

#logo{
	background-image:url(img/logo_etiquette.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height : 350px;
	margin : 0px;
	padding : 0px;
	cursor:pointer;
	background-color : #FFCC33;
}

#destinations{
	margin : 0px;
	padding : 0px;
}

#droite{
	float : right ;
	width:635px;
	text-align:left;
}

#image{
	background-image:url(img/bandeau.gif);
	background-repeat:no-repeat;
	height: 118px;
	margin : 0px;
	padding : 0px;
}

#menu{
	background-image:url(img/fond_menu.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#FFFFFF;
	margin : 0px;
	padding : 0px;
	padding-left : 2px;
}

#contenu{
	background-color:#FFFFFF;
	margin : 0px;
	padding : 10px 10px 20px 10px;
}

#copy{
	padding-top : 5px;
	font-size : 9px;
	color:#666666;
}

#popup{
	background-image:url(img/fond_popup.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding : 20px;
}
/********************* Menu *************************/
.menu{	
	
	float : left;
	width : 110px;
	padding : 2px;
	margin : 0px;
	padding : 0px;
	padding-left : 15px;
}

.menu ul{
	margin : 0px;
	padding : 0px;
}

.menu li{
	list-style:none;
	margin : 0px;
	padding : 0px;
}

li.titre{
	font-weight : bold;
	margin : 0px;
	padding : 0px;
}

ul.texte {
	background-image:url(img/trait_menu.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-top : 5px;
	padding-left : 5px;
}

ul.texte li{
	text-transform:none;
	font-weight : normal;
	padding-top : 2px;

}

.menu a{
	color : #000000;
}

.menu a.selected{
	color : #FC3;
}

/********************* Destination ***********************/
#destinations p{
	padding : 0px 10px 5px 10px ;
	margin : 0px;
}

#destinations p.comment {
	text-align:center;
	padding : 0px 20px 20px 20px;
	color : #F06202;
	font-size : 11px;
}

#destinations p.comment a{
	color : #EA5F02;
	font-size : 11px;
}

#destinations .dest{
	padding : 2px 10px 0px 20px; ;
	font-weight : bold;
	background-image:url(img/icone_avion.gif);
	background-repeat:no-repeat;
	background-position:center left;
	height : 16px;
}

#destinations div.dest:hover{
	background-color :#DEE6A5;
}

#destinations .destnew{
	padding : 2px 10px 0px 20px; ;
	font-weight : bold;
	background-image:url(img/icone_avion.gif);
	background-repeat:no-repeat;
	background-position:center left;
	height : 16px;
	
}

#destinations div.destnew:hover{
	background-color :#DEE6A5;
}

#destinations .destnew a{
	color:#33C60F;
}

#destinations a{
	color : #137932;
	text-decoration : none;
}

/********************* Contenu ************************/
.carte{
	width : 222px;
	float:left;
	margin-right : 30px;
	margin-left: 24px;
}

.carte2{
	float:right;
	width:240px;
	margin-right : 15px;
}

.news{
	background-image:url(img/fond_news.gif);
	background-repeat:no-repeat;
	background-position:center center;
	width : 222px;
	float:left;
	margin-right : 30px;
	margin-left: 24px;
	padding-bottom : 0px;
}

.sky{
	float:right;
	width:240px;
	margin-right : 10px;
}

.liens{
	float:left;
	width:120px;
	margin-right : 5px;
}

div.visite{
	margin : 0px;
	font-weight:bold;
	padding : 3px;
	text-align:center;
	background-color:#39F;
}

div.visite:hover{
	background-color : #008AFB;
}

.pub{
	background-image:url(img/pub.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:59px;
	width:466px;	
	float : left;
	margin-top : 10px;
}

.amp{
	background-image:url(img/amp.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:60px;
	width:70px;	
	float : right;
	margin-right : 10px;
	cursor:pointer;
}

.faq{
	margin : 0px;
	font-weight:bold;
	padding : 3px;
	text-align:center;
	background-color:#39F;
	color:#FFFFFF;
	margin-top : 10px;
}

.faq2{
	margin : 0px;
	font-weight:bold;
	padding : 3px;
	text-align:center;
	background-color:#39F;
	margin-top : 10px;
}

div.faq:hover, div.faq2:hover {
	background-color : #008AFB;
}

.jeux{
	margin : 0px;
	font-weight:bold;
	padding : 3px;
	text-align:center;
	background-color:#FF7B21;
	color:#FFFFFF;
	margin-top : 10px;
	padding : 5px;
}


div.jeux:hover{
	background-color : red;
}

.liens a, .liens a:hover, .faq2 a, .faq2 a:hover, .jeux2 a, .jeux2 a:hover{
	color : #FFFFFF;
	text-decoration:none;
}

.interieur{
	padding : 0px 10px 0px 10px;
	text-align:justify;
}

.historique{
	padding-bottom : 10px;
	color : #FC3;
}
/********************* Contenu Index Damien************************/
.cadre1{
	width : 372px;
	float:left;
	margin-left: 5px;
	/*height: 500px;*/
	margin-top: 10px;
}
.cadre2{
	float:left;
	margin-left: 0px;
	margin-top: 0px;
	/*width: 200px;*/
	height: 206px;
	width: 168px;
}
.cadre3{
	width : 220px;
	float:left;
	margin-left: 8px;
	margin-top: 10px;
	height: auto;
}
#skyscanner{
font-size: 80%;
position: relative;
top:-60px;
float:right;
width : 220px;
;


}
.cadre4{
	width : 196px;
	float:right;
	margin-left: 0px;
	margin-top: 0px;
	height: 200px;
	clip: auto;
}
.cadre5{
	width : 360px;
	float:left;
	margin-top: 10px;
	height: auto;
}
.cadre6{
	float:left;
	width : 372px;
	/*height: 220px;*/
	margin-top: 10px;
	background-image: url(img/fond_news.gif);
	background-position: center;
	background-repeat: repeat;
}
/******************** News *******************/
.actu{
	text-align:justify;
	margin : 0px;
	padding: 0px;
	padding-top:5px;
	padding-bottom:5px;
}

.titre_actu{
	color : #39F;
	font-weight:bold;
}

p.texte_actu{
	margin : 0px;
	padding : 0px;
	padding-top : 5px;
}

.titre_actu a{
	color : #39F;
	text-decoration : none;
}

.titre_actu a:hover{
	color : #FC3;
	text-decoration : none;
}

.actu a.suite{
	color : #FC3;
}

.texte_actu a{
	color : #000000;
	text-decoration : none;
}

.texte_actu a:hover{
	color : #003D6F;
	text-decoration : none;
}
/**************** Newsletter ************************/

.newsletter{
	background: url(img/haut_newsletter.jpg) no-repeat top left;
	padding-top : 90px;
}

/***************** Travaux ********************/
.travaux{
	height : 330px;
	vertical-align : center;
	text-align : center;
}

.travaux img{
	border : 1px solid #999999;
}

/*********************************************/

.blanc {
	color : #FFFFFF;
}

.blanc:hover{
	color : #FFFFFF;
}

.noir{
	color : #000000;
}

.noir:hover{
	color : #000000;
}

.rouge{
	color : #A34D18;
}

.rouge:hover{
	color : #A34D18;
}

.vert{
	color : #189941;
}

.petit{
	font-size : 11px;
}

.texte{
	text-align : justify;
}

.border_dashed {
	border : 1px dashed #39F;
	padding : 10px;
}

.border_dashedR {
	border : 1px dashed #CC5F1E;
	padding : 10px;
}

.haut{
	padding : 10px 0px 20px 0px;
	text-align : right;	
	width : 580px;
}

.haut a{
	background-image:url(img/haut_page.gif);
	background-repeat:no-repeat;
	background-position:center left;
	padding-left : 15px;
}

.fond_reserve{
	background-color : #BDCE19;
	color : #FFFFFF;
	padding-left : 5px;
	text-align:left;
}

.fond_titre{
	background-color : #189941;
	color : #FFFFFF;
	font-weight:bold;
}

.select_dest{
	height : 230px;
	width : 170px;
	font-size : 11px;
}
.select_dest_bus{
	height : 150px;
	width : 170px;
	font-size : 11px;
}


.titre_rouge{
	font-weight : bold;
	color:#CC5F1E;
}

.fond_bleu{
	background-color : #39F;
	color : #FFFFFF;
	font-weight : bold;
	padding : 3px;
}
/*******************************************************/

.tableau{
	border : 1px solid #FFCC33;
	border-collapse:collapse;
}

.tableau th{
	background-color : #FFCC33;
	padding : 3px;
	text-align : center;
	border-right : 1px dashed #FFFFFF;
}

.tableau td{
	padding : 5px;
	border-right : 1px dashed #FFCC33;
	border-bottom : 1px dashed #FFCC33;
}

.tableau_orange{
	border : 1px solid #FA8033;
	border-collapse:collapse;
}

.tableau_orange th{
	background-color : #FA8033;
	padding : 3px;
	text-align : center;
	border-right : 1px dashed #FA8033;
	color : #FFFFFF;
}

.tableau_orange td{
	padding : 5px;
	border-right : 1px dashed #FA8033;
	border-bottom : 1px dashed #FA8033;
}

.tableau_vert{
	border : 1px solid #BDCE19;
	border-collapse:collapse;
}

.tableau_vert th{
	background-color : #189941;
	color :  #FFFFFF;
	padding : 3px;
	text-align : center;
	border-right : 1px dashed #FFFFFF;
}

.tableau_vert td{
	padding : 5px;
	border-right : 1px dashed #BDCE19;
	border-bottom : 1px dashed #BDCE19;
}

.tableau_rouge{
	width:580px;
	border : 1px solid #FFFFFF;
	border-collapse:collapse;
}

.tableau_rouge th{
	background-color : #CC5F1E;
	color :  #FFFFFF;
	padding : 3px;
	border : 1px solid #CC5F1E;
}

.tableau_rouge td{
	vertical-align:top;
	padding : 10px;
	line-height:15px;
	border-right : 1px solid #CC5F1E;
}

.tableau_rouge .info{
	background-color : #FFF5D7;
	text-align:center;
	color : #A34D18;
	font-weight:bold;
	padding : 3px;
}

.fonce {
	background-color : #E9F2F5;
}

.tableau_bleu {
	border : 1px solid #39F;
	border-collapse:collapse;
}

.tableau_bleu th{
	background-color : #39F;
	color : #FFFFFF;
	padding : 3px;
	border-right : 1px dashed #FFFFFF;
	text-align : center;
}

.tableau_bleu th:hover{
	background-color : #006AC1;
}

.tableau_bleu td{
	border-right : 1px solid #39F;
	border-bottom : 1px solid #39F;
}

.tableau_bleu a{
	color : #FFFFFF;
}

.tableau_bleu a:hover{
	color : #FFFFFF;
	text-decoration : none;
}

.tableau_bleu td img{
	margin: 3px;
	border : 1px solid #999999;
}

.onglet{
	background-color : #FFCC33;
	padding : 3px;
	width : 100px;
	font-weight : bold;
}

.texte_onglet{
	border : 1px solid #FFCC33;
}


/********************   E-cards  ***************************/
.ecard fieldset{
	border : 1px dashed #FFCC00;
	padding : 5px;
}

.ecard legend{
	background-color : #FFCC00;
	color:#000000;
	padding : 3px 5px 3px 5px;
	font-weight : bold;
}

.ecard input{
	border : 1px solid #C0C0C0;
	font-size : 11px;
}

.ecard textarea {
	border : 1px solid #FFFFFF;
	border-bottom : none;
	width : 215px;
	padding : 5px;
	font-size : 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.ecard .submit {
	background-color : #CAA200;
	border : 1px solid #DDB000;
	font-weight:bold;
	color:#FFFFFF;
	cursor:pointer;
}

.ecard .retour{
	color:#00559C;
	padding:3px;
	font-weight:bold
}

.ecard img{
	border : 1px solid #C0C0C0;
}
.fond_titre_jaune {

	background-color : #FFCC33;
	color : #FFFFFF;
	font-weight:bold;
}
/*******************************************/
/* Feuille de Style uaf.css                */
/* pour les affiches information passagers */
/* site : http://www.marseille.aeroport.fr */
/* CCIMP le Mardi 7/11/06                  */
/*******************************************/

.td-alert-titre {
	background-color: #ffd54d;
	color: #05367c;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
   }
.titrerouge {
	color: red;
	font-size: 18px;
	}
.alert-titre-cm {
	font-size: 16px;
	font-weight: bold;
	color: #6ACEF6;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background: #004a90 url(../img/imuaf/titre1.gif) repeat-y top center;
   }
.alert-central-bleu {
	background: #6acff6;
   }
.prouge {
	color: red;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
.pbleu {
	color: #004B8F;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
	}
.alert-titre-orange {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #F79122;
	font-family: Arial, Helvetica, sans-serif;
	background: #004a90 url(../img/imuaf/titre2.gif) top center;
   }
.alert-titre-vert {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color: #B9D774;
	font-family: Arial, Helvetica, sans-serif;
	background: #004a90 url(../img/imuaf/titre2.gif) top center;
   }
.alert-central-orange {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 0px 4px;
	color: #004B8F;
	font-family: Arial, Helvetica, sans-serif;
	background: #F79122;
   }
.alert-central-vert {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 0px 4px;
	color: #004B8F;
	font-family: Arial, Helvetica, sans-serif;
	background: #B9D774;
   }
.pminia {font-size: 10px;}

/********************************************/
/* Feuille de Style galerie.css             */
/* pour la galerie dans la section photos/visite */
/* 											*/
/* CCIMP le Mardi 12/12/06                  */
/*******************************************/
		div#galerie
		{
			width: 600px ;
			background: #fff;
			/*border: 1px solid #dcb ;*/
			padding: 10px 10px 10px 10px;
			
			text-align: center ;
		}
		
		ul#galerie_mini
		{
			margin: 0 ;
			padding: 10px 0px 10px 15px;
			list-style-type: none ;
		}
		
		ul#galerie_mini li
		{
			float: left ;
		}
		
		ul#galerie_mini li a img
		{
			margin: 4px 4px ;
			border: 4px solid #FFCC33 ;
		}
		
		dl#photo
		{
			clear: both ;
			margin: 0 auto ;
		}
		
		dl#photo dt
		{
			font: arial ;
			font-size: 12px;
			font-weight: bold;
			color : #39F;
			background-color :#FFCC33;
		}
		
		dl#photo dd
		{	padding: 0 0 12px 0;
			/*border: 1px solid #dcb ;*/
			margin: 0 ;
		}
		
		dl#photo img
		{
			/*padding: 0 0 12px 0;*/
			border: 1px solid #dcb ;
		}