<STYLE type="text/css">


DIV.resume { text-align: center }

H1.maclasse {
border-width: 1; 
border: solid; 
text-align: center; 
color: red 
}

P.special {
color : green;
border: solid red;
color: blue
}


html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-color: white; 
 font-family: Verdana, arial, sans-serif; 
 font-size: 100%;
 }
h1 {
 font-size: 200%; 
 color: navy; 
 text-align: center;
 }
h2 {
 font-size: 150%; 
 color: red; 
 padding-left: 15px;
 }
h3 {
 font-size: 100%; 
 color: grey; 
 padding-left: 12px;
 }

f60 {
 font-size: 60%; 
 color: #666; 
 text-align: center;
 }

f100 {
 font-size: 100%; 
 color: grey; 
 text-align: center;
 }

f120 {
 font-size: 120%; 
 color: grey; 
 text-align: center;
 }

f180 {
 font-size: 180%; 
 color: #3c47bd; 
 text-align: center;
 }

f200 {
 font-size: 200%; 
 color: #3c47bd; 
 text-align: center;
 }

f230 {
 font-size: 230%; 
 color: #3c47bd; 
 text-align: center;
 }




p,ul,li,td {
 color: black; 
 }
a:link {
 color: #3c47db;
 text-decoration: none;
 }
a:visited {
 color: #55d2f0;
 }
a:hover {
 color: #c8de62;
 text-decoration: none;
}
a:active, a:focus {
 color: #55d2f0;
}

#Retour {
	position:fixed;
	width:100%;
	height:60px;
	z-index:1;
	right:10px;
	bottom:60px;
}


</STYLE>
