/* testé sur les navigateurs Firefox 2, Opera 9 */

/*****************************************/
/*      P O S I T I O N N E M E N T      */
/*****************************************/

/* RESET DES MARGES */
* {padding: 0; margin: 0; border: 0;}

/* POSITIONNEMENT GENERAL */
html, body {
height: 100%;
}

/* POSITIONNEMENT BLOC CONTENEUR */
div#conteneur {
width: 960px;
margin: 0 auto;
position:relative;
}


/* POSITIONNEMENT BLOC ENTETE */
div#entete {
height: 200px;
}

/* POSITIONNEMENT BLOC PANIER */
div#panier {
	height: 86px;
	background-image: url(img/interface/mini-panier.gif);
	width: 180px;
	float: right;
	margin-top: 114px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 780px;
	z-index: 20;
	position: absolute;
}
/* POSITIONNEMENT BLOC ARIANE */
div#ariane {
	height:20px;
	width: 370px;
	float: left;
	margin-top: 180px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 20;
	position: absolute;
}

/* POSITIONNEMENT BLOC CONTENU */
div#contenu {
margin-left: 180px;
margin-right: 180px;
}

/* POSITIONNEMENT BLOC COLGAUCHE */
div#colgauche {
	width: 180px;
	top:200px;
	left:0px;
	overflow:hidden;
	position: absolute;
}

/* POSITIONNEMENT BLOC COLDROITE */
div#coldroite {
width: 180px;
top:200px;
right:0px;
overflow:hidden;
position: absolute;
}



/* POSITIONNEMENT BLOC PIED */
div#pied {
clear:both;
height: 128px;
}




/*********************************/
/*          A S P E C T          */
/*********************************/

/* ASPECT GENERAL */
body {
font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #645E59;
background-color: #F5F1EE;
background-image: url(img/interface/arplan.gif);
background-position: center top;
background-repeat: no-repeat;
}


/* ASPECT BLOC CONTENEUR */
#conteneur {
background-color: #F5F1EE;
}


/* ASPECT BLOC EN-TETE */
#entete h1, h2 {
font-size: 0.8em;
}
#entete span{
display: none;
}
#entete {
/*background-image: url(img/interface/bandeau-entete.gif);
background-position: center top;*/
}
#panier p {
	font-size: 0.8em;
	margin-left: 60px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
	color: #FFFFFF;
}
#panier h1 {
	font-size: 0.9em;
	margin-left: 60px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

#panier img {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
}
#ariane p {
	font-size: 0.8em;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: #A09D9A;
}
#ariane a {
color: #A09D9A;
text-decoration: none;
}
#ariane a:hover {
color: #A09D9A;
text-decoration:underline;
}
#ariane a:active {
color: #A09D9A;
text-decoration: none;
}

/* ASPECT BLOC CONTENU */
#contenu-tete {
width: 600px;
height: 30px;
background-image: url(img/interface/contenu-tete.gif);
background-position: center top;
}
#contenu-centre {
background-image: url(img/interface/contenu-centre.gif);
background-position: center top;
background-repeat: repeat-y;
min-height: 550px;
}

#contenu-pied {
	width: 600px;
	height: 10px;
	background-image: url(img/interface/contenu-pied.gif);
	background-position: center top;
	background-repeat: no-repeat;
}


#contenu-tete h1 {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
color: #FFFFFF;
font-weight: bold;
font-style: italic;
letter-spacing: 0.2em;
padding: 5px 5px 0 10px;
}

#contenu-centre h2 {
font-size: 1.2em;
color: #F5037C;
font-variant: small-caps;
font-weight: bold;
letter-spacing: 0.1em;
line-height: 1.2em;
/*padding: 1em 30px 0.5em 30px;*/
padding: 1em 0px 0px 0px;
}

#contenu-centre .intro {
font-size: 0.8em;
color: #782A90;
font-weight: bold;
line-height: 1.7em;
padding: 0 30px 0.5em 30px;
}

#contenu-centre p {
font-size: 0.8em;
color: #484440;
line-height: 1.5em;
text-align: justify;
padding: 0 30px 0 30px;
}

