/* CSS content */

body {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans serif;
	font-size: 11px;
}

h2 {
	text-transform: uppercase;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	color: #ED7F00;
	border-bottom: 1px dashed #B7B9B9;
	line-height: 25px;
}

.txt_blanc {
	color: #FFF;
}

.lettrine {
	font-size: 50px;
	color: #C8C4BC;
}
.lettrine_seule {
	font-size: 50px;
	color: #C8C4BC;
	line-height: 45px;
}

.tab_detail {
	border-collapse: separate;
}

.tab_detail td {
	border: 1px solid #CCC;
	padding: 2px;
}

.orange {
	color: #ED7F00;
}


.liste_a_fleche {
	padding: 0 0 0 10px;
	margin: 0;
	list-style-type: none;
	background: url(../images/articles/liste_a_fleche.gif) no-repeat 0 3px;
}

.hachure_orange {
	background: url(../images/articles/hachure_orange.gif) top left;
}
.hachure_grise {
	background: url(../images/articles/hachure_grise.gif) top left;
}

table.mceVisualAid{
	border: 1px dashed black;
}
table.mceVisualAid td{
	border: 1px dashed black;
}

.blanc {
	color: #FFF;
}

