
* {
	margin: 0;
	padding: 0;
}
a {color: #d07255;}

a:hover {color: #642208;}

body {
	background: #642208 url(img/bg.jpg);
	margin: 0;
	font-family: verdana, serif;
	font-weight: bold;
	font-style: italic;
	color: #642208;
	font-size: 10px;
	text-align: justify;
}

h1 {font-family: aquiline, verdana, serif;
   color: #642208;
   font-size: 30px;
   font-weight: bold;
   text-align: left; }


ul {margin-left: 1.6em;}

blockquote {
	background: url(img/quote.gif) no-repeat;
	margin-bottom: 1.2em;
	font-family: gabrielle, serif;
	color: #b93b09;
	font-size: 20px;
	padding-left: 12px;
}



/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}



.divider {
	background: url(img/divider.gif) no-repeat;
	height: 20px;
	margin: 24px 0;
}

/* structure */
.container {
	background: url(img/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 736px;
}

.gfx {
	
	float: left;
	height: 140px;
	margin-top: 12px;
	width: 52px;
}


.top {
	background: url(img/bgcontent.gif) no-repeat;
	float: left;
	text-align: center;
	width: 632px;
}

.header {
	background: #d07255 url(img/header2.jpg) no-repeat;
	color: #d07255;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
}

.header h1 {
	font: normal 3.2em verdana;
	padding: 62px 0 34px 0;
}

.pattern {
	background: #629e76 url(img/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* lien de l'accueil etc.*/
.navigation {margin: 0 1px;}

.navigation a {
	color: #642208;
	font-family: aquiline, verdana, serif;
	font-size: x-large;
	font-weight: bold;
	line-height: 75px;
	margin: 0 10px;
	text-decoration: none;
}

/*changement de couleur des liens de la barre  de navigation*/

.navigation a:hover,
.navigation  {
	color: #d07255;
	
}

/* content */
.content {
	background: url(img/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}
.content .spacer {
	height: 42px;
}

/* content item */
.item {clear: both;}



.item .metadata {
	color: #642208;
	text-align: right;
	text-indent: 10px; /*écart du bord*/
	text-decoration: underline;
	font-family: verdana, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}

.item .body {
	clear: both;
}

/* fin */
.footer {
	background: url(img/bgfooter.gif) no-repeat;
	color: #642208;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 632px;
}

.footer a {
	color: #642208;
	text-decoration: none;
}

.footer a:hover {
	color: #d07255;
	text-decoration: underline;
}