table, th, td, input, select { font-size: 100%; }

h1 {
	color: #425B81;
	margin: 0px;
	padding: 0.5em;
	font-size: 1.5em;
	font-weight:bold;
}


h3 {
	font-size: 1em;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 0.9em;
	font-weight:normal;
	margin-top: 0px;
	padding: 0px;
}

img {
	border: 0px;
}



td {
	font-size: 1em;
}

a {
	text-decoration: none;
	color:#333333;
}

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

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

a:hover {
	text-decoration: underline;
	color:#333333;
}

textarea {
	color:#000000;
	border: solid 1px #828282;
	background-color:#FFF;
	font-weight: normal;
	padding:1px;
	border-spacing : 1px;
	width: 100%;
	font-size:1em;
}

input {
	color:#000000;
	/*border: solid 1px #828282;*/
	background-color:#FFF;
}

.bouton_ok{
	background-image:url('images/ok.png');
	background-repeat:no-repeat;
	width:25px;
	height:22px;
	border:0px;

}

select {
	color:#000000;
	border: solid 1px #828282;
	background-color:#FFF;
}

.droite {
	text-align: right;
	padding-left: 0px;
}

.bold {
	font-weight:bold;
}




/* Content */
/* deux colonnes : colonne menu droite, voir right.css */
/* trois colonnes : colonne menu droite et menu gauche, voir left_right.css */
/* Tableaux avec les produits */
table.produits {
	/*border: 1px dotted #000;*/
	border-top: 0px;
	border-bottom: 0px;
	margin: 0.2em;
	width: 99%;
}


.retour {
	clear: both;
}
p.retour img {
	float: none;
}
.alignerimage {
	vertical-align: middle;
}

/* Enregistrement Début */
div.enregistrement {
	float:left;
	width: 500px;
	background: #ffffff;
	margin: 0px;
	padding: 5px;
}

div.enregistrement span.enregistrement{
	width: 500px;
	margin: 0px;
}

div.enregistrement span.enregistrementgauche {
	float: left;
	margin: 0px;
	width: 130px;
	padding-right: 10px;
}

div.enregistrement span.enregistrementdroite  {
	float: left;
	margin: 0px;
	width: 320px;
}

form#entryform p {
	text-align: left;
}

form#entryform span input.champtexte {
	width:250px;
}

form#entryform fieldset {
	border: 1px solid #ddd;
	width:500px;
}
form#entryform textarea {
	width: 250px;
	height:30px;
}

.notice, .etoile {
	color:#990000;
	font-weight:bold;
	font-size:0.9em;
}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* Tableau minicaddie*/
table.minicaddie {
	width: 100%;
}

table.minicaddie td {
	border-bottom: solid 1px #ddd;
	padding: 0.1em;
}

table.minicaddie td.final {
	font-weight:bold;
	color:#990000;
}

table.minicaddie caption {
	background: #425B81;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

/* Tableau caddie et historique des commandes */
table.caddie {
margin-left:2px;
width:571px;
}
table.caddie td {
	border-bottom: solid 1px #ddd;
	padding: 0.1em;
}
table.caddie th {
	border-bottom: solid 1px #ddd;
	padding: 0.1em;
}
table.caddie caption {
	background: #425B81;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

.listeprod {
	text-align: left;
}

div.totalcaddie p {
	padding-right: 1em;
	text-align: left;
}

div.totalcaddie ul {
	list-style : none;
	margin: 0px;
	padding: 0.5em 0 0.5em 0;
}
div.totalcaddie li {
	border-left: 1px solid #ddd;
	display: inline;
	padding: 0 0.5em 0 0.6em;
}
div.totalcaddie li.premier {
	border-left: 0px;
	padding: 0 0.5em 0 0.6em;
}
div.totalcaddie li.dernier {
	border-left: 1px solid #ddd;
	padding: 0 0.5em 0 0.6em;
}

.boutoncaddie ul {
	list-style : none;
	margin: 0px;
	padding: 0.5em 0 0.5em 0;
}
.boutoncaddie  li {
	border-left: 1px solid #ddd;
	display: inline;
	padding: 0 0.5em 0 0.6em;
}



/*maryline page change_mot_pass_form*/
.changepass {
	background: #fff;
	border: 1px solid #ddd;
	color: #000;
	float: left;
	margin: 0.2em 0 0.5em 0;
	padding: 0.3em 0 0.2em 0;
	width: 98%;
}

/*maryline page change_param_form*/
.changeparam {
	background: #fff;
	border: 1px solid #ddd;
	color: #000;
	float: left;
	margin: 0.2em 0 0.5em 0;
	padding: 0.3em 0.2em 0.2em 0.2em;
}

.changeparamgauche {
	background: #fff;
	color: #000;
	float: left;
	margin: 0.2em 0 0.5em 0;
	padding: 0.2em 0 0.2em 0;
	width: 278px;
}
.changeparamdroite {
	background: #fff;
	color: #000;
	float: left;
	margin: 0.2em 0 0.5em 4px;
	padding: 0.2em 0 0.2em 0;
	width: 278px;
}

.changeparam2 {
	background: #fff;
	color: #000;
	float: left;
	margin: 0.2em 0 0.5em 0;
	padding: 0.3em 0 0.2em 0;
}

.formulaire-param {width:150px;}

/*maryline page historique_commande_liste*/
div#commande {
	background: #425B81;
	clear: both;
	color: #fff;
	font-size: 100%;
	overflow: hidden;
	width: 100%;
	height:30px;
}
div#commande ul {
	margin: 0px;
	padding: 0px;
	height:30px;
}
div#commande ul li {
	background: #425B81;
	color: #fff;
	display: inline;
	list-style: none;
	line-height:10px;
}
div#commande1 {
	clear: both;
	color: #000000;
	font-size: 100%;
	overflow: hidden;
	width: 100%;
	height:30px;
}
div#commande1 ul {
	margin: 0px;
	padding: 0px;
	height:30px;

}
div#commande1 ul li {
	color: #000000;
	display: inline;
	list-style: none;
	line-height:10px;
}
/* maryline page step1  */
.stepgauche {
	background: #fff;
	color: #000;
	float: left;
	margin: 0.2em 0 0.5em 0;
	padding: 0.2em 0 0.2em 0;
	width: 270px;
}
.stepdroite {
	background: #fff;
	color: #000;
	float: left;
	margin: 0.2em 0 0.5em 4px;
	padding: 0.1em 0 0.2em 0;
	width: 270px;
}
form#entryformstep p {
	text-align: left;
}

