body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #666666;
}

#header, .nav, #footer, #centre_gauche{
	display: none;
}

a img {
	border: none;
}

#centre #editable {
	font-size: 0.9em;
}

h2{
	font-size: 1.2em;
	color: #2775C4;
}


/*dans la partie editable*/

/*titre de la page automatique*/
h3 {
	margin: 0 0 2px 0;
	font-size: 1.4em;
	font-weight: bold;
	color: #D92D22;
	padding:0;
	margin:0;
	padding-bottom:10px;
}

/*titre document */
.titre {
	font-size: 1.2em;
	font-weight:bold;
	color: #2775C4;
}

.chapeau {
	/*font-size: 1em;*/
	color: #2775C4;
}
/*soustitre*/
.soustitre {
	/*font-size: 1em;*/
	color: #2775C4;
	font-weight:bold;
	background: url(/fr/nav/fleche1.gif) no-repeat 0 -2px;
	padding-left:20px;
	/*margin-bottom: 2px;*/
	display:block;
}
/*inter-titres*/
.intertitres {
	color: #D92D22;
	font-weight:bold;
}

.legende {
	color: #666666;
	text-decoration: none;
	font-size:0.9em;
	font-style:italic;
}
/*texte orange*/
.textecouleur1 {
	color: #2775C4;
}
/*texte vert*/
.textecouleur2 {
	color: #D92D22;
}

.texteblanc {
	color: #000;
}

.annotation {
color: #D92305;
}