.droite {
  text-align: right;
}
.gauche {
  text-align: left;
}
.centrer {
  text-align: center;
}
.head, body {color: #FF0;}
.flotant_gauche
{
  	float: left;
	padding: 10px;
}

.flotant_droite
{
  float: right;
}
span.test {
  width: 150px;
  text-align: left;
  background-color: #ffff00;
}
img {
	border: 0px;
}

/* Mise en Page CSS */

.conteneur {
  position: absolute;
  width: 900px;
  left: 50%;
  top:3px;
  margin-left: -450px;
background: transparent;
}
.head {
  height: 150px;
  width: 900px;
  top: 0px;
  left: 0px;
  background-image: url('../images/header.jpg');
}
.recherche {
    position: absolute;
	height: 30px;
	width: 200px;
	top: 125px;
	left: 5px;
	background: transparent;
}
.connexion {
    position: absolute;
	height: 20px;
	width: 200px;
	top: 129px;
	left: 745px;
	background: transparent;
	color : #FFF;
	FONT-WEIGHT: bold;
}
.corps {
/*    position: relative;*/
    width: 900px;
    top: 150px;
    left : 0px;
	background: transparent;
}
.menugauche {
  position: absolute;
  height:400px;
  width:150px;
  top: 150px;
	background: transparent;
}
.centre {
  position: relative;
  width:600px;
  left:150px;
  top: 0px;
 background: transparent;
}
.menudroite {
  position: absolute;
  height:400px;
  width:150px;
  left:750px;
  top: 150px;
  background: transparent;
}

.pied {
  position: relative;
  height: 20px;
  background-image: url('../images/pied.jpg');
  text-align: center;
  font-family: Arial;
  font-size: 11pt;
  color: #808080;
  }

/* contenu */
body {
    font-family: Comic Sans MS;
    font-size: 12pt;
    margin: 0;
    padding: 0;
 	/*background-image: url('../images/fond.jpg');*/
    background-color: #380000;
	background-repeat:repeat-x;
	background-position: top left;
}