html {
	margin: 0;
	padding: 0;
}

*{
	margin: 0;
	padding:0;
	text-decoration:none;
	list-style:none;
}
img
{
	border: none;
}

a:visited {
	text-decoration:none;
	color: #300;
}

a:active {
	color: #900;
	text-decoration:none;
}

a:link {
	text-decoration:none;
	color: #900;
}
a:hover {
	text-decoration:none;
	color: #C60;
}

p.alerte {
	text-align:center;
	font-size:1em;
	color:#f30;
}



#container { 
	margin:10px auto;
	width:766px; 	
	position:relative;
	background:url(../images/page.jpg) repeat-y;
	text-align:left;
}

#header, #bandeau {
	height:205px;
	width:766px;
	overflow:hidden;
	background:url(../images/header.jpg) no-repeat 0 0;
}


#page{
	padding-top:10px;
	background: url(../images/baspage.jpg) no-repeat 0 100%;
}


#page #colonneGauche{
	width:226px;
	float:left;
}

#page #colonneDroite{
	float:right;
	padding-right:10px;
}


#page #footer{
	clear:both;
	padding-top:65px;
	height:81px;
	width:766px;
	line-height:normal;
	font-size:0.72em;
	background:none;
	text-align:center;	
}


#postit					
{ 	color:#414141;
	border:1px solid #c93;
	font-size:0.75em;
	line-height:150%;
	text-align:left;
	overflow:visible;
	position:absolute;
	z-index:800;
	width:350px;
	height:auto;	
	display:none;
	background:#f2f5f8;
	
}

#postit h3{ /*, #panier_detail h3{*/
	font-size:0.9em;
	line-height:150%;
	height:29px;
	text-transform:uppercase;
	float:left;
	width:90%;
}

#postit h3{
	height:20px;
	color:#300;
	width:340px;
	line-height:170%;
	padding:5px;	
}

#postit p{
	padding:5px;
}

a.close{
	text-align:right;
	border:none;
	text-decoration:none;
	display:block;
	margin-left:340px;
}

a.close:hover{
	background:none;
}

#postit hr, #panier_detail hr, #info hr{
	visibility:hidden;
	clear:both;
}

/* event photo col centre */
#postit .photo_colcentrale{
	width:280px;
	margin:0 30px 10px 30px;
}


/********** ONGLET NAV LIEN *******************/

#ongletNavLien  {
	height:30px;
	text-align:center;
	width:750px;
	margin-left:8px;
	font-size:0.7em;
	background:url(../images/ongletNav.jpg) repeat-x;
}

#ongletNavLien a span{
	display:none;	
}

#ongletNavLien a:hover{
	background: url(../images/onglet.jpg) no-repeat 50% -31px;
	color:white;
}

#ongletNavLien a{	
	height:31px;
	padding-top:10px;
	display:block;
	float: left;
	padding:0 5px;
	width:109px;
	text-decoration:none;
	background: url(../images/onglet.jpg) no-repeat 50% 2px;
}

#ongletNavLien a.premier{
	margin-left:25px;
}


/**************************************  MENU gauche *******************/

#colonneGauche div{
	font-size:0.8em;
	margin-left:8px;
	margin-right:0;
}

/*----------------------- PANIER -----------------------*/
#colonneGauche #panier{
	height:85px;
	width:220px;
	text-align:center;
	color:black;
	margin-bottom:5px;
	background:url(../images/panierBg.gif) no-repeat 8px 0;
}

#panier h3{
	font-size:1em;
	line-height:150%;
	padding:8px 0 5px 0;
}

h3.no-panier{
	height:20px;
	margin:10px 0 ;
	margin-left:5px;
	color:#424242;
	font-weight:normal;
	font-variant:small-caps;
	font-size:0.8em;
	text-align:center;
}

#panier h3 a img{
	margin-right:5px;
	vertical-align:text-bottom;
	border:none;
	background:none;
}

#panier p{
	padding:0 0 0 20px;
	margin:0;
	font-size:0.8em;
	line-height:120%;
	text-align:left;
	width:201px;
	
}
#panier span{
	font-weight:bold;
	text-decoration:underline;
}

#colonneGauche #panier_detail h3{
	margin:5px 0 0 8px;
	color:white;
	float:left;
}

#panier_detail a.close{
	margin:0 5px 0 0;
}

#panier_detail{	
	left:-10px;
	top:1px;
	font-size:0.9em;
	line-height:150%;
	text-align:left;	
	background: url(../images/panier_detailHeadBg.gif) no-repeat 0 0;
	overflow:visible;
	position:absolute;
	z-index:900;
	width:574px;	
	display:none;
}
#panier_detail form{
	background:url(../images/panier_detailBottomBg.gif) no-repeat 0 100%;
	padding-left:10px;
	padding-bottom:35px;
	padding-top:0;
	height:auto;
}
	
