/* 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: 14px;
	font-weight: normal;
	color: #555555; /*787878*/
	background-image: url(../images/bck_montena.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 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: #ED2939;
	text-decoration: none;
	font-weight: normal;
}
#contact a:active {
	position: absolute;
	margin-top: 5px;
	color: #555555;
	text-decoration: none;
	font-weight: normal;
}
/* titre en rouge */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ED2939;
	/*text-transform: uppercase;*/
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* sous titre en gris */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555555;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#title {
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #555555;
	margin-top: 5px;
	line-height: 14px;
}
/* valeur de la police a l'interieur des tableau */
table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
/* 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;
}
/* les images dans le texte se place automatique à droite */
.positionimgct {
	float: right;
	margin-left: 5px;
}
/* position du logo */
#positionlogo {
	width: 265px;
	margin-top: 190px;
	position: absolute;
	z-index: 12;
	margin-left: 581px;
}
/* position de la zone interactive */
#positionzi {
	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: 14px; /* disposition du sous-menu (zone blanche) */
}
#menu ul {
	background-color: #FFFFFF;
	/*width: 200px;*/
	height: 100%;
	padding-right: 50px;  /* en enlevant la valeur width et en ajoutant la valeur height 100%, le sous-menu ajuste la largeur par défaut + 50px */
	margin-top: 2px;
	padding-bottom: 4px;
}
#menu li {
	text-align: left;
	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;
	text-decoration: none;
	height: auto;
	right: 0;
	top: 0;
	z-index: 1;
}


