a:link {
	text-decoration: none;
	color: #555555;
}

a:visited {
	text-decoration: none;
	color: #0F218B;
}

a:hover {
	text-decoration: underline;
	color: #FFCC33;
	font-weight: normal;
}

#entete H1 {
	font-size: 14px;
	padding-top: 0px;
}

#menu H2 {
	background: url(../img_template/categorie_menu.png) repeat-x left bottom;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
}

#menu li {
	text-align: left;
}

#menu hr {
	width: 230px;
	height: 0px;
	border: none;
	margin: 20px;
}

#cibles li {
	list-style-type: none;
}

#contenu h2 {
	position: relative;
	font-size: 18px;
	padding: 5px;
	border: 1px solid #FFCC33;
	background-image: url(../porte-carte-visite/etui-distributeur-protecteur/personnalisable-marque-personnalise/tampographie-serigraphie-gravure-laser-logo-resine/img/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}

#contenu h3 {
	font-size: 14px;
	margin-top: 30px;
}

#contenu h4 {
	font-size: 12px; 
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
}

#contenu h5 {
	font-size: 10px;
}

#contenu h6 {
	font-size: 8px;
	text-align: center;
}


.annul_puce ul {
	margin: 0px;
	padding: 0px;
}

.annul_puce li {
	margin: 0px;
	padding: 0px;
	list-style-image: url(none);
	list-style-type: none;
}

fieldset {
	padding: 10px;
	margin: 10px;
}

legend {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
}

img {
	border: none;
}

#contenu hr {
	width: 100%;
	height: 8px;
	border: 1px solid #FFCC33;
	background-image: url(../porte-carte-visite/etui-distributeur-protecteur/personnalisable-marque-personnalise/tampographie-serigraphie-gravure-laser-logo-resine/img/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 50px;
	margin-bottom: 50px;
}


.puce_coche {
	margin-left: 50px;
}

.puce_coche li {
	list-style-type: none;
	list-style-image: url(../images/coche.gif);
}

.align-center {
	text-align: center;
}

.align-droite {
	text-align: center;
	float: right;
	width: 160px;
	margin: 20px;
}