#panier a.commande_panier{
	background: url(../images/bouton_commande_panier.gif) no-repeat center center;
	font-size:0.9em;
	margin-top:2px;
	display:block;
	/*width:85px;*/
	width:95%;
	height:20px;
	line-height:170%;
	text-align:center;
	color:black
}


#panier_detail hr{
	display:none;
	border:none;
	height:0;
	clear:left;
}

#panier_detail p{
	border-left:0px solid #ccc; 
	border-right:1px solid #ccc; 
	border-top:0px solid #ccc; 
	border-bottom:1px solid #ccc; 
	padding:2px; 
	font-size:0.75em;
	height:18px;
	line-height:16px;
	width:48px;
	margin:0;
	float:left;
	overflow:hidden;
}

#panier_detail p.ref{
	border-left:1px solid #ccc;
	width:50px;
}

#panier_detail p.nom{
	width:180px;
	text-align:center;
	line-height:120%;
	height:18px;
}

#panier_detail p.ht, #panier_detail p.tva{
	width:50px;
}
#panier_detail p.somme, #panier_detail p.ht, #panier_detail p.tva{
	text-align:right;
}
#panier_detail p.quantite{
	width:60px;
	text-align:center;
	padding-left:2px;
	padding-right:2px;
}

#panier_detail p.quantite input.calc{
	padding:1px;	
}

#panier_detail p.commande{
	width:80px;
	text-align:center;
}
#panier_detail a.bouton_commande, #panier_detail a.bouton_commande:hover{
	border:none;
	background:none;
}
#panier_detail a.bouton_commande img{
	height:15px;
}

#panier_detail p.tete{
	font-weight:bold;
	border-top:1px solid #ccc;
	text-align:center;
	margin-top:5px;
}
/*----------------------- MENU VOTE  -----------------------*/

#colonneGauche #vote {	
	width:226px;
	background: transparent url(../images/menuGaucheTop.gif) no-repeat 0 0;
	padding-top:20px;
}

#colonneGauche #vote h4{
	font-size:110%;
	line-height:normal;
	font-weight:normal;	
	margin-top:-5px;
	padding:0 15px;
	text-align:center;
	background: transparent url(../images/menuGauche.gif) repeat-y;
}

#colonneGauche #vote ul {
	text-align:left;
	font-size:75%;
		
}

#colonneGauche #vote li{
	padding-left:25px;
	height:22px;
	line-height:200%;
	background: transparent url(../images/menuGauche.gif) repeat-y;
}

#colonneGauche #vote li.dernier{
	display:none;
}

#colonneGauche #vote li input{
	float:left;	
	margin:0 5px 0 0;
}

#colonneGauche #vote form p{
	font-weight:bold;
	text-align:center;
	height:42px;
	background: transparent url(../images/menuGaucheBottom.gif) no-repeat 0 100%;	
	
}

#colonneGauche #vote form p input{
	border:1px solid #900;
	font-size:0.8em;
	color:#900;
	margin-top:10px;
	padding:2px;
	background:white;
}


/*----------------- MENU Boutik  -----------------*/


#colonneGauche  #menuBoutik{
	width:226px;
	text-align:left;
	margin-bottom:10px;
	padding-top:20px;
	background: transparent url(../images/menuGaucheTop.gif) no-repeat 0 0;
	font-size:0.8em;
}

#colonneGauche  #menuBoutik dt{
	background: transparent url(../images/menuGauche.gif) repeat-y ;
	height:25px;
	line-height:normal;
	padding-top:5px;
	width:226px;
}

#menuBoutik dt a.famille, #menuBoutik dt a.famille_ouvert{
	background: transparent url(../images/puceMenuBoutik.jpg) no-repeat 180px 0 ;
	text-indent: 25px;
	display:block;
}

#menuBoutik dt a.famille_ouvert{
	background: transparent url(../images/puceMenuBoutikBas.jpg) no-repeat 180px 0 ;
	display:block;
}

#menuBoutik dd{
	display:none;
}

#menuBoutik ul{
	background: transparent url(../images/menuGauche.gif) repeat-y;
}

#menuBoutik li a:hover {
	background:url(../images/menuOver.gif) repeat-y;
	color:#ff9;
}
#menuBoutik li {
	height:20px;
	padding:0;
	margin:0;
	line-height:1em;
}

#menuBoutik li a.rayon, #menuBoutik li a.rayon_dernier {
	padding-left:30px ;
	overflow:visible;
	line-height:normal;
	font-size:0.7em;
	height:20px;
	display:block;	
}


#menuBoutik p.bas {
	background: transparent url(../images/menuGaucheBottom.gif) no-repeat 0 100%;	
	height:20px;
}

/*----------------- menu societe -----------------*/

