@charset "utf-8";
/* CSS formulaire */
div .inputs{
	background:url(images/fond.png);
	position:relative;
	border:1px solid #FF24A7;
	text-align:center;
	float:left;
}
div .inputs_select{
	position:relative;
	border:1px solid #FF24A7;
	text-align:center;
	float:left;
	background-color:#FFFFFF;
}
.inputs_select .selects{
	padding:3px 14px 3px 3px;
	font:normal 12px verdana;
	cursor:default;
	background:url(../images/fleche.gif) right center no-repeat;
	width:95px;
	white-space:nowrap;
	overflow:hidden;
}
.liste_select{
	position:absolute;
	text-align:left;
	border:1px solid #FF24A7;
	white-space:nowrap;
	font:normal 12px verdana;
	padding:5px;
	display:none;
	background:#fff;
	z-index:100;
}
.liste_select p a{
	display:block;
	cursor:default;
	color:#000;
	text-decoration:none;
	background:#fff;
}
.liste_select p a:hover{
	color:#fff;
	background:#FF24A7;
}
em.top-left{
	position:absolute;
	width:4px;
	height:4px;
	overflow:hidden;
	top:-1px;
	left:-1px;
	background:url(../images/top-left.png);
}
em.bottom-left{
	position:absolute;
	width:4px;
	height:4px;
	overflow:hidden;
	bottom:-1px;
	left:-1px;
	background:url(../images/bottom-left.png);
}
em.bottom-right{
	position:absolute;
	width:4px;
	height:4px;
	overflow:hidden;
	bottom:-1px;
	right:-1px;
	background:url(../images/bottom-right.png);
}
em.top-right{
	position:absolute;
	width:4px;
	height:4px;
	overflow:hidden;
	top:-1px;
	right:-1px;
	background:url(../images/top-right.png);
}
#radiobuttons p{
	position:relative;
	float:left;
}
.radio{
	-moz-opacity:0;
	filter:alpha(opacity=0);
	width:20px;
	height:20px;
	position:absolute;
	right:0;
	top:0;
}
#checkboxes p{
	position:relative;
	float:left;
}
.checkbox{
	-moz-opacity:0;
	filter:alpha(opacity=0);
	width:20px;
	height:20px;
	position:absolute;
	right:0;
	top:0;
}

.input {
	border:1px solid #000000;
	background:#B00043;
	color:#FFFFFF;
	font-size:12px;
}

.input2 {
	border:1px solid #B00043;
	background:#CBD3D7;
	color:#B00043;
	font-size:12px;
}