	/* --- GÉNÉRAL --- */	
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	/*background-color:#2651d4;*/
	background: #FFFFFF url(images/bg-body2008.gif);
	/*background-repeat:repeat-x;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	line-height: 1.5em;
}

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:900px;
	margin: 0 auto;
	margin-top:0;
	min-height: 100%;
	border-left:0;
	border-right:0;
	/*border-left: 1px #ffde17 solid;
	border-right: 1px #ffde17 solid;*/
}	
	
	
	/* 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: 32px;
			background-color:#2651d4;
				/* ATTENTION : cet espace doit permettre de placer le pied de page ! */
		}
		
/* --- HEADER --- */

#header {
	width: 900px;
	height: 180px;
	margin: 0 auto;
	padding: 0;
	border-top: none;
	background: #FFFFFF;
	margin-top: 0;
	background-image:url(images/headerj.jpg);
}

/* --- MENU NAVIGATION --- */
		
#menu {
	width: 900px;
	height: 30px;
	margin: 0 auto;
	padding:0;
	background-color: #ffde17;
	color: #2651d4;
	border-top: 1px #ffed0c solid;
	border-bottom: 1px #ffed0c solid;
}

#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: 23px;
	padding-top: 7px;
	/*background-color: #ffde17;*/
	background: #ffde17 url(images/inactive.gif);
	text-align: center;
	text-decoration: none;
	color: #2651d4;
	padding-left:0;
	padding-right:0;
	text-transform:uppercase;
	font-size:12px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*letter-spacing: -0.5px;*/
}

#menu a:hover, #menu .active a {
	color: #ffde17;
	/*background-color: #2651d4;*/
	background: #2651d4 url(images/active.gif);
}


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

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

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

#gauche h1,#gauche h2,#gauche h3, #gauche h4, #gauche h5, #gauche h6 {
	color: #2651d4;
}

#box-gauche {
	width: 430px;
	margin: 0 auto;
	background:#eeeeee;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:dashed #2651d4 1px;
}

/* --- DROITE --- */

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

.box-droite {
	width: 430px;
	margin: 0 auto;
	background:#2651d4;
	margin-bottom:10px;
	border-bottom:dashed #FFEC00 1px;
	color: #FFFFFF;
	padding-bottom:5px;
}

.box-droite h3, .box-droite h2{
	color: #FFFFFF;
	padding:0;
	margin: 0 auto;
}

.box-droite h4{
	color: #FFFFFF;
	padding:0;
	margin: 0 auto;
	font-size: 2.5em;
}

/* --- MILIEU --- */

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

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

.box-milieu {
	width: 880px;
	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: 890px;
			/* 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;
	color:#FFFFFF;
}

#piedpage a {
	color: #FFEC00;
}

.titre {
	margin: 0 auto;
	background:#2651d4;
	height: 20px;
	width:100%;
	margin-bottom:5px;
}

.titredroite {
	margin: 0 auto;
	background:#2651d4;
	height: 20px;
	width:100%;
}
	
	/* --- 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:#2651d4;
}

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

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

a {
	text-decoration:none;
	color: #2651d4;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style:none;
}

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

img {
	border: none;
	margin: 0 auto;
	padding: 0;
}
/* --- formulaire --- */


.input
{
	width: 200px;
 	margin-left: 20px;
	border:#2651d4 solid 1px;
	padding:0;
	color:#2651d4;
}
.button {
 	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
 	background-color: #2651d4;
 	color: #FFEC00;
 	margin-left: 20px;
 	width:91px;
	padding-bottom:2px;
	padding-top:3px;
	padding-left:0px;
	padding-right:0px;
	text-transform:uppercase;
	font-weight:bold;
	border: #FFEC00 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: #ffec00;
font-size: 11px;
background-color:#2651d4;
}

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

}

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

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

.heading h1 {
	color: #2651d4;
	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;
}

.contenu_blanc {
	color:#FFFFFF;
}

.contenu_jaune {
	color:#FFEC00;
}

.contenu_bleu {
	color:#2651d4;
}

.bg-couleur1 {
	background-color: #2651d4;
}

.bg-blanc {
	background-color: #FFFFFF;
}

.bg-grisclair {
	background-color: #eeeeee;
}


.noir25 {
	font-size:24px;
	color:#000000;
}

td.header {
border-width:1px;
border-style:solid;
border-color:#ffffff;
}

.fieldcell input {
 width: 100%;
 font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
 background-color: #ffffff;
 color: #666666;
 border: 1px solid #dddddd;
 margin-right: 0px;
 margin-left: 0px;
}

.fieldcell textarea {
 width: 100%;
 font: 12px Arial, Verdana, Geneva, Helvetica, sans-serif;
 background-color: #ffffff;
 color: #666666;
 border: 1px solid #dddddd;
 margin-right: 0px;
}

.enligne { 
	display:inline;
	width:430px;
	float:left;
}

.decalage { 
	padding-right:10px;
	padding-bottom:10px;
	
}