/* CSS Document */
body{
	margin:8px;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#D5D5D5;
	background-image:url(images/fondAlu.jpg);
	background-position:left;
}

/*__Tableau Général__*/
table#bord{
	border:0;
	border-collapse:collapse;
	padding:0;
	margin:0 auto;
	width:100%;
}table#bord td{
	margin:0;
	padding:0;
	border:0;
}table#bord td#bandeH{
	height:11px;
	background-image:url(images/haut.gif);
	background-repeat:repeat-x;
}table#bord td#bandeG{
	width:11px;
	background-image:url(images/gauche.gif);
	background-repeat:repeat-y;
}table#bord td#bandeD{
	width:12px;
	background-image:url(images/droite.gif);
	background-repeat:repeat-y;
}table#bord td#bandeB{
	height:16px;
	background-image:url(images/bas.gif);
	background-repeat:repeat-x;
}
/*__TD Pricipal__*/
table#bord td#conteneur{
	text-align:left;
	background-color:#FFFFFF;
	padding:5px 10px 0 10px;
}

/*******************************************HEADER*******************************************//*__logo__*/
table#bord td#conteneur h1{
	float:left;
	margin:8px 8px 0px 0;	
}/*__slogan__*/
table#bord td#conteneur p#slogan{
	margin:29px 0 5px 0;
	font-style:italic;
	font-weight:bold;
	font-size:9px;
	color:#58595B;	
}

/*__Recherche__*/
div#recherche{
	font-size:10px;
	float:right;
	margin:0;
	text-align:right;
	vertical-align:middle;
}
div#recherche img{
	border:0;
}
div#recherche form{
	margin:0;
	vertical-align:baseline;
}
div#recherche label{
	font-style:normal;
	color:#58595B;
}
div#recherche input.champ{
	width:90px;
	font-size:9px;
	margin:0 2px 0 3px;
}
div#recherche input.loupe{
	font-size:9px;
	margin:0 0 0 3px;
}
div#recherche a#rechercheAvance{
	margin:0 13px 0 0;
	color:#58595B;
	font-size:9px;
}

/*__Menu onglets__*/
div#onglets{
	width:100%;
	margin:5px 0 27px 0;
	clear:both;
	height:21px;
	text-align:right;
	border-bottom:solid #BCBEC0 1px;
}div#onglets a{
	display:block;
	height:17px;
	float:right;
	text-align:center;
	padding-top:4px;
	background-repeat:no-repeat;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#58595B;
	border:0;
}div#onglets a:hover{
	color:#00AC6C;
}

/*******************************************COLONNE DE DROITE*******************************************/
div#news{
	float:right;
	width:204px;
	text-align:center;
}
/*__Titres Onglets__*/
div#news h3.titrePromo{
	clear:both;
	margin:0;
	padding-top:2px;
	background: url(images/ongletVertSansBord.gif) center bottom no-repeat;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	height:15px;
	padding-top:2px;
	font-size:11px;
}div#news h3#titrePromo{
	background: url(images/ongletVertSansBord.gif) center bottom no-repeat;
	height:15px;
	padding-top:2px;
}
/*__générale__*/
div#news img{
	border:0;
	margin-top:8px;
}div#news a{
	display:block;
	margin:10px 0 10px 0;
	font-size:9px;
	color:#00AC6C;
}div#news p{
	margin:0px;
	font-size:10px;
	font-weight:500;
	text-align:left;
	font-style:normal;
}
/*__PROMO__*/
div#news div.promo{
	border:1px solid #00AC6C;
	margin:0 0 30px 0;
	padding-bottom:2px;
}
div#news div.promo a{
	/*margin-bottom:40px*/
}
div#news p.ancienPrix{
	text-align:center;
	font-size:10px;
	text-decoration:line-through;
	font-style:normal;
}div#news p.prixPromo{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	font-style:normal;
}
/*__PANIER__*/
div#news table#votrePanier{
	clear:both;
	height:100%;
	width:202px;
	margin:0;
	padding:0;
	border:solid 1px #00AC6C;
	border-collapse:collapse;
	vertical-align:bottom;
	background-color:#EBECEC;
}
div#news table#votrePanier a{
	text-decoration:none;
	font-size:10px;
	color:#00AC6C;
	margin:0;
}
div#news table#votrePanier .vert{
	background-color:#00AC6C;
	border-top:3px solid #EBECEC;
}
div#news table#votrePanier tr.blanc{
	background-color:#FFFFFF;
}
div#news table#votrePanier td.fdp{
	padding-left:3px;
	height:50px;
	text-align:left;
	vertical-align:bottom;
	font-size:11px;
}
div#news table#votrePanier td.prixfdp{
	padding-right:3px;
	text-align:right;
	vertical-align:bottom;
	font-size:11px;
}
div#news table#votrePanier td.total{
	padding-left:3px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}