#colonneGauche #menuSociete {
	width:226px;
	font-size:0.9em;
	line-height:normal;
}

#colonneGauche #menuSociete p.haut{
	background: url(../images/menuGaucheTop.gif) no-repeat 0 0;
	height:20px;
	width:226px;
}

#colonneGauche #menuSociete p.bas{
	background: transparent url(../images/menuGaucheBottom.gif) no-repeat 0 100%;
	height:20px;
	width:226px;
}

#colonneGauche #menuSociete ul{
	background: transparent url(../images/menuGauche.gif) repeat-y;
	text-align:left;
}

#colonneGauche li a:hover {
	background:url(../images/menuOver.gif) repeat-y;
	color:#ff9;
}

#colonneGauche #menuSociete li a{
	display:block;	
	width:206px;
	padding-left:20px;
}

/*----------------- ANNOTATIONS -----------------*/

#colonneGauche div.annotation{
	position:relative;
	height:100px;
	overflow:hidden;
	text-align:right;
	width:226px;	
	margin-top:15px;
	margin-bottom:15px;
	background: url(../images/annotation.gif) no-repeat 0 0;
}

#colonneGauche div.annotation span.nav{
	border:none;
	font-size:.8em;
	text-align:center;
	position:absolute;
	top:8px;
	left:20px;
	z-index:800;
}
#colonneGauche div.annotation span.nav a{
	display:block;
	float:none;
	width:14px;
	height:10px;
	border:none;
}

#colonneGauche div.annotation span.nav a:hover{
	background:none;
}

#colonneGauche div.annotation div {
	margin:0;
	width:195px;
	padding:0;
	position:absolute;
	z-index:600;
	top:10px;
	left:10px;
	text-align:left;
	color:#633;
}

#colonneGauche div.annotation div p{
	line-height:130%;
	padding:0 5px 5px 5px;
	
}

#colonneGauche div.annotation .sstitre {
	font-weight:bold;
	margin-top:0;
}

#colonneGauche div.annotation a.suite {
	text-decoration:underline;
}

#colonneGauche div.annotation h4 {
	font-weight:bold;
	font-size:0.8em;
	line-height:300%;
	height:35px;
	overflow:hidden;
	background: url(../images/annotationH4.gif) no-repeat 0 0;
	position:absolute;
	width:226px;
	z-index:700;
	text-align:left;
	top:0;
	left:0;
	color:#CC0066;
	text-indent:40px;
}


#colonneGauche div.annotation .boitePhoto {
	text-align:center;
	padding-top:1em;
	padding-right: 8em;
}

#colonneGauche div.annotation div img {
	width:80px;
	text-align:center;
}

/* annotation sans resume */

#colonneGauche div.no_resum  {
	position:static;
	height:auto;
	overflow:visible;
	background: transparent url(../images/menuGauche.gif) repeat-y;
	text-align:left;
}

#colonneGauche div.no_resum h4 {
	position:static;
	text-indent:20px;
}

#colonneGauche div.no_resum div {
	position:static;
	text-align:left;
	margin-left:10px;
	padding:0;
	width:196px;
}

#colonneGauche div.no_resum div p{
	line-height:140%;
	padding:8px;
	margin:0;
	color:#633;
}

#colonneGauche div.annotation p.bas{
	background:url(../images/annotationBas.gif) no-repeat 0 0;
	width:226px;
	height:21px;
	position:absolute;
	z-index:800;
	top:79px;
	left:0;
}

#colonneGauche div.no_resum p.bas{
	background:url(../images/annotationBas.gif) no-repeat 0 0;
	width:226px;
	height:21px;
	position:static;
}


/*----------------------- UTILITY : login & SEARCH -----------------------*/


#colonneGauche div.recherche{
	position:relative;
	height:70px;		
	width:226px;
	margin-top:10px;
	background: transparent url(../images/bgRecherche.gif) no-repeat 0 0;
}

#colonneGauche div.recherche p#rsch{
	margin-top:10px;	
	width:100%;
	height:31px;	
}

#colonneGauche div.recherche select{
	background:#fc6;
	color:#900;
	width:140px;
	margin-left:15px;
	margin-top:5px;
}

#colonneGauche div.recherche p#rsch input.champ{
	background:none;
	color:#900;
	width:140px;
	height:20px;
	position:absolute;
	z-index:3;
	top:45px;
	left:25px;
	border:none;
}

#colonneGauche div.recherche p#rsch input.bouton{
	width:40px;
	height:25px;
	position:absolute;
	z-index:3;
	top:40px;
	left:175px;
}

#colonneGauche div#menuLogin{
	position:relative;
	height:144px;
	width:226px;
	background:url(../images/bgMenuLogin.jpg) no-repeat 0 0;
}

