.titreBoite
{
 	display:block;
	border-bottom:1px solid black;
	background-color:#00F;
	color:white;
	padding:3px;
}

.boite
{
	width:400px;
	height:200px;
	border:1px solid black;
	background-color:#CCC;
	position:absolute;
	top:30%;
	margin-top:-100px;
	left:50%;
	margin-left:-175px;
	z-index:20;
}

.boitecadre
{
	border:solid 1px #999; 
	margin:35px 10% auto 10%; 
	height:80px;
}

.boutonExportBAO
{
	position:absolute;
	left:10%;
	top:60px;
	width:80%;
}

.boutonExportCSV
{
	position:absolute;
	left:50px;
	top:95px;
	width:300px;
}

.boutonExportTXT
{
	position:absolute;
	left:50px;
	top:120px;
	width:300px;
}

.SendMail 
{
	position:absolute;
	left:50px;
	top:145px;
}

.SendMailTxt 
{
	position:absolute;
	left:65px;
	top:145px;
}

.boutonOk
{
	position:absolute;
	left:10px;
	top:150px;
}

.boutonCancel
{
	position:absolute;
	left:160px;
	top:175px;
	width:80px;
}

.boutonFermer
{
	font-size:9px;
	position:absolute;
	right:0px;
	top:0px;
	width:17px;
	height:19px;
}

.question
{
	display:block;
	width:80%;
	margin-left:10%;
	margin-right:auto;
	margin-top:15px;
}

.boiteModal
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#CCC;
	z-index:10;
	opacity:0.4;
	filter:alpha(opacity=4);
}

