/* Redéfinitions des styles généraux */
body{
	background:#848681 url(images/back_body.jpg) repeat-x top center;
	color: #fff;
	text-align: center; 
	font-size: 12px; 
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
html, body, img, div, a, form, fieldset, input, textarea, select, option {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a{color: #fff; outline: none;}
a:hover,
a.current{color: #d0f310;}
legend{display: none;}
fieldset{border: 0;}
h1, h2, h3, h4, h5, h6, p, blockquote {font-size:1em; line-height:1.6666666666666667em; margin-bottom:1.6666666666666667em; font-weight: normal;}
h1 { font-size: 2em; line-height: 0.8333333333333334em; margin-top: -0em; margin-bottom: 0.8333333333333334em; }
h2 { font-size: 1.5em; line-height: 1.1111111111111112em; margin-top: -0em; margin-bottom: 1.1111111111111112em; }
h3 { font-size: 1.2em; line-height: 1.388888888888889em; margin-top: -0em; margin-bottom: 1.388888888888889em; }
h4 { font-size: 1em; line-height: 1.6666666666666667em; margin-top: -0em; margin-bottom: 1.6666666666666667em; }
h5 { font-size: 1em; line-height: 1.6666666666666667em; margin-top: -0em; margin-bottom: 1.6666666666666667em; }
h6 { font-size: 1em; line-height: 1.6666666666666667em; margin-top: -0em; margin-bottom: 1.6666666666666667em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
p{
	text-align: justify;
}
.h2_home{
	clear: both;
}
.h2_home h2{
	display: block;
	float: left;
	font-size: 15px;
	margin: 0 50px 20px 0;
}
.sous-titre {
	display: block;
	font-size: 15px;
	margin: 0 50px 20px 0;
}
.important {
	color: #d0f310; 
	font-size: 14px; 
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: inline;
}
.aligner-gauche { float: left; }
.aligner-droite { float: right; }
.clear-both { clear: both; }
.sous-titre {
	display: block;
	font-size: 15px;
	margin: 0 50px 20px 0;
}
.gras { font-weight: bold; }
.normal {
	color: #ffffff; 
	font-size: 12px; 
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#arial {
	background-image: url('images/police-arial.gif');
}
.bleu { background-color: #00FFFF; }
.vert { background-color: #00FF00; }
.rouge { background-color: #FF0000; }
.jaune { background-color: #edf50a; }
.orange { background-color: #ff9d11; }
.rose { background-color: #ff14bf; }
.beige { background-color: #e3e7aa; }
.gris { background-color: #cfcfcf; }
.blanc { background-color: #ffffff; }

/* Conteneur général */
#global{
	width: 920px;
	margin: auto;
	text-align: left;
	margin: 0 auto;
}

/* Header */
#header{
	width: 920px;
	height: 120px;
	background: url(images/back_header.jpg) no-repeat;
}
	#header #resume_panier{
		padding: 65px 0 0 160px;
		color: #fff;
		float: left
	}



/* Menu principal */
#menu{
	font-size: 15px;
	background: url(images/back_menu.jpg) no-repeat;
	padding: 11px 20px;
}
	#menu dt{ display: inline;}
	#menu a{
		text-decoration: none;
		font-weight: normal;
		padding: 2px 98px 3px 30px;
	}
	#menu #bt1{background: url(images/back_menu_bt1.gif) no-repeat;}
	#menu #bt2{background: url(images/back_menu_bt2.gif) no-repeat;}
	#menu #bt3{background: url(images/back_menu_bt3.gif) no-repeat;}
	#menu #bt4{background: url(images/back_menu_bt4.gif) no-repeat; padding-right: 0;padding-left: 40px;}


/* Contenu */
#content{
}

	/* Colonne de gauche */
	#col_left{
		float: left;
		width: 170px;
	}

		/* Votre compte */
		#votre_compte{
			padding: 40px 10px 10px 10px;
			margin-bottom: 30px;
			background:#262026 url(images/back_votre_compte.jpg) no-repeat;
			text-align: left;
			-moz-border-radius-bottomleft: 5px;
			-moz-border-radius-bottomright :  5px;
			-webkit-border-bottom-left-radius :  5px;
			-webkit-border-bottom-right-radius :  5px;
			min-height: 200px;
		}
			#votre_compte #bt_creer_compte{
				display: block;
				margin: 0 auto 15px auto;
				width: 110px;
				height: 23px;
				padding: 4px 0 0 20px;
				white-space: nowrap;
				text-decoration: none;
				background:url(images/back_bt_creer_compte.jpg) no-repeat;
			}
			#votre_compte #bt_creer_compte:hover{
				color: #fff;
			}
			#votre_compte #identification{
				background: url(images/back_votre_compte_form.jpg) no-repeat;
				padding: 30px 10px 0 10px;
				color: #2a1c2b;
				line-height: 12px;
			}
				#votre_compte  #identification label{
					display: block;
				}
				#votre_compte #identification input{
					font-size: 10px;
					width: 125px;
					background: #fefc2b; 
					border: 1px solid #a7cd1e;
					margin-bottom: 10px;
				}
				#votre_compte #identification #submit{
					display: block;
					border: 0;
					width: 70px;
					height: 27px;
					margin: 8px auto 0 auto;
					color: #fff;
					font-weight: bold;
					background: url(images/back_votre_compte_submit.jpg) no-repeat;
				}
			#votre_compte #bt_lost_password{
				font-size: 10px;
				color: #aaa;
			}
			#votre_compte #menu-espace-client {
				margin-left: 8px;
			}
			#votre_compte #menu-espace-client a {
				text-decoration: none;
				font-weight: bold;
			}


		/* En savoir plus */
		#en_savoir_plus{
			padding: 30px 10px 10px 20px;
			margin-bottom: 30px;
			background:#262026 url(images/back_en_savoir_plus.jpg) no-repeat;
			-moz-border-radius-bottomleft: 5px;
			-moz-border-radius-bottomright :  5px;
			-webkit-border-bottom-left-radius :  5px;
			-webkit-border-bottom-right-radius :  5px;
		}
			#en_savoir_plus dl{margin-bottom: 0;}
			#en_savoir_plus a{text-decoration: none;}


	/* Colonne centrale */
	#col_center{
		float: left;
		margin-left: 30px;
		min-height: 542px;
		width: 490px;
		overflow: hidden;
		min-height: 480px;
		background: #da007a url(images/back_col_center.jpg) no-repeat;
	}
		#col_center a{ color: #d0f310;}
		#col_center a:hover{ color: #fefc2b;}
	#index #col_center {
		background: #da007a url(images/back_col_center_home.jpg) no-repeat;
	}
	#economalin #col_center {
		background: #da007a url(images/back_col_center_economalin.jpg) no-repeat;
	}
	#boutique #col_center {
		background: #da007a url(images/back_col_center_boutique.jpg) no-repeat;
	}
		#boutique_cats{
			margin-bottom: 14px;
			padding-left: 4px;
		}
		#col_center #boutique_cats a{
			display: block;
			height: 24px;
			padding-top: 10px;
			text-align: center;
			float: left;
			font-size: 14px;
			font-weight: bold;
			text-decoration: none;
			color: #000;

		}
		
		#col_center #boutique_cats a#back_bts_boutique_accessoires {
			background: url(images/back_bts_boutique_accessoires.jpg) no-repeat;
			width: 129px;
		}
		#col_center #boutique_cats a#back_bts_boutique_kits {
			background: url(images/back_bts_boutique_kits.jpg) no-repeat;
			width: 70px;
		}
		#col_center #boutique_cats a#back_bts_boutique_decorations {
			background: url(images/back_bts_boutique_decorations.jpg) no-repeat;
			width: 149px;
		}
		#col_center #boutique_cats a#back_bts_boutique_racing {
			background: url(images/back_bts_boutique_racing.jpg) no-repeat;
			width: 89px;
		}
		
		#col_center #boutique_cats a:hover#back_bts_boutique_accessoires {
			background: url(images/back_bts_boutique_accessoires_hover.jpg) no-repeat;
		}
		#col_center #boutique_cats a:hover#back_bts_boutique_kits {
			background: url(images/back_bts_boutique_kits_hover.jpg) no-repeat;
		}
		#col_center #boutique_cats a:hover#back_bts_boutique_decorations {
			background: url(images/back_bts_boutique_decorations_hover.jpg) no-repeat;
		}
		#col_center #boutique_cats a:hover#back_bts_boutique_racing {
			background: url(images/back_bts_boutique_racing_hover.jpg) no-repeat;
		}

		#col_center #boutique_cats a#back_bts_boutique_accessoires.actif {
			background: url(images/back_bts_boutique_accessoires_hover.jpg) no-repeat;
		}
		#col_center #boutique_cats a#back_bts_boutique_kits.actif {
			background: url(images/back_bts_boutique_kits_hover.jpg) no-repeat;
		}
		#col_center #boutique_cats a#back_bts_boutique_decorations.actif {
			background: url(images/back_bts_boutique_decorations_hover.jpg) no-repeat;
		}
		#col_center #boutique_cats a#back_bts_boutique_racing.actif {
			background: url(images/back_bts_boutique_racing_hover.jpg) no-repeat;
		}
		
		#col_center .item_boutique{
			background: #d0f310;
			margin:0 10px 0px 10px;
			color: #262026;
			padding: 10px;
			width: 410px;
			-moz-border-radius :  5px;
			-webkit-border-radius :  5px;
		}
		#col_center .item_boutique .titre_item_boutique{
			font-size: 18px;
			display: block;
			margin-bottom: 5px;
			font-weight: bold;
		}
		#col_center .ligne_commande_item_boutique {
			float: left;
			width: 300px;
			margin-top: 8px;
		}
		#col_center .multiplier_item_boutique {
			margin: 8px;
			float: left;
			font-weight: bold;
		}
		#col_center .ligne_commande_item_description {
			float: left;
			width: 300px;
		}
		#col_center .item_boutique .prix_item_boutique{
			display: block;
			background: url(images/back_prix_item_boutique.jpg) no-repeat;
			width: 55px;
			height: 24px;
			color: #fff;
			font-size: 18px;
			font-weight: bold;
			float: left;
			text-align: center;
			padding-top: 3px;
			margin-top: 5px;
		}		
		#col_center .item_boutique input.quantite_item_boutique{
			display: block;
			text-align: center;
			width: 30px;
			height: 20px;
			padding-top: 4px;
			margin-top: 3px;
			border: 2px solid #da007a;
			float: left;
		}
		#col_center #btn-panier-produit-ajouter {
			float: right;
		}
		#col_center .btn-panier-produit-ajouter {
			float: right;
		}
		
	#mon-panier #col_center {
		background: #da007a url(images/back_col_center_panier.jpg) no-repeat;
		padding-top: 21px;
	}
	#mon-panier #col_center {
		background: #da007a url(images/back_col_center_panier.jpg) no-repeat;
		padding-top: 21px;
	}
	#nos-realisations #col_center {
		background: #da007a url(images/back_col_center_nos-realisations.jpg) no-repeat;
	}
	#objets-publicitaires #col_center {
		background: #da007a url(images/back_col_center_objets-publicitaires.jpg) no-repeat;
	}
	#avantages #col_center {
		background: #da007a url(images/back_col_center_avantages.jpg) no-repeat;
	}
	#devis #col_center {
		background: #da007a url(images/back_col_center_devis.jpg) no-repeat;
	}
	#cgv #col_center {
		background: #da007a url(images/back_col_center_cgv.jpg) no-repeat;
	}
	#contact #col_center {
		background: #da007a url(images/back_col_center_contact.jpg) no-repeat;
	}
	#mentions-legales #col_center {
		background: #da007a url(images/back_col_center_mentions.jpg) no-repeat;
	}
	#mot-passe-oublie #col_center {
		background: #da007a url(images/back_col_center_motdepasse_oublie.jpg) no-repeat;
	}
	#identification-commande #col_center {
		background: #da007a url(images/back_col_center_identification-commande.jpg) no-repeat;
	}
	#creer-mon-compte #col_center {
		background: #da007a url(images/back_col_center_votre_compte.jpg) no-repeat;
	}
	#historique-commande #col_center {
		background: #da007a url(images/back_col_center_historique_commandes.jpg) no-repeat;
	}
	#recapitulatif #col_center,
	#livraison-facturation #col_center {
		background: #da007a url(images/back_col_center_recapitulatif.jpg) no-repeat;
	}
	
	#col_center #contenu{
		margin: 45px 20px 10px 20px;
		padding-top: 20px;
	}
	
	
	/* Colonne de droite */
	#col_right{
		width: 230px;
		float: left;
		padding-top: 20px;
	}
	#col_right.col_right_page{
		padding-top: 40px;
	}
		/* Total */
		#col_right #total{
			margin-top: 0px;
			padding: 45px 20px 10px 30px;
			text-align: center;
			color: #6e6e6e;
			-moz-border-radius-bottomright :  5px;
			-webkit-border-bottom-right-radius :  5px;
		}
			#total #tarifs{
				height: 70px;
			}
			#total #tarif_normal,
			#total #tarif_economalin{
				width: 80px;
				color: #000;
				font-size: 20px;
				font-weight: bold;
				float: left;
			}
			#total #tarif_economalin{
				margin-left: 20px;
				color: #fff;
			}
				#total #tarif_normal span,
				#total #tarif_economalin span{
					font-size: 15px;
					font-weight: normal;
				}
			#total #btn-produit-ajouter{
				display: block;
				width: 155px;
				height: 32px;
				margin: 10px auto;
				border: 0px;
				background: url(images/back_bt_ajouter_panier.jpg) no-repeat;
			}
			#total #btn-produit-ajouter:hover{ background-position: left -32px;}
				#total #btn-produit-ajouter span{display: none;}
			#total #bt_economalins{
				display: block;
				width: 180px;
				height: 42px;
				margin: 10px auto;
				background: url(images/back_bt_economalins.jpg) no-repeat;
			}
			#total #bt_economalins:hover{ background-position: left -42px;}
				#total #bt_economalins span{display: none;}
				
		/* Voir panier */
		#col_right #voir_panier{
			height: 60px;
			padding: 45px 20px 10px 30px;
			background: #d0f310 url(images/back_voir_panier.jpg) no-repeat;
			text-align: left;
			color: #6e6e6e;
			-moz-border-radius-bottomright :  5px;
			-webkit-border-bottom-right-radius :  5px;
		}
			#voir_panier #bt_voir_panier{
				display: block;
				width: 155px;
				height: 32px;
				margin: 10px auto;
				background: url(images/back_bt_voir_panier.jpg) no-repeat;
			}
			#voir_panier #bt_voir_panier:hover{ background-position: left -32px;}
				#voir_panier #bt_voir_panier span{display: none;}
	
		/* Vidéo */
		#col_right #video{
			width: 210px;
			/* background:#262026 url(images/back_video.jpg) no-repeat 10px 25px; */
			/* padding: 60px 0 20px 0; */
			background-color: #262026;
			padding: 20px 0 20px 0;
			margin-right: 20px;
			-moz-border-radius-bottomright :  5px;
			-webkit-border-bottom-right-radius :  5px;
		}
			#video #bt_video{
				display: block;
				width: 180px;
				height: 102px;
				margin: 0 auto;
				background:url(images/back_bt_video.jpg) no-repeat;
			}
			#video a#bt_video2{
				display: block;
				width: 180px;
				height: 181px;
				margin: 0 auto;
				background:url(images/back_bt_objets-publicitaires.jpg) no-repeat;
			}
			#video #bt_video span{display: none;}
	

