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

/* Info Générales */

a:hover , a:active , a:focus {
    color : #ff00cc;
    font-weight : bold;
    text-decoration:none;
}

a {
    color : #ffffff;
    text-decoration:none;
}

html,body
{
	margin: 0 auto 0 auto;
	list-style-type:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffffff;
}

*
{
     padding: ;
     margin: 30;
}

img
{
	border-style: none;
}

a
{
	text-decoration: none;
}

