@charset "utf-8";
/* CSS Document */


body {
	background-color: #ECECEC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.resa {
	margin-top: 20px;
	text-align: left;
}
.txt {
	font-family: calibri;
	font-size: 14px;
	color: #FFFFFF;
}
.txt1 {
	font-family: calibri;
	font-size: 14px;
	color: #333333;
	text-align: justify;
}
form {
	margin: 0px;
}



.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #AB2131;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
}
h1 {
	font-family: calibri;
	font-size: 9px;
}


.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 32px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */

a.lien1:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.lien1:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.lien1:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a.lien1:active {
	text-decoration: none;
	color: #FFFFFF;
}
.input {
	border: 1px solid #A3A3A3;
	font-family: calibri;
	font-size: 11px;
	color: #666666;
}
.titre {
	font-family: calibri;
	font-size: 14px;
	color: #78A5E6;
}