#colonneGauche div#menuLogin h3{
	height:130px;
	width:200px;
	margin-left:10px;
	text-align:center;
	font-weight:normal;
	line-height:300%;
	background:#ff9;
	font-variant:small-caps;
	color:#990066;
}
#colonneGauche div#menuLogin h3 a{
	text-decoration:underline;
	display:block;
	font-size:0.8em;
	line-height:130%;
}


#colonneGauche div#menuLogin p{
	height:2em;
	text-align:center;
}

#colonneGauche div#menuLogin p.top {
	text-align:center;
	height:25px;
	padding:15px 15px 0 15px;
	font-size:0.75em;
}

#colonneGauche div#menuLogin p.top a {
	padding-right:10px;
	text-decoration:underline;
}

#colonneGauche div#menuLogin #passMenu, #colonneGauche div#menuLogin .champ{	
	margin-left:3px;
	margin-top:0px;
	height:16px;
	color:#900;
	width:150px;
	background:none;
	border:1px solid #900;
}
/* !! nouveau positionnement */

#colonneGauche div#menuLogin .bouton_log{
	position:absolute;
	z-index:3;
	left:34px;
	top:99px;
}

#colonneGauche div#menuLogin .oublimdp{
	position:absolute;
	z-index:3;
	left:70px;
	top:95px;
}

/* !! fin de nouveau positionnement */

#colonneGauche div#menuDownload {
	background:url(../images/menuBoutikTop.jpg) no-repeat 0 0;
	padding-top:65px; /* new ! */	
	width:300px;
	margin:0 0 20px 12px;
}


/* ! FIN DE NEW CSS */

#colonneGauche div#menuDownload {
	text-align:right;
 }


#colonneGauche div#menuDownload h3{
	color:#9966CC;
	padding-right:15px;
	height:30px;
	background:url(../images/menuBoutikBg.jpg) repeat-y;
 }
 
#colonneGauche div#menuDownload p{
	height:25px;
	width:300px;
	background:url(../images/menuBoutikBg.jpg) repeat-y;
}

#colonneGauche div#menuDownload p.dernier a{
 	background:url(../images/menuBoutikBottom.jpg) no-repeat 0 100%;
	height:40px;	
}


 #colonneGauche div#menuDownload a{
 	font-size:90%;
	height:25px;
	line-height:22px;
	display:block;
	padding-right:15px;
}

 #colonneGauche div#menuDownload a:hover{
	background:url(../images/menuBoutikOver.jpg) repeat-y;
	display:block;
	color:white;
	height:25px;
}

#colonneGauche div#menuDownload p.dernier a:hover{
 	background:url(../images/menuBoutikOverDer.jpg) no-repeat 0 100%;
	
}
#colonneGauche div#banniere{
	border:1px dotted #963;
	margin:5px 0 5px 20px;
	font-size:0.68em;
	width:195px;
}

#colonneGauche div#banniere p{
	padding:0 5px;
	background:#F1DFC3; 
	line-height:140%;
	color:#996666;
}

/*-----------------------TAGS -----------------------*/

 #colonneGauche div#tag  {
 	margin-top:10px;
	margin-bottom:10px;
	font-size:1em;
	padding:0;
	width:226px;
	line-height:135%;
 }
 
 #colonneGauche div#tag  a{
 	color:#963;
 }
 
#colonneGauche div#tag  a:hover{
 	text-decoration:underline;
 }

 
#colonneGauche div#tag p.top {
 	background: url(../images/menuGaucheTop.gif) no-repeat 0 0;
	width:230px;
	height:20px
 }
 
#colonneGauche div#tag div  {
 	background: transparent url(../images/menuGauche.gif) repeat-y;
	margin:0;
	padding:0 18px;
 }
 
#colonneGauche div#tag p.bottom {
 	background:url(../images/menuGaucheBottom.gif) no-repeat 0 100%;
	width:230px;
	height:25px
 }


/*---------------------- PARAGRAPH ---------------------*/

#colonneGauche #paragraph{
	font-size:10px;
	text-align:right;
	line-height:200%;
	margin-right:20px;
	padding-right:10px;
	margin-left:20px;
	border-right:1px solid #663300;
}

#colonneGauche #paragraph div{
	margin:5px 0;
}


/****************************** COL DROITE **********************************/


/*--------------------- VIGNETTE ACCUEIL ---------------*/

#onglet {
	padding-top:10px;
	margin-right:10px;
	width:495px;
	/*height:100px;*/
	text-align:center;
	/*overflow:hidden;*/
}

#onglet div{
	float:left;
	background:url(../images/vignetteAccueil.gif) no-repeat 0 0;
	width:163px;
	height:195px;
	margin:0 2px 5px 0px;
}

#onglet div p.link{
	margin-top:5px;
	height:50px;
}

#onglet div p.link a {
	color:white;
	font-size:0.8em;
	
}

