/* -------- DEBUT RESET -------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
   margin:0; 
   padding:0; 
   border:0; 
   font-weight:inherit; 
   font-style:inherit; 
   font-size:100%; 
   line-height:1; 
   font-family:inherit; 
   vertical-align:baseline;
}

a img, :link img, :visited img { border: 0;
}

table { border-collapse: collapse;
	    border-spacing: 0;
}

ol, ul { list-style: none;
}

q:before, q:after, blockquote:before, blockquote:after { content: "";
}
/* -------- FIN RESET -------- */

body{ 
	background-color:#e4decf;
	background-image:url(../images/fond-site.jpg);
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-position: top center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#conteneur{ 
	margin:20px auto 0 auto;
	width:1000px;
	position:relative;
}

#header{ 
	float:left;
	width:1000px;
	height:298px;
}

#header-gauche{ 
	float:left;
	width:259px;
	height:298px;
	text-align:center;
}

#logo{
	text-align:center;
	width:259px;
	margin-top:10px;
}

#drapeaux{
	text-align:center;
	width:259px;
	margin-top:30px;
}

#drapeaux img{
	border:0 ;
	margin:6px;
}

#header-banniere{
	float:right;
	width:699px;
	height:298px;
	margin:0;
	padding-right:11px;
	border:0;
}

#menu{ 
	float:left;
	width:259px;
	z-index:1;
}

#haut-menu{
	background-image:url("../images/haut-menu.png");
	background-repeat:no-repeat;
	width:259px;
	height:33px;
}

#fond-menu{
	background-image:url("../images/fond-menu.png");
	background-repeat:repeat-y;
	width:259px;
}

#bas-menu{
	background-image:url("../images/bas-menu.png");
	background-repeat:no-repeat;
	width:259px;
	height:33px;
}

#haut-contenu{ 
	background-image:url("../images/haut-contenu.png");
	background-position:top right;
	background-repeat:no-repeat;
	width:723px;
	height:80px;
	float:right;
}

#contenu{ 
	background-image:url("../images/fond-contenu.png");
	background-position:top right;
	background-repeat:repeat-y;
	width:723px;
	float:right;
}

#bas-contenu{ background-image:url("../images/bas-contenu.png");
			  background-position:top right;
			  background-repeat:no-repeat;
			  width:723px;
			  height:20px;
			  float:right;
}

#footer{ background-image:url("../images/fond-footer.png");
		 background-position:top right;
		 background-repeat:no-repeat;
		 border:0;
		 text-align:center;
		 font-size:11px;
		 font-weight:bold;
		 width:723px;
		 height:50px;
		 line-height:54px;
		 vertical-align:middle;
		 float:right;
}

/* -------- PRECHARGEMENT DES IMAGES -------- */
#prechargement{ display:none;
}

/* -------- CLASSES -------- */

/* -------- Menu -------- */
.titre-menu{ 
	background-image:url("../images/fond-menu-titre.gif");
	background-position:top left;
	background-repeat:repeat-y;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#222222;
	padding:3px 3px;
	text-decoration:none;
	behavior:url("includes/csshover.htc");
}

.titre-menu:hover{ 
	background-image:url("../images/fond-menu-titre-over.gif");
	background-position:top left;
	background-repeat:repeat-y;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	padding:3px 3px;
	text-decoration:none;
}

.titre-menu:link{ 
	background-image:url("../images/fond-menu-titre.gif");
	background-position:top left;
	background-repeat:repeat-y;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#222222;
	padding:3px 3px;
	text-decoration:none;
}

.titre-menu:visited{ 
	background-image:url("../images/fond-menu-titre.gif");
	background-position:top left;
	background-repeat:repeat-y;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#222222;
	padding:3px 3px;
	text-decoration:none;
}

.titre-menu2{ 
	background-image:url("../images/fond-menu-titre-over.gif");
	background-position:top left;
	background-repeat:repeat-y;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	padding:3px 3px;
    text-decoration:none;
	behavior:url("includes/csshover.htc");
}

.titre-menu2:hover{ 
	background-image:url("../images/fond-menu-titre-over.gif");
	background-position:top left;
	background-repeat:repeat-y;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	padding:3px 3px;
    text-decoration:none;
}

