#masque {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 8;
	display: none;
}
* html #masque {	/* IE6 */
	position: absolute;
	width: 100%;
}

#bloc_container {
	position: absolute;
	z-index : 9;
	width: 970px;
	top: 85px;
}
.bloc{
	color: #FFFFFF;
	font-size: 14px;
	position: absolute;
	width: 664px;
	margin: 0 0 0 146px;
	display: none;
	overflow: hidden;
	clear: both;
}
.bloc h1 {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 9px;
}
.bloc a {
	color: #FFFFFF;
	text-decoration: underline;
}
.bloc input[type=text], #compte_password {
	border: none;
	background: url(../images/form_input.gif) no-repeat top left;
	color: #2B2B2B;
	font-size:11px;
	height:14px;
	padding:3px 6px 3px 6px;
	width:144px;
}
.bloc select {
	border: none;
	background: url(../images/form_input.gif) no-repeat top left;
	color: #2B2B2B;
	font-size:11px;
	height:19px;
	padding:1px 6px 1px 6px;
	width:144px;
}



.bloc_top {
	background: url(../images/bloc_blanc_top.png) no-repeat top left;
	height: 12px;
	width: 664px;
	display: block;
}
.bloc_bottom{
	clear: both;
	width: 664px;
	background: url(../images/bloc_blanc_bottom.png) no-repeat top left;
	height: 12px;
	display: block;
}
.bloc_bloc {
	position: relative;
	width: 664px;
	display: block;
	padding: 0 8px 0 8px;
	background: url(../images/bloc_bloc.png) repeat-y top left;
}
.bloc_content {
	position: relative;
	float: left;
	width: 646px;
}
.bloc_content_orange{
	background-color: #E76F31;
	position: relative;
	width: 646px;
}
.bloc_content_white {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 12px;
	position: relative;
	width: 596px;
	padding: 11px 25px 25px 25px;
	overflow: hidden;
	height: 0;
}
.bloc_content_white label {
	float: left;
	width: 84px;
	height: 30px;
	font-size: 12px;
}
.bloc_content_white p {
	color: #357700;
	font-size: 11px;
}
.bloc_content_white a {
	color: #357700;
	text-decoration: none;
	font-weight: bold;
}

.bloc_content_content {
	padding: 7px 19px 19px 19px;
	height: 97px;
	width: 608px;
	position: relative;	
}
.bloc_separator {
	clear: both;
	background: url(../images/bloc_separator.png) no-repeat top left;
	height: 14px;
	width:646px;
	background-color: #FFFFFF;
}
#bloc_close {
	position: absolute;
	top: 0;
	z-index: 5000000;
	left: 628px;
	height: 22px;
	width: 23px;
	cursor: pointer;
	background:  url(../images/btn_close.png) no-repeat top left;
}
#nouveau_compte_enregistrer {
	width: 141px;
	height: 30px;
	background: url(../images/nouveau_compte_enregister.png) no-repeat top left;
	display: block;
}	
#nouveau_compte_enregistrer:hover {
	width: 141px;
	height: 30px;
	background: url(../images/nouveau_compte_enregister_hover.png) no-repeat top left;
	display: block;
}	

.home_panier_title {
	float: left;
	width: 424px;
	height: 25px;
	padding-top: 5px;
}

