/* 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:hover img {border: 0}
a:visited img {border: 0}
a:active img {border: 0}
