/* **********************
 *	Styles communs		*
 ************************/

/* TAGS par defaut */
body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#202020;
	text-align: justify;
}
	
input, textarea, select {
	font-size: 10px; 
	color: #535B64;
}	
	
body {margin: 0px; 	background-color : #FFFFFF; }

a img {
	border-width:0px;
	cursor:pointer;
}
.pointer {
	border-width:0px;
	cursor:pointer;
}


/* **************
 *	Styles 		*
 ****************/
/* Classe pour les marges du texte Accueil */
.margesAccueil{
	margin-left:130px;
	margin-right:130px;
}
.margesEtapeAvancement{
	margin-left:35px;
	margin-right:35px;
}
.margesPartenaires{
	margin-left:45px;
	margin-right:70px;
}
/* TITRE VIOLET  */
.titreViolet {
	font-weight:bold;
	color:#513786;
	font-size:13px;
}
.pointilleTitre {
	font-size:12px;
	color:#513786;
}

/* lien En savoir plus */
.enSavoirPLus {
	text-align:right;
	text-decoration:underline;
	color:#2E1465;
}
.navigationAncres{
	border-bottom:solid 5px #513786;
	color:#513786;
}
.lienNavigationAncres{
	color:#513786;
}