BODY {
	background : White;
}
.normal {
	background : white;
}
.tableau {
	background : white;
	font-style : italic;
}
.normal-centre {
	background : white;
	text-align : center;	
}
.titre1 {
	background : Gray;
	color : White;
	font-weight : bold;	
}
.titre2 {
	background : #E5E5E5;
	font-weight : bold;	
}
.definition {
	font-style : normal;
}
BLOCKQUOTE {
	font-style : italic;
}

.table-description {
	background : white;
	font-size : smaller;
	font-style : italic;
}
.table-titre1 {
	background : Gray;
	color : White;
	font-style : normal;
	font-weight : bold;	
}

.table-titre2 {
	background : #E5E5E5;
	font-style : normal;
	font-weight : bold;	
}

.table-titre2-gauche {
	background : #E5E5E5;
	font-style : normal;
	font-weight : bold;	
	text-align : left;
}

.table-titre2-droite {
	background : #E5E5E5;
	font-style : normal;
	font-weight : bold;	
	text-align : right;
}

.table-data {
	background : white;
	font-style : normal;
	vertical-align : top;
}

.table-data-centre {
	background : white;
	font-style : normal;
	text-align : center;	
}

.table-data-droite {
	background : white;
	font-style : normal;
	text-align : right;
	vertical-align : middle;
}
.attention {
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	padding-bottom : 5px;
	width : 90%;
	background : #F0F0F0;
}