#onglet div p.vignet{
	margin-bottom:5px;
}

#onglet div p.vignet img{
	height:100px;
}

#onglet div p.nom{
	height:35px;
	width:100%;
	overflow:hidden;
	font-size:12px;
}


/*--------------------- menu tri et menu pages ---------------------*/

#colonneDroite p.tri{
	text-align:center;
	font-size:0.7em;
	margin-right:10px;
	font-family:"Arial narrow", "Arial condensed","Helvetica Condensed", sans-serif;
	
}

#colonneDroite p.affichepage{
	text-align:center;
	font-size:0.7em;
	padding-top:5px;
	/*margin-right:25px;*/
	background:url(../images/affichePageBg.jpg) no-repeat center 0;
	height:34px;
	width:495px;
}

#colonneDroite p.bottom{
	margin-bottom:70px;
}


/*--------------------- ARTICLE ----------------*/

#colonneDroite div.article,#colonneDroite div.detail, #colonneDroite div#texte{
	text-align:center;
	font-size:0.8em;
	/*margin-right:10px;*/
	width:516px;
}
#colonneDroite div.article, #colonneDroite div.detail{
	background:url(../images/articleTop.jpg) no-repeat 0 0;
	position:relative;
}

#colonneDroite  hr.separation{
	visibility:hidden;
	clear:left;
}

#colonneDroite  p.liaison, #colonneDroite  p.separation{
	text-align:center;
	font-size:0.8em;
}


#colonneDroite div.article p.selection,
#colonneDroite div.article p.classe,
#colonneDroite div.article div.conteneur, 
#colonneDroite div.article div.action ,
#colonneDroite div.detail p.selection,
#colonneDroite div.detail p.classe,
#colonneDroite div.detail div.conteneur, 
#colonneDroite div.detail div.action {
	background:url(../images/articleBg.jpg) repeat-y;
}

#colonneDroite div.article p.selection a,
#colonneDroite div.detail p.selection a{
	font-size:1.4em;
	display:block;
	position:absolute;
	z-index:100;
	top:50px;
	left:100px;	
}

#colonneDroite div.article p.selection {
	line-height:145%;
}

#colonneDroite div.article p.boiteNav,
#colonneDroite div.detail p.boiteNav{
	background:none;
	font-size:0.85em;
	height:108px;
	padding:0 20px;
	line-height:50px;
	text-align:left;
}

#colonneDroite div.article p.detail,
#colonneDroite div.detail p.detail{
	padding:5px 20px;
	font-size:0.85em;
}

#colonneDroite div.article p.selection,
#colonneDroite div.detail p.selection{
	padding:0 30px 10px 40px;
	font-size:1.3em;
	color:#c03;
}

/* prix et références */ 

#colonneDroite div.article p.selection span,
#colonneDroite div.article p.detail span{
	display:block;
}

#colonneDroite div.article p.selection span.prix,
#colonneDroite div.detail p.selection span.prix{
	font-weight:bold;
	display:block;
	position:absolute;
	z-index:100;
	top:50px;
	left:100%;
	margin-left:-200px;
	width:200px;
}

#colonneDroite div.article p.selection span.reference,
#colonneDroite div.detail p.selection span.reference,
#colonneDroite div.article p.classe,
#colonneDroite div.detail p.classe{
	display:none;
}

/* conteneur : description */
#colonneDroite div.article div.conteneur,
#colonneDroite div.detail div.conteneur{
	text-align:justify;
	padding:0 30px 0 30px;
	line-height:normal;
	color:#600;
	line-height:170%;
	
}

#colonneDroite div.article div.conteneur p.with_photo{
	margin-left:140px;
	padding-top:10px;
}

#colonneDroite div.detail div.conteneur p.with_photo{
	margin:8px 15px 0 15px;
	height:auto;
}
	
#colonneDroite div.article div.conteneur a.suite_article{
	background:url(../images/puceMenuBoutik.jpg) no-repeat 100% 100%;
	display:block;
	height:15px;
	padding-top:5px;
	text-align:left;
	padding-right:10px;
	width:65px;
	font-size:0.7em;
	line-height:normal;
}

#colonneDroite div.article div.conteneur p.photo,
#colonneDroite div.detail div.conteneur p.photo{
	float:left;	
}

#colonneDroite div.article div.conteneur .photo img{
	border:5px solid white;
	width:100px;
}


#colonneDroite div.detail div.conteneur p.photo img{
	border:5px solid white;
	width:300px;
	margin-left:15px;
}

#colonneDroite div.detail div.conteneur p.photo {
	float:none;
}

/* form commande et panier */

#colonneDroite div.article div.action,
#colonneDroite div.detail div.action {
	position:relative;
	text-align:left;
}

