body {
	margin : 0px;
	padding : 0px;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
	background-color: #00000;
	
	cursor:default;
}
p {
	margin:0px;
	padding:5px;
}
h1, h2, h3, h4 { 
	text-align: center;
	margin:0px;
	padding:10px;
}
a {
	color:#000099;
	text-decoration:none;
}
a:hover {
	color:#3333ff;
	text-decoration:underline;
}

img { border-width:0px; }
a img {
	border-width:1px;
	border-style:solid;
	border-color:#000000;
}
a img.noborder {
	border-width:0px;
}

.page { 
	background-color: ffffff;
	position:absolute;
	width:100%;
}
.page .header .logo {
	height: 105px;
	background-color: ac3a4d;
	text-align: center;
}
.page .header .logo img {
	border-width:0px;
}

.page .header .menu {
	background-color : 1a0f04;
	padding : 5px;
	text-align : center;
}
.page .header .menu ul {
	list-style: none ;
	margin: 3px ; 
	padding:3px ;
}
.page .header .menu li {
	display: inline ;
	margin-right: 10px ;
	color: #fff ;
	background: 1a0f04;
}
.page .header .menu li a {
	border-width:2px;
	border-style:solid;
	border-color:#1a0f04;
	
	background-color: ac3a4d;
	color: 1a0f04;
	
	padding: 10px;
	line-height: 2em ;
	text-align: center ;
	text-decoration: none ;
	font-weight:bold;
}
.page .header .menu li a:hover {
	background: #fff;
}

.page .inner {
	margin : 0px; padding:0px;
	min-height:510px;
}
.page .inner .gauche {
	width:200px;
	position:absolute;
	top:153px;
	left:0px;
	overflow:auto;
}
.page .inner .gauche p {
	margin:0px;
	padding:0px;
}
.page .inner .gauche ul.menu {
	list-style:none;
	
	margin:0px;
	padding:0px;
	padding-top:30px;
	padding-bottom:30px;
	
	height:373px;
	width:200px;
	
	background-image:url(/images/menu2_gauche.jpg);
	background-repeat:no-repeat;
}
.page .inner .gauche ul.menu li {
	padding:3px;
	padding-left:3px;
	padding-right:3px;
}
.page .inner .gauche ul.menu li a {
	border-width:1px;
	border-style:solid;
	border-color: 97101F;
		
	display:block;
	text-align: center;
	
	padding-top:4px;
	padding-bottom:4px;
	
	font-size: 1.4em;
	font-family: Lucida Calligraphy,Arial,Verdana,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
		
	opacity:0.5;
	/*
	-moz-opacity:0.5;
	*/
	
	color:135126;
	background-color:#ffffff;
}

.page .inner .gauche ul.menu li a:hover {	
	opacity:1;
	/* -moz-opacity:1; */
	
	color:#97101F;
	background-color:#fff;
}

.page .inner .centre {
	font-style: italic;
	font-weight: bold;
	color: #00000;
	margin-left : 200px;
}
.page .inner .centre p { 
	font-size: 1.1em;
}
.page .inner .centre p.illustration {
	text-align:center;
}
.page .inner .centre p.illustration img {	
	border-width:5px;
	border-style:solid;
	border-color:#ffffff;
	margin:10px;
}

.footer {
	clear:both;
	height: 30px;
	background-color: E07120;
	font-style: italic;
	color: #00000;
	text-align: center;
	padding:3px;
}
.footer img {
	float: right;
}

.page .inner .centre ul.produits {
	list-style : none;
	margin:0px;
	padding:0px;
}

.page .inner .centre ul.produits li {
	border-width:2px;
	border-style:solid;
	border-color: #97101F;
	
	font-size:0.8em;
	
	background-color:#ffffff;
	
	text-align:left;
	float:left;
	width:300px;
	/* height:90px; */
	margin:10px;
	
	position:relative;
}
.page .inner .centre ul.produits li .info {
	font-weight:normal;
	font-style:normal;
	font-size:0.9em;
}
.page .inner .centre ul.produits li .action {
	font-weight:normal;
	font-style:italic;
	text-align:right;
}
.page .inner .centre ul.produits li img {
	border-width:0px;
	float:left;
	margin:3px;
	height:80px;
}
.page .inner .centre ul.produits li .prix {
	float:left;
}

dl {
	font-size:1.2em;
	position:relative;
}
dl dt { font-size:0.9em; }

dl.regroupement {
	clear:left;
	border-width : 0px;
	border-style : solid;
	border-color : #000000;
	
	text-align:left;
	
	margin:20px;
	font-style:normal;
	font-weight:normal;
	
}
dl.regroupement dt {
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #ffffff;
	
	margin:0px;
	padding:3px;
	
	/* background-color : #000000; */
	color : #fafafa;
	
	font-weight:bold;
}
dl.regroupement dd {
	font-size:0.8em;
	margin:0px;
	overflow:auto;
	/* background-color : #fafafa; */
}

