body {
	background-color: #fed992;
	background-image:url(../images/stone-way.png);	
	background-repeat:no-repeat;
	background-position:0 50px;
	margin:0;
	padding:0;
	color: #000000;
	font-family: Comic Sans MS, Verdana, Georgia, Arial, Helvetica, sans-serif;
    /*font-family: Arial,Times,serif;*/
    font-size: 17px;
    text-align: justify;
}

img {
	border: 0;
}

#image {
	display: none;
	position: absolute;
	top: 150px;
	left: 50px;
}

#container {
	display: none;
	position: absolute;
	top: 200px;
	left: 450px;
	width: 50%;
	background: #fed992;
	filter: alpha(opacity = 80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	z-index: 100;
	border: 1px solid #999;
	padding: 0px 0px;	
	/*-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;*/	
}
.titre1 {
	font-size: 18px;
}
.langues {
	font-size: 12px;
}

#container a { /* Les liens qui ne sont pas sous le curseur. */
	color: #660000;
	text-decoration:none; 
	font-family:Arial,Verdana;
; 	text-decoration: none;
}

#container a:hover { /* Les liens lorsque le curseur est dessus. */
	color: #660000;
	font-family:Arial,Verdana;
; 	text-decoration: underline;
}

#container a:visited { /* Les liens visites. */
	color: #660000; //ta couleur
	text-decoration:none;
}

#footer {
	display: none;
	position:absolute;
	width:100%;
	z-index: 200;
	padding: 5px 0px;
    margin:0;
    filter: alpha(opacity = 80);
	-moz-opacity: 0.80;
	opacity: 0.80;
    background-color: #fed992;
    text-align:center;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	font-size: 10px;
	font-family: Verdana, Georgia, Arial, Helvetica, sans-serif;
}	