/*** INFORMATIONS DE LICENCE ***
* Ce fichier est intégré au développement d'un site Web
* Cette feuille de style est dessinée par JNBi L'agence Web
* Tous droits réservés */

/* Table des matières

	- CSS généraux
	- CSS de formulaires
	- Actualités / Brèves / Webline
	- Pages (et zones de bas de page)
	- Consultations
	- Agenda
	- CSS de menus
	- CSS du plan du site
	- CSS de signatures

*/

/* Informations CSS générales */
/* ----------------------------------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
li {
	margin-left: 25px;
}
body {	
	background-image: url(visuels/background.gif) ; /* A modifier pour ne pas afficher le bloc de droite  */ 
	background-repeat: repeat-y;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
}
td { 	/* Font idem que body */
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
h1 { 	/* Font idem que body - size + 6 */
	font-family: Arial, Helvetica, sans-serif;
	color: #E75F62;
	font-size: 25px;
	font-weight: normal;
}	
h2 { 	/* Font idem que body - size + 4 */
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 16px;
}
h3 { 	/* Font idem que body - size + 2 */
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;		
}
blockquote {
	padding-left: 20px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e75f62;	
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration : underline;
}
.wsc_titre_rouge {
	font-family: Arial, Helvetica, sans-serif;
	color: #E75F62;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
}
a.awsc_lien_jaune {
	color:#ff9900;
	text-decoration: none;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}
a:hover.awsc_lien_jaune {
	color:#e75f62;
	font-family: Arial, Helvetica, sans-serif;
}
#conteneur {
	width: 776px;
	margin-right:0;
}
#contenu{
	float:left;
	width:700px;
	margin-left: 30px;
	padding-top: 10px;
	margin-bottom: 20px;
}
#haut {
	float:left;
	width:776px;
	background-image: url(visuels/logo_background_orange.jpg);
	background-repeat: no-repeat;
	background-color: #FEC434;
}
#haut img,#haut_page img{
	float:left;
	border:0;
}
#haut_page {
	display: block;
	float: left;
	width: 776px;
	height: 100px;
	background-image: url(visuels/logo_page_background.jpg);
	background-repeat: no-repeat;
}
#logo {
	float: left;
	width: 475px;	
}
#news {
	float: left;	
	width: 280px;		
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
#news a {
	color:#FFFFFF;
}
#news img {
	border:1px #FFFFFF solid;
}
#pied_page {
	float: right;
	width: 761px;
	height: 30px;
	padding-top: 5px;
	padding-right: 15px;
	text-align: left;
	border-top: 1px dashed #999999;
}
#tagline{
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;	
	font-weight: normal;
	font-style: normal;}
	
#menu2{
	float:left;
	padding-left: 10px;
	text-align: left;
}	
#menu2 a{
	color: #FF9900;
	font-size: 11px;
}
#menu2 a:hover{
	color: #E75F62;
	text-decoration: none;
}
#bloc_menu {
	float: left;
	width: 776px;
	height: 30px;
	background-color: #FFFFFF;
	border-bottom:1px dashed #999999;
}

/* BLOC de droite " rechercher un vol " */
/* ----------------------------------------------------------------------------------------------*/

#bloc_droite {
	width: 240px;
	height:120px;
	position:absolute;
	left:776px;
	top:0px;
	background-color:#0099CC;
	background:url(visuels/background_droite.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top:91px;
}
h3#rechercher_vol{
	width:204px;
	height:36px;
	background:url(visuels/background_vol.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#9FDAF7;
	text-indent:-9999px;
}
#rechercher_vol_bloc{
	width:204px;
	height:auto;
	background:url(visuels/background_bleu.gif);
	background-position:left;
	background-repeat:repeat-y;
	background-color:#9FDAF7;
	text-align:right;
}
/* Informations CSS Formulaires */
/* ----------------------------------------------------------------------------------------------*/

#zone_log {		/* Login/Password pour l'accès aux pages réservées */
	width: 100%;	
	text-align:center;
}
#zone_log_formulaire {
	width: 160px;
	margin-left: auto; 
	margin-right: auto;	
	text-align: left;
}
.alerte_formulaire_ok {		/* CSS de formulaires en général */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #50A4D0;	
	font-weight: bold;
	font-style: normal;
}
.alerte_formulaire_ko {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;	
	font-weight: bold;
	font-style: normal;
}

/******** Formulaire contacts **************/

