/*****************************************************************************/
/* Feuille de style DESMID        								             */
/*                                                                           */
/* W3C CSS2                                                                  */
/*****************************************************************************/

/*****************************************************************************/
/* Codes couleurs                                                            */
/* Orange       : #F09415 Titres cliquables, bordures des tableaux           */ 
/* Orange foncé : #BE6E00 Liens survolés                                     */ 
/* Gris foncé   : #556268 Texte courant, Titre des pages, Titre des          */ 
/*                        grandes parties                                    */
/* Gris clair   : #A5B8C9 Intertitres,                                       */
/* Blanc        : #FFFFFF Fond de page                                       */
/*****************************************************************************/

body {
	margin : 0px;
	background-color:#ffffff;
} 

hr {
  color: #556268}

a:link {
	color : #F09415;
	text-decoration: none;
}
 
a:visited {
	color : #F09415;
	text-decoration: none;
}
 
a:hover {
	color : #BE6E00;
	text-decoration: none;
	text-transform: none;
	font-weight: bold;
} 

table {
	background-color: #FFFFFF;
	border-collapse:collapse;
}   

ul {
	list-style-image:url('../IMAGES/OUTILS/puce.gif');
}
p {padding-left: 10px;
	padding-right: 10px;
	}
td, p {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #556268;
	text-align:justify;
	background-color: #FFFFFF;
}
		
p.titre {
  font-size : 14px; 
  color : #556268; 
  font-weight: bold;
}

span.petit, p.petit {
  font-size : 10px;
  color: #556268;
}         
           
p.intertitre {
  color: #556268;
  font-weight: bold;
  font-size : 12px;
}   
                
p.intertitre a:link, p.intertitre a:visited {
	color: #F09415;
	font-weight: bold;
	font-size : 12px;
	text-decoration: none;
}
           
p.intertitre a:hover {
	color: #BE6E00;
	font-weight: bold;
	font-size : 12px;
	text-decoration: none;
} 		   

ul.liste-liens a:link {
	color : #F09415;
	font-weight: bold;
	text-decoration: none;
} 

ul.liste-liens a:visited {
	color : #F09415;
	font-weight: bold;
	text-decoration: none;
}
 
ul.liste-liens a:hover {
	color : #BE6E00;
	text-decoration : none;
	font-weight: bold;
	text-transform: none;
}                                
         
td.separateur {
	background-color: #F09415;
}

td.formulaire {
	text-align: right;
	vertical-align: middle;
}

td.liste {
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
}

td.maj {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
	background-color:#FFFFFF;
}

td.photo {
	vertical-align: middle;
	text-align: center;
}

.nom-champ-obligatoire {
	color: #F09415;
	font-weight: bold;
}
