body {	
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color: #FFFFFF;
}

p {
margin: 0;
padding:0;
color:#333333; 

}
	
		
.typo  {
	font-size:9px;
	font-weight:normal; 
	margin:0 ; 
	letter-spacing : 1px ;
	text-align:left; 
	vertical-align:middle;		
}


				h1 {
					margin:0px 0px 0px 10px;
					padding:0;
					border:0;	
					color:#990066;
					font-size: 36px;
					font-weight: bold;
					letter-spacing:-1px;
					line-height:36px;
					font-family: Helvetica Neue 75 Bold;
					}
				
				h3 {
					margin:0px 0px 0px 100px;
					padding:0;
					border:0;	
					color:#000000;
					font-size: 32px;
					font-weight: 600;
					letter-spacing:-1px;
					line-height:42px;
				}
				
				
				h2 {
					clear:left;
					margin:0px 0px 0px 10px;
					padding:10px 0 0 0;
					border:0;	
					color:#000000;
					font-size: 30px;
					font-weight: lighter;
					letter-spacing:-2px;
					line-height:26px;
					font-family: Helvetica Neue 45 Light;
					}				
	/* TITRE ARTICLE*/	




p.entete_article{	
	margin:0px 0 0 0;	
	font-size: 14px;
	font-weight: 600;
}


p.majuscule{	
	text-transform:uppercase; 
	}

p.pied {	
	margin:0px 0px 0px 0px;
	padding: 0px 0 0px 0;
	border:0;	
	color:#000000;
	font-size: 12px;
	font-weight: 500;
	letter-spacing:0px;
	line-height:12px;
	}
							

 a:link {
		margin:0px;
		padding: 0;
		border:0;	
		color: #999999;/*#666666;*/
		text-decoration: none ;
	}

a:visited {
		margin:0px;
		padding: 0;
		border:0;	
		color: #999999;/*#666666;*/
		text-decoration: none ;
	}
	
a {
		color: #999999;/*#666666;*/
		text-decoration: none ;
	}
	
a:hover {
		margin:0px;
		padding: 0;
		border:0;	
		color: #333333;
		text-decoration:underline  ;
	
	}
	

 a.lien_interne {
 color: #b34s9a;
 }

 a.lien_interne:hover {
		color: #b34s9a;
	}
	
 a.lien_interne:link {
		color: #b34s9a;
	}

 a.lien_interne:visited {
		color: #b34s9a;
	}



a.lien_externe {

		color: #6a0344;
	}

a.lien_externe:link {

		color: #6a0344;
	}
	
a.lien_externe:hover {

		color: #6a0344;
	}
	

 a.lien_externe:visited {
		color: #6a0344;
	}




img.image_gauche{
	border:0px;
	padding:0px;
	margin:8px 10px 8px 0px;
	/*text-align:left;*/
	float:left;
	}
	
img.image_droite{
	border:0px;
	padding:0px;
	margin:8px 0px 8px 10px;
	/*text-align:right;*/
	float:right;
	}

.center {
	position:relative;
	text-align:center;
}

.moitie_gauche{
	/*background:#ccddee;*/
	border:0px;
	padding:0px;
	margin: 0px;
	float:left;	
	width:225px;/*(480/2- marge G de .page_article=15px - marge G de .image_gauche=10px)*/
	text-align:justify;
	}
	
.moitie_droite{
		/*background:#ffffcc;*/
	border:0px;
	padding:0px;
	margin: 0px;
	float:right;	
	width:225px;/*(480/2- marge D de .page_article=10p- marge D de .image_droite=10px)*/
	text-align:justify;
	}





