/* CSS Document */


.Style2 {font-size: 36px;
color: #FFFFFF;}

.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	 text-align:left;
}

.stylelegen{
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align:center;
	
	}


img {
    border : none;
    border : 0px;
    }
	
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #a8a5a5;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#cadreref
{
	vertical-align: top;
     width: 80px;
     background: #800000;
     border-radius: 15px;
     padding: 0px;

    position: fixed;
 z-index: 99;
 top: 50%;
 left: 5%; 
	 
}


