/* Menu Droite
-------------------------------------------------------- */

h4{
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	padding-top : 5px;
	color : white;
}
h5{
	font-size: 0.9em;
	color: #00797A;
	text-decoration: none;
	font-weight: bold;
	margin: 1px;
	padding: 0;
}

#menuGauche {
	float: left;
	width:175px;
	padding: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	min-height : 450px;
	height : 750px;
	!height : auto;
}


.compte {
	clear:both;
	margin: 0;
	
	padding-top: 2px;
	padding-left: 10px;
	background : url(../images/compte_header.png) no-repeat 0 0;
	height : 36px;
	!height : auto;
}
.milieu_compte{
	float: left;
	!float : none;
	margin: 0;
	background : url(../images/compte_corps.png) repeat-y;
	margin-top : -18px;
	margin-left : -10px;
	width : 175px;
	padding-left : 10px;
}
.fond_compte{
	float: left;
	!float : none;
	margin: 0;
	background : url(../images/compte_footer.png) no-repeat;
	margin-left : -10px;
	margin-top : -2px;
	height : 46px;
	width : 175px;
	margin-bottom:  10px;
}
.image_compte, .image_panier{
	float:right;
	height : 48px;
	width :  48px;

}

.image_compte{
	background : url(../images/ico/user_48.png) no-repeat;
}
.image_panier{
	background : url(../images/ico/bag_black.png) no-repeat;
}
#monCompteDroite {
	float: left;
	margin: 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

.menuMonCompte {
	float: left;
	!float : none;
	color: #000;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 175px;
	padding: 0;
}

#monPanier {
	float: left;
	margin: 0;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}
.panierLigne{
	float : left;
	text-align : center;
	background-color : #fff;
	border-left : solid 1px #C6CDDE;
	border-right : solid 1px #C6CDDE;
}
.panierFin{
	width : 192px;
	float : left;
	border-bottom : solid 1px #C6CDDE;
}
.panierTitre{
	width : 192px;
	background-color : #C6CDDE;
	
}
.panierPetiteImage{
	width : 50px;
	margin : 5px;
	float : left;
}
.panierQuantite{
	width : 20px;
	margin : 5px;
	float : left;
}
.panierTotal{
	width : 70px;
	margin : 5px;
	float : left;
}
.panierSupprimer{
	width : 10px;
	margin : 5px;
	float : right;
}

.boutonMonCompteEntete {	
	float: left;
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#ajout_panier
{
	display : hide;
}
p.Pajout_panier{
	
	font-size: 0.9em;
	color: #FF5A00;
	text-decoration: none;
	font-weight: bold;
}
a.LIEN_valider:link, a.LIEN_valider:visited ,a.LIEN_valider:hover{
	color: #fff;
	font-size: 1em;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_panier:link, a.LIEN_panier:visited,a.LIEN_panier:hover {
	font-size: 0.9em;
	color: #007835;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_compte:link, a.LIEN_compte:visited,a.LIEN_compte:hover {
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_divers:link, a.LIEN_divers:visited,a.LIEN_divers:hover {
	font-size: 0.8em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