/* Footer */
#footer{
	background: #262026 url(images/back_footer.jpg) repeat-x;
	padding-top: 10px;
	margin-top: 20px;
}
	#footer_content{
		width: 800px;
		margin: 0 auto;
		padding: 15px 20px 20px 100px;
		background: url(images/paypal.gif) no-repeat 20px 18px;
	}
		#footer_content a{
			font-size: 11px;
			font-weight: normal;
			text-decoration: none;
		}
		#footer_content dl{
			float: left;
			text-align: left;
			margin-right: 20px;
		}
		#footer_content #menu_bis{float: right;}
			#footer_content #menu_bis dt{display: inline;}
			#footer_content #menu_bis a{font-size: 12px;padding:  0 5px;}
			#footer_content #menu_bis #footer_bt_panier{padding-right:0;}
		#footer_content #copyright{
			width: 500px;
			text-align: right;
			float: right;
			font-size: 10px;
			clear: both;
			padding:0 20px 10px 0;
		}
		
		
		
#outil-creation {
	width: 450px;
}
	#outil-creation .bloc-ligne {
		background-image: url(images/outil-creation.jpg);
		background-position: top;
		background-repeat: no-repeat;
		height: 90px;
		margin-bottom: 0px;
		padding: 7px;
		clear: both;
	}
	#outil-creation .aligner-droite{
		position: relative;
		top: -10px;
		right: -10px;
	}
	#outil-creation .champ-texte {
		width: 170px;
		height: 40px;
		font-size: 14px;
		padding: 5px;
		border: 2px solid #d3f316;
		background-color: #f6fecf;
	}
	#outil-creation .champ-taille {
		width: 30px;
		font-size:12px;
		height: 20px;
		border: 2px solid #d3f316;
		background-color: #f6fdd1;
		margin-left: 10px;
		margin-top: 7px;
	}
	#outil-creation .champ-taille-hauteur {
		width: 30px;
		font-size:12px;
		height: 20px;
		border: 2px solid #d3f316;
		background-color: #f6fdd1;
		margin-top: 7px;
	}
	#outil-creation .legende-champ-taille {
		float: left;
		margin-top: 8px;
	}
	#outil-creation .champ-taille-exemplaire{
		width: 20px;
		font-size:12px;
		height: 20px;
		border: 2px solid #d3f316;
		background-color: #f6fdd1;
		margin-left: 5px;
		margin-top: 7px;
	}
	#outil-creation .champ-couleur {
		width: 105px;
		border: 2px solid #d3f316;
		margin-left: 10px;
		background-color: #f6fecf;
	}
	#outil-creation .miroir {
		margin-top: 10px;
		margin-left: 2px;
	}
	#outil-creation .type {
		width: 210px;
		height: 20px;
		background: url(images/outil-creation-type.jpg) no-repeat top left;
		float: right;
		margin:6px 0 0 0;
		font-size: 11px;
		padding:0 0 0 5px;
	}
		#outil-creation .type input{
			margin: 4px 3px 0 5px;
			height: 10px;
		}
		#outil-creation .type div{
			margin: 0 2px 0 0;
		}
	#preview {
		width: 450px;
		height: 270px;
		border: 0px;
		text-align: center;
		overflow: hidden;
		background-image:url(css/images/outil-creation-preview.jpg);
		margin-top: 12px;
		text-align: center;
	}
	.add_ligne{
		display: block;
		margin-bottom: 20px;
	}