form#entryformstep fieldset {
	border: 1px solid #dddddd;
}

form#entryformstep legend {
	color:#000000;
	font-weight:bold;
}

form#entryformstep p.droite {
	text-align: right;
}

form#entryformstep textarea {
	width: 98%;
}
form#entryformstep p.boutonenregistrement {
	clear: both;
}

fieldset {border:1px solid #dddddd;color:#000000;}

legend {color:#000000;font-weight:bold;}

.formulaire-achat {width:140px;}


/* achat/index.php */
.achatgauche {
	background: #ff0000;
	border: 1px solid #ddd;
	color: #000;
	float: left;
	margin-top: 0.5em;
	min-height: 260px;
	padding-top: 0.5em;
	width: 250px;
}
.achatdroite {
	background: #fff;
	border: 1px solid #ddd;
	color: #000;
	float: left;
	margin: 0.5em 0 0 4px;
	min-height: 260px;
	padding-top: 0.5em;
	width: 250px;
}

/*caddie.php */

th.caddie{
    background: #deedc6;
	color : #d30f64;
}

ul.caddie {text-align:center;}
.caddie_red {color : #ff0000; font-weight:bold;}
.caddie_pink{color:#D30F64; font-weight:bold;}
p.caddie_bold {color : #000000; font-weight:bold;}

div#choix_zone p{
	text-align:center;
}

/*step2 */
.step2 {
	background: #fff;
	color: #000;
	float: left;
	margin: 0.2em 0 0.5em 0;
	padding: 0.2em 0 0.2em 0;
	width: 98%;
}

#step2caddie {
	background: #fff;
	color: #000;
	float: left;
	margin: 0.2em 0 0.5em 0;
	padding: 0.2em 0 0.5em 0;
	width: 98%;
	text-align:right;
}

div#center {text-align:center;}

#center img{
	border:0px;
}

div#left {text-align:left;}


/*achat/produit_details.php */
.produit_detail_gauche {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0.2em 0 0.5em 0;
	padding: 0.2em 0 0.2em 0;
	width: 278px;
}
.produit_detail_droite {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0.2em 0 0.5em 4px;
	padding: 0.2em 0 0.2em 0;
	width: 278px;
}
div.produit_detail_droite p {text-align:left;}
div.produit_detail_gauche p {text-align:center;}


.produit_detail_img3 {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0.2em 0 0.5em 0;
	padding: 0.2em 0 0.2em 0;
	width: 278px;
	text-align:center;
}
.produit_detail_img4 {
	background: #fff;
	border: 1px solid #ddd;
	float: left;
	margin: 0.2em 0 0.5em 4px;
	padding: 0.2em 0 0.2em 0;
	width: 278px;
	text-align:center;
}

div ul.produit_detail {
	background: #ffffff;
	float: left;
	width: 33%;
	margin: 0.5em 0 0.5em 0;
	padding: 0px;
}

div ul.produit_detail li {
	list-style-type: none;
	padding: 0 0 0 0.5em;
}

input img {
	border:0px;
}

/* utilisateurs/contact */
#contact table{
	padding:1em;
}

#contact textarea{
	width: 90%;
}

#contact input{
	width: 90%;
}