.titre-menu2:link{ 
	background-image:url("../images/fond-menu-titre-over.gif");
	background-position:top left;
	background-repeat:repeat-y;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	padding:3px 3px;
    text-decoration:none;
}

.titre-menu2:visited{ 
	background-image:url("../images/fond-menu-titre-over.gif");
	background-position:top left;
	background-repeat:repeat-y;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	padding:3px 3px;
    text-decoration:none;
}

.sous-titre-menu{	
	text-align:left;	
	padding:6px 0px 6px 45px;
	font-size:12px;
	font-weight:bold;
	color:#777777;
	text-decoration:none;
	behavior:url("includes/csshover.htc");
}

.sous-titre-menu:hover { 
	background-image:url("../images/fond-menu-titre-over.gif");
	background-position:left;
	background-repeat:repeat-y;	
	text-align:left;	
	padding:6px 0px 6px 45px;
	font-size:12px;
	font-weight:bold;
	color:#444444;
    text-decoration:none;
}

.sous-titre-menu:link{	
	padding:6px 0px 6px 45px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#777777;
	text-decoration:none;
}

.sous-titre-menu:visited{	
	padding:6px 0px 6px 45px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#777777;
	text-decoration:none;
}

.sous-titre-menu2{	
	background-image:url("../images/fond-menu-sstitre-over.gif");
	background-position:top left;
	background-repeat:repeat-y;	
	padding:6px 0px 6px 45px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#444444;
    text-decoration:none;
	behavior:url("includes/csshover.htc");
}

.sous-titre-menu2:hover{ 
	background-image:url("../images/fond-menu-sstitre-over.gif");
	background-position:left;
	background-repeat:repeat-y;	
	padding:6px 0px 6px 45px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#444444;
    text-decoration:none;
}

.sous-titre-menu2:link{ 
	background-image:url("../images/fond-menu-sstitre-over.gif");
	background-position:left;
	background-repeat:repeat-y;	
	padding:6px 0px 6px 45px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#444444;
    text-decoration:none;
}

.sous-titre-menu2:visited{ 
	background-image:url("../images/fond-menu-sstitre-over.gif");
	background-position:left;
	background-repeat:repeat-y;	
	padding:6px 0px 6px 45px;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	color:#444444;
    text-decoration:none;
}

/* -------- Contenu -------- */
.a_liens{ color:#555555;
}

.a_liens:hover{ color:#AAAAAA;
}

.a_liens:link{ color:#888888;
}

.BR14{ text-align:center;
}

.BR14-2{ margin-left:36px;
}

.div_gauche{ float:left;
}

.div_droit{ float:right;
			padding-right:55px;
}

.table_presentation{ margin-top:-20px;
}

.table_presentation td{
	padding:10px;
}

.table_presentation p{
	line-height:20px;
}

.bloc_agenda{
	width:300px;
	border:1px dotted #CCCCCC;
	padding:5px;
	text-align:right;
}

.assoc_agenda{
	font-size:11px;
	text-align:right;
}

.div_photo_gauche{ margin-top:70px;
				   margin-bottom:0px;
				   margin-right:20px;
				   padding:0;
				   float:left;
}

.div_photo_droite{ margin-top:70px;
				   margin-bottom:0px;
				   margin-left:15px;
				   padding:0;
				   float:left;
}

.div_texte{ width:488px;
			vertical-align:middle;
			margin:20px 0 0 0;
			padding:0;
			float:left;
}

.table_equipe{  text-align:center;
				font-size:14px;
				margin-top:20px;
				margin-left:20px; !important
				margin-left:0px;
				margin-right:20px; !important
				margin-right:0px;
				width:682px;
}

.table_equipe td{ border:1px dotted #DDDDDD;
				  text-align:center;
				  padding:10px;
}

.table_equipe a{  font-weight:bold;
				  font-size:12px;
				  text-decoration:none;
				  color:#777777;
}

.table_equipe a:hover {  font-weight:bold;
				  		 font-size:12px;
				  		 text-decoration:underline;
				  		 color:#777777;
}

.agenda{
	width:600px;
	border:1px dotted #CCCCCC;
	padding:15px;
	margin-left:50px;
	margin-top:10px;
	text-align:justify;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
	background-color:#F4F4F4;
}

