/* CSS Document --------------------------------------------------------------------------------*/
/* Mise en forme du site AEROPORT CLERMONT-FERRAND AUVERGNE ------------------------------------*/
/* www.iris-interactive.fr ---------------------------------------------------------------------*/

* {
	font-family:"Lucida Sans Unicode","Lucida Grande",'Trebuchet MS',Verdana,sans-serif;
	margin:0;
	padding:0;
}
body {
	background-image:none;
}

#page {
	background-image:none;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables à l'entête */
/* -------------------------------------------------------------------------------------------- */

#header {
	width:auto;
	height:50px;
	text-align:left;
}
#header h1 {
	left:auto;
	font-size:13px;
	padding:8px;
}
#header a.logo img {
	display:none;
}
#tabnav {
	display:none;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au contenu */
/* -------------------------------------------------------------------------------------------- */

#global {
	width:auto;
}

/* -------------------------------------------------------------------------------------------- */
/* BOX MODELS */

#left {
	display:none;
}
#content {
	width:auto;
}
.col2 {
	width:50%;
}
#right {
	display:none;
}

/* -------------------------------------------------------------------------------------------- */

#global h2, 
#global #right h2 {
	background-color:#FFFFFF;
	background-image:none;
	border-bottom:1px solid #A2A2A2;
	color:#000000;
	font-weight:bold;
}
#global table.data {
	margin:5px auto 15px;
	width:100%;
}

#global table.navdocs, #global table.docs {
	margin:5px auto;
	width:100%;
}
#global table.historique {
	margin:5px auto;
	width:100%;
}
#global table.flightsearch {
	width:100%;
	background-color:#FFF7E7;
}
#global table.flightsearch td {
	padding:5px;
	vertical-align:middle;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au chemin de navigation */
/* -------------------------------------------------------------------------------------------- */

#global ul#wire {
	font-size:10px;
	color:#6F6D6E;
	padding:5px 8px;
}
#global #wire li {
	background:url(../images/bg-wire-li.gif) no-repeat 0 5px;
	list-style:none;
	padding-left:10px;
	padding-right:2px;
	display:inline;
}
#global #wire li a {
	color:#0099FF;
	text-decoration:none;
	padding:0;
}
#global #wire li a:hover {
	color:#0066FF;
}


/* -------------------------------------------------------------------------------------------- */
/* Déclarations de styles applicables au pied de page */
/* -------------------------------------------------------------------------------------------- */

#foot {
	display:none;
}