div#news table#votrePanier td.tarifT{
	padding-right:3px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
}
div#news table#votrePanier td.commande{
	text-align:right;
	margin:0;
}
div#news table#votrePanier td.commande img{
	margin:0;
}
div#news table#votrePanier td.commande a{
	margin:3px 0 0 0;
}
div#news table#votrePanier table#contenuPanier{
	font-size:10px;
	width:100%;
	border:0;
	border-collapse:collapse;
}
div#news table#votrePanier table#contenuPanier td{
	height:30px;
}
div#news table#votrePanier table#contenuPanier td.tof{
	padding-left:3px;
	margin:0;
	text-align:center;
	vertical-align:middle;
}
div#news table#votrePanier table#contenuPanier td.tof img{
	margin:0;
}
div#news table#votrePanier table#contenuPanier td.nomProduit{
	padding-left:3px;
	text-align:left;
}
div#news table#votrePanier table#contenuPanier td.quantite{
	text-align:center;
}
div#news table#votrePanier table#contenuPanier td.tarif{
	padding-right:3px;
	text-align:right;
	font-weight:bold;
}
/*******************************************MENU*******************************************/
div#Menusfamilles {
	margin:0 218px 0 0;
	height:30px
}
/*div#Sousfamilles {
	margin:0 230px 0 0;
	color:#bcbec0;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	
} */
a.menu{
	width:99px;
	height:30px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color: black;
	text-decoration:none;
	display:block;
	background: #b8b8b8 url(/images/onglets_fam/famille_off.gif) left top no-repeat;
	margin: 0 4px 0 0;
}
a.menu:hover {
	background: #5B5B5B url(/images/onglets_fam/famille_over.gif) left top no-repeat;
	color: white;
}
a.menu:active {
	background: #5B5B5B url(/images/onglets_fam/famille_on.gif) left top no-repeat;
	color: white;
}a.menu_sel{
	width:99px;
	height:30px;
	text-align:center;
	margin: 0 4px 0 0;
	font-size:11px;
	font-weight:bold;
	/*color:#bcbec0;*/color: white;
	text-decoration:none;
	display:block;
	background: #5B5B5B url(/images/onglets_fam/famille_on.gif) left top no-repeat;
}/*a.sousmenu{
	margin-right:0.5%;
	font-size:11px;
	font-weight:bold;
	color:#bcbec0;
	text-decoration:none;
}

/*__Menu__*/
div#Menusfamilles a.menu span.uneLigne{
	display:block;
	margin-top:8px;
}
div#Menusfamilles a.menu span.deuxLignes{
	display:block;
	margin-top:2px;
}/*********************************************PRODUITS*********************************************/
div#produits{
	margin:0 222px 0 0;
	border-top: 10px #595959 solid;
	border-left: 10px #595959 solid;
	border-bottom: 10px #595959 solid;
	background-color: #ffffff;
}
div#produits.fondgris{
	background-color:#ebecec;
}
div#produits div#focus{
	/*height:112px;*/
	padding:2px 2px;
	margin-bottom:60px;
	background-color:#ebecec;
}
div#produits div#focus img.focus{
	float:left;
}
table.produitFocus{
	margin:8px 20px 0 0;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#58595B;
	width: 90%
}
table.produitFocus td
{
text-align: center;
}
a.lien_focus {
	display:block;
	min-height:90px;
	width:90px;
	margin: 0 auto;
	background-color: white;
	border:#f9a94a 1px solid;
}

