/* mise en forme standard de contenu */
a {
	color:#9c6;
	text-decoration:none;
        font-weight:bold;
}
p.bodytext{
        margin:0px;
        padding:0px;
        line-height:150%;        
}
a:hover{
	color:#6c6;
}
ul li{
	list-style:square outside;
	margin-left:20px;
	margin-top:5px;
}
.important{
	font-size: 1.15em;
	padding-left: 10px;
	 text-decoration: underline; 	
}
.grosTitreCentre{
        color: #d6d0c2;
        font-size: 3em;  
        text-align:justify;            
}
.intro{
    color:#666;
    font-size:1.21em;
    font-style:italic;
    }
.bordureBas{
        margin:0px;
        padding:0px;
        line-height:150%;        
	border-bottom:2px dotted #D6D0C2;
        margin-bottom:0.5em;
        padding-bottom:0.5em;
}
.reference{
	margin:15px 0px 10px 0px;
	font-style: normal; 
	color:#666;
}
.citation{
	font-family: Courier,Helvetica, sans-serif;
	color:#ccc;
	font-size: 0.5em;
}    
.question{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	 font-style: italic; 
}
.reponse{
	font-size: 1.1em;
	color:#999966;
	padding-left:20px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:8px;
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

/* */
.lien{}
.lienExterne{}  
.grosLienInterne{
	margin-left:33px;
	background-image:url(../img/pastille.gif);
	font-size: 1.1em;
	font-family: Arial;
	font-weight:bold;
	text-indent: 18px; 
	text-align:right;
	background-color: #9C6; 
	background-repeat: no-repeat;
	vertical-align: absmiddle;
	padding:0px 10px 0px 3px;
	margin:auto;
} 
.grosLienInterne a{
	color:#633;
	display:block;
}    
.grosLienInterne a:hover{
	color:#DDD;
}    
/* style annonce pour mettre en avant */    
.annonce1{}    
.annonce2{}
.annonce3{}    
.encadre{}
.inverse{}

/* listes */
.listePuce1{
    margin-left:35px;
    font-size:1.05em;
    color:#062D58;
    }
.listePuce2{}
.listePuce3{}    

/* tableaux */
/*ff9d4f*/
H1, H2, H3, H4, H5, H6{
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
H1{
	color: #D6D0C2;
	font-size:2.5em;
}
H2{
	color: #CC9999;
	font-size: 1.9em;
}
H3{
	color: #FF9999;
	font-size: 1.8em;
}
H4{
	color: #CC6666;
	font-size: 1.7em;
}
H5{
	color: #FF6633;
	font-size: 1.6em;
}
H6{
	color: #FF6633;
	font-size: 1.5em;
}
.basPageEnorme{
	font-size: 4em;
	color:#999966;
	color:#660000;
	text-align:right;
	 font-family: tahoma,verdana,Arial; 
	 text-decoration: none; 
	 word-spacing: -1px; 
	 letter-spacing: -2px; 
	 margin:20px 0px 0px 0px;
}
.titreCentre{
	font-size: 1.6em;
	padding-top:5px;
	color:#666633;
	text-align:center;
	 font-family: tahoma,verdana,Arial; 
	 font-weight: bolder; 
	 text-decoration: overline; 
	 font-style: normal; 
	 word-spacing: 10px; 
	 letter-spacing: 7px; 
	 font-variant: small-caps; 
}