#background
{
	display : none;
	visibility : hidden;
	background-attachment:scroll;
	background-color:#000000;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	height:110%;
	width:110%;
	left : 0px;
	top : 0px;	
	padding : 0px;
	position:fixed;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
	z-index : 1;
}

.details_recto
{
	background:url(../../images/page1.jpg);
	display : none;
	visibility : hidden;
	margin : auto;
	position : absolute;
	z-index:2;
	margin-left:50px;
}

.details_verso
{
	background:url(../../images/page2.jpg);
	display : none;
	visibility : hidden;
	margin : auto;
	position : absolute;
	z-index:2;
	margin-left:50px;
	margin-top : 300px;
}

#message_check
{
	float:right;
	text-align:center;
	width:550px;
	margin : 10px;
	position: relative;
	
}

#conducteurA
{
	color:#137;
	float : left;
	width:50%;
}

#conducteurB
{
	color:#DA1;
	float : right;
	width:50%;
}

.checked
{
	background:#000;
	-moz-opacity:0.2;
	opacity: 0.2;
	filter:alpha(opacity=20);	
}
