/******************************************************************/
/* Feuille de style pour la page "Services"                       */
/******************************************************************/

/******************************************************************/
/* Inhibition des options de menu correspondant à "Services"      */
/******************************************************************/
/* Menu : inhibition de l'option de menu "Services"               */
div#Menu img.Services {
  position:absolute;
  left:0px;
  height:20px;
  width:150px;
  top:134px;
  background-image:url(../Images/MenuServicesOFF.jpg);
}

/******************************************************************/
/* Mise en page spécifique de la zone "ContenuV"                  */
/******************************************************************/

/******************************************************************/
/* Mise en page spécifique de la zone "ContenuH"                  */
/******************************************************************/
div#Quoi, div#Comment, div#Nous {
  position:absolute;
  left:0px;
  top:0px;
  height:580px;
  width:410px;
  background-color:#333333;
	overflow:auto;
}
div#Quoi {
  visibility:visible;
}
div#Comment, div#Nous {
  visibility:hidden;
}
div#SETitre {
  position:relative;
  margin-left:14px;
  margin-bottom:10px;
  margin-top:17px;
  width:370px;
  height:38px;
  background-image:url(..Images/SETitreFond.jpg);
  float:left;
}
.SETete {
  position:relative;
  margin-left:14px;
  width:370px;
  height:31px;
  background-image:url(../Images/SEParaTete.jpg);
  float:left;
}
.SEPied {
  position:relative;
  margin-left:14px;
  margin-top:0px;
  margin-bottom:10px;
  width:370px;
  height:15px;
  background-image:url(../Images/SEParaPied.jpg);
  float:left;
}
.SEFond {
  position:relative;
  margin-left:14px;
  margin-top:0px;
  width:368px;
  border-left-style:solid;
  border-left-width:1px;
  border-right-style:solid;
  border-right-width:1px;
  border-color:#666666;
  background-color:#1E1E1E;
  float:left;
}
div#Comment .Phase {
  position:relative;
	margin-left:10px;
	width:345px;
	background-color:#99CC00;
}
div#Comment .Phase p {
  font-weight:bold;
	color:#000000;
	margin-left:10px;
	margin-top:2px;
	margin-bottom:2px;
}