*{margin:0px; padding:0px; }

body
{
  background-image:url(./images/pv-fond.jpg);
  background-repeat:repeat-x;
	background-color:#71b3bf;
	text-align:center; 
	font-family: Arial, Helvetica, sans-serif; font-size:18px;
}

#global
{
	position:relative; 
	width:946px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(./images/fond-site.jpg);	
	background-position:top;
  background-repeat:repeat-y;
	text-align:left;
}
	
#banniere
{
	position:relative; 
	width:946px;
	height:138px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(./images/pv-banniere.jpg);	
	background-position:top;
	background-repeat:no-repeat;
}

#contenu
{
	position:relative;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align:left;
}

#pied
{
	position:relative; 
	width:946px;
	margin-left:auto;
	margin-right:auto;	
	background-image:url(./images/pv-pied.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#71b3bf;
	font-size:11px;
}
/* tableau */
td { padding:5px; }
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; }
