/** POUR LES MESS D'ERREURS **/
.formError {
	color: red;

	font-weight: bold;
}

/*----------- Couleurs des textes ---------*/
#panier_div, #compte_client  {
	color:black;
}
#panier_div .total{
	color:red;
}
#commande #commande_detail .del {
	color:red;
}
#panier_div a{
	color:#31AFE0;
}
#commande #commande_detail .libelles_panier td {
	color:#31AFE0;
}
#panier_div h1, #compte_client h1 {
	color:#31AFE0;
}
#panier_div h2, #compte_client h2 {
	color:#31AFE0;
	border-bottom: 1px solid #004E9B;
	margin-bottom:10px;
} 
#panier_div #etapes {
	border-bottom: 1px solid #004E9B;
}
#compte_client #mes_commandes .libelles_recap td {
	color:#31AFE0;
}
#panier_div #etapes .inacc {/*Visuel par défaut --non validée non accessible--*/
	color: #999999;
} 
#panier_div #etapes .encours {/*--Etape en cours pas de lien html--*/
	color:#31AFE0;
} 
#panier_div #etapes .valider_acc {/*--Etapes validées et accessibles lien html--*/
	color:#31AFE0;
} 
#messages_info li { /*--Message d'info--*/
	color: red;
	font-weight:bold;
} 

/*----------- CSS panier_div IDEP MULTIMEDIA ---------*/
#panier_div, #compte_client {
	margin:0 auto;
	width:600px;
	font: 1em Arial, sans-serif;
	text-align:justify;
}
#panier_div a{
	font: 0.9em Verdana, sans-serif;
}
#panier_div h1, #panier_div h2, #panier_div ul, #panier_div li, #panier_div form {
	margin:0;
	padding:0;
}
#panier_div h1, #compte_client h1{
	font-size: 1.4em;
	margin:0 0 5px 0;
}
#panier_div h2, #compte_client h2 {
	font-size: 1.2em;
	background: url(../images/puce_h2.gif) no-repeat 1px center;
	margin:0 0 20px 0;
	padding:3px 0 3px 15px;
} 
#panier_div p, #compte_client p{
	margin:0 0 5px 0;
	/*clear:both;*/
	font-size: 1.2em;
}
#panier_div .right{
	text-align:right;
}
#panier_div .total{
	font-weight:bold;
}
#panier_div .ecotaxeProduit{
	font-size:10px;
}

/*----------- MON panier_div --------------*/
#panier_div .bt_medium {	
	float:right;
	width:83px;
	height:33px;
	font-size:0;
	text-decoration:none;
}
#panier_div .bt_small {	
	float:right;
	width:55px;
	height:25px;
	font-size:0;
	text-decoration:none;
}
#merci .bt_small {
	float:right;
	width:63px;
	height:22px;
	font-size:0;
	text-decoration:none;
}
#panier_div .valider_panier .bt_medium {
	margin-top:10px;
}
#panier_div .poursuivre_achat .bt_medium {
	margin:10px 10px 0 0;
	border:0;
}
.cpt_client .bt_medium {
	margin:10px 10px 0 0;
	border:0;
}
.accueil .bt_medium {
	margin:10px 10px 0 0;
	border:0;
}
.continuer .bt_medium {
	margin-top:-35px;
	padding-right:25px;
	background: url(../images/panier/etape_suivante.gif) no-repeat 0px 0px;
}
.imprimer .bt_small{
	margin-top:-25px;
	padding-right:2%;
	border:0;
}
#infos .bt_small {
	float:left;
	background: url(../images/maj.gif) no-repeat 0px 0px;
}
#reduction .bt_small {
	float:left;
	margin-left:15px;
	background: url(../images/panier/valider.gif) no-repeat 0px 0px;
}
#log .bt_small {
	float:left;
	margin-left:15px;
	background: url(../images/panier/valider.gif) no-repeat 0px 0px;
}
#log .valider .bt_small {
	float:right;
	margin:-25px 30px 0 0;
	background: url(../images/panier/valider.gif) no-repeat 0px 0px;
}
#paiement .continuer .bt_medium {
	background: url(../images/panier/valider_commande.gif) no-repeat 0px 0px;
}
/*----------- IDENTIFICATION --------------*/
#panier_div #log {
	float:left;
	width:100%;
}
#log #nouveau_client {
	float:left;
	width:46%;
}
#log #login {
	float:left;
	width:46%;
	margin-left:7.5%;
}
#log #login label {
	float:left;
	width:100%;
	font-weight:bold;
	font-size:0.9em;
}
#login .last_input {
	float:left;
	width:120px;
}
/*----------- OUVERTURE COMPTE/ADRESSES ------------*/
#panier_div #log {
	float:left;
	width:100%;
}
#log #identifiants {
	float:left;
	width:100%;
	margin-top:20px;
}
#infos_perso label,#identifiants label{
	float:left;
	width:100%;
	font-weight:bold;
	font-size:0.9em;
}
#infos_perso .lb_prenom{
	float:left;
	width:13.5em;
}
#infos_perso .lb_cp{
	float:left;
	width:13.5em;
}
#infos_perso .lb_tel{
	float:left;
	width:13.5em;
}
#identifiants .lb_pass{
	float:left;
	width:16.5em;
}
#panier_div .formulaire {
	float:left;
	width:100%;
}
/*------------ ADRESSES -------------------*/
#panier_div #adresses {
	float:left;
	width:100%;
	margin-bottom:10px;
}
#adresses #adr_livraison {
	float:left;
	width:46%;
}
#adresses #adr_facturation {
	float:left;
	width:46%;
	margin-left:7.5%;
}
#adresses .adr {
	float:left;
	width:30%;
	text-align:left;
	padding-right:3%;
	height:100px;
}
/*------------ DETAIL_panier_div --------------*/
#panier_div #commande {
	float:left;
	width:100%;
	margin:0 0 10px 0;
}
#commande #commande_detail td {
	padding:0 10px 7px 0;
	text-align:right;
	vertical-align: bottom;
}
#commande #commande_detail .del {
	font-size:0.75em;
}
#commande #commande_detail .libelles_panier_div td {
	font-weight:bold;
	padding-bottom:15px;
	font-size:1.2em;
}
#commande #commande_detail .designation {
	text-align:left;
	width:50%;
	color:black;	
}
#panier_div td, #panier_div li{
font-size:1.2em;
}
#commande #infos {
	float:left;
	width:50%;
	margin-top:10px;
}
#commande #commande_total table{
	float:right;
	margin-top:10px;
	width:45%;
}
#commande #commande_total td {
	padding:0 10px 2px 0;
	text-align:right;
	vertical-align: bottom;
}
#commande #commande_total .designation {
	text-align:right;
	width:50%;
	font-weight: bold;
	color:black;
}
#reduction {
	float:left;
	width:100%;
	margin-bottom:10px;
}
#reduction .last_input {
	float:left;
	width:150px;
}
/*----------- COMMENTAIRES (recap)---------*/
#panier_div #commentaires {
	float:left;
	width:100%;
}
#panier_div #commentaires textarea {
	font-family: Arial, sans-serif;
	font-size: 12px;
}
/*----------- MODE DE LIVRAISON -------------*/
#panier_div #livraison {
	float:left;
	width:100%;
	margin:10px 0;
}
#panier_div #livraison ul {
	list-style-type:none;
}
/*----------- MOYEN DE PAIEMENT -------------*/
#panier_div #paiement {
	float:left;
	width:100%;
}
#panier_div #paiement ul {
	list-style-type:none;
}
#panier_div #cgv {
	margin-top:15px;
	text-align:left;
}
/*----------- MERCI -------------*/
#merci #reglement {
	float:left;
}
#merci #reglement ul {
	margin:15px 35% 15px 35px;
}
#merci .adr_cheque {
	margin:10px 0 15px 35px;
	font-weight:bold;
}