/*a.insideFocus
{	margin:2px 0 0 0;

	text-align:left;
	font-size:11px;
	font-weight:bold;
	color:#58595B;
}*/
img.imgFocus
{
 /* margin-left:8px;*/
 /* float:left; */
/*height:70px;*/
width:90px;
text-align:left;
/*cursor:hand;*/

}
div#produits table#produit{
	vertical-align:top;
}
div#produits table#produit td.conteneur{
	padding:0 0 40px 30px;
	width:50%;
	vertical-align:top;
}
div#produits table#produit table.produit{
	vertical-align:top;
	width:100%;
}
div#produits table#produit table.produit td{
	padding:0;
	margin: 2px 0 0 2px;
	/*border: black solid 1px;*/
}
div#produits table#produit table.produit img{
	border:0;
	/*margin-right:5px;
	margin-bottom:3px;*/
}
div#produits table#produit table.produit a{
	margin:0;
	font-size:10px;
	/*font-style:italic;*/
	color:#58595B;
	font-weight:bold;
}
div#produits table#produit table.produit td.photo{
	text-align:left;
	vertical-align:top;
	width: 90px;
}
div#produits table#produit table.produit td.prix{
	font-size:10px;
	font-weight:bold;
	color:#00AC6C;
	text-align:right;
	/*width:80px;*/
}
div#produits table#produit table.produit td.desc{
	font-size:9px;
	color:#58595B;
	text-align:justify;
}
div#produits table#produit table.produit td.icon{
	vertical-align:bottom;
}
div#produits table#produit table.produit td.panier{
	text-align:right;
	vertical-align:bottom;
}
div.dispoProduit{
	text-align:right;
	margin:0;
	font-weight:bold;
	font-size:12px;
}/*__formulaire__*/
div#produits table#produit table.produit td.panier form{
	margin:0;
	vertical-align:bottom;
}
div#produits table#produit table.produit td.panier label{
	font-size:9px;
	font-weight:bold;
	text-align:left;
	color:#58595B;
}
div#produits table#produit table.produit td.panier input{
	width:18px;
	vertical-align:middle
}
div#produits table#produit table.produit td.panier input.champ{
	border:1px solid #00AC6C;
}
/***********************************Pages Produit Description**************************************/
/*********************************************PRODUITS*********************************************/
div#produits table.descProduit{
	 margin:20px 20px 30px 20px;
	vertical-align:top;
	border-right: solid 8px #EBECEC;
}
div#produits table.descProduit td
{
margin-left:20px;
	vertical-align:top;
}
div#produits table.descProduit img{
	/* margin:5px 5px 5px 5px; */
}
/* photo du produits du produit */
div#produits table.descProduit td.photo img{
	margin:10px 10px 0 10px;
	border: solid 1px #BCBEC0;
	margin-left:5px;}
