/* Feuille de style globale pour le site alacigale-brodeuse.com */

/* Mise en forme des balises standard  */
body{
	background:#fc0 url(/images/fond.gif) repeat-x;
	color:#000;
	margin:0;
	padding:0;
	font-family:arial,sans-serif;
	font-size:12px;
}
h1{
	font-size:18px;
}
h2{
	font-size:14px;
}
a{
	text-decoration:none;
}
a img{
	border:0;
}
.colonne3{
	width:33%;
	float:left;
}
.gauche{
	float:left;
	margin-right:10px;
}
.droite{
	float:right;
	margin-left:10px;
}
.centre{
	text-align:center;
}
.separateur{
	clear:both;
}
/* Formulaires */
fieldset{
	border:none;
	margin:20px 0;
	padding:0;
	text-align:left;
}
fieldset legend{
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
}
fieldset ul{
	list-style:none;
	margin:0;
	padding:0;
}
fieldset p,
fieldset li{
	float:left;
	width:100%;
	padding:0;
	margin:0 0 5px 0;
}
fieldset p label,
fieldset li label{
	width:120px;
	display:block;
	float:left;
	line-height:25px;
}
span.required{
	color:red;
}

/* Mise en forme des éléments de la page */
#page{
	width:100%;
	text-align:center;
	background:url(/images/bande.gif) repeat-x 0 24px;
}
#haut{
	width:1000px;
	height:125px;
	margin:0 auto 0 auto;
}
#haut #logo{
	float:left;
	width:200px;
}
#haut h1{
	text-align:left;
	float:left;
	width:430px;
	color:#ffffff;
	margin:40px 0 0 50px;
}
#haut #caddie{
	float:left;
	width:240px;
	padding-top:35px;
}
#haut #contact{
	padding-top:35px;
}
#milieu{
	width:1000px;
	margin:0 auto 0 auto;
	text-align:left;
}
#milieu #gauche{
	float:left;
	width:190px;
}
#milieu #centre{
	float:left;
	width:620px;
	padding-top:10px;
}
#milieu #droite{
	float:left;
	width:180px;
}
/* Bas de page */
#bas{
	width:100%;
	background-color:#0f60e8;
	clear:both;
}
#bas img{
	border:0;
}
#bas *{
	color:#ffffff;
}
#bas #menu{
	width:100%;
	height:20px;
	line-height:20px;
	background-color:#87b1f7;
	color:#000000;
	margin-bottom:10px;
}
#bas p{
	padding:0 0 20px 0;
	margin:0;
}
#bas #menu *{
	color:#000000;
}
/* Mise en forme de la iframe du caddie */
#caddie-contenu{
	background-image:none;
	background-color:#0f60e8;
	overflow:hidden;
}
#caddie-contenu *{
	color:#ffffff;
}
#caddie-contenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
/* Mise en forme des encadrés */
.encadre{
	width:163px;
	margin:10px;
}
.encadre .haut{
	background-image:url(/images/arrondi.gif);
	background-repeat:no-repeat;
	width:163px;
	height:9px;
}
.encadre .haut.cadeau{
	background-image:url(/images/arrondi_id_kdo.gif);
}
#ico_cadeau{
	background-image:url(/images/icone_idkdo.png);
	width: 75px;
	height: 49px;
	margin: -26px 0 0 85px;
	position: absolute;
}
.encadre .haut.offres_speciales{
    margin-top: 50px;
	background-image:url(/images/arrondi_offres_speciales.gif);
}
#ico_offres{
	background-image:url(/images/icon_offres_special.png);
	width: 163px;
	height: 70px;
	margin: -45px 0 0 -15px;
	position: absolute;
}
.encadre .haut2{
	background-image:url(/images/arrondi-blanc.gif);
	background-repeat:no-repeat;
	width:163px;
	height:9px;
}
.encadre .milieu,.encadre ul{
	border-left:1px solid #b1b1b1;
	background-color:#ffffff;
	border-right:1px solid #b1b1b1;
}
.encadre .milieu p{
	padding:10px;
	margin:0;
}
.encadre .bas{
	background-image:url(/images/encadre-bas.gif);
	background-repeat:no-repeat;
	width:163px;
	height:16px;
}

/* Mise en forme des menus */
.encadre ul{
	width:161px;
	margin:0;
	padding:0;
	list-style-type:none;
}
.encadre ul li.famille-692{
	padding-bottom: 20px;
	background: url(/images/arrondi.gif) no-repeat bottom;
}
.encadre ul li.famille-692 a{
	background-color: #840fe8;
}
#droite .encadre ul li.offres a{
	background-color: #fd6703;
	color: #fd6703;
}
#droite .encadre ul li.offres ul a,
#gauche .encadre ul li.offres ul a{
	height: auto;
	color: #333;
}
.encadre ul li ul a:hover{
    background-color: #8fbff9!important;
}
#gauche .encadre ul li.famille-692 ul a:hover{
    background-color: #d7bffc!important;
}
#droite .encadre ul li.offres ul a:hover{
    background-color: #fdbd93!important;
}
.encadre ul li a{
	display:block;
	width:141px;
	/*height:25px;*/
	line-height: auto;
	background-color:#0f60e8;
	color:#ffffff;
	border-bottom:1px solid #b1b1b1;
	padding: 5px 10px;
	font-weight:bold;
}
.encadre ul ul{
	border:0;
}
.encadre ul ul li a{
	background-color:#ffffff!important;
	color:#000000;
	font-weight:normal;
}
.encadre ul ul li a:hover{
	background-color:#eeeeee;
}
#paiement .encadre{
	width:auto;
}
/* Mise en forme du formulaire de contact */
table#contact{
	width:80%;
	text-align:center;
}
table#contact *{
	text-align:left;
}
table#contact th{
	width:150px;
}
/* Mise en forme du nuancier */
#nuancier{
	background-image:none;
	background-color:#6699ff;
	margin:0;
	padding:0;
}
#nuancier #menu{
	width:100%;
	text-align:center;
}
/* Mise en forme de l'impression */
@media print{
	#page{
		width:100%;
	}
	#haut #caddie,
	#haut #contact,
	#milieu #gauche,
	#milieu #droite,
	#bas #menu{
		display:none;
	}
	#milieu #centre{
		float:none;
    	width:100%;
    }
}
/* Mise en forme de la publicité affichée sur la page d'accueil */
#publicite{
	position:absolute;
	z-index:1;
	width:589px;
	height:270px;
	top:30%;
	left:25%;
}
#publicite .contenu{
	position:relative;
	z-index:2;
	border:2px solid #0f60e8;
	width:564px;
	height:240px;
	background-color:#ffffff;
	padding: 10px;
}
#publicite .contenu *{
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
}
#publicite .ombre{
	position:absolute;
	z-index:1;
	width:584px;
	height:260px;
	background-color:#666666;
	margin:10px 0 0 10px;
	opacity:.50;
}