#contact .bouton{
	width:125px;
	color:#000000;
	border: solid 1px #828282;
	background-color:#FFF;
	font-weight: normal;
	padding:1px;
	border-spacing : 1px;
}

#contact .gauche{
	width: 25%;
}

#contact .droite{
	width: 75%;
}


/* Page catalogue */

table.fc {
	background-color:#fff;
	width:260px;
}

td.fc_titre_produit {
	background-color:#fff;
	width:260px;
	font-size : 1em;
	font-weight:bold;
	border-top:1px solid #C7C7C7;
}

td.fc_prix {
	text-align:right;
	border-top:1px solid #C7C7C7;
	height:25px;
	font-weight:bold;
	color:#cc0000;
	font-size:1em;
}

td.fc_flash {
	text-align:center;
	border-top:1px solid #C7C7C7;
	font-weight:bold;
	color:#cc0000;
	font-size:1em;
}

td.fc_descriptif {
	color:#000;
	font-size:1em;
	text-align:justify;
	height:25px;
}

td.fc_image {
	border:1px solid #C7C7C7;
	width:260px;
	height:260px;
	text-align:center;
	vertical-align:middle;
}

td.fc_zoom {
	background-image:url('images/fc_fond.png');
	background-repeat:no-repeat;
	width:130px;
	height:25px;
	text-align:center;
	font-weight:bold;
	font-weight:normal;
	color:#fff;
	font-size:1em;
}

td.fc_zoom a{
	font-weight:normal;
	color:#fff;
	font-size:1em;
	text-decoration:none;
}

.zoom:link,.zoom:visited, .zoom:active{
	font-weight:normal;
	color:#fff;
	font-size:1em;
	text-decoration:none;
}

.zoom:hover{
	font-weight:normal;
	color:#fff;
	font-size:1em;
	text-decoration:underline;
}

td.fc_detail {
	background-image:url('images/fc_fond.png');
	background-repeat:no-repeat;
	width:130px;
	height:25px;
	text-align:center;
	font-weight:normal;
	color:#fff;
	font-size:1em;
}

.plus_detail:link, .plus_detail:visited, .plus_detail:active{
	font-weight:normal;
	color:#fff;
	font-size:1em;
	text-decoration:none;
}

.plus_detail:hover{
	font-weight:normal;
	color:#fff;
	font-size:1em;
	text-decoration:underline;
}

/* Page catalogue */



span.titre_produit {
	color: #425B81;
	font-size: 1.1em;
	font-weight:bold;
}

p.prix {
	font-weight:bold;
	color:#cc0000;
	font-size:1em;
}

p.notice {
	color:#cc0000;
	font-size:1em;
	text-decoration:none;
}

.notice:link, .notice:visited, .notice:active{
	color:#cc0000;
	font-size:1em;
	text-decoration:none;
}

.notice:hover{
	color:#cc0000;
	font-size:1em;
	text-decoration:underline;
}



span.ecotaxe {
	font-weight:normal;
	color:#000000;
	font-size:0.9em;

}

/* affiche_produit_colonne new */
#top {
	width:195px;
	margin:0px;
	padding:0px;
}

#top h3{
/*background-image:url('images/separateur_arrow.gif');
background-repeat:no-repeat;*/
	color:black;
	font-size:11px;
	font-weight:bold;
	line-height:24px;
	width:195px;
}

#top p{
	padding:0px;
	margin:0px;
	text-align:center;
}

.bouton {
	background-image:url('images/bouton_fond.jpg');
	background-repeat:no-repeat;
	color:#d30f64;
	width:133px;
	height:27px;
	text-align:center;
	padding-top:0.3em;
	font-size:12px;
	font-weight:bold;
}

.bouton:link, .bouton:visited, .bouton:active {
	color:#d30f64;
	font-size:12px;
	font-weight:bold;
}

.bouton:hover {
	background-image:url('images/bouton_fond.jpg');
	background-repeat:no-repeat;
	color:#d30f64;
	width:133px;
	height:27px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;;
}

.clicbouton {
	background-image:url('images/bouton_fond.jpg');
	background-repeat:no-repeat;
	color:#d30f64;
	width:133px;
	height:27px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	border:0px;
	padding-bottom:0.6em;
}

#content h2 {
	color: #425B81;
	background-color:#f7f7f7;
	border-bottom:1px solid #425B81;
	font-size: 1.1em;
	font-weight:bold;
	vertical-align:middle;
}

.blanc:link {color:#d30f64;font-size:12px;font-weight:bold;}
.blanc:visited {color:#d30f64;font-size:12px;font-weight:bold;}
.blanc:hover {color:#d30f64;text-decoration:none;font-size:12px;font-weight:bold;}

#pscroller1{
	width: 90%;
	height: 150px;
	padding: 5px;
	/*border: 1px solid black;
	background-color: lightyellow;*/
}
