@charset "utf-8";
/**
 *
 * NAME : STYLE CSS
 * PROJECT : PR2008120202
 *
 * $Author: olivier.bolender $
 * $Revision: 3 $
 * $HeadURL: svn://localhost:3690/PR2008120202/trunk/data/css/style.css $
 *
 **/

/* Style commun */
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, html {
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;
	}

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

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;
}

/* Vignettes produits (mosaique) */
.each_vignette {
	position:relative;
	top:auto;
	left:auto;
	float:left;
	margin-left:31px;
	margin-top:31px;
	width:104px;
	height:104px;
	background:#000;
	border:1px solid #333333;
}
.each_vignette:hover {
	border:1px solid #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;	
}

/***************************/
/******************* MENU */
/*************************/
#zone_menu {
	height: 50px;
	width: 990px;
	border: 1px solid #404040;
	border-top:none;
	border-bottom:none;	
	background:url(../images/menu_fond.png) repeat-x;
}

#menu_offrir {
	width: 150px;
	height: 50x;
	background: url(/data/images/menu_offrir.png) no-repeat;
}

#menu_offrir:hover {
	background: url(/data/images/menu_offrir.png) no-repeat 0 -50px;
}

#menu_mariage {
	position:relative;
	width: 86px;
	height: 50x;
	background: url(/data/images/menu_mariage.png) no-repeat;
}

#menu_mariage:hover {
	background: url(/data/images/menu_mariage.png) no-repeat 0 -50px;
}

#menu_entreprise {
	position:relative;
	width: 97px;
	height: 50x;
	background: url(/data/images/menu_entreprise.png) no-repeat;
}

#menu_entreprise:hover {
	background: url(/data/images/menu_entreprise.png) no-repeat 0 -50px;
}

#menu_livraison {
	position:relative;
	width: 86px;
	height: 50x;
	background: url(/data/images/menu_livraison.png) no-repeat;
}

#menu_livraison:hover {
	background: url(/data/images/menu_livraison.png) no-repeat 0 -50px;
}

#menu_actu {
	position:relative;
	width: 52px;
	height: 50x;
	background: url(/data/images/menu_actu.png) no-repeat;
}

#menu_actu:hover {
	background: url(/data/images/menu_actu.png) no-repeat 0 -50px;
}

#menu_moncompte {
	position:relative;
	width: 128px;
	height: 50x;
	background: url(/data/images/menu_moncompte.png) no-repeat;
}

#menu_moncompte:hover {
	background: url(/data/images/menu_moncompte.png) no-repeat 0 -50px;
}

#menu_panier {
	position:relative;
	width: 67px;
	height: 50x;
	background: url(/data/images/menu_panier.png) no-repeat;
}

#menu_panier:hover {
	background: url(/data/images/menu_panier.png) no-repeat 0 -50px;
}

#menu_contactezmoi {
	position:relative;
	width: 147px;
	height: 50x;
	background: url(/data/images/menu_contactezmoi.png) no-repeat;
}

#menu_contactezmoi:hover {
	background: url(/data/images/menu_contactezmoi.png) no-repeat 0 -50px;
}

#menu_profil {
	position:relative;
	width: 100px;
	height: 50x;
	background: url(/data/images/menu_profil.png) no-repeat;
}

#menu_profil:hover {
	background: url(/data/images/menu_profil.png) no-repeat 0 -50px;
}

#linemiddle {
	position: relative;
	width: 990px;
	border: 1px solid #404040;
	border-top:none;
	border-bottom:none;
	min-height:500px;
	
	/*background:#006600;*/
}
#linedown {
	position: relative;
	width: 990px;
	border-top: 1px solid #404040;	
	font-size:8pt;
	z-index: 20;	
	}

#linedown a:link { color:#CCCCCC; }
#linedown a:visited { color:#CCCCCC; }
#linedown a:hover { color:#FFFFFF; }
#linedown a:active { color:#CCCCCC; }

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

#overlay {
	position:fixed;
	top:0;
	left:0;	
	width:100%;
	height:100%;
	background:#000;
	z-index:1000;
	display:none;
}

#wait {
	position: fixed;
	top:0;
	left:0;
	z-index: 1001;
	display:none;
}

.zone_texte {
	position:relative;
	float:left;
	width: 485px;
	padding: 5px;
	text-align:justify;
}
.zone_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; }

.ajoutpanier {
	font-size:8pt;
}

/*********************************/
/******************* MON PANIER */
/*******************************/
#mon_panier {
	padding:95px;
	width:990px;
	}
#mon_panier tr.titre {
	font-weight:bold;
	font-size: 12pt;
	}
#mon_panier tr.produit {
	font-size: 10pt;
	}
#mon_panier tr.produit:hover {
	background:#333333;
	}

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

/*********************************/
/******************* FORMULAIRE */
/*******************************/
.formulaire {
	padding:10px;
}
.formulaire td {
	padding:3px;
	font-size:10pt;
}
.formulaire input {
	border:1px solid #999999;
	font-size:10pt;
}
.formulaire input[type=submit] {
	border:1px solid #000000;
	background:#FFFFFF;
	color:#000000;
}
.formulaire input[type=submit]:hover {
	border:1px solid #FF0000;
}

/******************************/
/******************* TABLEAU */
/****************************/
/*.enteteTableau {
	background:#FFF;
	color:#000;
	}
.boutonMonCompteContenu {
	border:1px solid #FFF;
	background:#999;
	color:#FFF;
	}

td {
	padding:5px;
}*/

.step_actif {
	position:relative;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18pt;
	width:237px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#0F0;
	color:#FFF;
	margin:0;
	padding:0;
	margin-bottom:20px;
}
.step_inactif{
	position:relative;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18pt;
	width:237px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#333;
	color:#FFF;
	margin:0;
	padding:0;	
	margin-bottom:20px;	
}