.volet_titreprincipal {
	font-family: tahoma;
	font-weight: bold;
	font-size: 20px;
	color: #A5A5A5;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align:left;
}
.volet_titre1 {
	font-family: tahoma;
	font-weight: bold;
	font-size: 12px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.volet_titre2 {
	font-family: tahoma;
	font-size: 12px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
.volet_titre3 {
	font-family: tahoma;
	margin-left: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.volet_soustitre {
	font-family: tahoma;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	padding-top: 20px;
	padding-bottom: 5px;
	text-decoration: none;
}
.volet_soustitre2 {
	font-family: tahoma;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: gray;
	padding-left:0px;
	padding-right:0px;
	padding-top: 4px;
	padding-bottom: 2px;
}
.volet_corpsdetexte {
	font-family: tahoma;
	font-size: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.volet_commentaire {
	font-family: tahoma;
	font-style: normal;
	font-size: 12px;
	color: gray;
	padding-left:0px;
	padding-right:0px;
	padding-top: 0px;
	padding-bottom: 4px;
}
.volet_bouton {
	width:110px;
	cursor:pointer;
	text-transform:capitalize;
	border-radius:12px 0 12px 0;
	background: #f5f5f5;
	border:none;
	color:#555;
	font:bold 12px Verdana;
	padding:6px 0 6px 0;
	border:1px solid #ccc;
}

@media print /* permet de masquer le bouton à l'impression */
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}