/*

  Fichier utilisé pour la page des temoignages
 
*/

/* ***************************************************** */
/* Classes utilisées pour les liens de la page d'accueil */
/* ***************************************************** */

a {
	/* text-align: center; */
	font-size: 12px;
	text-decoration: none;
	color: #174999;
/*	position:relative; */
   
}
a:hover {
	/* text-decoration: underline; */
/*	color: #652A05;  */
	font-size: 12px;
	font-weight: normal;
	/* font-weight: bold; */

}

a.message {
	/* text-align: center; */
	font-size: 19px;
	text-decoration: none;
	color: #f4191a;
	/*color: #174999;*/
}

a.message:hover {
	/* text-decoration: underline; */
	color: #4976d0; 
	font-size: 19px;
	font-weight: normal;
}

a.orange {
	/* text-align: center; */
	font-size: 12px;
	text-decoration: none;
	color: #174999;
}

a.orange:hover {
	/* text-decoration: underline; */
	color: #652A05; 
	font-size: 12px;
	font-weight: normal;
}

a.gris {
	font-size: 12px;
	text-decoration: none; 
 /*	color: #DDDDDD;   */
 	color: #FFFFFF; 
	}

a.gris:hover {
	font-size: 12px;
	font-weight: BOLD;
/*	color:#652A05;  */
color:#000000 ;
	}

a.menu_haut {
/* text-align: right ; */
font-size: 12px;
text-decoration: none; 
color: #FFFFFF;
}

a.menu_haut:hover {
/* text-decoration: underline; */
color: #000000; 
font-size: 12px;
font-weight: normal;
/* font-weight: bold; */
}


.gris{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #DDDDDD;
	}


.white {

	font-size: 12px;
	line-height: 13px;
	color: #ffffff;
}

.message {
	font-family: Helvetica, Arial, sans-serif;
	text-align: left; 
	PADDING-LEFT: 4px ; 
	PADDING-RIGHT: 5px ;
	margin-top : 15px ;
	/*margin-top : 35px ;*/
	font-size: 18px;
	line-height: 25px;
	color: #4976d0;
}

.corpsmessage{
	font-family: Helvetica, Arial, sans-serif;
	text-align: left; 
	PADDING-LEFT: 5px ; 
	PADDING-RIGHT: 5px ;
	margin-top : 35px ;
	font-size: 12px;
	color: #000000;
}


/* Affiche la position et la couleur du texte du bandeau */
.bandeau_haut
{
	font-family:Arial, Helvetica, sans-serif;
	text-align: right; 
	padding: 0px;
	margin-top : 35px ;
	margin-right : 35px ;
	margin-left : 0px ;
	font-size: 18px;
	font-weight: bold;
/*	color:#CCCCCC;	*/
	color:#FFFFFF;	
}


/* Affiche la position et la couleur du texte du bandeau */
.headline 
{
	font-family:Arial, Helvetica, sans-serif;
	text-align: right; 
	padding: 0px;
	PADDING-LEFT:0px ; 
	PADDING-RIGHT: 15px ;
	margin-top : 35px ;
	margin-right : 50px ;
	font-size: 15px;
	font-weight: bold;
/*	color:#CCCCCC;	*/
	color:#FFFFFF;	
}

/* Affiche la position et la couleur du menu du haut */
.menu_haut 
{
	font-family:Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 0px;
	PADDING-LEFT:0px ; 
	PADDING-RIGHT:50px ; 
	font-size: 15px;
	color:#000000;
}

/* Affiche la localisation dans la page ARTICLE.HTML */
.location
{
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	color:#000000;
}




.orange {
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	PADDING-LEFT:0px ; 
/*	PADDING-RIGHT:50px ; */
	font-size: 14px;
	color: #F5822B;
	}

.tables {
  /* Pour tous les paramètres des tableaux */
	width: 740px ;
	border: 0px ;
	font-size: 9px;
	background-color : #ffffff
}

#accueil {
   text-align: justify;
   font-family: Arial, Verdana,Helvetica, sans-serif;
   font-size: 12px;
   text-decoration: none;
   color: #000000; 
/*   position:relative; */
   bottom:5px ; 
}

.bottom p{vertical-align : bottom }

/* Classe pour afficher les remerciements */
.remerciement {
   font-family: Verdana , Arial, Helvetica, sans-serif;
   font-size: 12px ;
   font-weight: bold;
   color : #FFFF00;   
   text-align : center;
   margin: 20px;
   padding: 0px;
   position:relative;   
   PADDING-LEFT: 50px ;   
   PADDING-RIGHT: 45px ; 

}

