/* CSS Document */
<style type="text/css"> 

 
* {
margin: 0;
padding: 0;	
}
 
img, table {
	margin: 0;
	padding: 0;
}
 
img {
	border-top: 0.4em;
	border-bottom: 0.4em;
	border-top-color: #06C;
	border-bottom-color: #06C;
	border-top-style: solid;
	border-bottom-style: solid;
 
}
 
body {
	background-color: #999999;
}
 
#main {
	width: 900px;
	background-color:#FFFFFF;
	position : relative;
	margin: 0 auto 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	text-align:left;
}
 
 
/* Menu */
#menu {
	background-color: #898989;
	margin: 0;
	padding: 0.5em 1em;
	color: #FFF;
	overflow: hidden;
	list-style: none ;
    
}
 
#menu li {
	display:inline;
    text-align: center;
	margin-left: 0.5em;
	font-weight: bold;
 
}
 
#menu li a {
	color: #FFF ;
	text-align: center ;
	text-decoration: none ;
	}
#menu li a:hover, #menu li a:focus, #menu li a:active {
	color: #06C;
	}
 
#menuh {
	
    text-align: center;
	padding: 0.5em 1em;
	color: #FFF ;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #898989;
	
 
}
 
#menuh a {
	color: #FFF ;
	text-align: center ;
	text-decoration: none ;
	}
#menuh a:hover, #menu li a:focus, #menu li a:active {
	color: #06C;
	}

h1 {
	padding: 0.5em 0,5em;
	font-size: 2em;
	color: #898989;
}
 
h2 {
margin: 0.5em 0 0.5em 1em;
	width: 95%;
	font-size: 1.5em;
	color: #06C;
	border-bottom: 2px solid #06C;
 
}
 
#table1 {
margin: 1.5em 0 0.5em 1em;
	 
}


.gras {
	font-weight: bold;
}

.gauche {
	float: left;
	width: 410px;
	margin: 0;
	padding: 0 0 0 2em;
	font-size: 0.8em;
}
 
.big {
	font-size: 2em;
	font-weight: bold;
 
}
 
.droite {
	float: right;
	width: 400px;
	margin: 0;
	padding: 0 2em 0 0;
	font-size: 0.8em;
}
 
.centre {
	width: 100%;
	margin: 0;
	padding: 0 2em;
	text-align: center;
}
 
.descript {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	}
 
.descript ul li {
	margin-left: 1.5em;
	list-style-type: square;
 
}
 
.clear {
	clear: both;
	line-height: 1px;
}
 
 
a {
	color: #06C ;
	font-weight: bold;
	text-decoration: none ;
	}
a:hover, a:focus, a:visited {
	text-decoration: underline;
	}
 
a.sign {
	font-size: 0.6em;
	font-weight: normal;
	}
 

</style>