#colonneDroite div.article p.barrePanier,
#colonneDroite div.detail p.barrePanier{
	background:url(../images/articlebottom.jpg) no-repeat 0 100%;
	height:65px;
}

#colonneDroite div.detail div.action,
#colonneDroite div.detail p.barrePanier {
	height:100px;
}


#colonneDroite div.article input.mybuttoncom,
#colonneDroite div.detail input.mybuttoncom {
	background:url(../images/commande.gif) no-repeat 50% 50%;
	border:none;
	width:153px;
	height:44px;
	position:absolute;
	z-index:3;
	top:10px;
	left:40px;
}

#colonneDroite div.article p.barrePanier input,
#colonneDroite div.detail p.barrePanier input{	
	position:absolute;
	z-index:3;
	top:10px;
	left:300px;
}

#colonneDroite div.article p.barrePanier input,
#colonneDroite div.article input.mybuttoncom {	
	top:0;
}

/* tableau article pag detail */
/* tableau article pag detail */

#colonneDroite div.detail #tablo{
	text-align:left;
	font-size:0.85em;
	background:url(../images/articleBg.jpg) repeat-y;
}

#colonneDroite div.detail #tablo p{
	text-align:center;
	font-size:1em;
	text-decoration:underline;
}

#colonneDroite div.detail #tablo table,
#colonneDroite div.detail #tablo td,
#colonneDroite div.detail #tablo tr,
#colonneDroite div.detail #tablo th{
	text-align:left;
	margin:0;
	padding:0;
}

#colonneDroite div.detail #tablo table.tablo_article{
	margin-left:30px;
	width:450px;
}
#colonneDroite div.detail #tablo table.sous_tablo_article{
	width:450px;
	margin-left:30px;
	background:url(../images/table.jpg) no-repeat 0 100%;
}

#colonneDroite div.detail #tablo table.sous_tablo_article td{
	width:450px;
	font-size:1em;	
}

#colonneDroite div.detail #tablo td,
#colonneDroite div.detail #tablo th{
	padding:0 5px;
}


#colonneDroite div.detail #tablo td{
	height:1em;
}

#colonneDroite div.detail #tablo table.tablo_article th{
	text-align:left;
	font-size:1em;
	vertical-align:middle;
	font-weight:bold;
	background:url(../images/table_tete.jpg) no-repeat 0 100%;
	height:33px;
}

#colonneDroite div.detail #tablo table a{
	text-decoration:underline;
}
#colonneDroite div.detail #tablo table a img{
	vertical-align:middle;
}

#colonneDroite div.detail #tablo table span{
	color:black;
	font-style:italic;
}

/*--------------------- TEXTES  -------*/

#colonneDroite div#texte{
	background:url(../images/texteBg.jpg) repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	padding-right:5px;
	line-height:150%;
}

#colonneDroite div#texte p.titre{
	background:url(../images/texteTop.jpg) no-repeat 0 0;
	height:31px;
	padding:10px;
	text-indent:10px;
	font-size:1.1em;
	color:#CC0033;
}

#colonneDroite div#texte p.chapo{
	display:none;
}

#colonneDroite div#texte p.photo_txt{
	border:1px solid #ccc;
	width:33%;
	margin-right:15px;
	float:left;
}

#colonneDroite div#texte p.photo_txt img{
	width:100%;
	border:5px solid white;
}
#colonneDroite div#texte p.boiteNav{
	background:url(../images/texteBottom.jpg) no-repeat 0 100%;
	height:70px;
}

/*--------------------- LOGIN, MAIL, INSCRIPTION  -------*/

#mail,#login {
	text-align:left;
	font-size:12px;
	color:#663300;
	margin-right:10px;
	/*margin-bottom:400px;*/
	width:500px;
}

#mail .champ ,#login .champ, #mail .champMessage , #login .pass{
	width:200px;
	color:#663300;
	margin-top:5px;
}

#login .pass,
#mail .champ, 
#login .champ, 
#login .bouton, 
#login .pass
#login .pays,
#mail .champMessage {
	margin-left:5px;
	
}

#login .pass{
	width:80px;
	margin-top:5px;
}

#login em, #centre p.avertissement em{
	padding-left:5px;
	display:inline;
	font-size:8px;
	color:#663300;
	
}

#login .bouton, #mail .bouton{
	font-size:12px;
	color:black;
	text-align:center;
	width:42px;
	height:22px;
	border:1px solid #663300;
	background:white;
}

#login p.choix_statut {
	text-align:center;
	font-size:0.8em;
}

#login .pays {
	margin-top:0.5em;
	border:1px solid #663300;
	width:200px;
	margin-left:5px;
}

#login p,#mail p{
	height:3em;	
	line-height:3em;
	margin:2px;
}

#login span, #mail span{	
	text-align:right;
	display:block;
	float:left;
	width:30%;
	font-size:10px;
}

