/*===============================================
     Fichier : StyleMiseEnForme.css
	 Auteur : Christophe Gautier
	 Crée le 10/12/2009 
        
    
	Description : Définition des parametres
	d'affichage des espace de travail
	
===============================================  */

.h1{ 
font-size:35px; 
font-weight:bold; 
color: #f25125; 
font-family:Verdanna; 
display:inline; 
text-align:left;
} 

.h2{ 
font-size:25px; 
font-weight:bold; 
color: #b7d213; 
font-family:Verdanna; 
display:inline;
} 

.txt {
	text-align: left;
	font-size: medium;
	text-align:justify;
}

.txtEP{
	padding-left:50px;
	color:#000;
	font-size:20px;
	
	
}

.btsub {
   width: 32px;
   height: 32px;
   margin: 0;
   padding: 0;
   border: 0;
   background-image:transparence url(Image/onSumit.gif): no-repeat top left ;/* on place l'image en arrière plan */
  /* text-indent: 3000px;/* On cache le texte de substitution (très loin car Opera l'affiche même en dehors du boutton : il faut donc le faire sortir de la page)*/
   cursor: pointer;  /* pour transformer de pointeur en main */
}
.btsub:hover {
   background-position: 0 -32px;/* On déplace l'image d'arrière plan pour donner l'effet */
}

.cadre {
	border:outset;
	border-color:#f25125;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
}

.Tableau{
	border:solid;
	border-color:#f25125;
	text-align:center;
	
}
.TableauTR{
	background-color:#f25125;
	border-color:#090;
	border:double;
	color:#FFF;
	font-weight:bold;
	font-size:24px;
	
}
.Formulaire {
	background-color:#FFF;
	border:outset;
	text-align:center;
	margin:0px;
	width:100%;

}
.FicheSite {
	background-color:#FFF;
	border:outset;
	text-align:center;
	margin:0px;
	width:100%;
	border-color:#f25125;
}