
/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);


/* PLAN
-----------------------------------------------------------*/
.plan {
	border: 1px solid #515151;
	width: 600px;
	height: 400px;
	margin:auto;
}
#map .infosbulle {
	width: 210px;
	border: none;
	margin: 0;
	padding: 0;
}
#map .infosbulle p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
.plan-titre {
	font-size: 14px;
	color: #5F0666;
	font-weight: bold;
	margin-bottom: 1em;
}
.plan-adresse {
	font-size: 12px;
	color: #333;
}
.plan-printer {
	display:block;
	text-align: right;
}
.plan-printer img, 
.plan-printer a {
	border: none;
}


/* Construction (Montage)
----------------------------------------------------------*/

body { color:#222; font:normal 11px/16px Verdana, Arial, Helvetica, sans-serif; }

h1 { /*color:#222;*/ font-size: 1em; font-weight:normal; }

h2 { font-size: 1.3em; }

h3 { font-size: 1.17em; }

h4 { font-size: 1em; }

h5 { font-size: 0.83em; }

h6 { font-size: 0.67em; }

p { font-size: 1em; }

ul, ol { font-size: 1em; }

li { font-size: 1em; }

a { color:#222; text-decoration:underline; }

a:hover { text-decoration:none; } /* si changement de couleur au survol */

a:visited { } /* si changement de couleur après le clic */

input { }

textarea { }

em { }

strong { }

fieldset { }

/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft { float:left; margin-right:1em; }

.imgRight { float:right; margin-left:1em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }

.alignbottom { vertical-align:bottom; }

.aligncenter { margin-left:auto; margin-right:auto; }

/* Des classes d'alignement du texte */
.left { text-align: left; }

.right { text-align: right; }

.center { text-align: center; }

.justify { text-align: justify; }

/* Des classes de formatage du texte en ligne */
.bold { font-weight: bold; }

.italic { font-style: italic; }

.strike { text-decoration: line-through; }

/* Des classes flotante */
.floatleft { float: left; }

.floatright { float: right; }

/* Les "nettoyeurs" */
.clearb { clear: both; }

.clearer { clear: both; width: 0; height: 0; line-height: 0; }

#coordonnees { padding:80px 0 0 0; text-align:center; float:right; }

#coordonnees a img { border:none; }

/*-------------------------formulaire------------------------*/

#formulaire { text-align:center; width:400px; padding:0px 0 0 50px; float:left; } /* carateristique du formulaire */

#formulaire * { margin:0 0 2px 0; padding:0; } /* caracteristique de toutes les balises qui se trouvent dans le formulaire */

.labelform { width: 203px; float: left; text-align: right; margin: 0 5px 0 0; } /* carateristique des label, width minimum 203px; */

.pform { padding: 3px 0px 10px 0px; text-align:left; clear:both; } /* carateristique des p */

.inputform { width:195px; height:13px; float:left; margin: 0 5px 0 2px; } /* carateristique des input */

.textareaform { width:398px; height:100px; overflow: auto; background-color:transparent; } /* carateristique du textarea */

.selectform { height:18px; float:left; margin: 0 5px 0 2px; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#222; background-color:#F4F4F4; border: 1px solid #222; } /* carateristique des select */

.labelmessage { width:95px; } /* carateristique du label contenant "Votre message" */

#labelenvoyer { width:125px; } /* carateristique du label avant l'input envoyer, sert a centrer le bouton envoyer */

.inputenvoyer { width:150px; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; } /* carateristique de l'input "envoyer mon 			message" */

.divtexte { margin: 5px 0 0 0; text-align:center; clear: both } /* carateristique de la div contenant le texte du captchat*/

#formulaire div { margin: 5px auto; } /* centrer dans le formulaire des div */

#formulaire div a { color:#222; } /* couleur du lien dans capchat */

.divimagecaptchat { display:none; } /* carateristique de la div entourant l'image captchat */

#code { background-color:transparent; color:#222; border: 1px solid #222; }

.transp, .inputtexte { background:#F4F4F4; border: 1px solid #222; font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif; color:#222; } /* pour rendre les input et textarea transparent avec une bordure */




/*-------------------------fin formulaire------------------------*/

.message_erreur {
	color: #CC0000;
	border: 1px solid #CC0000;
	padding: 0.5em;
	margin-bottom: 1em;
}

#login p {
	margin: 0;
	padding: 10px 20px 0;
}

#login p a {
	text-decoration: none;
}

#login p a:hover {
	text-decoration: underline;
}

/* fil d'ariane */
#ariane {
	padding: 1em 0 1em 45px;
	margin: 0;
	background: transparent url(../images/icone_ariane.png) no-repeat 0 50%;
	font-size: 1.1em;
}
#ariane a {
	text-decoration: none;
}
#ariane a:hover {
	text-decoration: underline;
}

/* catégories */
.cat {
	width: 220px;
	float: left;
	border: 1px solid #585A59;
	margin: 0 1em 1em 0;
	padding: 0.5em;
	background: #F4981B url(../images/degrade.png) repeat-x 0 0;
}
.cat h3 {
	padding: 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.cat h3 a {
	color: #fff;
	text-decoration: none;
}
.cat .show_prod {
		margin: 1em;
		padding: 0;
		text-align: center;
}

/* fiche produit */
.fiche-produit {
	border: 1px solid #585A59;
	margin: 0 0 1em 0;
	padding: 0.5em;
	background: #F4981B url(../images/degrade.png) repeat-x 0 0;
}
.fiche-produit h3 {
	padding: 0;
	margin-bottom: 1em;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.fiche-produit h3 a {
	color: #fff;
	text-decoration: none;
}
.fiche-produit .image-produit, .fiche-produit-unique .image-produit {
	float: left;
	margin: 0 10px 10px 5px;
	width: 200px;
	min-height:150px;

}
#miniaturesProduit {
	margin: 0 10px 10px 5px;
	padding: 0;
}
#miniaturesProduit li {
	list-style: none;
}
.fiche-produit .show_prod {
		clear: both;
		text-align: right;
}

.description{}


p.tablefield {
	padding-bottom: 1em;
	margin:0;
	zoom: 1;
}
p.fake-tablefield {
	margin-left: 18em;
}
p.tablefield:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

p.tablefield label {
	display: block;
	float: left;
	text-align: right;
	width: 17em;
	padding: 0 1em 0 0;
}


.td2 { background-color: #CCCCCC;}

.tab { border-color:#000000;}


.padL{padding-left:50px;}

.padL100{padding-left:100px;}