/****************************************/
/*	Surcharge des valeurs par défaut	*/
/****************************************/
* {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #ec008c;
} 
a img {
	border: none;	
}

/****************************************/
/*	Mise en page globale				*/
/****************************************/

#main {
	background: #ffffff url(../images/fond.jpg) no-repeat center 0;
}
#header {
	background: #000000;
	height: 116px;
	width: 982px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
#bloc_logo {
	padding: 3px 0 0 32px;
}
#bloc_logo #gauche, #bloc_logo #droite {
	float: left;
}
#bloc_logo #droite img {
	vertical-align: top;
	float: left;
}
#ariane {
	clear: left;
	list-style: none;
	color: #c6c8ca;
	font-weight: bold;
	font-size: 11px;
	padding: 10px 0 0 3px; 
}
#ariane a {
	text-decoration: none;
	color: #c6c8ca;
}
#ariane li {
	float: left;	
}

#contenu {
	margin: 0 auto;	
	min-height: 386px;
  	height:auto !important;
  	height:386px;
  	background: #ffffff url(../images/degrade_haut.png) repeat-x;
}
#contenu_small {
	margin: 0 auto;	
	height:251px;
	position: relative;
	padding: 35px 32px 0 32px;
}
.trame_bleu {
	background: #ffffff url(../images/fond_trame_bleu.png) no-repeat !important;
	padding: 35px 32px 0 32px;
	width: 918px;
}
.trame_bleu_small {
	background: #ffffff url(../images/fond_trame_bleu_small.png) no-repeat !important;
	padding:0 0 0 0 !important;
	width: 982px !important;
}
.trame_bleu h2 {
	color: #51c9ec;
	font-size: 24px;
	font-weight: normal;
}
.page_simple {
	padding: 35px 32px 20px 32px;
	width: 918px;
	position: relative;
}
.page_config {
	padding: 35px 10px 20px 10px;
	width: 962px;
}
.accessoires {
	padding: 0px;
	width: 981px;
}
#boutons_bas {
	position: absolute;
	right: 50px;
	top: -15px;
	z-index: 10;
}
#boutons_bas a {
	margin: 0 4px;	
}
#boutons_bas_histo {
	position: absolute;
	right: 20px;
	bottom: -20px;
	z-index: 10;
}
#boutons_bas_histo a {
	margin: 0 4px;	
}
#footer {
	background: #ffffff url(../images/fond_footer.png) repeat-x;
	padding: 1px 0;
}
#footer_contenu {
	width: 925px;
	margin: 0 auto;
	background: url(../images/footer_contenu.png) no-repeat center 35px;
	height: 88px;
	position: relative;
	padding: 35px 0 0 0;
	z-index: 10;
}
#logo_footer {
	margin: 7px 0 0 15px;
	float: left;
}
#adresse_footer {
	color: #000000;
	font-weight: bold;
	float: left;
	margin: 18px 0 0 7px;
	font-size: 8px;
}
#adresse_footer a {
	font-size: 8px;
}
#mentions {
	color: #6d6e71;
	clear: both;
	margin: 23px 0 0 50px;
	font-size: 8px;
	float: left;
}
#mentions a {
	color: #6d6e71;
	font-size: 8px;
}
#lien_haut {
	color: #6d6e71;
	font-size: 8px;
	float: right;
	margin-top: 20px;
}

.clear {
	clear: both;
}
.left {
	float: left;	
}


.msg_info {
	line-height: 18px;
	padding: 10px 15px;
	margin: 10px 0;
}
.erreur {
	color: #e0061e;
	border-left: 3px solid #e0061e;
	border-right: 3px solid #e0061e;
	border-top: 1px solid #e0061e;
	border-bottom: 1px solid #e0061e;
	background: #ffeeee;
}
.succes {
	color: #3c7800;
	background: #e5ffb5;
	border-left: 3px solid #6ca823;
	border-right: 3px solid #6ca823;
	border-top: 1px solid #6ca823;
	border-bottom: 1px solid #6ca823;
}


/****************************************/
/*	Partie spécifique à chaque page		*/
/****************************************/