/* page CE */
.ce{
	text-align:center;
	font-size:16px;
	margin:0 0 10px 0;
}
.ce .haut{
	background:url(/images/haut.png) no-repeat;
	height:60px;
}
.ce .haut h1{
	color:#fc0;
	font-size:30px;
	margin:0;
	line-height:60px;
}
.ce .contenu{
	background:#333 url(/images/degrade.jpg) repeat-x;
	color:#fff;
	width:588px;
}
.ce .contenu h1{
	background:url(/images/newsletter/slogan.png) no-repeat;
	width:513px;
	height:55px;
	color:#fc0;
	margin:0 auto;
}
.ce .contenu span{
	display:none;
}
.ce .contenu #si{
	background:url(/images/newsletter/couturiere.png) no-repeat right bottom;
}
.ce .contenu #si h2{
	background:url(/images/newsletter/si.png) no-repeat;
	width:96px;
	height:39px;
	padding:0;
	margin:20px auto;
}
.ce .contenu #alors{
	color:#fc0;
	background:url(/images/newsletter/visuel_ce_02.png) no-repeat 0 60px;
}
.ce .contenu #alors h2{
	background:url(/images/newsletter/alors.png) no-repeat;
	height:39px;
	width:193px;
	padding:0;
	margin:20px auto;
}
.ce .contenu #alors ul{
	color:#fff;
	list-style:none;
	text-align:left;
	float:left;
	width:30%;
	margin:80px 0 0 2%;
	padding:0;
	font-size:12px;
}
.ce .contenu #alors p small{
	color:#fff;
}
.ce .contenu #en_panne h2{
	background:url(/images/newsletter/en_panne_idee.jpg) no-repeat;
	height:102px;
}
.ce .contenu #en_panne ul{
	list-style:none;
	margin:0;
	padding:0;
	background:url(/images/produits.jpg);
	height:501px;
}
.ce .contenu #en_panne ul li{
	float:left;
}
.ce .contenu #en_panne ul li a{
	display:block;
	width:294px;/*width:300px;*/
	height:277px;
}
.ce .contenu #en_panne ul li#fete_des_meres{
	/*background:url(/images/newsletter/fetes_meres.jpg) no-repeat;*/
	height:236px;
}
.ce .contenu #en_panne ul li#fete_des_peres{
	/*background:url(/images/newsletter/fete_peres.jpg) no-repeat;*/
	height:236px;
}
.ce .contenu #en_panne ul li#mariage{
	/*background:url(/images/newsletter/fetes_mariage.jpg) no-repeat;*/
}
.ce .contenu #en_panne ul li#fin_d_annee{
	/*background:url(/images/newsletter/fete_fin_annee.jpg) no-repeat;*/
}
.ce .contenu #formulaire{
	padding:10px;
}
.ce .contenu #formulaire h2{
	color:#fc0;
	font-size:20px;
}
.ce .bas{
	background:url(/images/bas.png) no-repeat;
	height:39px;
}

/* Mise en page du panneau pour l'inscription à la newsletter */
#inscription-newsletter .milieu{
	border: none;
	background-color:transparent;
}
#inscription-newsletter form{
	margin:0;
}
#inscription-newsletter .milieu p,
#inscription-newsletter .milieu form{
	border-left: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	background-color:#0f60e8;
	color: #fff;
	text-align: left;
	padding: 5px 10px;
}
#inscription-newsletter .bas{
	background-image: url(/images/arrondi_bas.gif);
}

/* Page Qui sommes-nous ? */
#qui_sommes_nous{
	/*background:url(/images/qui_sommes_nous/visuel.png) no-repeat;
	padding:250px 0 0 200px;*/
}
#qui_sommes_nous h1{
	float:left;
	background:url(/images/titre_qui_Sommes_nous.png) no-repeat;
	width:470px;
	height:27px;
}
#qui_sommes_nous h1 span{
	display:none;
}

.gallery ul{
	margin: 0;
	padding: 0;
	width: 589px;
	height: 340px;
	position: relative;
	overflow: hidden;
	list-style: none;
	cursor:pointer;
}
.gallery ul li{
	position:absolute;
	width: 589px;
}

/* Bouton Facebook Like*/
.fb_iframe_widget{
	margin:10px 0;
}

