body {
	background:#003399 url(images/bg_bottom.png) no-repeat center bottom;
	margin:0px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

p {padding:0 0 6px 0;}
/*Style Accueil*/

.bgd {
	background-color: #003399;
	background-image: url(images/fd_degrade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}


/*Style Cmd en ligne*/

#page{
	width:960px;
	background:url(images/bg_top.jpg) no-repeat center top;
	margin-left:auto;
	margin-right:auto;
	min-height:500px;
	}
	
#top {
	padding:30px 0 5px 175px
}

#contenu {
	padding:75px 105px 0 100px;
}

#bottom {
}

#bdc {
	margin-top:25px;
	}
#bdc .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: beige;
	color: black;
}
#bdc .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}

.tableaucmd {
 width:550px;
 border:2px solid #f49a26
	}

.legendecmd {
	background:#f49a26;
	font-weight:bold;
	}
	
.lignecmd {
background:#3b62b1;
}

.prixcmd {
	background:#f49a26;
	font-weight:bold;
	width:75px;
	text-align:right;
	padding-right:6px;
	}
	
.totalcmd {
	background:#003399;
	font-weight:bold;
	padding-right:6px;
	border-top:1px solid #f49a26;
	color:#f49a26;
	text-align:right;
	}
	
h2 {
	font-size:14px;
	font-style:oblique;
	background:#f49a26;
	padding:6px 0 6px 25px;
	margin:0;
	}
	
#contact {
	margin:0px 103px 0 102px;
	border:2px solid #f49a26;
	padding:0;
	}
	
.validcmd {
	background:#f49a26;
	padding:6px 20px 6px 0;
	text-align:right;
	margin:0;
	}
	
/*Formulaire de commande*/

#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 10px 25px;
	font-style: normal;
	padding: 0 1em 1em;
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color:#fff;
	background: transparent;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;
}
#corpForm fieldset#facturation label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}

#corpForm fieldset#livraison label {	/*** Mise en forme des intitulés de champs ***/
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centrés verticalement. ***/
}

#corpForm label:hover {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs à cliquer sur les intitulés ***/
}
#corpForm label.oblig {
	font-weight: bold;	/*** Mise en évidence des champs obligatoires ***/
}
#corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #3b62b1;
	background: transparent;
	margin: 0;
	padding: 0;
}
#corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
#corpForm a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}
#corpForm a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}
#corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: beige;
	color: black;
}
#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}

/*** Mise en forme des messages d'erreur ***/

#corpForm .alerte {	/*** Mis en évidence des champs mal renseignés ***/
	border: 1px solid red;
}
#corpForm .messageAlerte {	/*** Mise en forme des message d'alerte ***/
	display: block;
	margin: 0 0 .3em .3em;
	padding-left: 2em;
	color: red;
	font-weight: bold;
	background: url('icon_alert.gif') no-repeat left center;
}