/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #3f4141;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
 img {
 	border: none;
 }
 h1 {
	display: none;
 }
 h2 {
 	font-size: 1.5em;
 }
 p {
 	margin: 0 0 0.5em 0;
 }

 a {
 	color: #3f4141;
	font-weight: bold;
 }
p#prelude {
	display: none;
}
div#conteneur {
	width: 100%;
}
/*---------------bannière-----------------
-----------------------------------------*/
div#banniere {
	display: none;
}

div#menuHaut {
	display: none;
}

ul#menuPrincipal {
	display: none;
}
/*----------------contenu-----------------
-----------------------------------------*/
div#contenu {
}
div#content {
	
}
#content ul {
	margin: 1em;
}
 #content li {
 	padding: 0.2em 1.5em;
	background: url(../images/puce_li.jpg) no-repeat left 40%;
	list-style: none;
 }
#content table {
 	width: 90%;
	border: 1px solid #5ec4ec;
 }
#content tr, #content th, #content td {
 	padding: 0.2em;
 }
#content th {
 	background-color: #a3c200;
 }
#content td {
 	border: 1px solid #a3c200;
 }
 #content div.post {
 	margin: 0 1em 1em 0;
 	border-bottom: 2px solid #3f4141;
 }
 #content div.matiere {
 	float: right;
	margin: 3em 0 0 0;
	border: 1px solid #a3c200;
 }
 #content p.catProd {
 	float: left;
	margin: 0.5em;
	padding: 0.5em;
	width: 12em;
	height: 10em;
	text-align: center;
	border: 1px solid #a3c200;
 }
/*--------------menu principal-------------
-----------------------------------------*/

/*--------------fil d'ariane-------------
-----------------------------------------*/
p#filAriane {
	display: none;
}


.left {
	float: left;
	margin-right: 1em;
}
.right {
	float: right;
	margin-left: 1em;
}
div#menuGauche {
	display: none;
}

p.milieu {
	padding: 1em;
	color: #5ec4ec;
	font-weight: bold;
	text-align: center;
	border-bottom: 3px solid #3f4141;
}
div#menuDroit {
	display: none;
}

.navValidCommand {
	display: none;
}
/*---------------- login -----------------
-----------------------------------------*/
input#mod_login_username {
	background: url(../images/ic_arobase.jpg) no-repeat top right;
	border: 1px solid #e96e98;
}
input#mod_login_password {
	background: url(../images/ic_verrou.jpg) no-repeat top right;
	border: 1px solid #e96e98;
}
div.moduletable .buttonLogin {
	padding: 0.2em;
	background-color: #e96e98;
}
/*---------- derniers produits -----------
-----------------------------------------*/
span.promo {
	color: #e96e98;
	font-weight: bold;
	font-size: 1.4em;
	font-style: italic;
	text-decoration: line-through;
}
span.prix {
	color: #3f4141;
	font-weight: bold;
	font-size: 1.5em;
}
.voirDetail {
	background: url(../images/ic_oeil.jpg) no-repeat 5% 50%;
}
.ajoutPanier {
	background: url(../images/ic_panrose.jpg) no-repeat 5% 50%;
}
.voirDetail, .ajoutPanier, .ajoutPanier input, .navValidCommand .componentheading {
	margin: 0.5em 2em 0 1em;
	padding: 1em 0.5em 1em 3em;
	color: #000;
	text-decoration: none;
	background-color: #e96e98;
	display: block;
}
.voirDetail a, .ajoutPanier a {
	text-decoration: none;
	padding: 1em 0.5em 1em 3em;
	color: #000;
	font-size: 1.5em;
	font-weight: bolder;
	display: block;
}
.navValidCommand .componentheading a {
	text-decoration: none;
	padding: 1em 0.5em 1em 1em;
	color: #000;
}
.imageProd {
	border: 1px solid #e96e98;
	text-align: center;
}
.imageProd, .descProd, .dispoProd, .ajoutProd {
	float: left;
	margin: 0.2em 0.5em 0.5em 0;
	padding: 0.5em;
	width: 42%;
}

/*---------------- footer -----------------
-----------------------------------------*/

div#footer {
	display: none;
}

/*--------------- formulaire -------------
-----------------------------------------*/
fieldset {
	padding: 1em;
	border: 1px solid #a3c200;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.2em;
	color: #a3c200;
}
input {
	padding: 0.2em;
}
.button {
	margin: 0 auto;
	padding: 0.5em;
	font-weight: bold;
	color: #3f4141;
	text-align: center;
	background-color: #a3c200;
}
#content form {
	width: 90%;
}

#content fieldset p {	
	padding: 0.2em 0;
	margin: 0 0 0.2em 0;
}

#content fieldset label {	
	float: left;	
	width: 30%;	
	text-align: right;	
	padding: 0 0.5em 0 0;
	line-height: 1.8;	
}		  
							 
#content textarea{
	margin: 0 auto;
	text-align: left;
}
#content label:hover {
	cursor: pointer;	
}










div#enregistrementInfo {
	margin: 1em auto;
	padding: 1em;
	width: 60%;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #5ec4ec;
}
p.oblig {
	font-weight: bold;
}

/*------------- ordre d'achat -------------
-----------------------------------------*/
div.tableau {
	margin: 0.5em 0;
	padding: 0.2em;
	width: 95%;
	border: 1px solid #5ec4ec;
}
.tableau table {
	margin: 1em auto;
}
.tableau h2 {
	font-size: 1.5em;
	text-align: center;
	display: block;
	background-color: #a3c200;
}
.tableau p {
	margin: 0.5em 1em;
	padding: 0.2em;
	display: block;
	border: 1px solid #cecece;
}
.tableau span {
	float: left;
	width: 50%;
	font-weight: bold;
	border: 1px solid transparent;
}



