/* ______________________ */
/*                        */
/* Balises personnalisées */
/* ______________________ */

#Body {
	border: 0px solid black;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
}

#Head {
	display:none;
}

#Bar {
	display:none;
}

#Menu {
	display:none;
}

#Page {
	background-color: #FFFFFF;
	width: 100%;
}

#Page table {
	width: 100%;
	margin-bottom: 20px;
}

#Page .top {
	text-align: center;
}

#Page h5 {
	font-size: 10px;
	text-align: right;
	padding-top: 5px;
}

#Page textarea {
	height: 400px;
	width: 100%;
}

#Page .bottom {
	margin: 0px;
	text-align: right;
}

#Page .tableau table {
	border: 2px solid gray;
	width: 100%;
}

#Page .tableau td {
	border: 1px solid gray;
	text-align: center;
}

#Page li {
	margin-left: 50px;
}

#Foot {
	display:none;
}

.top {
	font-weight: bold;
	background-image: none;
	background-color: #C0FFFF;
}

.center {
	background-color: #EFFFFF;
	padding: 15px;
	height: 100%;
}

.bottom {
	background-color: #C0FFFF;
}

.noprint {
	display:none;
}





/* __________________ */
/*                    */
/* Balises classiques */
/* __________________ */

body {
	background-color: #FFFFFF;
	height: 100%;
	font-size: 10px;
}

h2 {
	display:none;
}
