@charset "utf-8";
a {
	text-decoration: none;
	}

a:link { color:rgb(0,239,0); }
a:visited { color:rgb(0,239,0); }
a:hover { color:rgb(0,239,0); }
a:active { color:rgb(0,239,0); }

p {
	margin:0;
	padding:0;
	}

*:focus {
	border:none;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background:#000000;
	}

.sousligne_vert {
	border-bottom: 1px solid #00ff00;
}

.vert {
	color: #0f0;
}

select:focus, input:focus {
	background:#CCC;
}

/* Conteneur */
#conteneur {
	position: relative;
	width: 992px;
	margin: 0 auto;
	z-index: 20;
}

/* contenu */
#contenu {
	padding:20px;
}

#contenu a:link {
	color: #CCCCCC;
	}

#contenu a:visited {
	color: #CCCCCC;
	}

#contenu a:hover {
	color: #FFFFFF;
	}

#contenu a:active {
	/*position: relative;
	display:block;*/
	color: #CCCCCC;
	}

/* Lineup */
#lineup {
	position: relative;
	width: 990px;
	border: 1px solid #404040;
	border-top:none;
	border-bottom:none;	
	height:150px;
}
#lineup input{
	font-size:8pt;
	border: 1px solid #666666;
	color:#666666;
}

/* Zone de texte flottant */
#zone_texte {
	position:absolute;
	background:#CCCC66;
	border:#993300 dotted 1px;
	color:#000;
	font-size:12pt;
	font-weight:bold;
	display:none;
	margin:5px;
	z-index:999;
}

/******************************/
/******************* ADRESSE */
/****************************/
#adresse {
}
#adresse p.titre {
	font-size:14pt;	
}
#adresse p.soustitre {
	margin-top:25px;
	font-size:12pt;	
}
#adresse p.texte {
	font-size:10pt;	
}

#conteneur_over {
	position: relative;
	width: 990px;
	margin: 0 auto;	
	height:0;
	overflow:visible;
	z-index: 1001;
}

.texte {
	position:relative;
	float:left;
	width: 485px;
	padding: 5px;
	text-align:justify;
}
.image {
	position:relative;
	float:right;
	width: 485px;
	padding: 5px;
	text-align:justify;
}

/*******************************/
/******************* RUBRIQUE */
/*****************************/

#zone_rubrique {
	position:relative;
	width:800px;
	padding:96px;
}
.titre_rubrique {
	font-size:18pt;
	}

/************************************/
/******************* FICHE PRODUIT */
/**********************************/
#fiche_produit {
	position: absolute;
	margin: auto;
	width: 990px;
	top:150px;
	height: 502px;
	border:#666666 1px solid;
	background:#000000;
	z-index: 1001;
	display:none;	
}
#fiche_produit .linedown {
	position:absolute;
	bottom:0;
	width:990px;
	background:#666666;
	color:#FFFFFF;
	font-size:8pt;
	cursor:pointer;
}
#fiche_produit .titre {
	font-size: 14pt;
}
#fiche_produit .ref {
	font-size:10pt;
	color:#999999;
}
#fiche_produit .ajouter {
	padding-left: 18px;
	background:url(../images/icone_ajouter.png) no-repeat left;
	line-height:18px;
}

#fiche_produit .prix {
	padding-left: 18px;
	background:url(../images/icone_euro.png) no-repeat left;
	line-height:18px;	
}
#fiche_produit .postscriptum {
	padding-top:5px;
	padding-left:5px;
	font-style:italic;
	font-size:11pt;
}

/****************************************/
/******************* FENETRE MON COMPTE */
/****************************************/
#mon_compte {
	position: absolute;
	margin: auto;
	width: 990px;
	top:150px;
	height: auto;
	border:#666666 1px solid;
	z-index: 1001;
	display:none;
}
#mon_compte p.action {
	width: 990px;
	margin-top:20px;
	color:#FFFFFF;
	background:#666666;
	font-size:8pt;
}

#mon_compte table {
	border:none;
	}

#mon_compte td {
	font-size:10pt;
}

#mon_compte input,#mon_compte select {
	font-size:10pt;
	}

#mon_compte p {
	margin-top: 20px;
	font-size:14pt;
	}

#mon_compte p.action a:link { color:#FFFFFF; }
#mon_compte p.action a:visited { color:#FFFFFF; }
#mon_compte p.action a:hover { color:#FFFFFF; }
#mon_compte p.action a:active { color:#FFFFFF; }



/*****************************/
/******************* COMMUN */
/***************************/
h1 {
	padding:0;
	margin:5px;
	font-weight:normal;
	font-size:16pt;
}
