body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	background-image: url("../images/interface/commande/fond-menu.gif"); 
	background-repeat: repeat-y;
}


.bodyarial
{
	font-family : Arial, Helvetica, sans-serif;
}

.txtdebasepetit {
	font-size: 10px; 
	/*line-height: 24px; */
	color: #000000; 
	/*letter-spacing: -1;*/
}
.txtdebase {
	font-size: 12px; 
	/*line-height: 24px; */
	color: #000000; 
	/*letter-spacing: -1;*/
}

.txtnega {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}


a:link {
	text-decoration: none;

}
a:hover {
	text-decoration: underline;

}
a:visited {
	text-decoration: none;
}

.titreprincipaux {
	font-size: 12px;
	font-weight: bold;
	color: #A47500;
	text-decoration: none;
}
.titreetape {
	font-size: 14px;
	font-weight: bold;
	color: #FF3300;
	text-decoration: none;
}
.couleurfondtrans {
	background-color: #336699;
	filter: Alpha(Opacity=70, FinishOpacity=70);
	font-size: 10px;
	color: #FFFFFF;
	font-weight : normal;
}
a.lienmenu {
	font-size: 11px;
	color: #686868;
	/*letter-spacing: -1;
	font : Verdana, Arial, Helvetica, sans-serif;*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
a.lienparametre {
	font-size: 11px;
	font-weight: bold;
	color: #CE5541;
	text-decoration: none;

}
a.lienparametre:hover {
	font-size: 11px;
	font-weight: bold;
	color: #E29C52;
	text-decoration: none;

}
a.lienparametre:visited {
	font-size: 11px;
	font-weight: bold;
	color: #CE5541;
	text-decoration: none;
}

/* Les couleurs définissant le popup (ombré, clair etc...) */
a.onglet {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.onglet:visited {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.onglet:hover {
	font-size: 10px;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

.textemarque
{
	font : bold;
	color : White;
	text-decoration: none;
	font-size: 12px;
}
.titrerubrique
{
	font : bold;
	color : Black;
	text-decoration: none;
	font-size: 16px;
}
.listecatacteristique
{
	font : bold;
	color : Black;
	text-decoration: none;
	font-size: 14px;
}
/*



*/
a.lienmenu:hover {
	font-size: 11px;
	color: #686868;
	/*letter-spacing: -1;*/
	text-decoration: underline;
	/*font : Verdana, Arial, Helvetica, sans-serif;
	*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
a.lienmenu:visited {
	font-size: 11px;
	color: #686868;
	/*letter-spacing: -1;
	*/
	
	/*font : Verdana, Arial, Helvetica, sans-serif;
	*/
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.txtdebase2 {
	font-size: 13px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
a.lien_boite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*text-transform: uppercase;*/
	color: #e5a811;
	text-decoration: none;
	font-weight: bold;
}

.titre_paiement{
	color: #383838;
	font-size: 10px;
	
}

.titre_paiement_actif{
	color: #383838;
	font-size: 10px;
	font-weight: bold;
	
}


.lien_paiement{
	color: #094683;
	font-size: 10px;
}

.lien_paiement_actif{
	color: #094683;
	font-size: 10px;
	font-weight: bold;	
}
.table_paiement{
	margin-left: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.champ_obligatoire{
	color: red;
	font-weight: bold;	
}

#panier {
	width:193px;
	height:47px;
	background:url(../images/interface/a-panier.png) no-repeat center top;
	margin:0;
}

#panier a {
	display:block;
	width:138px;
	height:47px;
	background:none;
	padding-top:10px;
	padding-left:55px;
}

#menudedroite ul {
	width:193px;
	list-style:none;
	margin:0;
	padding:0;
	background:url(../images/interface/div-menudedroite.png) no-repeat center bottom;
	padding-bottom:10px;
}

#menudedroite ul li {
	margin:0;
	padding:10px;
	background:url(../images/interface/li-menudedroite.png) repeat-x top;
	font-size:0.75em;
}
.centrer {
text-align: center;
}