.agenda_old{
	width:600px;
	border:1px dotted #CCCCCC;
	padding:15px;
	margin-left:50px;
	margin-top:10px;
	text-align:justify;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
	color:#888888;
}

.div_photo_figure{ margin-top:10px;
				   margin-bottom:10px;
				   margin-right:20px;
				   padding:0;
				   float:left;
}

.aeropostale_bref{ padding:15px 16px 15px 16px;
				   float:left;
				   text-align:center;
}

.aeropostale_bref p{ text-align:center;
				     font-weight:bold;
				     font-size:16px;
					 text-decoration:none;
}

.presentation_figures{ padding:15px 4px 15px 4px;
				   	   float:left;
				   	   text-align:center;
}

.presentation_figures p{ text-align:center;
						 font-size:11px;
					 	 text-decoration:underline;
}

.presentation_avions{ padding:15px 10px 15px 9px;
					  margin:0;
				   	  float:left;
				      text-align:center;
}

.presentation_avions p{ text-align:center;
						font-size:11px;
					    text-decoration:underline;
						text-indent:0px;
}

.affiche_aeropostale{ text-align:right;
					  padding-right:60px;
					  margin-top:70px;
					  margin-bottom:70px;
					  float:right;
}

.instructions{ text-align:center;
		  	   font-size:11px;
		       color:#333333;
		       padding:0;
}

.legende{ text-align:center;
		  font-size:11px;
		  color:#333333;
		  margin-right:20px;
		  padding:0;
}

.apercu{ float:left;
		 margin-left:2px;
		 margin-right:2px;
		 margin-bottom:12px;
}

.table_avions{font-size:14px;
			  color:#000000;
			  border:1px solid #999999;
			  line-height:20px;
			  vertical-align:middle;
			  margin-top:20px;
			  margin-left:90px;
			  margin-bottom:0px;
			  width:541px;
}

.table_avions td{ height:20px;
}

.bouton_retour{ text-align:center;
				margin:20px 20px;
}

.bouton_retour a{ font-weight:bold;
				  font-size:16px;
				  text-decoration:none;
				  color:#777777;
}

.bouton_retour a:hover{ font-weight:bold;
				        font-size:16px;
				  	    text-decoration:underline;
				  		color:#666666;
}

.table_actions{ text-align:center;
				font-size:16px;
				font-style:italic;
				font-weight:bold;
				font-family:Geneva, Arial, Helvetica, sans-serif;
				border:0;
}

.table_actions td{ padding:28px;
}

.liste_parrains a{ font-weight:bold;
				   text-decoration:underline;
				   color:#006699;
}

.liste_sponsors{ color:#006699;
				 font-size:10px;
}

.liste_sponsors a{ font-weight:bold;
				   text-decoration:none;
				   color:#006699;
}
.liste_sponsors a:hover{ font-weight:bold;
				   		 text-decoration:underline;
				   		 color:#006699;
}

.adresse{ text-align:center;
		  font-size:16px;
   		  color:#006699;
		  line-height:20px;
}

.message_contact{ text-align:center;
				  font-weight:bold;
				  color:#990000;
}

.btn_envoyer{ width:100px;
			  font-weight:bold;
			  color:#990000; 
			  border:1px solid #990000;
}

/* -------- Plan du site -------- */

.plan_niv1{ margin-top:20px;
}

.plan_niv1 li{ font-size:16px;
			   font-weight:bold;
}

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

.plan_niv1 li a:hover{ text-decoration:underline;
					   color:#000000;
}

.plan_niv1 li a:link{ text-decoration:none;
					  color:#000000;
}

.plan_niv1 li ul{ margin-left:0px !important
				  margin-left:-50px;
}

.plan_niv2{ margin-top:10px;
			margin-left:30px; !important
			margin-left:0px;
}

.plan_niv2 li{ font-size:14px;
			   font-weight:bold;
}

.plan_niv2 li a{ text-decoration:none;
				 color:#003366;
}

.plan_niv2 li a:hover{ text-decoration:underline;
					   color:#003366;
}

.plan_niv2 li a:link{ text-decoration:none;
					  color:#003366;
}