/* Listing commande/panier/historique */

#mon-panier .tableau div {
    float: left;
    border-bottom: 1px solid #ccc;
    padding-top: 7px;
}

#mon-panier .cellule-nom-produit {
    width: 152px;
    color: #fff;
    height: 23px;
    font-size: 11px;
}
#mon-panier .cellule-pleine-petit-kit {
    width: 400px;
    color: #fff;
    height: 23px;
    font-size: 11px;
}
#mon-panier .cellule-numero {
    width: 50px;
    color: #fff;
    height: 23px;
    font-size: 11px;
}
#mon-panier .cellule-date {
    width: 90px;
    color: #fff;
    height: 23px;
    font-size: 11px;
}
#mon-panier .cellule-quantite {
    width: 60px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    height: 23px;
    font-weight: bold;
}
#mon-panier .cellule-quantite a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    height: 23px;
    font-size:11px;
}
#mon-panier .cellule-prix-unit {
    width: 65px;
    text-align: right;
    font-weight: bold;
    height: 23px;
    color: #fff;
    font-size: 11px;
}
#mon-panier .cellule-total-ttc {
    width: 70px;
    text-align: right;
    padding-right: 8px;
    font-weight: bold;
    height: 23px;
    color: #fff;
    font-size: 11px;
}
#mon-panier .action {
    width: 70px;
    text-align: right;
    padding-right: 8px;
    font-weight: bold;
    height: 23px;
    color: #fff;
    font-size: 11px;
}

