﻿body, html{height: 100%;}
body{
	margin:0px;
	background-color: #005099;
    font-family:Trebuchet, Arial, Helvetica;
}

div, td {
	font-size:12px;
	}

.fieldLabel 
{
    width:100px;
	font-size:15px;
}
.destField 
{
    font-size:smaller;
    width:400px;
}

#modal { position:absolute; top:0; height:0; background:#000; opacity:0.5; filter:Alpha(opacity = 50); display:none; }
#modal2 { position:absolute; width:200px; background:#fff; color:#000; font-size:14px; padding:20px; text-align:center; display:none; }

#csv{text-align:center;width: 100px; float: right;}
#csv a{text-decoration: none; color: #000; font-size: 10px;}
#csv a:hover{text-decoration: underline;}

#popup{background: #fff;font-size: 11px;margin: 10px;}
#popup h1{color: #371d76; font-size: 16px;}
#popup .rouge{color: #a60000;}
#popup .cadre{border: solid 1px #333;background: #eee;text-align: center; padding: 10px;}