@charset "utf-8";
/* CSS Document */

body 
	{ 

		margin-bottom: 0px; 
		margin-top: 0px;
		margin-left: 0px;

 
  	} 

a
 {
	text-decoration: none;
	color: #FFFFFF;
	cursor:help;
	
}

 a:hover {
	padding : 0x;
	color: #FFFFFF;
	text-decoration: underline;

}


div.arrondi {
padding:2px;
-moz-border-radius: 10px 10px 0 0 ;
-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
background: #333333;
} 

div.arrondi2 {
padding:2px;
margin-left:10px;
-moz-border-radius: 10px 10px 0 0 ;
-webkit-border-radius: 10px 10px 0 0;
border-radius: 10px 10px 0 0;
background: #D2007B;
} 

div.arrondi3 {
height:90px;
width:95%;
-moz-border-radius: 0 0 10px 10px;
-webkit-border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
background: #857872;
background-image:url(http://www.boutfil.net/boutfil.com/v2/flechecoloris.gif);
background-repeat:no-repeat;
background-position:center;
} 