/* CSS Document */
/*------------ affichage generale------------------------------*/
body {
	background-color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	align: left;
}

/* paragraphes en generale*/

p {
	font-style: normal;
	color: #333333;
}

a.hover {
	text-decoration:none;
}

/*--------------Page principale-Index ---------------------*/
/*Liens */	
	 
a.index {
   font-weight:bold;
   color:#0000FF;
   text-decoration:none;
   font-size: 20px
 }

a.index:hover {
	color:#CC0000;
	text-decoration:none;
	font-weight:bold;
} 

/*Les liens  contacts/partenaires/...*/

a.index1 {
	color:#66CCFF;
	font-size :16px;
}

a.index1:hover {
	color:#CC0000;
	text-decoration:none;
} 


/*--------------Pages des rubriques principales----------------*/ 

 /*Pour les titres-d'entete */
 
.titre {
	color: #003399;
	font-size:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}


/*titre des liens */

.titrelien {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	color: #339966;
	font-weight:normal;
	text-decoration: underline;
}

p span.titrelien, p span.titrelienNonSouligne {
	margin-bottom: -10px;
}

.titrelienNonSouligne {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal; 
	color: #003399;
	font-weight:normal;
}


.liensItaliques {
	color: #339966;
	text-decoration: underline;	}


/*les liens  des rubriques */
a { 
	 font-family:Arial, Helvetica,sans-serif;
	 font-size: 12px;
	 color:#000000; 
	 text-decoration:none;
	 font-weight:normal;
 }
 
 a:hover {
	color: #ff0000; 
 	text-decoration: none;
}
 
/*tableaux*/
