body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color:black;
}
#header {
height: 182px;
background-image: url(../images/homepage_01.jpg);
}
#conteneur {
position: relative;
width: 995px;
margin: 0 auto; 
background-image: url(../images/homepage_04.jpg);

}
#centre {
margin-left: 346px;
min-height:900px;
background-image: url(../images/homepage_03.jpg);
background-repeat:no-repeat;
}

#contenu {
width:600px;
color:black;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#videoAccueil{
margin-left: 80px;
max-width: 320px;
max-height:320px;
}
/*Div arrondi pour remplacement temporaire de la vidéo d'accueil pour le début 2009*/
#tourneejura { 
margin-left: 30px;
width:350px;  
height:347px;
}

#formatVideo{
max-width: 320px;
display : block; 
}

#gauche {
position: absolute;
left:0;
width: 348px;
height:564px;
background-image: url(../images/homepage_02.jpg);
background-repeat:no-repeat;
}

#menufond{
top:508px;
float:left;
position:absolute;
}

#gauchefond {
left:0;
top: 558;
padding-top:10px;
padding-left:17px;
width: 335px;
height:68px;
color:white;
background-image: url(../images/homepage_25.jpg);
background-repeat:no-repeat;
}

#gauchefondIE{
left:0;
top: 558;
padding-top:3px;
padding-left:17px;
width: 335px;
height:68px;
color:white;
background-image: url(../images/homepage_25.jpg);
background-repeat:no-repeat;
}

#droite{
position:absolute;
right:0px;
top :0px;
}

#pied {
height: 61px;
background-image: url(../images/homepage_05.jpg);
}

#retourVM a{
color:Black;
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.menugauche {
list-style-type: none;
margin: 0;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #000000;
text-decoration: underline;
}
.menugauche a:hover {
text-decoration: none;
}
p {margin: 0 0 10px 0;}

h1{
   color: White;
   font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
}
.minuscule{
   color: Black;
   font-family:Georgia, Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
}

a img{
border:0px;

}

	#dhtmlgoodies_menu{		
		font-family:arial;	/* Font for main menu items */
		width:225px;	/* Width of main menu */
		margin-left:70px;
		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
		font:bolder;
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:10px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:white;	/* Black text color */
		
		height:27px;	/* 20 pixel height */
		line-height:20px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		border:1px solid #000;	/* Black border */
		background-image: url(../images/fondmenu.jpg);
		margin:1px;	/* A little bit of air */
		padding:1px;	/* Air between border and text inside */
		
		display:block;
	}
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#FFF;
		background-color:white;
	}
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		border:1px solid #000;
		background-color:#2a77ab;
		font-family:arial;
		text-align:left;
		color:white;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:0px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		margin:0px;
		padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:white;	/* Black text color */
		
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:1px;	/* 1px of "air" inside */
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#FFF;	/* White text */
		background-color:#317082;	/* Blue background */
	}