/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 06
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- 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 */

a img
{
  border:  none ;
}

body {
	color: #686868;
	background: #4e260d;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Global */
#global {
	color: #F0E39E;
	background-image: url(img/fond.jpg);
	background-repeat: no-repeat;
}



/* Contenu principal */
#contenu {
	color: #686868;
	background: #f3f3f2;

}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0px 0px 0 0px;
}

#slider{
position:absolute;
	left:292px;
	.left:36px;
	top:7px;
	height:273px;
	width:630px
}


#global {
	width: 1000px;
	overflow: hidden; /* -> 2 */

	margin-left: auto;
	margin-right: auto; /* -> 4 */
}

/* En-tête */
#entete {
heigh:31px;
	padding: 50px 0 0 670px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}

/* Menu de navigation */
#navigation {
	margin: 270px 0 0 0;
	width: 256px;
	float: left; /* -> 5 */
}

#infos-compteur {
position:absolute;
top:50px;
	padding: 7px 0px 0px 0px;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	border-top: 0px dotted white;

}



/* Contenu */
#contenu {
	margin:20px 78px 0 291px; /* -> 7 */

	padding: 10px 35px 20px 35px;
}
#contenu > :first-child {
	margin-top: 10px;
}
#contenu p, #contenu li {
	line-height: 1.5;
}


.montage-home {
	float: right;
}


#brocante {
	margin: 10px 0 10px 0;
	padding:0px;
	background: #407600;
	.width:560px;
}

#brocante-code-postal {
	width: 15%;
	.width:65px;
	text-align: center;
	color:#ffffff;
	font-weight:bolder;
	padding: 10px 0 0 0;
}

#brocante-description {
	float: right;
	.display: inline; 
	width: 85%;
	margin: 0;
	border-left: 1px solid #f3f3f2;
	padding: 10px 0 0 10px;
	color:#ffffff;
	

}
.spacer {
  clear: right;
}