.lettrine {
	font-size: 2em;
	font-weight: bold;
	color: #0F218B;
	border: 1px solid #FFCC33;
	background-image: url(../porte-carte-visite/etui-distributeur-protecteur/personnalisable-marque-personnalise/tampographie-serigraphie-gravure-laser-logo-resine/img/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px 2px 0px 10px;
	padding: 1px 2px 1px 2px;
	text-align: center;
}

.separateur {
	width: 100%;
	height: 8px;
	border: 1px solid #FFCC33;
	margin-top: 50px;
	margin-bottom: 50px;
}

.coordonnees {
	margin-right: 0px;
	padding: 0px 0px 0px 250px;
	text-align: left;
}

.champs_obligatoires {
	border: 1px solid #FF9900;
	margin: 10px;
}

.signe_astro {
	text-align: center;
}

/* DEBUT catalogue */

.produit_catalogue {
	text-align: center;
}

.produit_catalogue img {
	border: 2px dotted #FAFAFA;
	padding: 10px;
}

.produit_catalogue img:hover {
	border: 2px dotted #0F218B;
	background-image: url(../porte-carte-visite/etui-distributeur-protecteur/personnalisable-marque-personnalise/tampographie-serigraphie-gravure-laser-logo-resine/img/background.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.categorie_produit {
	text-align: center;
	margin-left: 60px;
}

.categorie_produit a {
	display: block;
	float: left;
}

/* FIN catalogue */

/* DEBUT formulaire mise en relation */

.form_liste {
	display: block;
	float: left;
	width: 80px;
}

.form_qte ul {
	display: block;
	float: left;
	width: 100px;
	padding: 0px;
	margin: 0px;
}

/* FIN formulaire mise en relation */


/* DEBUT salons */

.prospection-salon {
	text-align: center;
}

.prospection-salon legend {
	text-align: left;
}

/* FIN salons */


/* DEBUT formulaire bon de commande */

div#form_cmde fieldset {
	margin: 50px 0px;
}

div#form_cmde ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: none;
}

	div#form_cmde ul  li {
		margin-bottom: 5px;
	}

		div#form_cmde ul  li label span,
		fieldset.formulaire_obligatoire ul li label span,
		div#form_cmde ul  li span.civilite {
			display: inline-block;
			width: 150px;
			text-align: right;
			color: #0F218B;
		}

		div#form_cmde ul  li label input[type=text] {
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			background-color: #D9F1F6;
			border: 1px solid grey;
			font-weight: bold;
			padding: 5px;
			margin-bottom: 2px;
		}

		div#form_cmde ul  li label input[type=text]:focus {
			background-color: #FFFFFF;
			border: 2px solid #0F218B;
			color: #0F218B;
		}

		div#form_cmde ul  li label input[type=text]:hover {
			border: 2px solid #0F218B;
			margin-bottom: 0px;
		}

		table.tableau_panier th {
			background-color: #D9F1F7;
		}

		div#form_cmde input#valide {
			display: block;
			float: right;
		}

		div#form_cmde input#efface {
			display: block;
			float: left;
		}

		div#form_cmde input#valide,
		div#form_cmde input#efface,
		fieldset#action_panier input,
		div#panier_impression-bdc a{
			width: 250px;
			background-color: #EEEEEE;
			border: 1px solid #3EA3CF;
			-webkit-transition-property: background;
			-webkit-transition-duration: 700ms;
			-moz-transition-property: background;
			-moz-transition-duration: 700ms;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			padding: 10px;
			margin: 10px;
		}

		div#form_cmde input#valide:hover,
		div#form_cmde input#efface:hover,
		fieldset#action_panier input:hover {
			color: #FFFFFF;
			cursor: pointer;
			font-weight: bold;
			-moz-box-shadow: 0px 0px 10px #656565;
			-webkit-box-shadow: 0px 0px 10px #656565;
			-o-box-shadow: 0px 0px 10px #656565;
			box-shadow: 0px 0px 10px #656565;
		}

		div#form_cmde input#valide:hover,
		fieldset#action_panier input:hover {
			background: rgb(109,179,242); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Opera11.10+ */
			background: -ms-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* IE10+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
			background: linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C */
		}


		div#form_cmde input#efface:hover {
			background: rgb(248,80,50); /* Old browsers */
			background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,80,50,1)), color-stop(50%,rgba(241,111,92,1)), color-stop(51%,rgba(246,41,12,1)), color-stop(71%,rgba(240,47,23,1)), color-stop(100%,rgba(231,56,39,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* Opera11.10+ */
			background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* IE10+ */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
			background: linear-gradient(top, rgba(248,80,50,1) 0%,rgba(241,111,92,1) 50%,rgba(246,41,12,1) 51%,rgba(240,47,23,1) 71%,rgba(231,56,39,1) 100%); /* W3C */
		}

fieldset.formulaire_obligatoire ul {
	list-style: none;
}

fieldset.formulaire_obligatoire ul.erreur_form {
	padding: 10px;
	margin: 20px;
	border: 1px solid red;
	-moz-box-shadow: 0px 0px 10px #656565;
	-webkit-box-shadow: 0px 0px 10px #656565;
	-o-box-shadow: 0px 0px 10px #656565;
	box-shadow: 0px 0px 10px #656565;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

fieldset.formulaire_obligatoire ul.erreur_form li label span {
	display: auto;
	width: auto;
}

	fieldset.formulaire_obligatoire ul li {
		display: inline-block;
	}

fieldset#action_panier ul {
	list-style: none;
	display: block;
	text-align: center;
	margin: 0px 0px 0px -40px;
}

div#panier_impression-bdc,
div#panier_paypal {
	display: inline-block;
	width: 230px;
	height: 160px;
	vertical-align: top;
	background-color: #EEEEEE;
	border: 1px solid #3EA3CF;
	-webkit-transition-property: background;
	-webkit-transition-duration: 700ms;
	-moz-transition-property: background;
	-moz-transition-duration: 700ms;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	margin: 10px;
}

	div#panier_impression-bdc h3,
	div#panier_paypal h3 {
		margin-top: 0px;
		text-align: center;
	}

	div#panier_impression-bdc a,
	div#panier_paypal input {
		display: block;
		margin: 20px auto;
		text-align: center;
		width: 150px;
		-moz-box-shadow: 0px 0px 10px #656565;
		-webkit-box-shadow: 0px 0px 10px #656565;
		-o-box-shadow: 0px 0px 10px #656565;
		box-shadow: 0px 0px 10px #656565;
		color: #FFFFFF;
		font-weight: bold;
		background: rgb(109,179,242); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%); /* W3C */
	}

	div#panier_impression-bdc a:hover,
	div#panier_paypal input:hover {
		width: 150px;
		-moz-box-shadow: inset 0px 0px 10px #656565;
		-webkit-box-shadow: inset 0px 0px 10px #656565;
		-o-box-shadow: inset 0px 0px 10px #656565;
		box-shadow: inset 0px 0px 10px #656565;
		color: #000;
		font-weight: bold;
		background: rgb(228,245,252); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(42,176,237,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,245,252,1)), color-stop(50%,rgba(191,232,249,1)), color-stop(51%,rgba(159,216,239,1)), color-stop(100%,rgba(42,176,237,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* W3C */
	}

	div#panier_impression-bdc a {
		margin: 30px auto 10px auto;
		
	}

	div#panier_impression-bdc a:hover {
		text-decoration: none;
	}

/* FIN formulaire bon de commande */
