/* CSS Document */

html, body {
height: 100%;
}
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#333333;
margin-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
background-color:transparent;
}

.h1 { color:#333333; font-size:9px; margin:0px; }
.h2 { color:#FFFFFF ; font-size:9px; margin:0px; }

a{
 outline: none;
}


/*LIENS*/

a:link {
  	color:#333333;
    text-decoration:none;
    font-weight: normal;
    font-style: normal;

}
a:visited {
	color:#333333;
    text-decoration:none;
    font-weight: normal;
    font-style:normal;

}
a:hover {
	color:#993300;
    text-decoration:none;
    font-style: normal;

}
a:active {
	text-decoration:none;
	font-weight: normal;
	font-style: normal;

}




a.lienblanc:link {color: #FFFFFF;} 
a.lienblanc:hover {color:#FFCC00;} 
a.lienblanc:visited {color:#FFCC00;} 

a.liennoir:link {color: #000000;font-weight:bold;} 
a.liennoir:hover {color:#FFCC00;font-weight:bold;} 
a.liennoir:visited {color:#FFCC00;} 


