body {
	margin: 0;
	padding: 0;
	/*background: white;*/
	background-image: url(../img/bgrdvosgienneQ4.jpg);
	background-position: 50% 0%;
	font: 80% verdana, arial, sans-serif;
}

.centered {
	position: absolute;
	width: 862px;
	left: 50%;
	margin-left: -431px; /* = width/2 */
	height: 100%;
	top: 0px;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu {
	position: absolute;
	top: 131px;
	left: 162px;
	z-index:100;
	width: 700px;
	text-align: center;
	visibility: visible;
}

#menu dl {
	float: left;
	width: 10em;
	margin: 0 4px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #ccc;
	border: 1px solid gray;
	height: 19px; /* hauteur fixe */ 
}

#menu dd {
	border: 1px solid gray;
	visibility: hidden;
}

#menu li {
	text-align: center;
	background: #fff;
}

#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
	background: #eee;
}

#menuleft {
	position: absolute;
	z-index: 100;
	top: 170px;
	left: 30px;
	width: 115px;
	visibility: visible;
}

#menuleft dt {
	cursor: pointer;
	margin: 8px 0;
	/*height: 18px;*/ /* hauteur fixe */ 
	height: 100%; /* la hauteur s'adapte au texte */
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	background: #ccc;
}

#menuleft a {
	text-decoration: none;
}

#menuleft dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

#menuleft dt a:hover {
	background: #eee;
}

#logopar {
	position: absolute;
	z-index: 100;
	top: 395px;
	left: 30px;
	width: 115px;
	visibility: visible;
	/*border: 1px solid;
	border-color:#FFFFFF;*/
}

#logopar a {
	color: #000;
}

#logopar a:hover {
	color: #FFF;
	/*background: #eee;*/
}

.carte {
	position: absolute;
	z-index: 50;
	top: 395px;
	left: 30px;
	width: 276px;
	height: 166px;
	visibility: visible;
	border: 0px;
	/*border: 1px solid;
	border-color:#FFFFFF;*/
}

#logoleft {
	position: absolute;
	top: 20px;
	left: 5px;
	text-align: center;
	color: #FFFFFF;
	width: 160px;
}

#logoleft .logovosg {
	height: 71px;
	width: 150px;
	margin: 5px;
}

#langflag {
	position: absolute;
	top: 120px;
	left: 40px;
	text-align: center;
	width: 100px;
	/*border: 1px solid;*/
}

#langflag img {
	border: none;
}

#photostop {
	position: absolute;
	top: 10px;
	left: 162px;
	z-index:100;
	right: auto;
	text-align: left;
	width: 700px;
	visibility: visible;
}

#photostop img {
	width: 120px;
	height: 100px;
	/*border: 1px solid;*/
	/*border-color:#807A7A;*/
	margin-right: 6px;
	margin-left: 6px;
}

#title {
	position: absolute;
	top: 160px;
	left: 165px;
	width: 670px;
	height: 14px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	visibility: visible;
	border-bottom-color: #FF0000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

#content {
	position: absolute;
	z-index: 1;
	top: 180px;
	left: 162px;
	padding: 5px;
	width: 680px;	
	height: 408px;
	color: #000000;
	visibility: visible;
	overflow: auto;
}

#content img {
	margin: 5px;
	border: 1px solid;
	border-color: #807A7A;
}

#content a {
	/*color: #000;*/
}

#content a:hover {
	/*color: #FFF;*/
	/*background: #eee;*/
}


#copyright {
	position: absolute;
	z-index: 1;
	left: 30px;
	width: 140px;
	height: 13px;
	text-align: left;
	color: #666666;
	visibility: hidden; /* reset in the utils.js */
	font-size: x-small;
	text-decoration: underline;
	/*border: 1px solid gray;*/
}

#footer {
	position: absolute;
	left: 162px;
	width: 680px;
	height: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	visibility: hidden; /* reset in the utils.js */
}

#footer .yellowstyle {
    color: #FFF000;
}
