	/* --- GÉNÉRAL --- */	
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(images/bg-body.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

html {overflow-y: scroll;}
	
	/* --- BLOC CONTENEUR GLOBAL --- */
div#page {
	position: relative;
			/* permet au bloc de servir de référent pour
			   ses descendants positionnés en absolu */
	width:800px;
	margin: 0 auto;
	margin-top:0;
	min-height: 100%;
}	
	
	
	/* Ne pas oublier les styles suivants, à appliquer au premier élément
	   et au dernier élément (hors pied de page) du bloc conteneur */
		div#page #premier-element {
			margin-top: 0; /* évite tout risque de fusion des marges */
		}
		div#page #dernier-element {
			margin-bottom: 0; /* évite tout risque de fusion des marges */
			padding-bottom: 60px;
				/* ATTENTION : cet espace doit permettre de placer le pied de page ! */
		}
		
/* --- HEADER --- */

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	border-top: none;
	background: #FFFFFF;
	margin-top: 0;
	background-image:url(images/header.gif);
}

/* --- MENU NAVIGATION --- */
		
#menu {
	width: 800px;
	height: 69px;
	margin: 0 auto;
	padding:0;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 100px;
	height: 44px;
	padding-top: 25px;
	background: #e5e5e5 url(images/inactive.gif);
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding-left:0;
	padding-right:0;
	text-transform:uppercase;
	font-size:18px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -0.75px;
}

#menu a:hover, #menu .active a {
	color: #666666;
}


/* --- CONTENU DU CENTRE --- */

#content {
	width: 780px;
	margin: 0 auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
	line-height: 1.5em;
}

/* --- GAUCHE --- */
#gauche {
	width: 375px;
	margin: 0 auto;
	float:left;
}

#box-gauche {
	width: 375px;
	margin: 0 auto;
	background:#eeeeee;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dashed #CCCCCC 1px;
}

/* --- DROITE --- */

#droite {
	width: 375px;
	margin: 0 auto;
	float:right;
}

#box-droite {
	width: 375px;
	margin: 0 auto;
	background:#eeeeee;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dashed #CCCCCC 1px;
}

/* --- MILIEU --- */

#milieu {
	width: 780px;
	margin: 0 auto;
	float:left;
}

#box-milieu {
	width: 780px;
	margin: 0 auto;
	background:#eeeeee;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dashed #CCCCCC 1px;
}

.box-milieu {
	width: 780px;
	margin: 0 auto;
	background:#eeeeee;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:dashed #CCCCCC 1px;
}

	/* --- PIED DE PAGE --- */
	div#piedpage {
	position: absolute;
	bottom: 0; left: 0;
	width: 790px;
			/* pour que le bloc prenne toute la largeur du bloc de référence
			   Note : le bloc de référence est le plus proche ancêtre positionné
			   en relatif ou en absolu */
	height: 40px;
	background-image:url(images/bg-footer.gif);
	padding-top: 10px;
	padding-right:10px;
	text-align:right;
	font-size:10px;
}
	
	
	/* --- un peu de cosmétique pour cet tutoriel --- */

	div#page {background: #ffffff;}

	div#dernier-element { visibility: hidden;}
	
	p, ul, ol, blockquote {
	margin-top: 0;
	margin-bottom:2px;
	
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	background:none;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

h1 {
	font-size: 1.8em;
	padding-bottom:10px;
	color:#333333;
}

h2 {
	font-size: 1.5em;
	padding-bottom:10px;
	color:#333333;
}
h3 {
	font-size: 1.3em;
	padding-bottom:10px;
	color:#666666;
}

h6 {
	font-size: 0.8em;
	padding-bottom:10px;
	color:#666666;
}

a {
	text-decoration:none;
	color: #9e622b;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style:none;
}

.negatif { 
	margin-left: 58px; 
	margin-bottom:5px;	
}

img {
	border: none;
}
/* --- formulaire --- */


.input
{
	width: 200px;
 	margin-left: 20px;
	border:#333333 solid 1px;
	padding:0;
	color:#666666;
}
.button {
 	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 	background-color: #666666;
 	color: #FFFFFF;
 	margin-left: 20px;
 	width:91px;
	padding-bottom:2px;
	padding-top:3px;
	padding-left:0px;
	padding-right:0px;
	text-transform:uppercase;
	font-weight:bold;
	border: #333333 solid 1px;
}

form {
	padding:0;
	margin:0;
}

.marge {
	margin-left: 38px;
}

.marge58 {
	margin-left: 58px;
}

.postdate {

float: left;
font-family: Calibri, Arial, Helvetica, sans-serif;
padding-top: 0;
text-align: center;
width: 30px;
}

.postdate span {
display: block;
}

.month {
color: #FFF;
font-size: 11px;
background-color:#CCC;
}

.day {
color: #999;
font-size: 16px;
letter-spacing: -0.75px;
border: 1px solid #CCC;
font-weight: bold;

}

.heading {
margin: 0em 0 0.25em 0;
width: 100%;
}

.heading h3 {
	color: #666;
	padding-top:8px;
	margin-left:50px;
	padding-bottom:13px;
}

.bg-gris {
	background-color:#999;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
}

#separateur {
	width: 780px;
	height:1px;
	margin: 0 auto;
	background:#eeeeee;
	border-bottom:dashed #CCCCCC 1px;
}