#info_acces {
	margin-top: 10px;
	float: left;
	color: #6d6e71;
}	
#info_acces h3 {
	display: block;
	background: url(../images/fond_h3.png) no-repeat;
	width: 130px;
	height: 33px;
	color: #646567;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	margin: 5px 0 10px;
}
#info_acces p {
	line-height: 16px;
}
#info_acces #col1, #info_acces #col2 {
	float: left;
}
#info_acces #col1 {
	width: 180px;
}
#info_acces #col2 {
	width: 200px;
	text-align: center;
}
#info_acces #col2 h3 {
	margin: 0 auto;	
}
#info_acces img {
	margin-top: 10px;	
}
#plan_acces {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin-top: 15px;
}

#form_contact {
	margin: 10px 0 0 25px;
	float: left;
	width: 500px;
}
#form_contact {
	font-weight: bold;
}
#form_contact ul {
	list-style: none;	
}
#form_contact li {
	margin-top: 10px;
	clear: left;
}
#form_contact label {
	width: 70px;
	color: #646567;
	font-size: 14px;
	float: left;
}
#form_contact .input_text {
	width: 410px;
	float: left;
	border: #d9d9d9 solid 1px;
	background: none;
} 
#form_contact .info_small {
	color: #d9d9d9;
	font-size: 9px;
	font-weight: bold;
	clear: both;
}
#form_contact .bt_envoyer {
	float: right;
	margin: 5px 0; 
}
#form_contact .input_erreur {
	background: #ffeeee;
}

#mapsearch {
	float: right;
}

.univers * {
	font-size: 10px;
	color: #000000;
}
.univers {
	padding: 35px 25px 0 25px;
	width: 932px;
	position: relative;
	z-index: 1;
}
.univers h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;	
}
.univers #image {
	position: absolute;
	bottom: 0;
}
.univers #savoir_plus {
	position: absolute;
	bottom: 13px;
	left: 38px;	
} 
.boucherie {
	background: #ffffff url(../images/univers/boucherie.png) !important;
}
.boucherie h2 {
	color: #ff0722;
}
.charcuterie {
	background: #ffffff url(../images/univers/charcuterie.png) !important;
}
.charcuterie h2 {
	color: #ff92a7;
}
.cremerie {
	background: #ffffff url(../images/univers/cremerie.png) !important;
}
.cremerie h2 {
	color: #e3a985;
}
.fleurs {
	background: #ffffff url(../images/univers/fleurs.png) !important;
}
.fleurs h2 {
	color: #ba4aa1;
}
.maree {
	background: #ffffff url(../images/univers/maree.png) !important;
}
.maree h2 {
	color: #6dc8f1;
}
.pains {
	background: #ffffff url(../images/univers/pains.png) !important;
}
.pains h2 {
	color: #844343;
}
.patisserie {
	background: #ffffff url(../images/univers/patisserie.png) !important;
}
.patisserie h2 {
	color: #e0d0c2;
}
.primeurs {
	background: #ffffff url(../images/univers/primeurs.png) !important;
}
.primeurs h2 {
	color: #74c55b;
}
.vins {
	background: #ffffff url(../images/univers/vins.png) !important;
}
.vins h2 {
	color: #b01921;
}

.page_simple h2 {
	text-align: center;
	font-size: 30px;
	margin: 0 0 20px 0;
	font-weight: bold;
}
.promotions h2 {
	color: #EC008C;
}
.nouveautes h2 {
	color: #ffed00;
}
.historique h2 {
	color: #51c9ec;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	margin-bottom:10px; 
}
.historique p {
	line-height: 19px; 
} 
.visite h2 {
	color: #51c9ec;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	margin-bottom:10px; 
} 
.visite h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	margin-bottom:10px;
}
.visite h5 {
	margin: 5px 0;
	font-size: 14px;
	color: #ec008c;
	cursor: pointer;
}
.visite .liste_mag {
	list-style: none;
	margin-bottom: 20px;
}
.visite .liste_mag li {
	margin: 0 10px;
}
.visite .liste_mag ul {
	list-style: none;
}
.visite .liste_mag ul li {
	float: left;
}

#liste_logo_footer {
	margin: 0 auto;
	display: block;
	padding-top: 35px;
}
.footer_haut {
	padding-top: 25px !important;
}

#bling_bling {
	position: absolute;
	top:686px;
	left:501px;
}
#bling_bling_ticket {
	position: absolute;
	top: 159px;
	left: 450px
}