body {
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
	font-size: 14px;
}
/*MISE EN FORME TEXTES*/

.titres {
	font-size: 18px;
	color: white;
	background-color: #ff4500;
	padding: 5px 5px 2px 5px;
}

.titreContenu {
	font-weight: bold;
}

.texteContenu {
	padding-left: 15px;
	text-align: justify;
}

/*IMAGES*/

.icones {
	height: 20px;
	padding: 0px 10px 0px 5px;
}

.qrcode {
	height: 100px;
	padding: 0px 10px 0px 5px;
}

/*TABLES*/

table,
td {
    border: 1px solid #333;
}

thead,
tfoot {
    background-color: #b3cde0 ;
    color: #000;
	border: 1px solid #333;
}

.refComp {
	text-align: center;
	font-weight: bold;
}

.textComp {
	padding-left: 10px;
	padding-right: 10px;
}

.marge {
	margin-left: 10px;
	margin-right: 10px;
}