body{
	behavior: url(csshover.htc); 		
	background-color: #adbcd3;
}

/* Bandeau */
#haut{
	background-image: url("../structure/deco/bandeau.png");	
	width:1000px;
	height:150px;
	margin-top:15px;
}


#contenudefile{
	padding:0 30px 0 30px;
	background-color:snow;
}

#textdefile{
	float:right;
	color:black;
	width:360px;
	height:100px;
}

#defilent{
	width:1000px;
	height:100px;
	background-image: url("../structure/deco/defilent.jpg");	
	margin-bottom:30px;
	font-family:"New Roman";
}

/* Infos */

#info{
	width:1000px;
	height:700px;
}
#menu{
	float:left;
	width:150px;
	height:700px;
	background-image: url("../structure/menu/menu.png");
}

/* Menu déroulant */

div#menu ul { 
	padding: 0; 
	width: 150px; 
	margin:0px; 
	z-index:5;
} 

div#menu a { 
	color:#000000; 
} 

div#menu li a { 
	text-decoration: none; 
	text-align:center;
	border-bottom:1px solid black;
} 

div#menu ul li { 
	position:relative; 
	list-style: none; 
} 	
		  
div#menu ul ul { 
	position: absolute; 
	top: 0; 
	left: 150px; 
	display:none;
	border:1px solid black;
 } 
 
div#menu ul ul li { 
	position:relative; 
	background-color:skyblue;
}   

div#menu ul.niveau1 li.sousmenu:hover ul.niveau2{ 
	display:block; 
}
												 
div#menu li:hover { 
	background-image:url('../structure/menu/selectmenu.png') ;
	background-repeat:repeat-y;
} 

div#menu li.france { 
	background-image:url('../structure/menu/france.png') ;
	background-repeat:repeat-y;
} 
div#menu li.adherent { 
	background-image:url('../structure/menu/adhesion.png') ;
	background-repeat:repeat-y;
}

div#menu li.sousmenu:hover { 
	background-image:url('../structure/menu/selectmenu.png') ;
	background-repeat:repeat-y;
} 

div#menu li a { 
	text-decoration: none; 
	padding: 4px 0 4px 8px; 
	display:block; 
	border-left: 8px solid #fff; 
	width:134px;
	text-align:left;
	text-transform:uppercase;
	font-family:"times new roman";
	background-image:url('../structure/menu/transparant.png') ;
	background-repeat:repeat;
 } 

div#menu li a:hover {
	border-left-color:blue; 
} 
div#menu ul ul li a:hover { 
	border-left-color: red; 
} 
div#menu li a.fin{
	border-bottom:none;
}

/*Informations au niveau central de la page*/

#journal{
	float:left;
	width:400px;
	height:700px;
}
#image{
	height:300px;

}
img{
	border:none;
}

#news{
	width:630px;
	height:380px;
	padding:10px 10px;
	text-align:left;
	overflow:auto;	
}

#news td.titresemaine{
	width:630px;
	background-color:darkblue;
	color:white;
	padding:5px 10px 5px 10px;
}
#news td.contenusemaine{
	background-color:white;
	color:black;
	padding:10px 10px;
	border:1px solid black;
}

#semaine{
	float:left;
	width:250px;
	height:300px;
	background-color:white;
	overflow:auto;
}


#infos{
	padding:0 10px 0 10px;
	text-align:left;
	height:400px;
	overflow:auto;
	background-color:skyblue;
}
#partenaire{
	float:right;
	width:200px;
	height:700px;
	background-image: url("../structure/deco/partenaire.png")
}

#partenaire table img{
	border:none;
}
/* Partenaires Administratifs */

#bas{
	width:1000px;
	height:150px;
	background-image: url("../structure/deco/bas.png")
}

/* Rubriques */

#centre{
	float:left;
	width:650px;
	text-align:left;
	overflow-x:hidden;
	overflow-y:auto;
	height:700px;
	background-color:white;
}

#contenucentre{
	padding :5px;
	text-align:justify;
}