.plan_niv2 li ul{ margin-left:0px !important
				  margin-left:-50px;
}

.plan_niv3{ margin-left:30px; !important
			margin-left:0px;
}

.plan_niv3 li{ font-size:12px;
}

.plan_niv3 li a{ text-decoration:none;
				 color:#006699;
}

.plan_niv3 li a:hover{ text-decoration:underline;
					   color:#006699;
}

.plan_niv3 li a:link{ text-decoration:none;
					  color:#006699;
}

/* -------- Mises à jour pour site espagnol -------- */

.aeropostal_bref{  padding:15px;
				   float:left;
				   text-align:center;
}

.aeropostal_bref p{ text-align:center;
				     font-weight:bold;
				     font-size:16px;
					 text-decoration:none;
}


/* -------- Balises HTML -------- */
img{ margin:0; 
	 padding:0;
	 border:0;
}

h1{ font-size:24px;
	font-weight:bold;
	color:#4E2727;
	text-align:center;
	margin-bottom:35px;
}

h2{ font-size:21px;
	color:#006699;
	text-align:center;
	margin-bottom:25px;
}

h3{ font-size:18px;
	font-weight:bold;
	color:#003366;
	text-align:left;
	margin-top:20px;
	margin-left:40px;
	margin-right:40px;
	border-bottom:1px ridge #003366;
}

h4{ font-size:16px;
	font-weight:bold;
	color:#FF9933;
	text-align:left;
	text-indent:0px;
	margin-top:20px;
	margin-left:40px;
	margin-right:40px;
	border-bottom:1px dotted #FF9933;
}

h5{ font-size:12px;
	color:#000000;
	text-align:left;
	margin-top:20px;
	margin-left:60px;
	margin-right:40px;
}

h6{
	font-size:14px;
	color:#666666;
	text-align:left;
	text-indent:0px;
	margin-top:10px;
	margin-left:50px;
	margin-right:40px;
	border-bottom:1px dotted #666666;
}

p{ font-size:14px;
   color:#006699;
   text-align:justify;
   text-indent:20px;
   line-height:18px;
   margin-top:10px;
   margin-left:20px;
   margin-right:20px;
}

ul{ list-style-type:circle;
}

li{ font-size:14px;
	color:#006699;
	text-align:justify;
	line-height:18px;
	margin-top:10px;
	margin-left:85px; !important
	margin-left:20px;
	margin-right:20px;
}

table{  font-size:14px;
   		color:#006699;
  		text-align:justify;
   		text-indent:10px;
   		line-height:18px;
   		margin-top:10px;
		margin-left:20px; !important
		margin-left:0px;
		margin-right:20px; !important
		margin-right:0px;
		margin-bottom:20px;
		width:678px;
}

table td{ vertical-align:middle;
}

table p{   font-size:14px;
		   color:#006699;
		   text-align:justify;
		   text-indent:20px;
		   line-height:18px;
		   margin-top:10px;
		   margin-left:0px;
		   margin-right:0px;
}

table p span{ font-weight:bold;
			  text-decoration:underline;
			  color:#333333;
}

table h3{ font-size:18px;
		  font-weight:bold;
		  color:#003366;
		  text-align:left;
		  margin-top:20px;
		  margin-left:0px;
		  margin-right:0px;
		  border-bottom:1px thin #003366;
}

table h4{   font-size:16px;
			font-weight:bold;
			color:#FF9933;
			text-align:left;
			margin-top:20px;
			text-indent:0px;
			margin-left:0px;
			margin-right:0px;
			border-bottom:1px dotted #FF9933;
}

label{ margin:5px 5px;
       font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	   font-size:12px;
}

input{ margin:5px 5px;
       font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	   font-size:14px;
	   width:350px;
	   border:1px dotted #aaabb1;
}

textarea{ margin:5px 5px;
	      font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	      font-size:14px;
		  width:350px;
	      border:1px dotted #aaabb1;
		  overflow:auto;
}

sup{ font-size:16px;
	 vertical-align:top;
}

hr{ height:0px;
	border:1px solid #006699;
	margin:15px 70px 15px 70px;
}

html{ overflow-x:hidden;
}
