/*Formulaire*/
.rouge						  { color:#FF0000;}
.ligneForm					  { padding:5px 0 1px 0; }
#typeEmploi					  { background-color:#d9e2ee; color:#004677; padding:3px; margin:5px 0 10px 0; width:400px; }
.planDuSite                   { FONT-SIZE: 10px; COLOR: #000000; WIDTH: auto; }
td.TitreFormulaire 		      { FONT-SIZE: 13px; COLOR: #949494; font-weight: bold; }
select.banqueImagesPop	  	  { WIDTH: 200px; }
.sansLargeur    			  { WIDTH: auto; margin-right:5px;}
input.checkbox				  { WIDTH: auto; text-align:right; margin-left:5px;}
input           			  { WIDTH: 200px; COLOR:#000000; FONT-SIZE: 12px;}
input.autre     			  { WIDTH: 155px; }
input.privilege 			  { WIDTH: 110px; }
input.nouvelleFenetre 		  { WIDTH: 250px; COLOR:#000000; FONT-SIZE: 12px; }
input.carteCredit 			  { WIDTH: 80px;  COLOR:#000099; FONT-SIZE: 12px; }
input.envoyerAUnAmi 		  { WIDTH: 105px; COLOR:#000000; FONT-SIZE: 12px; }
input.envoyerAUnAmiCourriel   { WIDTH: 165px; COLOR:#000000; FONT-SIZE: 12px; }
select						  { WIDTH: 250px; COLOR:#000000; FONT-SIZE: 12px; }
select.court 				  { WIDTH: 200px; COLOR:#000000; FONT-SIZE: 12px; }
select.listeIV          	  { WIDTH: 120px; COLOR:#000000; FONT-SIZE: 12px; }	  
select.nouvelleFenetre 		  { WIDTH: 250px; COLOR:#000000; FONT-SIZE: 12px; }
select.envoyerAUnAmi 		  { WIDTH: 125px; COLOR:#000000; FONT-SIZE: 12px; }
select.reservation 			  { WIDTH: 300px; COLOR:#000000; FONT-SIZE: 12px; }
textarea        			  { WIDTH: 352px; COLOR:#000000; FONT-SIZE: 12px; }
textarea.nouvelleFenetre 	  { WIDTH: 250px; COLOR:#000000; FONT-SIZE: 12px; }
textarea.envoyerAUnAmi 		  { WIDTH: 445px; COLOR:#000000; FONT-SIZE: 12px; }
input.rechercher 	   		  { WIDTH: 120px; FONT-SIZE: 8pt; }
input.rechercherBanqueDImage  { WIDTH: 205px; COLOR:#000000; FONT-SIZE: 12px; }

table.formulaire input.bouton, input.bouton, .btn-retour
{
  width: auto;
  cursor: pointer;
  display: block;
  height: 27px;
  line-height: 27px;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  background: url(/PagesInterieures/bouton.gif) no-repeat;
  text-decoration: none;
  text-transform: uppercase;
  border:0px;
}


table.formulaire input.bouton:hover, a.btn-retour:hover
{
  color: #000;
  text-indent:2px;
}