@charset "iso-8859-1";
/* AUTEUR: Jean Molliné */
/* Date de création: 20-10-03 */

/* ****************************
    Définition de règle
    Auteur: Jean Molliné    
 Mis à jour le 04 Avril 2005 
******************************* */

/* **************************** 
 Définition du corps de la page 
 ****************************** */
body {
	background-color: #ffffff; 
	color: #333333;
}

/* ******************************
     Définition des divisions
 ******************************** */
#hautdepage {display: none}
#menunav_g {display: none}
#menunav_d {display: none}
#formimprim {display: none}
#finpage {
	text-align: center; 
	background-color: #cc9900; 
	color: #336699; 
	right: 0px;    
	width: 100%;    
	border-bottom-width: 2px;   
	border-bottom-style: groove;   
	border-bottom-color: #669999;    
	border-top-width: 2px;   
	border-top-style: groove;   
	border-top-color: #669999;
}

#contenu {
	padding: 0px; 
	border: none
}

/* ****************************** 
   Définition typographiques    
   Caractéristiques communes    
 ****************************** */
h1, h2, h3, h4, h5, p, caption, li, label {
	color: #ffffff; 
	font-family: verdana,georgia,sans-serif; 
	background-color: transparent;
}

/* ****************************** 
   Définition typographiques    
          Les titres 
  tailles, centrage et marges          
 ****************************** */
h1 {
	font-size: 18pt;
	text-align: center;   
	text-decoration: none;
}
h2 {
	font-size: 16pt;
	text-align: center;   
	text-decoration: none; 
	margin-top: 5pt; 
	margin-bottom: 5pt
}
h3 {
	font-size: 14pt;
	text-align: left; 
	line-height: 16pt; 
	margin-bottom: 5pt; 
	margin-top: 5pt
}
h4 {
	font-size: 12pt;
	text-align: left; 
	text-decoration: underline; 
	text-indent: 20pt; 
	margin-top: 5pt
}

/* ****************************** 
   Définitions typographiques:    
        les paragraphes            
 ****************************** */
p {
	font-weight: normal;    
	text-indent: 15pt;   
	text-align: justify;  
	font-size: 10pt
}
.main:first-letter {
	color: #ccffff;  
	background-color: transparent;  
	font-size: 13pt;    
	font-style: normal;    
	font-weight: bold;
}
.navitext {
	text-align: left;   
	font-weight: normal;   
	text-indent : 0px;   
	line-height: 12pt; 
}
.copy {
	text-indent: 0px;   
	font-size: xx-small;   
	text-align: center; 
	color: #336699; 
	background-color: transparent
}

/* ******************************
	  Définition des listes
 ******************************** */

ul {
	list-style-type: square;
}
li {
	font-weight: normal; 
	text-align: left; 
	list-style-type: square; 
	list-style-position: outside; 
	font-size: 8pt
}

/* ******************************
        Autres éléments
 ******************************** */
 
hr {
	height: 1px; 
	width: 75%; 
	color: #669999; 
	background-color: transparent
}

hr.invisible {
	display: none
}
span.ecranseul{
	display: none;
}

/* ******************************
        Sauts de pages
 ******************************** */
hr.saut{
	page-break-after: always; 
	visibility: hidden
}

/* Fin de la section de style généré par WebExpert le 20 Octobre 2003 */