/*----------------------------------------------------------------
						GENERAL
-----------------------------------------------------------------*/

body
{
   width: 100%;
   margin: auto; /* Pour centrer notre page */
   margin-top: 0; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 0;    /* Idem pour le bas du navigateur */
   background-color:#000000; /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   background-image:url(../images/backheader_01.jpg);
   background-repeat:repeat-x;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#ffffff;
   text-align:justify;
}

.clear {
	clear: both;
}

a img{
     border: 0px;
}

a{ 
     color:#ffffff; 
	 text-decoration:none; 
} 

a:hover{ 
     color:#ffffff; 
	 text-decoration:underline; 
}

#contenu{
	width:1000px;
	margin:0 auto;
	text-align:justify;
	/*border:#FFF solid 1px;*/
}

h3{
    margin:0;
}




/*----------------------------------------------------------------
						ENTETE
-----------------------------------------------------------------*/
#header{
	width:1000px;
	margin:0 auto;
	/*border:#FFF solid 1px;*/
}

#taille{
	width:200px;
	height:30px;
	margin-left:500px;
	float:left;
	/*background-color:#000;*/
}

#langue{
	width:250px;
	height:20px;
	float:left;
	/*background-color:#000;*/
}

#logo{
	background:url(../images/logo_02.png) no-repeat;
	width:272px;
	height:206px;
}

#menu{
	float:right;
	margin-top:-120px;
}

#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
	
#menu li{
	display:inline;
}
	
#menu a:link, #menu a:visited {
	color:#ffffff;
	text-decoration:none;
	font-size:16px;
	display:block;
	float:left;
}
	
#menu a:hover, #menu a:active {
	color:#ffffff;
	font-weight:bold;
	background:url(../images/menuover.gif) no-repeat;
}
	
#menu ul li span{
	display:block;
	padding:7px 10px 5px 10px;
}
	
#menu ul li a:hover span{
	background:url(../images/menuoverbreak.gif) no-repeat top right;
	
}

/*----------------------------------------------------------------
						PAGE
-----------------------------------------------------------------*/

#page{
    width:1000px;
	margin:15px auto 0 auto;
}

#titre{
    width:1000px;
	height:53px;
	background-color:#FFF;
}

#gauche{
	width:440px;
	float:left;
	/*background-color:#06F;*/
}

#texte{
    padding:10px;
}

#droite{
	width:550px;
	float:right;
	/*background-color:#990;*/
}

.img{
	width:540px;
	height:120px;
	margin:30px 10px auto auto;
}

#top{
	width:1000px;
	/*background-color:#06F;*/
}

#centre{
    width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#bas{
	width:1000px;
	/*background-color:#990;*/
}

.line{
     width:835px;
	 height:150px;
	 margin-left:auto;
	 margin-right:auto;
	 margin-top:25px;
}

#form{
     width:263px;
	 margin-left:auto;
	 margin-right:auto;
	 margin-top:30px;

}

#mail{
     width:200px;
	 margin-left:auto;
	 margin-right:auto;
	 margin-top:20px;
}

/*----------------------------------------------------------------
						FOOTER
-----------------------------------------------------------------*/

#footer{
	width:1000px;
	margin:30px auto 0 auto;
	float:left;
}

#copyright{
	width:500px;
	height:20px;
	/*background-color:#FFF;*/
	float:left;
}

#liens{
	width:300px;
	height:20px;
	margin-left:30px;
	/*background-color:#FFF;*/
	float:right;
}

