@charset "utf-8";
/* CSS Document */


body {
	margin-top:0px;
	margin-bottom:0px;
	text-align: center;
	padding:0; /* Opera */

	background-color: #FFF;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	/* font-weight:bold; */
}

#global {
	width:957px;
	height:700px;
	text-align:left;
	background:url(img/fond.gif) top left no-repeat;

	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -478px; 
	margin-top: -350px; 
}


#minuit {
	width:571px;
	height:182px;
	background:url(img/minuit.gif) top left no-repeat;
	
	position:absolute;
	top:83px;
	left:46px;
}

#logo {
	position:absolute;
	top:506px;
	left:67px;
}

#fr {
	width: 282px;
	color:#E6C11A;
	
	position:absolute;
	top: 339px;
	left: 293px;
}
	#fr a {
		color:#E6C11A;
		text-decoration:none;
	}

	#fr a:hover {
		color:#FFF;
		text-decoration:none;	
}

#de {
	width: 292px;
	color:#fff;
	
	position:absolute;
	top: 339px;
	left: 619px;
}
	#de a {
		color:#FFF;
		text-decoration:none;
	}

	#de a:hover {
		color:#E6C11A;
		text-decoration:none;	
}

/* --------- */

img {
	border:0;
}

h1 {
	position:absolute;
	left: -6000px;
	top: -6000px;
	text-indent: -6000px;
}

h2 {
	margin:0;
	font-size:14px;

}

p {
	margin: 10px 0px;
}

.fond {
	text-align:center; 
	margin-left: -25px;
}
p.little{
	font-size: 10px;
}
.link_de {
  
}

.link_fr {

}
#fr p.little{
	margin-top: 10px;
}