div#produits table.descProduit a{
	margin:0;
	/*font-size:8px;
	font-style:italic;*/
	color:#58595B;
} 
div#produits table.descProduit td.photo{
	width:15%;
	/* height:100%; */
	text-align:left;
	vertical-align:top;
	border:5px;
	padding-left:10px;
}
div#produits table.descProduit td.photo p{
	margin:5px 0 0 5px;
	text-align:left;
	font-size:9px;
	font-weight:normal;
	vertical-align:bottom;
}
div#produits table.descProduit td.photo p span{
	font-size:11px;
	font-weight:bold;
}
div#produits table.descProduit td.ref{
	text-align:left;
	font-size:20px;
	font-weight:bold;
	color:#F9A94A;
}
div#produits table.descProduit td.fiche
{
width:30%;
	text-align:right;
	vertical-align:top;
}
div#produits table.descProduit td.fiche a{
	margin:20px 0 5px 0;
	font-size:10px;
	color:#58595B;
	font-style:normal;
	vertical-align:top;
}
div#produits table.descProduit td.fiche img{
	border:0;
	margin:0 0 0 5px;
	vertical-align:middle;
	text-decoration:none;
}
div#produits table.descProduit td.desc{
	/*padding-right:5px;*/
	font-weight:bold;
	font-size:12px;
	color:#58595B;
	text-align:justify;
	width:70%;
}
div#produits table.descProduit td.prix{
	font-size:18px;
	color:#F9A94A;
	font-weight:bold;
	vertical-align:bottom;
}
div#produits table.descProduit td.prix span{
	font-size:9px;
	font-weight:normal;
	color:#58595B;
}/*__formulaire__*/
div#produits table.descProduit td.panier{
	margin:0;
	vertical-align:bottom;
	text-align:right;
}
div#produits table.descProduit td.panier label{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#58595B;
}
div#produits table.descProduit td.panier img{
	vertical-align:text-bottom;
	margin: 0;
	padding-right:30px;
}
div#produits table.descProduit td.panier #b_ajout{
	/*width:98px;*/
	vertical-align:middle;
	border:1px solid #FFFFFF;
	/*margin-top:2px;*/
}
div#produits table.descProduit td.panier input.champ{
	margin-right:1px;
	border:1px solid #00AC6C;
	width:21px;
	vertical-align:middle;
}
/* ************************************************* */
/*__PROMO__*/
div#news div.promo{
	border:1px solid #00AC6C;
	margin:0 0 30px 0;
	padding-bottom:2px;
}div#news p.ancienPrix{
	text-align:center;
	font-size:10px;
	text-decoration:line-through;
	font-style:normal;
}div#news p.prixPromo{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
	font-style:normal;
}
/*__PANIER__*/
div#news table#votrePanier{
	clear:both;
	height:100%;
	width:202px;
	margin:0;
	padding:0;
	border:solid 1px #00AC6C;
	border-collapse:collapse;
	vertical-align:bottom;
	background-color:#EBECEC;
}
div#news table#votrePanier a{
	text-decoration:none;
	font-size:10px;
	color:#00AC6C;
	margin:0;
}
div#news table#votrePanier .vert{
	background-color:#00AC6C;
	border-top:3px solid #EBECEC;
}
div#news table#votrePanier tr.blanc{
	background-color:#FFFFFF;
}
div#news table#votrePanier td.fdp{
	padding-left:3px;
	height:50px;
	text-align:left;
	vertical-align:bottom;
	font-size:11px;
}
div#news table#votrePanier td.prixfdp{
	padding-right:3px;
	text-align:right;
	vertical-align:bottom;
	font-size:11px;
}
div#news table#votrePanier td.total{
	padding-left:3px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}
div#news table#votrePanier td.tarifT{
	padding-right:3px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
}
div#news table#votrePanier td.commande{
	text-align:right;
	margin:0;
}
div#news table#votrePanier td.commande img{
	margin:0;
}
div#news table#votrePanier td.commande a{
	margin:3px 0 0 0;
}
div#news table#votrePanier table#contenuPanier{
	font-size:10px;
	width:100%;
	border:0;
	border-collapse:collapse;
}
div#news table#votrePanier table#contenuPanier td{
	height:30px;
}
div#news table#votrePanier table#contenuPanier td.tof{
	padding-left:3px;
	margin:0;
	text-align:center;
	vertical-align:middle;
}
div#news table#votrePanier table#contenuPanier td.tof img{
	margin:0;
}
div#news table#votrePanier table#contenuPanier td.nomProduit{
	padding-left:3px;
	text-align:left;
}
div#news table#votrePanier table#contenuPanier td.quantite{
	text-align:center;
}
div#news table#votrePanier table#contenuPanier td.tarif{
	padding-right:3px;
	text-align:right;
	font-weight:bold;
}/* ************************************************* */
/*__Onglets Produit__*/
div#produits div#ongletsProduit{
	height:25px;
	margin:0;
	background-color:#ebecec;
}
div#produits div#ongletsProduit a{
	height:25px;
	text-align:center;
	float:left;
	margin:0 0 0 4px;
	font-size:11px;
	background: url(images/flecheD.gif) center left no-repeat #D4D6D7;
	color:#58595B;
	text-decoration:none;
	display:block;
}
div#produits div#ongletsProduit a.dernier{
	float:none;
}
div#produits div#ongletsProduit a:hover{
	color:#F9A94A;
}
div#produits div#ongletsProduit a.selected{
	background: url(images/flecheB.gif) center left no-repeat #FFFFFF;
	font-weight:bold;
}
div#produits div#ongletsProduit a span{
	display:block;
	margin:5px 13px 0 15px;
}
/*__Descriptif détaillé du produit__*/
/*général*/
div#produits div.detailProduit
{
clear: left;
padding: 10px 5px 15px 25px;
background-color: white;
font-size: 11px;
text-align:left;
 }
