/* Affichage messages livre d'or */	
		
		.affichage_msg
		{
		width: 964px;
		table-layout: fixed;
		}
		
		.lien_signer
		{
		width: 200px;
		height: 24px;
		padding-top: 6px;
		text-align: center;
		display: block;
		margin-top: 0px;
		margin-bottom: 0px;
		background-image: url("bouton_signer.png");
		background-repeat: no-repeat;		
		}
		
		.lien_signer:link
		{
		font-weight: bold;
		color: #126D9B;
		text-decoration: none;
		}
		
		.lien_signer:visited
		{
		font-weight: bold;
		color: #126D9B;
		text-decoration: none;
		}
		
		.lien_signer:hover
		{
		font-weight: bold;
		color: #126D9B;
		text-decoration: none;
		}
		
		.msg_pair
		{
		color: #dad27b;
		text-align: justify; 
		}
		
		.msg_impair
		{
		text-align: justify; 

		color:#ffffff;
		}
		
		.auteur_msg
		{
		font-size: 15px;
		}
		
		.fond_hr_pair
		{
		width: 650px;
		height: 1px;
		margin-top: 5px;
		margin-bottom: 5px;
		background-image: url("fond_hr_pair.png");
		background-repeat: no-repeat;
		}
		
		.fond_hr_impair
		{
		width: 650px;
		height: 1px;
		margin-top: 5px;
		margin-bottom: 5px;
		background-image: url("fond_hr_impair.png");
		background-repeat: no-repeat;
		}
		
		.fleche
		{
		vertical-align: -20%;
		}
		
		.premiere_signature
		{
		display: block;
		margin-top: 30px;
		}
		
		.premiere_signature:link
		{
		font-size: 15px;
		color: #ffffff;
		text-decoration: none;		
		}
		
		.premiere_signature:visited
		{
		font-size: 15px;
		color: #ffffff;
		text-decoration: none;		
		}
		
		.premiere_signature:hover
		{
		font-size: 15px;
		color: #ffffff;
		text-decoration: none;		
		}
		
		
/* Redaction message livre d'or */		
		
		.conteneur_form_signe_livre
		{
		padding-top: 20px;
		}
		
		.message
		{
		width: 950px;
		height: 300px;
		overflow: auto;
		}
		
		.captcha
		{
		margin-right: 20px;
		vertical-align: middle;
		}
		
		.code_illisible
		{
		margin-right: 200px;
		vertical-align: middle;
		cursor: pointer;
		}
		
		.saisi_captcha
		{
		margin-left: 20px;
		vertical-align: middle;
		}
		
		.valider_ajout_message_livre_or
		{
		vertical-align: middle;
		cursor: pointer;
		}
		
		.erreur_ajout_message_livre_or
		{
		margin-top: 20px;
		color: #dad27b;
		font-weight: bold;
		}
		
		.recommencer
		{
		margin-top: 15px;
		cursor: pointer;
		}
		
		.succes_ajout_message_livre_or
		{
		padding-top: 20px;
		}
		
		.continuer_nav
		{
		color: #dad27b;
		font-weight: bold;
		text-decoration: none;
		}
		
		.continuer_nav:visited
		{
		color: #dad27b;
		font-weight: bold;
		text-decoration: none;
		}
		
		.continuer_nav:hover
		{
		color: #dad27b;
		font-weight: bold;
		text-decoration: underline;
		}

/* Fin de Corps */		