body { background: url(bande_bleue.jpg) repeat; 
	/*scrollbar-face-color: green; 
	scrollbar-arrow-color: white; 
	scrollbar-highlight-color: #486699; 
	scrollbar-track-color: darkseagreen;*/
}

table {
	border: 0;
	margin-right: 0px;
}


#centre {
	background: url(bande_bleue.jpg) repeat;
}


.logo {
	height: 102;
	width: 380;
	background-color : #336699;
}

.banniere {
	height: 102;
	width: 567;
	background-color : blue;
}

.menu {
	height: 125;
	width: 380;
}

.sousmenu {
	width: 567;
	background-color: red;
}

.sideleft {
	width: 180;
}

.sideright {
	width: 200;
}

.corps {
	text-align: justify;
	font-size: 14px;
	font-family: Verdana,Arial;
	margin-left: 30px;
}

.sousrubrique {
	font-size: 16px;
	font-family: Arial;
	font-align: center
}
.sousrubrique:hover {
	font-size: 16px;
	font-family: Arial;
	font-align: center;
	background: orange
}

h1 {
	font-size: 25px;
	font-family: Arial;
	background: url(titre.gif) no-repeat;
	padding-top: 17px;
	padding-bottom: 18px;
	padding-left: 75px;
	padding-right: 35px;
}

A.menuitem
{
 font-family: monospace;
 color: #FFFFFF; border-color: #336799; background: #336799;
 border-style: outset;
 border-width: 2px;
 text-decoration: none;
 padding: 2px 3px 2px 3px;
 margin: 0px 0px 0px 0px;
 font-weight: bold;}
A.menuitem:hover   { text-decoration: underline;}
A.menuitem:active  { border-style: inset; cursor:wait; }
