/* css armadis
fond menu gauche : #EAEBDB
rouge : #e63600
vert : #507339

*/

* {margin:0; padding:0; border:0}
html {height:100%}
body {
	text-align: center ;
	font: 80%/0.80em Verdana,arial, helvetica, sans-serif ;
	background: #fff ;
	height:100%;
	color:#222222;
}

div#conteneur, div#header, div#content, div#footer {width: 950px ;}

div#conteneur {
	margin: 0 auto ;
	text-align: left ;
	background:#fff url('../img/bg_conteneur_index.jpg') repeat-y;
	position:relative;
}

div#header {
	height:140px;
	background:url('../img/bg_header.jpg')  no-repeat;
}

div#login {
	width:150px;
	}

div#content {
	background:url('../img/bg_content.jpg')  no-repeat bottom left;
	}

div#gauche {
	width:150px;
	float:left;
	margin-top:10px;
	padding-bottom:200px;
	}

div#contenu
{
	float:left;
	width:765px;
	margin-left:22px;
	position:relative;

}

div#footer
{
	clear:both;
	background:url('../img/bg_footer.jpg') no-repeat top left;
	padding-top:15px;
	margin : 0 auto;
	height:31px;
}

a {text-decoration:none;color:#347800}
.clear {font-size:0; height:0; clear:both; visibility:hidden;line-height:0;}

span.regPrice{font-size:10px; font-color:red}