/* CSS Document */

body
{
margin:0;
padding:0;
font-family: verdana, arial;
font-size: 12px;
}
.head1
{
background-image: url('design/head1.gif');
width: 770px;
height: 91px;
}
.head2
{
background-image: url('design/head2.gif');
width: 770px;
height: 36px;
}
.logo
{
margin-right: 10px;
margin-top: 3px;
border: 0px none;
}

a:link {
text-decoration: none;
}
a:hover {
	color : #cc0000;
}
a:visited {
	color : #cc0000;
	text-decoration: none;
}

.gauche
{
position: absolute;
left:0;
background-image: url('design/menu.gif');
width: 181px;
height: 337px;
}
.centre
{
margin-left: 181px;
width: 586px;
padding-top: 10px;
}


h1
{
font-size: 140%;
text-align: center;
}
h2
{
color: #FF5A00;
font-size: 140%;
font-weight: bold;
margin: 5px 5px 2px 2px;
border-bottom: 2px solid #FF5A00;
}

h3 {
font-size : 1.3em;
letter-spacing : 1px;
text-align : left;
color : #cc0000;
border-bottom : 1px solid #cc0000;
margin-bottom : 4px;
}

h4 {
font-size : 100%;
letter-spacing : 1px;
text-align : left;
color : #000000;
border-bottom : 1px dotted #CCCCCC;
border-top : 1px dotted #CCCCCC;
}

h5 {
	margin-left:20px;
	font-size : 80%;
	letter-spacing : 1px;
	text-align : left;
	color : #000000;
	border-bottom : 1px dotted #CCCCCC;
	list-style-type:circle;
}

.menuhaut
{
float: right;
margin-right: 10px;
margin-top: 10px;
text-align: right;
}
.menuhaut a {
font-size: 16px;
font-weight: bold;
color: #060C6F;
text-decoration: none;
margin-left: 10px; /* espacement entre chaque sous-menu */
}



.menu {
margin-top: 30px;
width: 170px;
border: 1px solid #060C6F;
background-color: #F5E9CF;
font-family: verdana, arial;
font-size: 100%;
text-align: center;
}


ul, li 
{
list-style-type: none;
margin: 0;
padding:0;
}

li a {	/* dimensions et définitions des boutons */
display: block;	/* mise en block de <a> pour lui donner des dimensions */
color: #000;
text-decoration: none;
margin-top: 2px;
_margin-top: 0px;
 
}
li a:visited {
color: #000;
}
li a:hover {
color: #fff;
background: #060C6F
}

li a.active {
color: #fff;
background: #060C6F
}
li a#current {
color: #fff;
background: #060C6F
}


img.left, span.left {
	position : relative;
	float : left;
	margin : 3px 3px 3px 3px; /* H D B G*/
}
img.right, span.right {
	position : relative;
	float : right;
	margin : 3px 3px 3px 3px;
}

img, img a {
  border: 1px solid #FFFFFF ;
 }

hr {
	visibility: hidden;
}
.clear {
	clear: both;
}

div.center {
	text-align : center;
}


/* Mise en forme espace a droite des titres
-------------------------------------------------------------------- */
div.topright {
	position : relative;
	float:right;
	margin-top:19px;
