@charset "UTF-8";
/* CSS Document */

.conteneur_global{
    width : 900px;
	height: 800px;
    margin:auto;
    height:100%;
	margin-top:10px;
	background-color:#FFF;
}


.conteneur_global .titre_coordonnees {
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	color: #253c68;
	margin:auto;
}

.conteneur_global .titre-coordonne-client {
	margin-left:10px;
	margin-top:15px;
	margin-right:10px;
	text-align:center;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#253c68;
	font-size:16px;
	font-weight:bold;
	text-transform: uppercase;
}

.compte {
	margin-top:5px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:14px;
}

.compte-droite{
	text-align:left;
}

.compte-gauche {
	text-align:right;
	font-weight:bold;
	color:#253c68;
}

.conteneur_global .valider {
	margin:auto;
	margin-top:10px;
	margin-bottom:25px;
	width:120px;
	height:35px;
}

.conteneur_global .valider a {
	 display: block;
     width: 100%;
     height: 100%;
     background: url(images/bouton-valider.jpg) no-repeat;
}

.conteneur_global .mention-obligatoire {
	margin-top:20px;
	margin:auto;
	text-align:center;
	font-size:10px;
}


.conteneur_global .tableau_admin_commande {
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 13px;
	margin-bottom:10px;
	height:100%;

}

.tableau_admin_commande .ligne_intutile {
	background-color:#253c68;
	color:#FFF;
	border:none;
	text-align:center;
	text-transform:uppercase;
	border-left:2px #253c68 solid;
	border-right:2px #253c68 solid;
	border-top:2px #253c68 solid;
	border-bottom:2px #253c68 solid;
}


.tableau_admin_commande .detail_commande {
	margin:auto;
}

.tableau_admin_commande .cellule-commande {
	text-align:center;

}

.tableau_admin_commande .cellule-commande1 {
	text-align:center;
	border-left:3px #253c68 solid;

}

.tableau_admin_commande .voir-client {
	margin:auto;
	width:85px;
	height:25px;
}

.tableau_admin_commande .voir-client a {
	 display: block;
     width: 100%;
     height: 100%;
     background: url(images/voir-client.jpg) no-repeat;
}


.tableau_admin_commande .detail-commande {
	margin:auto;
	width:145px;
	height:35px;
}

.tableau_admin_commande .detail-commande a {
	 display: block;
     width: 100%;
     height: 100%;
     background: url(images/detail-commande.jpg) no-repeat;
     cursor:pointer;
}


.tableau_admin_commande .supprimer-ligne {
	margin:auto;
	width:145px;
	height:35px;
}

.tableau_admin_commande .supprimer-ligne a {
	 display: block;
     width: 100%;
     height: 100%;
     background: url(images/supprimer-ligne.jpg) no-repeat;
}


.conteneur_bouton_admin_commandes {
	margin:auto;
	width:900px;
}

.bouton_afficher_commandes_traiter {
	float:left;
	margin-top:10px;
	margin-left:150px;
	width:250px;
	height:32px;
	background: transparent url(images/afficher_commande_traiter2.gif)  no-repeat;
}

.conteneur_global .paypal {
	margin:auto;
	 width: 145px;
     height: 42px;
     background: transparent url(images/paypal.jpg)  no-repeat;
}

.conteneur_global .paypal a {
	 display: block;
     width: 100%;
     height: 100%;
     background: url(images/paypal.jpg) no-repeat;
}

.bouton-tableau {
	border-right:1px #DDDDDD solid;
}

.fond_tableau{
	border-top:1px #DDDDDD solid;
}

.bouton_retour {
	 float: left;
	 margin-left:35px;
	 margin-top:20px;
	 margin-right:350px;
	 width: 100px;
     height: 29px;
     background: transparent url(images/retour2.jpg)  no-repeat;
}

.bouton_retour a {
	 display: block;
     width: 100%;
     height: 100%;
     background: url(images/retour1.jpg) no-repeat;
     cursor:pointer;
}

.bouton_retour a:hover { 
     background: transparent none;
     cursor:pointer;
}

