html {
	font-size: 80%;
} 

body {
	font-size: .85em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 ;
	padding: 0 ;
	background: #fff;
	background: url("img/trame_fond.gif") repeat-x;
	
} 


div#conteneur {
	width:930px;
	margin: auto; 
	text-align: left;
	
	/*border:#999 solid 1px;*/
	padding-bottom:10px;

}


div#conteneur1 {
	width:622px;
	margin: auto; 
	text-align: left;
}




#header {
	margin-top:20px;
	width:622px;
	
	background:url("img/bandeau_haut.png")!important;
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='img/bandeau_haut.png');
	
	
	height:158px;
}

#invit {
	position: absolute;
	top:10px;
	left:70%;
	background:url("img/lilloteasing.png")!important;
	background-image:url(no-image);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='img/lilloteasing.png');
	width:206px;
	height:363px;
}

#menu {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;	/* Création du contexte de formatage */
	height:33px;
	width:778px;
	cursor : pointer;

}

#menu ul {
	margin: 0 ;
	padding: 0 ;
}
#menu li {
	float:left;
	margin: 0 ;
	padding: 0 ;
}
img{
	border:0;
}


#menu_programme{
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;	/* Création du contexte de formatage */
	height:0px;
	
}

#menu_programme ul {
	margin: 0 ;
	padding: 0 ;
}

#menu_programme li {
	margin: 0 ;
	padding: 0 ;
	float:left;
	height: 50px;
}
#menu_scolaires{
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;	/* Création du contexte de formatage */
	height: 0px;
}

#menu_scolaires ul {
	margin: 0 ;
	padding: 0 ;
}

#menu_scolaires li {
		float:left;
	height: 50px;
}