/* disclaimer */

html,body{
	margin						:	0px;
	padding						:	0px;
	font-size					:	12px;
	font-family					:	Arial, Helvetica, sans-serif;	
	height						:	100%;
}

body{
	text-align					:	center;
	background-image			:	url(../../GBNC_accueil/images/bg.gif);
	background-repeat			:	repeat-x;
	background-position			:	top left;
	background-color			:	#3F8D15;
	height						:	100%;
}


#conteneur{
	text-align					:	left;
	margin						:	0 auto;
	width						:	950px;
	position					:	relative;
	height						:	100%;
	background					:	#000000;
}



#message_disclaimer{
	width					:	620px;
	height					:	500px;
	position				:	relative;	
	color					:	#FFFFFF;
	font-weight				:	bold;
	font-family				:	Verdana, Arial, Helvetica, sans-serif;
	margin					:	0px auto 0px auto;
	padding-top				:	50px;
	text-align				:	center;

}



#form_disclaimer strong{
	font-size				:	24px;
	text-align				:	center;
	display					:	block;
	margin					:	0px 0px 10px 0px;	
}

#form_disclaimer h1{
	font-size				:	20px;
	text-align				:	center;
	display					:	block;
	margin					:	0px 0px 20px 0px;	
}

#form_disclaimer p{
	font-size:14px;
	text-align:justify;
	margin:0px 0px 20px 0px;	
}
.msg{
	margin-top:30px;
}


.btn-oui{
	position				:	absolute;
	display					:	block;
	border					:	0px;
	background				:	none;
	background-image 		: 	url(../images/oui.png);
	background-position		: 	left top;
	background-repeat		:	no-repeat;
	width					:	264px;
	height					:	50px;
	bottom					:	-20px;
	left					:	30px;
	cursor					:	pointer;
}
.btn-oui:hover, .btn-non:hover{
	background-position		: 	left bottom;
}
.btn-non{
	position				:	absolute;
	display					:	block;
	border					:	0px;
	background				:	none;
	background-image 		: 	url(../images/non.png);
	background-position		: 	left top;
	background-repeat		:	no-repeat;
	width					:	264px;
	height					:	50px;
	bottom					:	-20px;
	right					:	30px;
	cursor					:	pointer;
}


