#logo
{
	margin: 0px;
	margin-left: -8px;
	margin-top: -13px
}

#prise
{
	margin: 0px;
	margin-left: -383px;
	margin-top: 432px;
	position: absolute;
}

#bonap
{
	margin-left: 323px;
	margin-top: -5px
}

body 
{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 0.69em;
	line-height: 1.35em;
	text-align: left;
	background: rgb(202, 198, 206) url(background.jpg);
	color: rgb(123, 132, 132);
	letter-spacing: 0.4px;
}

.div1
{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 1em;
	text-align: left;
	background: rgb(202, 198, 206) url(background.jpg);
	color: rgb(123, 132, 132);
	letter-spacing: 0.4px;
	position: absolute;
	left: 35px;
	top: 162px;
	width: 225px;
}

.div2
{
   position: absolute;
   left: 296px;
   top: -297px;
   width: 700px;
   margin: 0 0 0 0;	
}

.div3
{
   position: absolute;
   left: 330px;
   top: 190px;
   width: 580px;
   margin: 0 0 0 0;	
}

.div4
{
   position: absolute;
   left: 350px;
   top: 100px;
   width: 270px
}

.div5
{
   position: absolute;
   left: 550px;
   top: 78px;
   width: 270px
}

ul
{
	list-style-type: none;
	margin-left: -33px
}
	
h1 
{
	font-family: Helvetica, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	background: rgb(202, 198, 206) url(background.jpg);
	color: rgb(123, 132, 132);
	padding: 0;
	margin-top: 18px;
	margin-bottom: -10px;
}

h2
{
	color: rgb(234, 233, 238);
	font-size: 1em;
	font-weight: normal;
	position: absolute;
  	left: 33px;
   	top: 460px;
}

h3
{
	color: rgb(123, 132, 132);
	font-size: 1em;
	font-weight: normal;
	position: absolute;
  	left: 33px;
   	top: 474px;
}

h4
{
	color: rgb(234, 233, 238);
	font-size: 1em;
	font-weight: normal;
	position: absolute;
  	left: 33px;
   	top: 488px;
}

h5
{
	color: rgb(123, 132, 132);
	font-size: 1em;
	font-weight: normal;
	position: absolute;
  	left: 33px;
   	top: 499px;
}

.date
{
	font-size: 0.8em;
	font-weight: normal;
	color: rgb(155, 163, 154)
}

.travail
{
	color: rgb(177, 126, 52);
	font-size: 1em;
}

a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: rgb(123, 132, 132);
}

a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: rgb(177, 126, 52); /* Le lien sera écrit en vert quand on pointera dessus */
}

a:active /* Quand le visiteur clique sur le lien */
{
   text-decoration: none;
   color: rgb(170, 224, 250);
}

a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   text-decoration: none;
   color: none;
}