/*----------------------------------------*/
/*------       ETAPES           ----------*/
/*----------------------------------------*/
#panier_div #etapes {
	float:left;
	width:100%;
	margin:10px 0;
	padding-bottom:10px; 
}
#panier_div #etapes li {
	list-style-type:none; float:left;
}
#panier_div #etapes li a{
	font: bold 0.9em Geneva, Arial, Helvetica, sans-serif;
	padding:1px 0 1px 20px;
	margin:0;
	display:block;
}
#etapes .et_panier_div {
	width:20%;
}
#etapes .et_log {
	width:23%;
}
#etapes .et_recap {
	width:22%;
}
#etapes .et_livraison {
	width:18%;
}
#etapes .et_paiement {
	width:15%;
}
#etapes .inacc {
	background: url(../images/panier/etapes.gif) no-repeat 0 -21px; padding:1px 0 1px 20px; font: bold 0.9em Geneva, Arial, Helvetica, sans-serif;
} /*Visuel par défaut --non validée non accessible--*/
#etapes .encours {
	background: url(../images/panier/etapes.gif) no-repeat 0 0; 
} /*--Etape en cours pas de lien html--*/
#etapes .valider_acc {
	background: url(../images/panier/etapes.gif) no-repeat 0 -40px;
} /*--Etapes validées et accessibles lien html--*/
#etapes .valider_inacc {
	background: url(../images/panier/etapes.gif) no-repeat 0 -40px;
} /*--Etapes validées et non accessibles pas de lien html--*/
#etapes a {
	text-decoration:underline;
}
/*----------------------------------------*/
/*------       COMPTE CLIENT    ----------*/
/*----------------------------------------*/
#accueil_gcl .continuer {
	float:right;
	width:63px;
	height:22px;
	font-size:0;
	text-decoration:none;
	border:0;
}
#info_perso {
	float:left;
	width:47%;
	height:10em;
	margin-right:2.5%;
}
#password{
	float:left;	
	width:47%;
	height:12em;
}
#carnet_adr{
	float:left;
	width:47%;
	height:10em;
	margin-right:2.5%;
}
#commandes{
	float:left;
	width:47%;
	height:12em;
}
#commandes table{
	width:100%;
}
#compte_client #mes_commandes .libelles_recap td {
	font-weight:bold; padding-bottom:15px; font-size:1.1em;
}
#admin_panier_div {
	margin:0 auto; width:100%; font: /*0.7em Verdana,*/ 0.75em Arial, sans-serif; text-align:justify; 
}

#panier_div input[type="image"],#panier_div input[type="radio"],#panier_div input[type="checkbox"] {
border:0px solid #003366 !important;
margin:10px 10px 0px 0px !important;
}

#panier_div input[type="text"],#panier_div input[type="password"] {
font-size:1.2em;
}
#panier_div p{
margin-top:10px !important;
}
textarea[name="commande_informations"] {
width:300px;
}