#login a {
	text-align:center;
	padding:0 5px;
	text-decoration:underline;
}


#login h3, #mail h3  {
	text-align:center;
	font-size:14px;
	line-height:220%;
	height:30px;
	font-weight:normal;	
}

#mail .message {
	height:200px;
	line-height:200px;
}

#mail .champMessage {
	height:180px;
	font-family:Verdana, sans-serif;
}

#mail .bouton{
	width:75px;
	height:24px;
	background:transparent url(../images/boutonOk75.gif) no-repeat 50% 1px;
}

#mail p.alerte, #login p.alerte {
	line-height:inherit;
	font-size:12px;
	margin:inherit;
	margin-bottom:10px;
}


/*---------------RECHERCHE -------------------------*/

#colonneDroite div.result{
	text-align:left;
	font-size:0.8em;
	margin:0 10px;
}

#colonneDroite div.result div.recherche_colonne{
	text-align:center;
	border:1px solid #cc6;
	margin:0 20px;
}

#colonneDroite div.result div.recherche_colonne h3, #colonneDroite div.result h3{
	font-weight:normal;
	font-size:140%;
	line-height:200%;
	text-align:center;
}

#colonneDroite div.result p{
	color:#00f;
	line-height:170%;
	margin-top:8px;
}

#colonneDroite div.result p span{
	font-size:0.75em;
	font-style:italic;
}

#colonneDroite div.result p span.prix{
	font-size:100%;
	color:#c03;
	font-style:normal;
}

#colonneDroite div.result p a{
	color:#336600;
	text-decoration:underline;
}


/*--------------WEBBOX --------------*/

#wbox_wrapper
{
	position: absolute; 
	width: 100%; 
	top: 150px;
	left: 0px ;
	z-index:2000;
}

#loading{ 
	position: absolute; 
	top: 8px; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}

#overlay
{ 
	position: absolute;
	top: 0px;
	left: 0px ;
}

#wbox
{ 
	position: relative ;
	width: 32px;
	height: 32px ;
	margin: 0 auto ;
}

img.thumb
{
	border:1px solid #666666;
}

#wbox_data
{ 
	position: relative;
	margin: 0 auto;
}


#controls
{
	position:absolute;
}

#info
{
	font-family:arial;
	font-size:10px;
	color:#fff;
	padding-left:5px;
}
		
a#prevLink, a#nextLink, a#closeLink, a#slideLink
{
	float:left;
	width:25px;
	height:30px;
}

a#prevLink { background-image:url(../images/prev.gif); }
a#nextLink { background-image:url(../images/next.gif); }
a#closeLink { background-image:url(../images/close.gif); }
a#slideLink { background-image:url(../images/show.gif); }

a#prevLink:hover , a#nextLink:hover, a#closeLink:hover, a#slideLink:hover{
	background-color:transparent;
}


a#prevLink:hover, a#nextLink:hover
{
	text-decoration:underline;
}

/*--------------------- COMMANDE -------------------------*/
#colonneform{
	text-align:center;
	width:766px;
}

#colCentraleCom {
	overflow:hidden;
	text-align:left;
	font-size:0.75em;
	color:black;
	line-height:normal;
	padding:5px;
	margin:0 20px;
	margin-top:20px;	
}

#resultat{
	height:600px;
	font-size:0.8em;
	text-align:center;
	margin:0 20px;
}

#colonneform .form_paiement{
	text-align:center;
	margin-left:40px;
	margin-top:20px;
	width:635px;
	height:150px;
	
}
#colonneform .form_paiement h2{
	font-size:120%;
	line-height:170%;
	margin-bottom:25px;
}
#colCentraleCom .bouton ,#colCentraleCom .champ, #resultat input  {
	border:1px solid #d5d5d5;
	background:#f2f5f8;
}

#postit #resultat .bouton {
	background:#f2f5f8;
	width:160px;
	height:25px;
	color:black;
	font-weight:bold;
	border:1px solid #603;
}

#colCentraleCom #paiement .bouton {
	background: #f2f5f8;
	border:1px solid silver;
	border-width:1px 2px 2px 1px;
	margin-bottom:1em;
}
#colCentraleCom .champ{
	border-width:2px 0 0 2px;
}
#colCentraleCom p {
	border-bottom:1px solid #d5d5d5;
}
#colCentraleCom .alerte {
	padding:1em;
}
p#alinea {
	border:none;
	margin-bottom:1em;
	font-style:italic;
}
#colCentraleCom span {
	background-color: #fff;
	border-color:#d5d5d5;
	border-width:0 1px 1px 1px;
	border-style:solid; 
	padding:0 0.5em;
}
#colCentraleCom .entete , #paiement h4, #colCentraleCom h3, #tabloTotalCatalogue .total, #colonneform #resultat p.entete {
	text-align:center;
	font-size:1em;
	color:#d5d5d5;
	background:#603;
	border:none;
	line-height:normal;
	padding:5px 0;
}
#colCentraleCom .entete span {
	color:#d5d5d5;
	background:#603; /*#603;*/
	border:none;
}

