/* UTF-8 à jamais */
div.select_style{
	float:left;
}
#form_inscription div.select_style{
	margin-left:10px;
	margin-bottom:10px;
} 
div.select_style div{
	width:380px;
	height:40px;
	background:url('deco/select-fond.png') top left no-repeat;
	display:none;
	z-index:2;
	position:relative;
}
div.select_style.err div{
	background:url('deco/select-fond-err.png') top left no-repeat;
}
div.select_style.rempli div{
	background:url('deco/select-fond-rempli.png') top left no-repeat;
}
div.select_style p{
	margin:0;
	padding:0;
	line-height:40px;
	color:#000;
	cursor:pointer;
	padding-left:15px;
	padding-right:15px;
}
#form_inscription div.select_style p{
	margin:0;
	color:#aaa;
}
#form_inscription div.select_style.rempli p{
	color:#000;
}
#form_inscription div.select_style.err p{
	color:#000;
}
div.select_style ul,
div.select_style ul li{
	margin:0;
	padding:0;
	list-style-type:none;
	line-height:40px;
	cursor:pointer;
}
div.select_style ul{
	display:none;
	z-index:5;
	position:absolute;
	width:380px;
}
div#select_style_categorie ul{
	width:150px;
}
div.select_style ul li{
	background-color:#252525;
	color:#aaa;
	padding-left:25px;
}
div.select_style ul li:hover{
	background-color:#757575;
}