<!--
@media screen {
body {
	margin : 0;
	padding : 0;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-align : justify;
	background-color : #c0c0c0;
	}
.conteneur {
	width : 100%;
	height : 100%;
	position : absolute;
	}
a {
	text-decoration : none;
	}
a:hover {
	text-decoration : underline;
	}
.logo {
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0;
	}
.centrer {
	text-align : center;
	}
table { margin-left: auto; margin-right: auto; }
.haut {
	position: fixed;
	width: 100%;
	height: 100px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	background-color : #c0c0c0;
	text-align : right;
	}
.haut a {
	font-size : 18px;
	color : #990000;
	font-weight : bold;
	background-color : #c0c0c0;
	margin-top : 60px;
	margin-right : 40px;
	}
.date {
	text-align: left;
	font-size: 12px;
	margin-left : 220px;
	}
.gauche {
	position: fixed;
	width: 150px;
	height: auto;
	top: 100px;
	right: auto;
	bottom:20px;
	left: 0;
	font-weight : 590;
	padding-top : 10px;
	padding-left : 2px;
	padding-right : 4px;
	padding-bottom : 4px;
	background-color : #990000;
	}
.menugauche {
	list-style-type : none;
	margin : 0;
	padding : 0;
	text-align : left;
	line-height : 16px;
	list-style-type : none;
	font-size : 14px;
	}
.menugauche li {
	margin-bottom : 5px;
	}
.menugauche a {
	color : white;
	margin-left : 6px;
	}
.titre {
	background : #b8b8b8;
	margin-left : 8px;
	border-style : outset;
	width : 113px;
	text-align : center;
	font-size : 15px;
	font-weight : bold;
	padding : 4px;
	}
.corps {
	position: fixed;
	background-color : white;
	padding : 7px;
	height : auto;
	width: auto;
	top: 100px;
	right: 0;
	bottom: 20px;
	left: 150px;
	font-size : 14px;
	overflow : auto;
	}
.corps li {
	list-style-type : square;
	text-align: left;
	}
.f {font-size : 13px;}
#bg {
	background-image : url(logo1.png);
	height : 440px;
	}
.cacpe {
	 background-color : #990000;
	 margin-left: auto;
     margin-right: auto;
	 padding: 4px;
	 color: white;
	 width: 620px;
	 text-align: left;
	 font-size: 17px;
	 }
.epub {
	 background-color : #CCFFFF;
	 margin-left: auto;
     margin-right: auto;
	 padding: 4px;
	 width: 620px;
	 text-align: left;
	 font-size: 14px;
	 }
.sf {
	 background-color : #FFCCFF;
	 margin-left: auto;
     margin-right: auto;
	 padding: 4px;
	 width: 620px;
	 text-align: left;
	 font-size: 14px;
	 }
.ig {padding: 3px; float: left;}
.result {
	width: 578px;
	margin-left: auto;
    margin-right: auto;
	background-color: rgb(95%,240%,70%);
	font-size: 14px;
	padding: 4px;
	text-align: center;
	border: 1px solid #990000;
	}
.gris {
	background-color :#E7E7E7;
	margin-left: auto;
    margin-right: auto;
	padding: 4px;
	width: 620px;
	text-align: left;
	font-size: 14px;
	}
.btm {
	position: fixed;
	width:100%;
	bottom : 0;
	height : 20px;
	top: auto;
	right: 0;
	left: 0;
	background-color : #990000;
	text-align : center;
	font-size : 10px;
	padding-top : 3px;
	}
.btm a {
	color : white;
	}
h1 {
	font-size : 170%;
	text-align : center;
	color : #990000;
	}
h2 {
	font-size : 145%;
	text-align : center;
	color : #993300;
	}
h3 {
	font-size : 125%;
	font-weight : 700;
	color : #993300;
	}
h4 {
	font-size : 110%;
	color : #990000;
	}
.moteur {
	font-size : 15px;
	font-weight : 700;
	color : rgb(204, 204, 0);
	height: 45px;
	}
}
@media print {
.corps * {
	background-color : white;
	font-family: "new courrier",courrier,serif;
	font-size:10pt;
	border:0px;
	padding:5px;
	   }
.result {
	width: 700px;
	border : 0;
	top: 30px;	
	h3 : none;
	}
.haut * {display:none;}
.logo {display:none;}
.gauche * {display:none;}
.menugauche * {display:none;}
.titre * {display:none;}
.btm * {display:none;}
.xiti {display:none;}
.date {font-size : 10px;}
}
-->

