body {
	margin: 0;
	background-color: #cccccc;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div{
	border: 0px solid blue; /*** aide pour voir tous les calques lors de modifications (1px) */
}

a:link,a:visited,a:active {
	font-style: normal;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}

a:hover{
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/*
+-main----------------------+
|+-header------------------+|
||                         ||
|+-------------------------+|
|+-body--------------------+|
||+-menu-++-text----------+||
|||      ||+-text-header-+|||
|||      |||             ||||
|||      ||+-------------+|||
|||      ||+--text-body--+|||
|||      |||             ||||
|||      ||+-------------+|||
|+-------------------------+|
*/

#agree_technal {
  position: absolute;
  right: 22px;
  top: 20px;
}

#agree_technal img {
  width: 106px;
  height: 35px;
}


/*centré avec une taille fixe*/
#main {
	text-align: left;
	position: relative;
	margin:0 auto;
	width: 760px;
	background-color: #F9C100;
	border: 1px solid #444444;
}
/*image avec une taille fixe*/
#header {
  background-image:url(images/bandeau.gif);
  width: 760px;
  height: 91px;
}

#body {
    background-color: #F9C100;
}

#menu {
	width: 341px;
	height: 329px;
	background-repeat: no-repeat;
}

#text {
	position: absolute;
	top: 91px;
	left: 341px;
	background-color: #F9C100;
	line-height: 17px;
	text-align: justify;
}

#text-header {
 	height: 82px;
 	width: 419px;
}

#text-body {
	padding:10px;
}

.divImg{
	text-align: center;
	padding:5px;
}

#adussee { 
  position: absolute;
  bottom: 8px;
  right: 10px;
  font-size: 12pt;
  width: 405px;
}

#adussee span {
  position: absolute;
  display: block;
  float: left; 
  top: 5px;
}

#adussee img {
 display: block;
 float: right;
}