form {
	margin:0px;
	padding:0px;
}
form textarea {
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	overflow:scroll;
	width:75%;
	height:100px;
}
form ul.champs {
	list-style : none;
	
	margin:0px;
	padding:0px;
}
form ul.champs li {
clear:left;
}
form ul.champs li dl dt {
	border-width:0px;
	color : #000000;
}
form ul.champs li dl dt label {
	display:block;
	width:110px;
	float:left;
	text-align:right;
	line-height:25px;
}
form ul.champs li dl dd {
	margin-left:120px;
}
form ul.champs li dl dd ul.choix {
	list-style:none;
	padding-left:10px;
}
form ul.champs li dl dd ul.choix li {
	clear:none;
	border-width : 1px;
	border-style : solid;
	border-color : #efbc73;
	
	margin-bottom:10px;
	margin-right:10px;
	padding:3px;
	float:left;
	height:100px;
	
	text-align:center;
}
form ul.champs li dl dd ul.choix li img {
	height:80px;
}
form ul.champs li dl dd ul.choix li.selected {
	background-color:#efcd84;
	border-color : #cd9a51;
}
form ul.buttons {
	list-style:none;
	margin:0px;
	margin-top:5px;
	padding:0px;
	width:50%;
}
form ul.buttons li {
	float:right;
	margin-left:10px;
}
form td input {
	border-width:1px;
	border-style:solid;
	border-color:#000000;

	width:100%;
}
form .obligatoire {
	display:inline;
	/*
	background-image:url(/images/obligatoire.gif);
	background-repeat:no-repeat;
	background-position:top right;
	
	width:16px;
	height:20px;
	*/
}
form .obligatoire span {
	/*
	position:relative;
	left:-200000em;
	*/
	color:#aa0000;
}

ul.galerie {
	overflow:auto;
	height:90px;
	
	list-style:none;
	margin:0px;
	padding:0px;
	text-align:center;
}
ul.galerie li {
	float: left;
	margin:5px;
}
ul.galerie li img {
	height:80px;
}

div.traces {
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : ebeb00; /* #fcbc00; */
	
	background-color : #ffff86;
	overflow : visible;
}
div.traces div.fermer {
	margin : 5px;
	float : right;
	width : 13px;
	height : 13px;
}
div.traces div.fermer a {
	display : block;
	width:100%;
	height:100%;
	background-image : url(/images/close_1.gif);
}
div.traces div.fermer a:hover {
	background-image : url(/images/close_2.gif);
}
div.traces div.fermer a:active {
	background-image : url(/images/close_3.gif);
}
div.traces div.fermer span { display:none; }
div.traces ul {
	margin : 0px;
	margin-right : 37;
	padding : 5;
	
	list-style : none;
}
div.traces ul li {
	height : 20px;
	font-weight : bold;
	padding : 2px;
}
div.traces ul li.error   { color : #990000; }
div.traces ul li.warning { color : #a75b00; }
div.traces ul li.info    { color : #0020a7; }
div.traces ul li.debug {	
	color        : #005416;
	font-weight  : normal;
	font-style   : italic;
	padding-left : 20px;
}

table.commande {
	margin:10px;
	border-collapse:collapse;
}
table.commande tr th {
	border-width:0px;
	border-right-width:2px;
	border-right-style:solid;
	border-right-color:#fff;
	padding:3px;
	background-color:#00000;
	color:#ffffff;
}
table.commande tr td {
	padding:3px;
}
table.commande tr td.donnee {
	/* background-color:#efcd84; */
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#efcd84;
}
table.commande tr td.numerique {
	/* background-color:#efcd84; */
	text-align:right;
}
table.commande tr td.libelle {
	/* background-color:#efcd84; */
	text-align:right;
}
table.commande tr td.debutBloc {
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#000000;
}

table.commande tr td span.options { font-size:0.8em; font-style:italic; }
table.commande tr td span.options span.valeur { font-weight:bold; }

ul.liens {
	list-style:none;
}
ul.liens li {
	margin-bottom : 20px;
}
ul.liens li dl dt {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}

ul.cmd_steps {
	position:relative;
	list-style:none;
	margin:5px;
	padding:0px;
	height:2.2em;
}
ul.cmd_steps li {
	float:left;
	margin:0px;
	padding:5px;
	text-align:center;
}
ul.cmd_steps li.inactif {
	font-size:0.85em;
	font-weight:normal;
	color:#666666;
	line-height:1.55em;
}
ul.cmd_steps li.courant {
	border-width:1px;
	border-style:solid;
	border-color:#753c13; /* 945d23 */
	color:#753c13;
	font-style:normal;
	background-color:E07120; /* 9ce852 bdc95a */
}

ul.cmd_steps li.actif {
	font-size:0.85em;
	font-weight:normal;
	line-height:1.55em;
}
ul.cmd_steps li.actif a {
	text-decoration:none;
}
ul.cmd_steps li.actif a:hover {
	text-decoration:underline;
}