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

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

body {
 height: 100%;
 overflow:auto;
 background: #1B1B1B;

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

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


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

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

a.mention:link{color:#453e28 ; text-decoration: none ;}
a.mention:visited {color: #453e28  ; text-decoration: none ;}
a.mention:hover { color: #282828 ; text-decoration: none ; }




      h1
{	

	font-style: normal;
	font-weight: normal;
	font-family: 'MyriadWebPro',"Arial";
 }
 
       h2
{	

	font-style: normal;
	font-weight: normal;
	font-family: 'MyriadWebPro',"Arial";
	
 }
 
       h3
{	

	font-style: normal;
	font-weight: normal;
	font-family: "Arial";
 }

       h4
{	
	color:#FFFFFF;
	font-size:13px;
	font-style:normal;
	font-weight: normal;
	font-family: "Caviar Dreams";
 }


       div#contener
{	
	width:960px ;
	
	position:absolute;
	top:30px;
	left:50%;
	margin-left: -480px;
	z-index: 0;
 }
 

 
         .diapo
{	
	
	opacity:1;
	
	-webkit-transition: left 0.2s linear;
	-moz-transition: left 0.2s linear;
	-o-transition: left 0.2s linear;
	-ms-transition: left 0.2s linear;
	transition: left 0.2s linear;
	
 }