#centre {
  background-image: url('../lmages/tep_fond.jpg');
}


#gauche {
  clear: both;	
  /*border: 1px solid black;	*/
  float: left;
  width: 500px;
  
}

#droit {
  /*border: 1px solid black;	*/
  float: right;
  width: 500px;
  
}


#equipe {
  /*border: 1px solid yellow;	*/
  /*clear: left;
  float: left;*/
  width: 420px;
  padding: 10px;
  background-color: #E7E7E7;
  margin: 125px 0 0px 0px;
  /*padding: 10px;*/
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}


#demande {
  /*float: left;*/
  border: 3px solid #CEC4C4;
  margin: 85px 0px 0 0px;
  padding: 10px 15px;
  width: 400px;
  height: 60px;
  text-align: center;
  /*background-color: #EDE4D5;*/
  border-radius: 5px;
 
}

#deroule{
  /*border: 1px #0A8214 solid;*/
  /*float: right;*/
  width: 640px;
  margin: 300px 0 0 0px;
  /*padding: 5px 0 0 0;*/
  background-color: #E7E7E7;
  font-family: Verdana;
  font-size: 11pt;
  text-align: center;
  /*background-image: url('../images/logo_atex_200_pale.jpg');*/
  filter:alpha(opacity=90);
  -moz-opacity:.90;
  opacity:.90;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}


#dem_tep {
  /*width: 400px;*/
  text-align: center;
  /*font-weight: bold;*/
  font-family: Verdana;
  font-size: 11pt;
  color: #DD672C;
  text-decoration: none;
  cursor: pointer;
	
}