#contacts_form{
	width:420px;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
}
#contacts_form fieldset{
	margin-bottom:10px;
	padding-bottom:10px;
	width:100%;
}
#contacts_form legend{
	font-weight:bold;
	font-size:20px;
	letter-spacing:-1px;
	color:#E75F62;
	margin-left:10px;
	padding-right:4px;
	padding-left:4px;
}
.calage_centre{
	display:block;
	text-align:center;
}
.calage_droite{
	clear:both;
	display:block;
	float:left;
	width:120px;
	text-align:right;
	margin-top:2px;
	margin-right:5px;
}
.calage_gauche{
	display:block;
	float:left;
	text-align:left;
}
.asterisque {
	color: #ff0000;
}
.suptitre{
}	
a.lien_bouton {
	display:block;
	width:80px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color: #E75F62;
	border: 1px solid #FFFFFF;
	padding: 3px;		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;		
	text-decoration : none;
	letter-spacing: 1px;
}
a.lien_bouton:hover {
	background-color: #ffa334;
	color: #FFFFFF;		
	text-decoration : none;	
}
.contacts_input {
	border-top : 2px solid #aaaaaa;
	border-bottom : 1px solid #cccccc;
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	background:#ffffff;
	color:#333333;

}
.contacts_input_on {
	border-top : 2px solid #aaaaaa;
	border-bottom : 1px solid #cccccc;
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	background:#F6DB91;
	color:#333333;
}


/* Informations CSS Actualités / Brèves / Webline */
/* ----------------------------------------------------------------------------------------------*/

h2.news {		/* Titre de news en page "News" */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF9900;	
	font-weight: normal;
	font-style: normal;
}
.webline h2{		/* Webline */
	font-family: Arial, Helvetica, sans-serif;
	color:#E75F62;
	font-size: 18px;
	font-weight:bold;
	text-align:left;
}

.webline p{	
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 12px;
	text-align:left;
}
h3.actu_titre {		/* Titre de news et contenus de brèves en page d'accueil */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;	
	color: #FFFFFF;
}
.actu_chapeau{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
}
#webline {
	float:left;
	width:736px;
	padding:20px;
}
#webline img{
	margin:40px 60px 40px 20px;
	border:0px;
}
#bande_photos{
	float:left;
	padding-top:5px;
}
#img_bandeau_gauche{
	float:left;
	width:301px;
	height:120px;
	margin-right:5px;
}
#img_bandeau_centre{
	float:left;
	width:115px;
	height:120px;
	margin-right:5px;
}
#img_bandeau_droite{
	float:right;
	width:350px;
	height:120px;}

/* Informations CSS Pages et "zones bas de page" */
/* ----------------------------------------------------------------------------------------------*/

h1.titre_page{		/* Titre de pages intérieures */
	font-family: Arial, Helvetica, sans-serif;
	color: #e75f62;
	font-size: 25px;
	font-weight: normal;
	background-image: url(visuels/puce_titre.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#zone_contact{
	width: 100%;
	text-align: center;
	margin: 10px;
}
#zone_contact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9A9A9A;	
	text-decoration: overline;
}
#zone_contact a:hover {	
	color: #B7B7B7;	
	text-decoration: none;
}
#zone_printmode{
	width: 100%;
	text-align: center;
	margin: 10px;
}
#zone_printmode a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #9A9A9A;	
	text-decoration: underline;
}
#zone_printmode a:hover {	
	color: #B7B7B7;	
	text-decoration: none;
}

/* Informations CSS Consultations */
/* ----------------------------------------------------------------------------------------------*/

.consultation_message {
	background-color: #E6E6E6;	
	margin-top: 5px;
	overflow-x: auto;
	padding: 5px;	
	padding-bottom: 20px;
	width: 520px;	
}
.consultation_titre_noir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	color: #000000;
	font-weight: bold;
}
.consultation_msg_valide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #008C42;
	font-weight: normal;
}
.consultation_msg_refuse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color: #FF0000;
	font-weight: normal;
}

/* Informations CSS pour l'Agenda 		   */
/* ----------------------------------------------------------------------------------------------*/

