body	{
	margin: 0;
	padding: 0;	
	background: #333;
	text-align: center;	
	color: #FFF;
}

p {
	font-family: Tahoma,Arial,Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
	
a	{
	text-decoration:none;
	color: #FFF;
}
	
td {
	/*border: 1px solid red;*/
}
	
a:hover	{color: #ec7003;}

#conteneur {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

/*            Style de l'index           */

#top {
	height: 145px;
	background-image: url(images/bgtop.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#titre {
	background-image: url(images/top.gif);
	background-repeat: repeat-x; 
	position: absolute;
	right: 50%;
	top : 37px;
	width: 310px;
	height: 108px;
	margin-right: 1px;
}

#flash {
	background-image: url(images/bgflash.gif);
	background-repeat: repeat-x; 
}

#objet {
	position: relative;
	width: 100%;
	height: 100%;
}

#contact {
	background-image: url(images/bgfoot.gif);
	background-repeat: no-repeat;
	background-position: right;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 250px;
	height: 143px;
}

#contact p{
	position: absolute;
	margin: 0;
	right: 20px;
	bottom: 10px;
	letter-spacing: 1px;
}

/*           Style des pages HTML Annexes        */

#top_annexe {
	background-image: url(images/bgtopannexe.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFF;
	text-align: left;
	vertical-align: bottom;
	padding-left: 10px;
	height: 175px;
}

#titre_annexe {
	background-image: url(images/titreannexe.gif);
	background-repeat: repeat-x; 
	position:absolute;
	right: 50%;
	top : 61px;
	width: 304px;
	height: 114px;
}

#com_annexe {
	position: absolute;
	top: 0px;
	padding-top: 2px;
  left: 50%;
  width: 200px;
  margin-left: 270px;
  text-align: justify;
	color: #000;
}

#bot_annexe {	
	background-image: url(images/bgbot.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	height: 108px;
}