#mon-panier .cellule-sup {
    width: 38px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    height: 23px;
    font-size: 11px;
}
#mon-panier .cellule-sup a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    height: 23px;
    font-size:11px;
}
#mon-panier .total-panier-ht {
    width: 64px;
    height: 20px;
    padding-top: 0px;
    padding-right: 8px;
    float: right;
    color: #fff;
    text-align: right;
    font-weight: bold;
}

#mon-panier .petit_kit {
	width:428px;
	font-size:11px;
	border:0;
}

#mon-panier .total-ttc {
    width: 64px;
    padding-top: 2px;
	padding-bottom: 2px;
    padding-right: 8px;
    float: right;
    background-color: #262026;
    color: #fff;
    text-align: right;
    font-weight: bold;
}
#mon-panier .total {
    float: right;
    padding-right: 54px;
    text-align: right;
    margin-top: 8px;  
	width: 370px;  
}
#mon-panier .total select {
    border: 1px solid #fff;
    width: 36px;
}

#div-panier #frais-port {
    margin-bottom: 6px;
    color: #fff;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
}
#div-panier #frais-port a {
    color: #fff;
}

#btn-panier-produit-ajouter{
	width: 155px;
	height: 32px;
	border: 0px;
	background: url(images/back_bt_ajouter_panier.jpg) no-repeat;
}
#btn-panier-produit-ajouter:hover{ background-position: left -32px;}
.btn-panier-produit-ajouter{
	width: 155px;
	height: 32px;
	border: 0px;
	background: url(images/back_bt_ajouter_panier.jpg) no-repeat;
}
.btn-panier-produit-ajouter:hover{ background-position: left -32px;}



