/* CSS Document */

@import url("header.css");
@import url("menu_gauche.css");
@import url("contenu_accueil.css");
@import url("footer.css");
@import url("contenu_fr.css");

html {font-size:120%;}
body 
{
	font-size:50%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6D6D6D;
	behavior:url(css/csshover.htc);
}


/* Ajustement des Marge et remplissage par défaut de tout les éléments à 0 */

* {margin:0; padding:0;}


/* section ID */

#main {
	background:  url("../img_pres/ADIUS_back_menu_gauche2.gif") repeat-y top left;
	left:0px;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:830px;
	}

#top_header {
	margin-left:auto;
	margin-right:auto;
	position: static;
	background-color:#000000;
	width:830px;
	height:10px
	}
#header {
	margin-left:auto;
	margin-right:auto;
	position: static;
	background-color:#FFFFFF;
	width:830px;
	height:74px;
	}
#banner {
	margin-left:auto;
	margin-right:auto;
	position: static;
	background-color:#FFFFFF;
	width:830px;
	height:115px;
	}

#banner_728 {
	float:left;
	margin-top:6px;
	margin-right:2px;
	width:728px;

	}
	
#zone_728 {
	height:115px;
}
	
#meteo {
margin-top:6px;
	float:right;
	width:100px;

	}	

#title {
	margin-left:auto;
	margin-right:auto;
	position: static;
	background-image:  url("../img_pres/ADIUS_carriere.gif");
	background-repeat:no-repeat;
	width:830px;
	height:103px;
	}
	
#title_en {
	margin-left:auto;
	margin-right:auto;
	position: static;
	background-image:url(../img_pres/carriere_en.gif);
	background-repeat:no-repeat;
	width:830px;
	height:103px;
	}
	
#title p {
	margin-left:185px;
	padding-top:62px;
	color:#404040;
	font-weight:bold;
	}
	
#title_en p {
	margin-left:185px;
	padding-top:62px;
	color:#404040;
	font-weight:bold;
	}
	
#menu_gauche{
	float:left;
	width:185px;
	background-color:#009366;
	background-repeat:repeat-y;	
	}
	
#sky {
	float:left;
	width:160px;
	height:687px;
	margin-left:35px;
	}
	
	
#footer {
	position: static;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	width:830px;
	height:111px;
	text-align:center;
	}


/* section class */

.clearfix:after {
    content: ".";            
	display: block;           
    height: 0;                  
    clear: both;              
    visibility: hidden;	
}

.clearfix {display: inline-block;}


* html .clearfix {height: 1%;}
.clearfix {display: block;}



.banner_sky {
	margin-top:0px;
}



/* ---[ Links ]------------------------------- */
a {
	color : #ffffff;;
	text-decoration: none; 	
	}
a:hover {
	color: #ffffff;
	text-decoration: underline; 
	}
	
	
