/*   Tags pour les differents types de paragraphes    */
P {margin-top:7pt;}

/*   Tags pour les liens    */	

a:hover {color:#15487B}
a {text-decoration: none;}
.bodylink {color:#000066; 
           text-decoration: underline;}
			  
/* Tags apparence titres et textes */
			
.maintitle {font-family: arial,verdana,helvetica,sans-serif;
				color:#001E3D;
				font-size : 15pt;
				background-color : #ffffff}

.subtitle1 {color:#FF9900; 
			   font-size : 11pt; 
			   font-weight : bold;}

.subtitle2 {color:#990017; 
				font-size : 10pt; 
				font-weight : bold;}

.bodytext {font-family: arial,verdana,helvetica,sans-serif; 
           line-height : 17px; 
			  margin-left : 15px;
			  }
			  
.bulletlist {line-height : 15pt;}