#agenda {	
	width: 159px;	
	background-color: #C3DB94;	
	text-align: center;
}
#agenda_prochain_ev {	
	width: 149px;
	padding: 5px;		
	background-color: #DEF5B2;	
	text-align: left;
}
#agenda_page_interne_bloc_01 {
	float: left;
	width: 170px;
	text-align: left;	
}
#agenda_page_interne_bloc_02 {
	float: left;
	margin-left: 22px;
	width: 350px;	
}
#agenda_page_interne_bloc_01_contenu {	
	width: 170px;	
	background-image: url(visuels/agenda_page_middle.gif);	
	background-repeat: repeat-y;
}
a.lien_evenement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E02424;	
	text-decoration: underline;	
}
a.lien_evenement:hover {
	color: #E18123;	
	font-weight: bold;
	text-decoration: none;
}
a.prochain_evenement {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: normal;
	color: #606060;	
	text-decoration: none;
}
a.prochain_evenement:hover {
	color: #E18123;	
	text-decoration: underline;
}
.typo_agenda {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	font-weight: normal;
	color: #606060;
}
.typo_agenda_today{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color:#FFFFFF;
	color: #606060;
}
.typo_agenda_prochain_ev_titre {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
	color: #E02424;
}
.titre_agenda_evenement {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px;
	font-weight: bold;
	color: #E02424;
}
.titre_agenda_evenement_date {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
	font-weight: bold;
}
.select_agenda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;	
	color: #333333;
}

/* Informations CSS de menu */
/* ---------------------------------------------------------------------------------------------- */
#menu_int dl {
	float:left;
}
#menu_int {
	position: static;
	width:766px;
	float:left;
	padding-left:10px;
}
#menu_int dl, dt, dd, ul {
	margin: 0px;
	padding: 0px;	 
}
#menu_int li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu_int dt {
	width:auto;
}
#menu_int dt a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 9px 10px 7px 9px;
}
#menu_int dt a:hover{
	border-bottom: 4px solid #FFBF2A;
	display: block;
	padding: 9px 10px 3px 9px;
}
#menu_int dd {
	position: absolute;
	z-index: 100;
	width: auto;
	margin-top: -8px;
	margin-left:-2px;
	padding-top:5px;
	background-color:#FFFFFF;
}
#menu_int ul {
	padding: 0px;
}
#menu_int li {
	text-align: left;	
	z-index: 100;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
}
#menu_int li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-decoration: none;	
	line-height: 19px;
	padding:0px 10px 4px 10px;
	border-left:1px dashed #999999;
	border-right:1px dashed #999999;
	margin-left:10px;
	width:170px;
	display:block;

}
#menu_int li a:hover{
	color:#000000;
	border-bottom:4px solid #FFBF2A;
}
.menu_sans_lien{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 9px 10px 7px 9px;						
}

/* Informations CSS Plan de site */
/* ----------------------------------------------------------------------------------------------*/

.plansite_1_noa{
	display:block;
	width:300px;
	padding: 2px 2px 2px 20px;
	margin-bottom:-13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;	
	font-weight: normal;
	font-style: normal;
	text-decoration : none;
	background-color: #a0a0a0;
}
a.plansite_1 {
	display:block;
	width:280px;
	margin-bottom:-13px;
	margin-left:20px;
	padding: 2px 2px 2px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	text-decoration : none;
	border-bottom:1px solid #333333;
	color:#333333;
}
a.plansite_1:hover {
	color: #FFFFFF;
	background-color:#FFA334;		
}
a.plansite_2 {
	display:block;
	width:230px;
	margin-left:50px;
	margin-bottom:-13px;
	margin-top:3px;
	padding: 2px 2px 2px 20px;
	background-image:url(visuels/puce_plansite.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	font-weight: normal;
	font-style: normal;
	text-decoration : none;
	background-color:#FFFFFF;
}
a.plansite_2:hover {
	color:#FFFFFF;
	background-color:#FFA334;;		
}
a.plansite_3 {
	display:block;
	width:230px;
	margin-left:50px;
	margin-bottom:-13px;
	margin-top:3px;
	padding: 2px 2px 2px 20px;
	background-image:url(visuels/puce_plansite.gif);
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFA334;
	font-weight: normal;
	font-style: normal;
	text-decoration : none;
	background-color:#FFFFFF;
}
a.plansite_3:hover {
	color:#FFFFFF;
	background-color:#FFA334;			
}
/* Informations CSS Signatures */
/* ----------------------------------------------------------------------------------------------*/

a.jnbi {
	font-family: Arial, Helvetica, sans-serif;
	color: #E75F62;
	font-size: 11px;	
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a.jnbi:hover {
	color:#E75F62;
	text-decoration: underline;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #E75F62;
	font-size: 11px;	
	font-weight: normal;
	font-style: normal;
}