/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}

/* general styles */
html, body {width:100%;margin:0;height: 100%;}

body {
 height: 100%;
 overflow:auto;
 background: #FFF;

 font-family: 'MyriadWebPro','Arial';
 font-size: 14px;
 margin:0;
 color:#000000;
 
}


a:link{color:#000 ; text-decoration: none ;}
a:visited {color: #000 ; text-decoration: none ;}
a:hover { color: #333 ; text-decoration: none ; }
a:link img {border: 0}

a.blanc:link{color:#FFF ; text-decoration: none ;}
a.blanc:visited {color: #FFF ; text-decoration: none ;}
a.blanc:hover { color: #FFF ; text-decoration: none ; }

a.violet:link{color:#892be2 ; text-decoration: none ;}
a.violet:visited {color: #42176b ; text-decoration: none ;}
a.violet:hover { color: #892be2 ; text-decoration: none ; }

a.bleu:link{color:#1270b4e ; text-decoration: none ;}
a.bleu:visited {color: #0f5181 ; text-decoration: none ;}
a.bleu:hover { color: #1270b4 ; text-decoration: none ; }


a:hover img {border: 0}
a:visited img {border: 0}
a:active img {border: 0}