/* Liens */

div#produits div.detailProduit a {
	color: gray;
	text-decoration: none
}
div#produits div.detailProduit a:hover {
	text-decoration: underline
}

div#produits div.detailProduit table
{
clear: left;
/*padding: 10px 5px 5px 25px;*/
background-color: white;
font-size: 11px;
text-align:left;
border-collapse:collapse;
	/* margin:auto; */
	/* text-align:left; */
	color:#58595B;
}
div.zoomphoto {
background-color : white;
border : solid #F9A94A 1px;
padding: 0;
}

/********************** NEWS ****************************************/
div#produits div.detailNews
{
clear: left;
padding: 10px 5px 5px 25px;
background-color: white;
font-size: 11px;
text-align:left;

}
div#produits div.detailNews table
{
clear: left;
/*padding: 10px 5px 5px 25px;*/
background-color: white;
font-size: 11px;
text-align:left;
	border-collapse:collapse;
	/* margin:auto;*/
	color:#595959;
}


/**********************END NEWS ****************************************/
/*div photo*/
div#produits div#photo{
}
div#produits div#photo img{
	border:1px solid #D4D6D7;
	margin:10px;
}
/*div contenu*/
div#produits div#contenu{
}
/*div Spécification Tech*/
div#produits div#speTech{
	text-align:center;
	padding-bottom:10px
}div#produits div#speTech td{
	border:1px solid #D4D6D7;
	padding:5px;
}
div#produits div#speTech th{
	background-color:#EBECEC;
	font-weight:bold;
	border:1px solid #D4D6D7;
	padding:5px;
	color:#01AB6C;
}
/************************************** login style taken from Deefault CSS ********************/
/*__partie COMPTE__*/
div#news a.compte{
	text-align:center;
	color:#000000;
	margin:5px 0 10px 0px;
}div#news img.compte{
	float:right;
	margin:5px 30px 0 0;
}

/*__formulaire compte__*/
form{
	margin:10px 0 5px 0;
}
div#news div#ctl00_ContentPlaceHolder1_compte .newpass{
	text-align:center;
	color:#000000;
	margin:5px 0 10px 0px;
	font-weight:normal;}
div#news div#ctl00_ContentPlaceHolder1_compte{	font-size:10px;
	font-weight:bold;
	text-align:center;
	border:1px solid #00AC6C;
	margin:0 0 15px 0;
	padding-bottom:2px;
}
label{
	margin-top:10px;
	font-size:10px;
	font-weight:bold;
	text-align:left;
}div#news div#ctl00_ContentPlaceHolder1_compte .champ
{
width:130px;
	font-size:10px;
	height:16px;
	margin:0 2px 0 3px;
	border:1px solid #00AC6C;
	margin-bottom:5px;}
div#news div#ctl00_ContentPlaceHolder1_compte .champ02
{
width:130px;
	font-size:10px;
	height:16px;
	margin:0 3px 0px 27px;
	border:1px solid #00AC6C;
	vertical-align:top;
}
	
