#page {
	background-image: url(vdc.jpg);
	margin: 0px;
	padding: 0px;
	width: 955px;
	height: 900px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#banner {
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 955px;
}
#menu_gauche {
	margin: 0px;
	float: left;
	width: 200px;
	padding: 0px;
	height: 850px;
}
#centre {
	float: left;
	padding: 0px;
	width: 700px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	clear: both;
	width: 955px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #00000;
}
#page #menu_gauche img {
	cursor: auto;
}
#tableaux {
	height: 500px;
	width: 700px;
	overflow:scroll;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FFFFCC;
	
}

#tableaux_2 {
	height: 500px;
	width: 700px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FFFFCC;
	
}


ul#menu
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#menu li
{
	margin: 0 0 5px 0 ;
	padding: 0 ;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#menu li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 170px ;
	line-height: 30px ;
	color: #000 ;
	text-indent: 40px ; /* On décale le texte de 40px du bord gauche */

	text-decoration: none ;
	background: url(bg_menu.gif) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	border: 1px solid #dbd ;
}

ul#menu li a:hover
{
	background: url(bg_menu.gif) no-repeat 0 -30px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	border: 1px solid #f97 ;
}


div#cadre {/* conteneur global et arrière-plan du titre du cadre */
width: 720px;
padding-top: 40px;
background: url(haut.gif) top left no-repeat;
}
div#bloccadre {/* arrière-plan bas et sur l'ensemble du cadre */
background: url(bas.gif) bottom left no-repeat;
padding-bottom: 40px;
}
div#bloccadre p {
margin: 0 30px 0 20px;
}

	#flashcontent {
	
		width: 640px;
		height: 470px;
		
	}
	
	#titre {
	background-image: url(violet.gif);
	background-repeat: repeat;
}

/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px;
 }
.rbroundbox { width: 720px; margin: 1em auto; border-top-width: thick;
	}