body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
text-align:center;
background-repeat:repeat-y;
background-color:#CCFFFF
}


.centrer {text-align:center}
.gauche {text-align:left}


#header {
	height: 97px;
	background:transparent;
	border-color:rgb(0,51,204); 
	font-size:22pt; 
	margin-top:20px;
	font-weight:bold
}

#haut {
width:60%;
margin-bottom:20px;
}

#conteneur {
margin-left:auto;
margin-right:auto;
width:750px;
color:#000099;
background-color:#3399FF
}

#centre {
margin-left: 150px;
font:Arial, Helvetica, sans-serif;
font-size:20px;
padding-left:20px;
background-repeat:repeat-y;
text-align:left
}
#centre p {
	font-size: inherit;
}
#centre .Gras {
	font-weight: bold;
}

#centre  h1 {
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:x-large;
	font-weight:bold

}
#centre h2 {
	text-align:center;
	font:Arial, Helvetica, sans-serif;
	font-size:large;
	font-weight:bold;
	color: #99FF66;
}

#centre .PlusGros {
font-size:25px;
color:#FF0033
}
#centre .Petit {
	font-size:12px;
	color:#0000FF
}


#centre h3 {
	text-align:left;
	font:Arial, Helvetica, sans-serif;
	font-size:medium;
	font-weight:bold;
	color: #FFCC00;
}
#centre a {
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: large;
	text-decoration: underline;
}
#centre a:hover {
	text-decoration: none;
	color:#3366FF;
}




#gauche {
float:left;
width: 150px;
padding-bottom:20px;
}

#pied {
clear:both;
padding-top:40px;
}

#menuhaut {
list-style-type: none;
margin: 0;
padding:0;
height:50px;
}
#menuhaut li {
display:inline;
background:transparent;
}
#menuhaut a {
margin: 0 2px;
color: #FFFFFF;
text-decoration: underline;
}
#menuhaut a:hover {
text-decoration: none;
}

#menugauche {
list-style-type: none;
margin:0;
padding-top: 20px;
}
#menugauche li {
margin-bottom: 5px;
padding:5px;
size:25px;
}
#menugauche a {
margin: 0 2px;
color:#33BBFF;
background-color:#330066;
text-decoration: underline;
}
#menugauche a:hover {
text-decoration: none;
color:#3366FF;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #CCFFFF;
	text-decoration: none;
}
			
a:visited { color:white; text-decoration:underline; }
a:active { color:#990000; text-decoration:underline; }	