#contenu-centre a {
color: #782A90;
text-decoration: none;
}
#contenu-centre a:hover {
color: #782A90;
text-decoration: underline;
}



/* ASPECT BLOC COLGAUCHE */
#titremenu-collection span {
display: none;
}
#titremenu-collection {
width: 180px;
height: 54px;
margin-top: 30px;
background: url(img/interface/titremenu-collection.gif) no-repeat; 
}
.menu-nav1 {
list-style-type: none;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 1em;
line-height: 2em;
}
.menu-nav1 li {
padding: 0 0 0.5em 0;
background: url(img/interface/filet1.gif) no-repeat;
background-position: bottom center;
text-align: left;
text-indent: 2.5em;
}
.menu-nav1 li a {
color: #645E59;
text-decoration: none;
}
.menu-nav1 li a:hover {
color: #A09D9A;
text-decoration: none;
}
.menu-nav1 li a:active {
color: #F5037C;
text-decoration: none;
}




/* ASPECT BLOC COLDROITE */
#titremenu-pratique span {
display: none;
}
#titremenu-pratique {
width: 180px;
height: 32px;
margin-top: 30px;
background: url(img/interface/titremenu-pratique.gif) no-repeat; 
}
#titremenu-infos span {
display: none;
}
#titremenu-infos {
width: 180px;
height: 32px;
margin-top: 20px;
background: url(img/interface/titremenu-infos.gif) no-repeat; 
}
.menu-nav2 {
list-style-type: none;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
padding-top: 0.3em;
}
.menu-nav2 li {
font-size: 1em;
line-height: 2.5em;
text-align: left;
text-indent: 0.8em;
}
.menu-nav2 li a {
color: #645E59;
text-decoration: none;
}
.menu-nav2 li a:hover {
color: #A09D9A;
text-decoration: none;
}
.menu-nav2 li a:active {
color: #F5037C;
text-decoration: none;
}


/* ASPECT BLOC PIED */
div#pied {
background-image: url(img/interface/bandeau-pied.gif);
background-position: center top;
}
#pied p {
font-size: 0.6em;
color: #782A90;
text-align: center;
padding-top: 12px;
}
#pied a {
color: #782A90;
text-decoration: none;
}






/* ETIQUETTE DE PRESENTATION DES PRODUITS */
#etiquette_produit {
	width: 191px;
	height: 228px;
	text-align: center;
	background-image: url(img/fond_etiquette.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	color: #782A90;
	font-weight: bold;
}

#etiquette_produit_gestion {
	width: 191px;
	height: 258px;
	text-align: center;
	background-image: url(img/fond_etiquette_gestion.jpg);
	background-repeat: no-repeat;
	cursor: pointer;
	color: #782A90;
	font-weight: bold;
}

#current {
	color: #F5037C;
}




/* AUTRES AJOUTS */
h3 {
	color: #782A90;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 5px
}
h4 {
	color: #F5037C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}
h5 {
	color: #645E59;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.txt_detail {
	color: #645E59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input {
	border: 1px solid #333333;
}
textarea {
	border: 1px solid #333333;
}
select {
	border: 1px solid #333333;
}

#titremenu-gestion span {
display: none;
}
#titremenu-gestion {
width: 180px;
height: 32px;
margin-top: 30px;
background: url(img/interface/titremenu-gestion.gif) no-repeat; 
}

.alert {
	color: #CC0000;
}

.tab_panier_titre {
	color: #645E59;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.tab_panier_txt {
	color: #645E59;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.input_qte_panier {
	width:30px;
	height:20px;
	text-align:center;
	vertical-align: middle;
	color: #645E59;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.input_reduc_panier {
	width:60px;
	text-align: right;
	vertical-align: middle;
	color: #645E59;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	cursor: text;
	padding-right: 2px;
}
.txt_commande {
	color: #645E59;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.titre_commande {
	color: #645E59;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 20px;
}

.paiement_securise {
	color: #782A90;
	font-style: italic;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 10px 2px;
}

.numero_commande {
	color:#F5037C;
	font-size:12px;
	font-weight: bold;
}