#livraison-facturation .formulaire label,
#creer-mon-compte .formulaire label,
#contact .form_contact label,
#identification-commande #espace-privileges-commande label{
	font-weight: normal;
	width: 190px;
	display: block;
	float: left;
	clear: left;
	padding: 0 10px 0 0;
	text-align: right;
}
#contact .form_contact label,
#identification-commande #espace-privileges-commande label{width: 130px;}
#creer-mon-compte .formulaire label span{
	font-size: 10px;
}
#livraison-facturation .formulaire div,
#creer-mon-compte .formulaire div,
#contact .form_contact div,
#identification-commande #espace-privileges-commande div{
	margin-bottom: 8px;
}
#creer-mon-compte .formulaire input, 
#creer-mon-compte .formulaire select,
#livraison-facturation .formulaire select,
#txt_email_mot_de_passe,
#contact .form_contact input,
#identification-commande #espace-privileges-commande input,
#livraison-facturation input,
#livraison-facturation textarea,
#contact .form_contact textarea {
	width: 230px;
	border: 0px;
	border: 1px solid #d3f316;
	background-color: #f6fecf;
	padding: 3px 5px;
}
#creer-mon-compte .formulaire .caseacocher{
	width: 20px;
	padding: 0 0 0 5px;
	float: left;
	margin-top: 3px;
	background: none;
	border: 0;
}
#creer-mon-compte #dateJour,
#creer-mon-compte #dateMois,
#creer-mon-compte #dateAnnee{
	width: 70px;
}
#creer-mon-compte .bouton-submit, 
#btn_mot_de_passe_oublie,
.bouton-submit,
.bouton{
	clear: both;
	margin: 20px auto;
	height: 20px;
	padding: 0 10px;
	color: #262026 !important;
	background: #d0f310 !important;
	-moz-border-radius :  5px;
	-webkit-border-radius :  5px;
	text-decoration: none;
}
#btn_mot_de_passe_oublie,
.bouton{
	display:block;
}

