/* Content pages */
#content_panel h1 {   
font-size: 16pt;    
margin-top: 20px;    
margin-bottom: 8px;
} 

#content_panel h1 em {    
font-size: 16pt;
} 

#content_panel h1 span {    
font-size: 16pt;
} 


/* 	Couleur de H2  mauve	*/

#content_panel h2 {    
font-size: 14pt;    
margin-bottom: 8px;    
margin-top: 16px;
color: #730056;
} 

#content_panel h2 span {    
font-size: 14pt;
color: #730056;
} 

/* 	Couleur de H2  orange	*/

#content_panel h2.orange {    
font-size: 14pt;    
margin-bottom: 8px;    
margin-top: 16px;
color: #F07226;
} 

#content_panel h2 span .orange  {    
font-size: 14pt;
color: #F07226;
} 

/* 	Couleur de H3 	*/
#content_panel h3.bloc1 {
 background: #f5e0d3;
 font-size: 12pt;
 border: 1px solid #f07226;
 color: #7b7b7b;
 text-align:center;
 margin-right:170px; 
 margin-left: 170px;
 width: 640px;
}
#content_panel h3.bloc2 {
 background: #f6d4ed;
 font-size: 12pt;
 border: 1px solid #730056;
 margin-right:170px; 
 color: #7b7b7b;
 text-align:center;
 margin-left: 170px;
 width: 640px;
}

#content_panel h3 {    
font-size: 12pt;    
margin-top: 12px;    
margin-bottom: 6px;
} 

#content_panel h3 span {    
font-size: 12pt;
} 

#content_panel h4 {    
font-size: 11pt;
} 

#content_panel h4 span {    
font-size: 11pt;
} 

#content_panel h5 {    
font-size: 10pt;
} 

#content_panel h5 span {    
font-size: 10pt;
} 

#content_panel h6 {    
font-size: 9pt;
} 

#content_panel p {    
font-size: 10pt;    
margin-bottom: 10px;
color: #7b7b7b;
} 

#content_panel p span {    
font-size: 10pt;
color: #7b7b7b;
} 

#content_panel p em {    
font-size: 10pt;
color: #7b7b7b;
} 

#content_panel p b {    
font-size: 10pt;
} 

#content_panel strong {    
font-size: 10pt;
color: #7b7b7b;
} 

#content_panel p u {    
font-size: 10pt;
color: #7b7b7b;
} 

#content_panel p i {    
font-size: 10pt;
color: #7b7b7b;
}

#content_panel td {    
font-size: 10pt;
color: #7b7b7b;
}

#content_panel li {    
font-size: 10pt;
color: #7b7b7b;
}

#content_panel a.orange {    
font-size: 10pt;
color: #F07226;
}

#content_panel a.mauve {    
font-size: 10pt;
color: #730056;
}

/* Home page */

#home_panel p span {    
font-size: 13pt;
}

#home_panel div {
   width:990px;
   height:102px;
   background:url(/1/images/module_texte.png);
   background-repeat: no-repeat;
   padding-top:10px;
   padding-left:20px;
   padding-right:20px;
   color: #7b7b7b;
}

#home_panel div p {
   color: #7b7b7b;
}