#imprim_formulaire {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
text-align: center;
}
#imprim_formulaire a {
color: #645E59;
font-size: 16px;
text-decoration: underline;
text-align: center;
}
#imprim_formulaire a:hover {
color: #A09D9A;
font-size: 16px;
text-decoration: underline;
text-align: center;
}
#imprim_formulaire a:active {
color: #F5037C;
font-size: 16px;
text-decoration: underline;
text-align: center;
}
#formulaire_impression {
	padding: 5px 5px 5px 5px;
	border: 1px solid #D4D4D4;
}

#titre_pose {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #782A90;
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 10px;
}
#ul_pose {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484440;
	font-size: 10px;
	margin-left: 14px;
	padding-top: 5px;
}
#ul_pose li {
	list-style: disc;
	padding-bottom: 5px;
}
#txt_pose p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484440;
	font-weight: none;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
	text-align: left;
}

#titre_cgv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #782A90;
	font-weight: bold;
	padding: 5px;
	font-size: 14px;
/*	border: 1px solid #645E59*/
}
#txt_cgv p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484440;
	font-weight: none;
	font-size: 10px;
	padding: 5px 0px 5px 0px;
	text-align: left;
}
#ul_cgv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484440;
	font-size: 10px;
	margin-left: 14px;
	padding-top: 5px;
}
#ul_cgv li {
	list-style: none;
	padding-bottom: 5px;
}

#titre_contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F5037C;
	font-weight: bold;
	font-size: 12px;
}
#txt_contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #645E59;
	font-weight: none;
	font-size: 12px;
	padding: 5px 0px 5px 0px;
	text-align: left;
}
#txt_mail_contact {
	text-align: left;
	width: 350px;
/*	border: 1px solid #666666;*/
}
#txt_mail_contact1 {
	text-align: left;
	width: 350px;
/*	border: 1px solid #666666;*/
}
#txt_mail_contact p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #782A90;
	font-weight: bold;
	font-size: 10px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	width: 300px;
}
#txt_mail_contact1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #782A90;
	font-weight: none;
	font-size: 10px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	width: 300px;
}


h6 {
	color: #645E59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: justify;
	line-height: 1.5em;
	padding: 0.5em 0px 0.5em 0px;
}
#contenu-centre .txt_accueil {
	padding: 0px;
	color: #484440;
}
#contenu-centre .intro_accueil {
font-size: 0.8em;
color: #782A90;
font-weight: bold;
line-height: 1.7em;
padding: 10px 0px 0.5em 0px;
}

#contenu-centre h3 {
	color: #782A90;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 8px;
}
#contenu-centre .nouvautes_accueil {
  font-size: 1.2em;
  color: #F5037C;
  font-variant: small-caps;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  padding: 5px 0px 10px 20px;
}


#ul_questions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #484440;
	font-size: 10px;
	margin-left: 14px;
	padding-top: 5px;
}
#ul_questions li {
	list-style: disc;
	padding-bottom: 5px;
}

#contenu-centre .txt_question a {
	color: #F5037C;
	text-decoration: underline;
}
#contenu-centre .txt_question a:link {
	color: #F5037C;
	text-decoration: underline;
}
#contenu-centre .txt_question a:visited {
	color: #F5037C;
	text-decoration: underline;
}
#contenu-centre .txt_question a:hover {
	color: #F5037C;
	text-decoration: underline;
}


#contenu-centre .txt_qui_gauche {
	text-align: justify;
	padding: 0px 15px 0px 0px;
	margin: 0px;
}
#contenu-centre .txt_qui_droite {
	text-align: justify;
	padding: 0px 0px 0px 15px;
	margin: 0px;
}
#contenu-centre .titre_qui_gauche {
font-size: 0.8em;
color: #782A90;
font-weight: bold;
line-height: 1.7em;
padding: 0px 15px 0.5em 0px;
}
#contenu-centre .titre_qui_droite {
font-size: 0.8em;
color: #782A90;
font-weight: bold;
line-height: 1.7em;
padding: 0px 0px 0.5em 15px;
}