.bouton{
	text-align: center;
	height: 15px;
	padding: 8px 10px;
	margin: 0 10px 0 0;
	clear: none;
}
#creer-mon-compte .bouton-submit:hover,
#btn_mot_de_passe_oublie:hover,
.bouton-submit:hover,
.bouton:hover{
	background: #fff !important;
	cursor: pointer;
}
.bouton-submit { height: 28px; }
.boutoncentrer{display: block;width: 200px;margin: 10px auto !important;}
#creer-mon-compte #champs-obligatoires{
	font-size: 10px;
	text-align: justify;
	line-height: 11px;
	color: #f6fecf;
}
#creer-mon-compte #div-livraison{
	padding: 10px 10px 10px 60px;
}
#creer-mon-compte #div-livraison label{
	width: 240px;
}
#creer-mon-compte #div-livraison input, 
#creer-mon-compte #div-livraison select{
	width: 180px;
}
#creer-mon-compte .bouton-submit {
	height: 28px;
}
#avantages #avantage-1 {
	padding-left: 63px;
	background-image: url(images/avantages-1.gif);
	background-repeat: no-repeat;
}
#avantages #avantage-2 {
	padding-left: 63px;
	background-image: url(images/avantages-2.gif);
	background-repeat: no-repeat;
}
#avantages #avantage-3 {
	padding-left: 63px;
	background-image: url(images/avantages-3.gif);
	background-repeat: no-repeat;
}
#avantages #avantage-4 {
	padding-left: 63px;
	background-image: url(images/avantages-4.gif);
	background-repeat: no-repeat;
}
#avantages #avantage-5 {
	padding-left: 63px;
	background-image: url(images/avantages-5.gif);
	background-repeat: no-repeat;
}

#partenaires .logo {
	padding: 10px;
	width: 80px;
	float: left;
}
#partenaires .partenaire h2 {
	margin: 0px;
	padding: 0px;
}

.tableau div{
	padding: 0 5px;
	background: #fff;
	color: #262026!important;
}
.tableau div.entete{
	background: #f6fecf;
	color: #262026;
}
.tableau div a{
	color: #262026!important;
}
.entete h2{
	color: #262026;
	font-size: 13px;
	font-weight: bold;
}

#nos-realisations .pagination {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
}
#nos-realisations .pagination a {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: 0px;
	text-decoration: none;
}
#nos-realisations .pagination a img, #nos-realisations .pagination img {
	border: 0px;
}
#nos-realisations .album .photo a img { border: 4px solid #FFFFFF; }
#nos-realisations .album .photo a:hover img { border: 4px solid #d0f310; }
#nos-realisations .album .photo {
	float: left;
	margin-left: 12px;
	margin-right: 20px;
	margin-bottom: 25px;
}
#nos-realisations .album .photo.sans-marge { margin-right: 0px; }

