body {
	background-color: #fff; /*4e473d;*/
	color: #4e473d;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	margin: 0;		
}

a {
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: normal;
	color: #48392d;
	background-position: 0px 35%;
}

a:hover {
	text-decoration: underline;
}

#left	{
	width: 180px;
}

#middle {
	width: auto;
}

#right	{
	width: 220px;
	padding-top: 10px;
 	}

/* Le menu */

#menu {
	margin: 15px 5px 5px 5px;
}


.MenuSectionTitle {
	font-size: 0.8em;
	text-decoration: underline;
}

/* Les sections */

#left ul {
	margin: 0em;
	padding: 0em;	
}

#left li {
	display: block;
	margin: 0em;
	padding: 0em;	
}

#right ul {
	margin: 0em;
	padding: 0em;	
}

#right li {
	display: block;
	margin: 0em;
	padding: 0em;	
}

#left a {  
	font-size: 0.7em;
	padding-left: 13px;
	vertical-align: middle;
}

#right a {
	font-size: smaller;
	line-height: 2em;
	padding-left: 18px;
	vertical-align: middle;
}

#middle h1, h2, h3 {
	font-size: 1em;
	margin: 0px;
}

#middle code {
	font-size: 1.3em;
	color: #339933;
}

#middle a {
	text-decoration: underline;
}

/* Le titre */

#titlebox {
	margin: 20px;
	margin-bottom:40px;
	line-height: 1.1em;
	font-weight:900;
}

/* Les boîtes */

#editobox {
	border: 1px solid #9f9070;
	font-weight:900;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	min-width: 300px;
	max-width: 550px;
}

.EbEntete {
	background-color: #9f9070;
	color : #fdf2da;
	text-align: center;
	font-size: 0.9em;
	font-weight: 900;
	padding: 3px 4px 4px 4px;
}

.EbCorps {
	background-color: #F4EBD9;
	color:#48392d;
	text-align:justify;
	font-size: 0.9em;
	font-weight: normal;
	padding: 5px 20px 5px 20px;
}

.Subtitle {
	border: 1px solid #9f9070;
	font-variant: small-caps;
	background-color: #fdf2da;
	color :#aa0000;
	text-align: left;
	font-size: 1.1em;
	font-weight: 500;
	padding: 2px;
	padding-left: 6px;
	margin-top: 30px;
	clear: left;
}

.multibox {
	border: 1px solid #9f9070;
	margin: 10px;
	width: 200px;
}

.MbEntete {
	background-color: #9f9070;
	color :#fdf2da;
	text-align: center;
	font-size: 0.7em;
	font-weight: 900;
	padding-bottom: 1px;
}

.MbCorps {
	background-color: #F4EBD9;
	color:#4e473d;
	text-align:justify;
	font-size: 0.8em;
	font-weight: 600;
	padding: 5px;
}

.GraphicBox {
	color: #000;
	text-align:justify;
	font-size: 0.8em;
	font-weight: 500;
	padding: 0px 15px 0px 15px;
}

/* Statut des pages */

.EDefaut {

	background-image: url("graphics/carre.png");
}

.E0 {
	background-image: url("graphics/e0.png");
}

.e1
{
	background-image: url("graphics/e1.png");
}
.e2
{
	background-image: url("graphics/e2.png");
}
.e3
{
	background-image: url("graphics/e3.png");
}
.e4
{
	background-image: url("graphics/e4.png");
}
.e5
{
	background-image: url("graphics/e5.png");
	color: #9D9687;
}

.Etrav {
	background-image: url("graphics/trav.png");
}

.Eoeil {
	background-image: url("graphics/oeil.png");
}


/* bouton de formulaire */

.bouton
{
	background-color: #9F9070;
	color: #FDF2DA;
	font-size: 0.8em;
	font-weight: 900;
	text-align: center;
	padding-right: 0.5em;
}

/* Divers */

.TextHighlight {
	color: #aa0000;
}

.date {
	text-align: right;
}

#signature {
	text-align: right;
}

.incrustation {
	float: left; 
	margin-bottom: 10px;
	margin-right: 10px;
}

.lettrine:first-letter {
	font-size: 2.2em;	
	float: left;	
	font-weight: bolder;
	color: #000;
	padding-right: 2px;
	vertical-align: text-top;
}

cite {
	color: #339933;
}
cite:before {
	content: '« ';
}

cite:after {
	content: ' »';
}



