.Head{
Height:100px;
}

.BackFonce{
background-color:#727272;
}

body{
/* #404040;*/
font-family:Tahoma;
}


#MotDePassOublier{
cursor:hand;
padding-left:5px;
}

#MotDePassOublier:hover{
text-decoration:underline;
}

.headLogo{
background:url(../Images/header_02.png) 0 0 repeat; 
}

.BackClair{
background-color:#F8A808;
}

.textOrange{
color:#F8A808;
font-weight:bold;
}

.textTrust{
color:#FF0000;
}
.textUse{
color:#00CC00;
}
.textFound{
color:#FFFF00;
}
.textFun{
color:#FF33CC;
}

.ligneOrange{
border-bottom-style:solid;
border-bottom-width:5px;
border-bottom-color:#F8A808;
}

.ligneVerte{
border-bottom-style:solid;
border-bottom-width:5px;
border-bottom-color:#727272;
}

.backHeaderRight{
Height:100px;
}


.btregister{
margin-top:5px;
width:75px;
background-color:#505050;
color:#FFFFFF;
font-size:12px;
vertical-align:middle
}

.connexion{
padding-top:20px;
color:#FFFFFF;
font-size:12px;
}

.btloginConnect{
background:url(../Images/login_09.png) 0 0 no-repeat; 
width :75px;
height : 21px;
z-index:10;
}

.HeadTopLeft{
Height:100px;

}

.Envie{
font-size:17px;
font-weight:bold;
color:#FFFFFF;
padding-top:25px;
}

.MiniTitleleft{
font-size:16px;
font-weight:bold;
}

.miniTextLeft{
font-weight:bold;
}

.moteurInteligent{
text-align:right;
font-size:18px;
font-weight:bold;
}

.bienvenue{
 font-family:monospace;
  margin-top:50px;
  font-size:26px;
  text-align:center;
  font-weight:bold;
}
.underBienvenue{
font-family:Courier;
text-align:center;
font-size:20px;
}

.TextMilieu{
font-family:Tahoma;
text-align:justify;
margin-top:20px;
font-weight:lighter;
font-size:16px;
}

.ensemble{
  font-weight:bold;
  text-align:center;
  font-size:18px;
  font-family:Tahoma;
}

.MiniText{
font-family:Comic Sans MS;
font-size:12px;
margin-top:20px;
}
/* ------------------- Info bulles  ------------------------------------*/
.formulaire{
font-size:12px;
text-align:left;
}

/* ------------------- Info bulles  ------------------------------------*/
.info_bulle span
{								   
    position       :  absolute;
    width          :  1px;
    height         :  1px;
    overflow       :  hidden; 
    background     :  #727272;   /* Définition du fond, sinon on a le même que notre lien */
 
}      

.info_bulle:hover span, .info_bulle:focus span, .info_bulle:active span 
{
font-family:Tahoma;
	color	    : #FFFFFF;
	font-size   : 12px;
	font-weight : Normal; 
	margin-left: -50px;
	margin-top: 200px;
	padding:5px;
    width       :  350px;
    height      :  auto;
    overflow    :  visible;
     border         :  1px solid #F8A808; /* Définition des bordures */
	z-index : 1;
	
}  
