body{
	behavior: url(../index/csshover.htc); 	
	background-image: url("../index/fond2.jpg");	
	background-repeat:repeat-x;
	background-color: #adbcd3;
}

/* Bandeau */
#haut{
	background-image: url("../index/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("../index/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("../index/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('../index/selectmenu.png') ;
	background-repeat:repeat-y;
} 

div#menu li.france { 
	background-image:url('../index/france.png') ;
	background-repeat:repeat-y;
} 
div#menu li.adherent { 
	background-image:url('../index/adhesion.png') ;
	background-repeat:repeat-y;
}

div#menu li.sousmenu:hover { 
	background-image:url('../index/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('../index/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{
	height:380px;
	padding:10px 10px;
	text-align:left;
	overflow:auto;	
	background-image: url("../index/menu2.png")
}

#news td.titresemaine{
	width:500px;
	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;
}

.hauteur{
	width : 200px;
	text-align:center;
	background-color:yellow;
	color:black;
	padding:10px 10px;
	border:1px solid black;
}

#semaine{
	float:left;
	width:250px;
	height:700px;

}

#semaine td.titresemaine{
	width:500px;
	background-color:black;
	color:white;
	padding:5px 10px 5px 10px;
}
#semaine td.contenusemaine{
	background-color:white;
	color:black;
	padding:10px 10px;
	border:1px solid black;
}

#calendrier{
	height:280px;
	background-color:white;
	padding:10px;
	background-image: url("../index/menu7.png")	
}


#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("../index/menu2.png")	;
}

#partenaire table img{
	border:none;
}
/* Partenaires Administratifs */

#bas{
	width:1000px;
	height:150px;
	background-image: url("../index/bas.png");	
}

/* Rubriques */

#centre{
	float:left;
	width:650px;
	text-align:left;
	overflow:auto;
	overflow-x:hidden;
	height:700px;
	background-image: url("../front/centre.png");	
}



