@charset "utf-8";
/* CSS Document */

body{
  background-color:#FFFFFF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}

a{
  text-decoration:none;
  color:#000000;
  }
  a:visited{
  text-decoration:none;
  }
  a:hover{
  text-decoration:none;
  color:#666666;
  }
  a:active{
  text-decoration:none;
  }
  


#globale{
	height:420px;
	width:817px;
	float:left;
	left:50%;
	margin-left:-408.5px;
	top:100px;
	position:absolute;
	border:1px solid #000000;
	clear:both;
}


#globale_accueil{
	height:420px;
	width:790px;
	float:left;
	left:50%;
	margin-left:-395px;
	top:100px;
	position:absolute;
	border:1px solid #000000;
	clear:both;
}

#col_gauche{
   height:420px;
   width:130px;
   float:left;
   display:block;
   clear:both;
}

#menu{
  width:660px;
  height:25px;
  float:left;
  display:block;
  clear:inline;
  background-color:#000000;
}

#bandeau_haut{
  width:660px;
  height:69px;
  float:left;
  display:block;
  clear:inline;
  background-image:url(img/bandeau_haut.jpg);
  background-repeat:no-repeat;
 
}

#contenu{
  width:660px;
  height:326px;
  float:left;
  display:block;
  clear:inline;

 
}

#col_droite{
   height:420px;
   width:27px;
   float:right;
   display:block;
   clear:inline;
   top:0px;
}

.texte{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}
