/* description générale */
body {
	margin-left: Opx;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #ffffff;
	
}

#global{
	position: absolute;
	left: 50%;
	top: 9%;
	width: 758px;
	height: 570px;
	margin-top: -40px; /* moitié de la hauteur */
	margin-left: -380px; /* moitié de la largeur */
	background-color: #ffffff;
	border: 1px solid #007B84;
	}
	
#banniere{
	background-image: url(images/banniere.jpg);
	position: absolute;
	left: 0;
	top: 0;
	width: 756px;
	height: 120px;
	border: none;
}

#corps{
	position:absolute;
	left:0px;
	top: 130px;
	width: 748px;
	height: 420px;
	overflow:auto;
	display : block;
}

/* tableau */

table td{
	color : #000000;
	font-size: 18px;
}

table.mod td{
	color : #000000;
	font-size: 16px;
	
}
table.pgm td{
	color : #000000;
	font-size: 16px;
}
table.ins td{
	color : #000000;
	font-size: 16px;
}
table.conf td{
	color : #000000;
	font-size: 16px;
}
div.ind {
	margin-left:30px;
	margin-right:30px;
	text-align:justify;
}
div.ind1 {
	margin-left:10px;
	margin-right:30px;
	text-align:justify;
}
#titpage {
	font-size: 20px;
	color: #007B84;
	text-align:center;
	font-weight: bold;
}
a:link    { color: #007B84; text-decoration:underline; border: none; }
a:active  { color: #007B84; text-decoration:underline; border: none; }
a:visited { color: #007B84; text-decoration:underline; border: none; }
a:hover   { color: #007B84; }

/* Image */
img {
	border: none;
}
.err { color: #FF0000; font-size: 12px; }