* {
	padding:0;
	margin:0;
}

body {
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:black;
}

/*	**************************	*/
/* global style */
a {
	color: #DA6B12;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}
h1 {
	padding:10px 0 0 0;
	font-size:2em;
	color:#000000;
	font-weight:normal;
}
h1 span {
	font-size: 0.9em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	color: #374853;
	margin-left: 1em;
}
h2 {
	color: #DA6B12;
	padding:10px 0 0 0;
	font-size:1.4em;
	font-weight:normal;
}
h3 { 
	color: #DA6B12;
	font-size: 1.1em; 
	margin: 1em 0; 
}
h4 { 
	font-size: 1em; 
}

h5 { 
	font-size: 0.9em; 
}

/* Style editeur	*/
.texte_orange
{
	color:#DA6B12;
}
.texte_vert
{
	color:#BED73D;
}
.texte_marron
{
	color:#481D14;
}
.texte_rouge
{
	color:#DA0F00;
}
.marge_image_alignee_droite 
{
	margin-top:5px;
	margin-left:10px;
	margin-bottom:5px;
}
.marge_image_alignee_gauche 
{
	margin-top:5px;
	margin-right:10px;
	margin-bottom:5px;
}
.cellule_entouree_marron
{
	border:1px solid #481D14;
}
.cellule_entouree_vert_fonce
{
	border:1px solid #BED73D;
}
/* Style editeur	*/


