/* --- COULEURS --- */

/* Note: vous pouvez modifier simplement l'aspect de ce gabarit en modifiant
   uniquement les couleurs de fond (propriétés background) et les couleurs
   du texte (propriété color).
   Pour modifier la disposition des blocs, voir plus bas dans la feuille de
   styles la partie «positionnement». */

/* Général */
body {
	color: #F0E39E;
	background-image : url(../img/fond3.gif) ;
}
a {
	color: #f0e39e;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Conteneur central */
#centre {
	background: url(img/testFond1.png) repeat-y;
}

/* Navigation */
#navigation {
	background: #5285de;
}

#navigation a {
	color: #000000;
}
#navigation a:hover, #navigation a:focus {
	background: #384cc5;
}

/* Contenu principal */
#principal {
	color: #181A12;
	background: #cbd888;
}
#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}

/* Contenu secondaire */
#secondaire {
	background: #5285de;
}



/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 20px 5px;
}
#global {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
	padding: 0px 0px 3px 0px;
	/*background: #5285de;*/
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 0px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Bloc central */
#centre {
	width: 100%;
	overflow: hidden;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 180px;
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu principal */
#principal {
	float: left;
	width: 460px;
	/*padding: 10px 20px;*/
	padding : 0px 0px 0px 0px;
}
#principal > :first-child {
	margin-top: 0px;
}
#principal p, #principal li {
	line-height: 1.5;
}

#textePage {
	float: left;
	width: 460px;
	/*padding: 10px 20px;*/
	padding : 0px 0px 0px 10px;
}

/* Contenu secondaire */
#secondaire {
	margin-left: 700px;
	margin-right: 10px;
	padding: 12px 0;
}

/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 20px 10px 0;
	font-size: .85em;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}

div#post1 {
position:relative;
	top:-300px;
	left:21px;
	width:150px;
	height:125px;
	text-align: center;
	/*background-color:#ffffff;*/
	}
	
div#post2{
position:relative;
	top:-440px;
	left:227px;
	width:150px;
	height:125px;
	text-align: center;
	/*background-color:#ffffff;*/
	}
	
div#post3{
position:relative;
	top:-450px;
	left:70px;
	width:150px;
	height:125px;
	text-align: center;
	/*background-color:#ffffff;*/
	}
	
div#post4{
position:relative;
	top:-590px;
	left:285px;
	width:150px;
	height:125px;
	text-align: center;
	/*background-color:#ffffff;*/
	}
	
div#archives{
position:relative;
	top:-530px;
	left:0px;
	/*width:150px;
	height:125px;
	text-align: center;*/
	/*background-color:#ffffff;*/
	}