input#motDePasse{
	margin:0 5px 0 27px;
}
div#news div#ctl00_ContentPlaceHolder1_compte #boutonOK{
	vertical-align:top
}
/*******************************************PIED DE PAGE*******************************************/
.spacer { 
	clear:both;
}div#PiedDePage{
	clear:both;
	margin-top:25px;
	border-top:solid #BCBEC0 1px;
	text-align:center;
	font-size:9px;
}
/************************************************************************************************/
div#news1 div#Panier1_test_compte #boutonOK{
	vertical-align:top
}
div#news1 div#Panier1_test_compte .champ02
{
width:130px;
	font-size:10px;
	height:16px;
	margin:0 3px 0px 27px;
	border:1px solid #00AC6C;
	vertical-align:top;
}
div#news1 div#Panier1_test_compte .champ
{
width:130px;
	font-size:10px;
	height:16px;
	margin:0 2px 0 3px;
	border:1px solid #00AC6C;
	margin-bottom:5px;}
div#news1 div#Panier1_test_compte{	font-size:10px;
	font-weight:bold;
	text-align:center;
	border:1px solid #00AC6C;
	margin:0 0 15px 0;
	padding-bottom:2px;
}
div#news1 div#Panier1_test_compte .newpass{
	text-align:center;
	color:#000000;
	margin:5px 0 10px 0px;
	font-weight:normal;}
div#news1 a.compte{
	text-align:center;
	color:#000000;
	margin:5px 0 10px 0px;
}div#news1 img.compte{
	float:right;
	margin:5px 30px 0 0;
}
div#news1{
	float:right;
	width:204px;
	text-align:center;
}
/*__Titres Onglets__*/
div#news1 h3.titrePromo{
	clear:both;
	margin:0;
	padding-top:2px;
	background: url(images/ongletVertSansBord.gif) center bottom no-repeat;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	height:15px;
	padding-top:2px;
	font-size:11px;
}/*__générale__*/
div#news1 img{
	border:0;
	margin-top:8px;
}div#news1 a{
	display:block;
	margin:10px 0 2px 0;
	font-size:9px;
	color:#00AC6C;
}div#news1 p{
	margin:0px;
	font-size:10px;
	font-weight:500;
	text-align:left;
	font-style:normal;
}/************************** Panier last modification added from styleF.CSS **************************************************/
/*__générale__*/
 
 .submenu {
/*position: absolute;*/
background-color:#5f5f5f;
color:#FFFFFF;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding:10px;
	margin-right:4px
 } 
 
 .submenu a {
text-decoration:none;
color:#FFFFFF;
margin-bottom:7px;
}
.submenu a:hover{
	text-decoration: underline
}
 
 /****************************************ONGLET CONTACT*********************************************/
div#produits div.soustitre{
	text-align:center;
	text-indent:30px;
	background-color:#ebecec;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}div#produits div.soustitre h2{
	color:#00AC6C;
	font-size:20px;
	padding:0 0 20px 0;
}div#produits table.contact{
	width:100%;
	background-color:#ebecec;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px
}div#produits table.contact h2{
	color:#00AC6C;
	font-size:20px;
	/*padding-right:50px;*/
}div#produits table.contact td.nomChamps{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	font-weight:bold;
	width:40%
}div#produits table.contact2{
	margin:30px 15% 20px 15%;
	width:69.8%;
	text-align:center;
	vertical-align:top;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px
}div#produits table.contact2 h3{
	color:#F9A94A;
	font-size:14px;
	text-align:center;
	vertical-align:top
}div#produits table.contact2 td{
	border:1px solid #00AC6C;
	background-color:#ebecec;
	vertical-align:top;
	width:50%
}div#produits table.contact3{
	margin:auto;
	border:0;
	text-align:center;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px
}div#produits table.contact3 td{
	border:0;
	text-align:center;
}

/**** maring in the RechercheASPX */
.marg_gauche_15
{
    margin-left:15px;
    display:block;
}

/*************Votre Compte*************/
div#affich{
	width:100%;
	margin: 30px 0 20px 0px;
 	font-size:12px;
	text-align:center;
}
div#affich b{
	color:#00AB6B;
	font-size:13px
}