/* CSS Document */
html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #555555; /*787878*/
	background-image: url(../images/bck_anag.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* propriete de l'ensemble des liens du site */
a:link {
	color: #555555;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #555555;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #ED2939;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #555555;
	text-decoration: underline;
	font-weight: bold;
}
/* lien pour l'adresse de contact dans la zone interactive */
#contact{
	font-size:10px
}
#contact a:link {
	position: absolute;
	margin-top: 5px;
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}
#contact a:visited {
	position: absolute;
	margin-top: 5px;
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}
#contact a:hover {
	position: absolute;
	margin-top: 5px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#contact a:active {
	position: absolute;
	margin-top: 5px;
	color: #606060;
	text-decoration: none;
	font-weight: normal;
}
/* titre en rouge */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ED2939;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#title {
	margin: 0px;
	padding: 0px;
}
p, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #555555;
	margin-top: 5px;
	line-height: 13px;
}
/* zone contenant l'ensemble du contenu (image en bandeau et texte) */
#content {
	width: 799px;
	position: absolute;
	z-index: 2;
}
/* zone de contenu de la navigation */
#contentnavig {
	height: 12px;
	width: 800px;
	margin-top: 168px;
	margin-left: 0px;
	position: absolute;
	z-index: 30;
}
/* position de l'image en bandeau */
#positionimg {
	margin: 0px;
	height: 186px;
	width: 799px;
	z-index: 10;
	position: absolute;
}
/* position des tableau */
#positiontable {
	margin: 186px 0px 0px;
	width: 530px;
	/*background-color: #CCCCCC;*/
	z-index: 11;
	position: absolute;
}
#positionimgct {
	margin-top: 22px;
}
/* position du logo */
#positionlogo {
	margin-top: 190px;
	position: absolute;
	z-index: 12;
	margin-left: 581px;
}
#positionzi {
	/*background-color: #E3E3E3;*/
	width: 160px;
	margin-top: 240px;
	position: absolute;
	z-index: 12;
	margin-left: 630px;
}
/*------------------------------
--------------------------------
--------------------------------*/
/*navigation*/
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header {
	position: relative;
}
#menu {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index:100;
	width: 100%; /* précision pour Opera */
}
#menu dl {
	float: left;
	width: 160px;
}
#menu dt {
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	background: #E8E8E8;
	margin: 0px 1px 1px;
	color: #000000;
	text-indent: 3pt;
}
#menu dd {
	display: none;
	position: absolute;
	margin-left: 1px;
	bottom: 13px; /* disposition du sous-menu (zone blanche) */
}
#menu ul {
	background-color: #FFFFFF;
	width: 200px;
	height: 100%;
	padding-right: 20px;  /* width a 200 et padding right a 20, le sous-menu ajuste la largeur en compromis IE et firefox */
	margin-top: 2px;
	padding-bottom: 4px;
}
#menu li {
	
	padding-top: 3px;	
	text-indent: 3pt; /* retrait gauche du sous-menu */
}
#menu li a, #menu dt a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 100%;
}
#menu li a:hover, #menu dt a:hover {
	color: #ED2939;
}
/* ----------
-------------
------------- 
signature */
#signature {
	position: absolute;
	font-size: 9px;
	color: #999999;
	height: auto;
	right: 0;
	top: 0;
	z-index: 1;
}


