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

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

body {
 height: 100%;
 overflow:auto;

 color:#282828;
 font-family: 'Arial';
 
 font-size: 14px;
 margin:0;
 text-align:center;
 
 
}

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


@font-face { font-family:"Walkway"; src:  url("font/Walkway_Bold.ttf") format("TrueType"); } 
@font-face { font-family:"Walkway"; src:  url("font/Walkway_Bold.eot") } 





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

a.blanc2:link{color:#282828 ; text-decoration: none ;}
a.blanc2:visited {color: #282828  ; text-decoration: none ;}
a.blanc2:hover { color: #FFFFFF ; text-decoration: none ; }

a.noir:link{color:#000000 ; text-decoration: none ;}
a.noir:visited {color: #000000  ; text-decoration: none ;}
a.noir:hover { color: #f18e18 ; text-decoration: none ; }

a.vert:link{color:#282828 ; text-decoration: none ;}
a.vert:visited {color: #282828  ; text-decoration: none ;}
a.vert:hover { color: #97be27 ; text-decoration: none ; }

a.bleu:link{color:#FFFFFF ; text-decoration: none ;}
a.bleu:visited {color: #FFFFFF  ; text-decoration: none ;}
a.bleu:hover { color: #52c9d1 ; text-decoration: none ; }

a.bleu2:link{color:#52c9d1 ; text-decoration: none ;}
a.bleu2:visited {color: #52c9d1  ; text-decoration: none ;}
a.bleu2:hover { color: #FFFFFF ; text-decoration: none ; }

a.lexique:link{color:#52c9d1 ; text-decoration: none ;}
a.lexique:visited {color: #52c9d1  ; text-decoration: none ;}
a.lexique:hover { color: #282828 ; text-decoration: none ; }

a.gris:link{color:#777777 ; text-decoration: none ;}
a.gris:visited {color: #777777  ; text-decoration: none ;}
a.gris:hover { color: #000000 ; text-decoration: none ; }

a.email:link{color:#f8d137 ; text-decoration: none ;}
a.email:visited {color: #f8d137  ; text-decoration: none ;}
a.email:hover { color: #f8d137 ; text-decoration: underline ; }


      h1
{	
	color:#52c9d1;
	font-size:32px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.0em;
	
 }
 
       h2
{	
	color:#282828;
	font-size:32px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.0em;
 }
 
       h3
{	
	
	font-size:15px;
	font-style:normal;
	font-weight: normal;
	font-family: "Trebuchet_MS";
 }


       div#contener
{	
	width:1000px ;
	height:585px;
	color:#282828;
		z-index: 0;
 }
 