#colCentraleCom #paiement .entete {
	text-align:center;
	margin-top:1em;
}
#tabloTotalCatalogue .total {
	text-align:left;
	margin-bottom:0;
}

/*------------entete de facture comprenant identite client et n de facture*/

#enteteFacture{
	height:150px;
	text-align:center;
	width:100%;
	margin-bottom:.8em;
}
#enteteFacture span {
	display:block;
	text-align:left;
	line-height:1.5em;
}

#enteteFacture div {
	border-top:1px solid #d5d5d5;
	width:45%;
}
#refboutique {
	float:left;
}
#colCentraleCom #ficheClient {
	float:right;
	font-weight:bold;
	height:150px;
}
#colCentraleCom #ficheClient p#no_compte {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	border:1px solid #f3c;
	background:#f6c;
}
#ficheClient .pied {
	text-align:center;
}
/* tablo remise*/
#remise {
	border-left:1px solid #d5d5d5;
	border-right:1px solid #d5d5d5;
	margin-bottom:1em;
}

#detailArticle div ,#remise div {
	height:20px;
	line-height:20px;           
	border-bottom:1px solid #d5d5d5;
	width:100%;
}

#remise div  {
	text-align:center;
}

#remise p {
	float:left;
	width:11%;
	border:none;
	text-align:center;
	text-indent:5px;
	
}
#remise .nom {
	width:40%;
	text-align:left;
}
#remise .somme {
	float:right;
	font-weight:bold;
	text-align:right;
	width:15%;
	padding-right:0.5em;
}
/*entete de facture n2 tete de tablo detail des articles p*/
#detailArticle, #tabloTotal, #tabloTotalCatalogue {
	border:1px solid #d5d5d5;
	border-bottom:none;
}
#detailArticle, #tabloTotal {
	background:#fff;
}

#detailArticle p {
	border:none;
	float:left;
	width:12%;/*14*/
	text-indent:5px;
	border-left: 1px solid #d5d5d5;
	overflow:hidden;
}
#detailArticle .quantite {
	width:5%;
}
#detailArticle .ref {
	border-left:none;
	text-align:left;
}
#detailArticle .nom {
	width:40%;/*25*/
	text-align:left;
	font-size:0.8em;
	height:18px;
	overflow:hidden;
}
#detailArticle .somme{
	width:10%;
	float:right;
	text-align:right;
	font-weight:bold;
	padding-right:0.2em;
}
/*entet de facture n2 fin de tablo total des articles p*/
#tabloTotal, #tabloTotalCatalogue {
	margin-bottom:2em;
	text-align:right;
	padding-right:0.2em;
	border-top:none;
	margin:0 0 2% 70%;
}
#tabloTotal p, #tabloTotalCatalogue p {
	height:20px;
	line-height:20px;
	border-bottom:1px solid #d5d5d5;	
}
#tabloTotal span , #tabloTotalCatalogue span {
	text-align:right;
	border:none;
	background:none;
	font-weight:bold;
}

/* partie une de la page commane conteneur global*/

#paiement {
	width:100%;
	clear:both; 
}
#paiement p {
	text-align:center;
	padding: .5em;
	border:none;
}

#postit #resultat {
	text-align:center;
	height:auto;
	width:480px;
	margin-bottom:10px;
	font-size:0.9em;
	line-height:140%;
	margin:0 10px;
	color:#CC0066;
}
#colCentraleCom #resultat {
	text-align:center;
}

#resultat h2.valide{
	font-size:1.1em;
	height:3em;
	color:#603;
}

#colCentraleCom #resultat p, #colonneform #resultat p{
	border:none;
	font-size:0.85em;
	line-height:13pt;
}
#resultat p.entete{
	text-align:center;
	height:auto;
	margin:5px 0;
}
/* bas de facture mode livraison &  calcul frais port */
#adresseLiv span, #fraisPort span {
	text-align:left;
	border:none;
	background:none;
}
#adresseLiv .champ, #adresseLiv .bouton {
	width:55%;
}

#fraisPort{
	
	background:#fff;
}

#adresseLiv{
	width:70%;
	margin:0 15% 20px 15%;
	background:#fff;
	border:1px solid #d5d5d5;
} 

/* tablo des frais de ports*/
#fraisPort p, #adresseLiv p {
	border-bottom:1px solid #d5d5d5;
	padding: .5em;
	text-align:right;
}

#fraisPort span {
	font-weight:bold;
	text-align:right;
}
#fraisPort .total {
	border-bottom:none;
} 





