@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------------------
----                                                         ----
----                Cuculo xavier ::: 2009                   ----
----                                                         ----
-------------------------------------------------------------- */

*{
 margin:0px;
 padding:0px;
 margin-left:auto;
	   margin-right:auto;
  }

body{
 font-family:Verdana, Arial, Helvetica, sans-serif;
}
.bg1 {
	background: url(../images/bg/bg01.jpg) top center no-repeat fixed #000;
}

.bg2 {
	background: url(../images/bg/bg02.jpg) top center no-repeat fixed #000;
}

.bg3 {
	background: url(../images/bg/bg03.jpg) top center no-repeat fixed #000;
}

.bg4 {
	background: url(../images/bg/bg04.jpg) top center no-repeat fixed #000;
}

h1{}
h2{
color:#ff7e00;
font-size:24px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h3{
color:#CCCCCC;
font-size:12px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
h4 {
color:#CCCCCC;
font-size:13px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.hr {
color:#333333;
}

p{
padding-top:5px;
}
a:link {
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
a:visited {
	text-decoration: none;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	
}
a:hover {
	text-decoration:underline;
	
}
a:active {
	text-decoration: none;
	
}
#global{
    top:0px;
    position:relative;
	width: 1020px;
	height:auto;
	
       }
	   /*-------------------------------------- index -------------------------------------*/
#video{
    margin-top:60px;
    position:relative;
    background-color:#000000;
	height: 440px;
	width:700px;
	text-align: center;
	border:#333333 solid 5px;
	color:#FFFFFF;

}

#choix_langue{
   position:relative;
   height:30px;
   width:400px;
}
#choix_langue a{
   
     color:#FFFFFF;
     font: bold 20px Verdana, Arial, Helvetica, sans-serif;
	 text-decoration: none;
	 text-transform: uppercase;
     text-align: center;
     letter-spacing: 5px;
     display: block;
     
	 padding-top:10px;
	 padding-bottom:10px;
	 padding-left:5px;
	 padding-right:5px;

}
#choix_langue a:visited{

}
#choix_langue a:hover{
       background-color:#333333;
	   color:#999999;

}
#choix_langue a:active{

}



