*{
	padding: 0;
	margin: 0;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link{
	color: #104277;
	text-decoration: none;
	
}
a:visited{
	color: #104277;
	text-decoration: none;
	
}
a:hover{
	color: #b22222;
	text-decoration: none;
	
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
}
.barre {
	text-decoration: line-through;
}





	

/***********************************************************************************************************************/
/* Body de la page demande d'email */
/***********************************************************************************************************************/
#bodyEmail
{
	padding:10px;
}

/***********************************************************************************************************************/
/* LES 4 COINS */
/***********************************************************************************************************************/
/* propriétés communes à l'ensemble des 4 coins */
.hautgauche, .hautdroit, .basgauche, .basdroit {
    height: 5px; 
    width: 5px;
    background-repeat: no-repeat;
    font-size: 1px; /* correction d'un bug IE */
}
/* propriétés spécifiques à chaque coin */
.hautgauche {
	background: url(images/bordGH.gif);
	margin: 0px;
	padding: 0px;
}
.hautdroit {
	float: right;
	background: url(images/bordDH.gif);
	margin: 0px;
	padding: 0px;
}
.basgauche {
	background: url(images/bordGB.gif);
	margin: 0px;
	padding: 0px;
}
.basdroit {
	float: right;
	background: url(images/bordDB.gif);
	margin: 0px;
	padding: 0px;
}

/***************************************************************************************************/
/*															classes personnalisées																		*/
/***************************************************************************************************/
.item_bf7c232e-bab5-4dc8-be92-06d9c5ec89ef, .item_54fca60a-5d03-4151-8267-b4010810617b{border-bottom:solid #b1cae1 1px; margin-bottom:3px; padding-bottom:3px; margin-right:10px;}


