/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	SCROLLBAR-FACE-COLOR: #FFFF00;
	SCROLLBAR-HIGHLIGHT-COLOR: #0000FF;
	SCROLLBAR-SHADOW-COLOR: #808080;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #0000FF;
	SCROLLBAR-TRACK-COLOR: #CCCCCC;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	text-align: center;
	  
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: bold;
	color: #3C691E;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #0AC800;
	text-decoration: underline;
}
.arrondi { 
    width: 120px; 
    height: 50px; 
    border: 2px solid #000; 
    -moz-border-radius: 12px / 24px;  
    -webkit-border-radius: 12px / 24px;  
    -khtml-border-radius: 12px / 24px;  
    border-radius: 12px / 24px;  
}

