/***** menu CSS *****/

body {background-image: url(http://www.korke.com/images/bg.jpg);}
#screen {
	background-color: #FFFFFF;
	filter:alpha(opacity=70);
	-moz-opacity:.50;
	opacity:.50;
	height: 50px;
	width: 480px;
	position: absolute;
	left: 160px;
	top: 56px;
	z-index: 15;
}
#site {position: absolute;top : 150px;left : 10px;}
#logokorke {position: absolute;top : 5px;left : 290px;
}
#partner1 {
	position: absolute;
	left: 70px;
	top: 960px;
}
#partner2 {
	position: absolute;
	top: 958px;
	left: 170px;
}
#mail {
	position: absolute;
	left: 720px;
	top: 3px;
}
#toptitle {
	height: 152px;
	width: 802px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	letter-spacing: 3px;
	position: absolute;
	top: 67px;
	text-align: center;
	left: 0px;
	z-index: 20;
	font-weight: bold;
}
#topfond {
	height: 152px;
	width: 802px;
	background-color: #000000;
	position: absolute;
	top: 65px;
	border-top-width: thin;
	border-top-style: solid;
	left: 2px;
}
div.fondmenu {
	width:807px; /* on met la largeur de la page, 100% */
	position:absolute; /* ...ça non plus */
	top:218px; /* mettre ici la même valeur que top_menu */
	height:25px;
	background-color: #000000;
	left: -3px;
}
#hotspot {
	position: absolute;
	left: 55px;
	top: 135px;
}
#texte {
	position: absolute;
	top: 350px;
	font-family: Verdana;
	color: #666666;
	font-size: 10px;
	line-height: 25px;
	z-index: 2;
	width: 580px;
	left: 210px;
	padding: 8px;
	border-top-width: 6px;
	border-top-color: #000000;
	border-top-style: solid;
	background-color: #FFFFFF;
	font-weight: normal;
}
#verloren {
	position: absolute;
	left: 0px;
	top: 3962px;
	font-family: Verdana;
	font-weight: bold;
	font-size: xx-small;
	width: 12px;
	color: #000000;
}
#titre {
	position: absolute;
	left: 210px;
	top: 272px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 10px;
	width: 585px;
	padding: 4px;
	color: #FFFFFF;
	background-color: #000000;
}
#photo {
	position: absolute;
	left: 15px;
	top: 93px;
	z-index: 1;
}
#comment {
	position: absolute;
	left: 10px;
	top: 600px;
	width: 175px;
	z-index: 7;
	font-family: Verdana;
	font-weight: normal;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	padding: 3px;
}
#boussole {
	position: absolute;
	top: 420px;
	z-index: 2;
	left: 0px;
}
.sloganlogo {font-family: Verdana;color: #FFFFFF;font-size: 10px;letter-spacing: 5px;}
.style1 {
	color: #FF6600;
	font-weight: bold;
}
.soustitres {color: #FF6600;font-size: 14px;font-style: italic;}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FFCC66;
}
.menu, .ssmenu {
	background-color:#000000;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana, Arial;
	margin:0em;
	text-transform: uppercase;
	line-height: 14px;
	padding: 0px;
}

/* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
.menu {
	text-align:center;
}
/* .ssmenu = Les parties "d�roulantes" qui s'affiche au survol d'un .menu */
.ssmenu {
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: medium;
	padding: 0px;
}

.menu span, .ssmenu span {
/* Ne pas toucher
	C'est pour cacher les ; en fin de <li>, ce qui permet aux synth�se vocales de prendre une
	pause dans l'�locution */
	display:none;
}

.ssmenu ul, .ssmenu li {
	margin:0px;
	list-style-type:none;
}

.menu a, .ssmenu a, .menu a:visited, .ssmenu a:visited {
	/* Les liens qui ne sont pas sous le curseur. */
	color:#FFFFFF;
	text-decoration:none;
	/* Ne pas modifier le block, margin et width */
	display:block;
	margin:0px;
	width:100%;
	padding: 3px 10px 3px 10px;
}
html>body .menu a, html>body .menu a:visited, html>body .menu a:hover, html>body .menu a:active,
html>body .ssmenu a, html>body .ssmenu a:visited, html>body .ssmenu a:hover, html>body .ssmenu a:active {
	width:auto;
}

.ssmenu ul:hover, .ssmenu a:hover, .ssmenu a:focus, .menu a:hover, .menu a:focus {
	text-decoration:none;
	background-color: #FFCC00;
	color: #000000;
}


img {
/* Si on met une image dans un lien (par exemple un logo � gauche du lien), pas de bordure
	car c'est vilain :-p */
	border:none;
}

.ssmenu img {
/* un petit espacement entre l'image et le texte du lien <a href="..."><img.../>blabla</a> */
	margin-right:5px;
}

.ssmenu img.hr {
/* Encore un peu exp�rimental, un <hr /> entre deux items pour faire un "s�parateur"... */
	margin-top:1px;
	margin-bottom:1px;
	margin-left:0px;
	margin-right:0px;
	width:100%;
	display:block;
}
