
.resum {
border :1px solid #000;
border-collapse:collapse;
empty-cells: show;
font-size: 12px;
text-align:center;
}

table.resum td {
border-bottom:1px solid #000;

}

.resum2 {
border :0px solid #999;
border-collapse:collapse;
empty-cells: show;
font-size: 12px;
}

table.resum2 td {
border-bottom:1px solid #999;
}

div.blue table {
border: 1px solid #000;
border-collapse: collapse;
}

div.blue th {
font-family: sans-serif;
font-color: #FFF;
border: 1px solid #000;
padding: 5px;
text-align: center;
background-color: #c4d8f0;
}

div.blue td {
font-family: sans-serif;
border: 1px solid #000;
padding: 5px;
text-align: center;
background-color: #ffffff;
}


.titre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	}


.sous_titre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	}

#filter {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
	}

#box {
	display: none;
	position: absolute;
	text-align:default;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
	padding: 0;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:11;
	overflow: auto;
	}

#box2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;

	display: none;
	position: absolute;
	text-align: default;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
	padding: 0;
	margin:0;
	border: 2px solid black;
	background-color: white;
	z-index:12;
	overflow: auto;
	}
	
#box3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000;

	display: none;
	position: absolute;
	text-align: default;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
	padding: 0;
	margin:0;
	border: 2px solid black;
	background-color: white;
	z-index:12;
	overflow: auto;
	}	



	@media print {
	.no_print {display:inline;}
	a {color: #000;text-decoration:none;}
	}


.table_create {
	border:2px dotted #1d62ad;
	}


/*

.footer  {
	font-size : 10px;
	font-color: #333;
	}


div#conteneur {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 50px;
	background-color: #fff;
	border: 1px solid #000;
	}


div#mini_conteneur {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 30px;
	background-color: #fff;
	border: 1px solid #000;
	}

table {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #000;
	
}

A:link, A:visited {
	text-decoration:none;
	Font-family:Arial, Helvetica, sans-serif;
	Font-weight:normal;
	Color:#3333FF;}

A:hover {
	text-decoration:underline;
	Font-family:Arial, Helvetica, sans-serif;
	Font-weight:normal;
	Color:#3333FF;}


a {
	color: #999;
	text-decoration:none;
}
a:visited {
	color: #999;

}
a:hover {
	color: #000;
	text-decoration:none;
}
*/


