
* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

body {
	background-color:#000;
	background-image: url(../images/visage.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
}

#Logo {
	margin:10px;
}

#Informations {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:392px;
	height:434px;
	margin:50px 0 0 50px;
	padding:5px 5px 0 120px;
}

h1 {
	font-size:14px;
	color:#660000;
}

p {
	font-size:12px;
	margin:5px 0 5px 0;
	text-align:justify;
}

a {
	text-decoration:none;
	color:#990000;
}

a:hover {
	color:#fff;
	background:#990000;
}

.Message {
	padding:0 0 0 30px;
	color:#555;
}

.Lien {
	font-weight:bold;
	margin:15px 0 10px 0;
	text-align:center;
}

ul {
	font-size:10px;
	margin:0 0 0 20px;
}

#Note {
	position:absolute;
	bottom:10px;
	left:10px;
	color:#bbb;
	font-size:12px;
}

#infos {
	position:relative;
	border:1px solid #000;
	width:350px;
	height:400px;
	position:absolute;
	left:580px;
	top:140px;
}
#contenu {
	position:relative;
	z-index:10;
	padding:8px;
	overflow-y: auto;
	height:400px;
	width:350px;
}
#infos-fond {
	z-index:1;
	background-color:#fff;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
	position:absolute;
	top:0;
	left:0;
	width:366px;
	height:416px;
}
#contenu h2 {
	font-size:14px;
	text-align:center;
}

.photo {
	float:left;
	margin:0 8px 0 0;
}

#news {
	position:absolute;
	left:165px;
	top:422px;
	width:400px;
	height:135px;
}
#news-fond {
	z-index:1;
	background-color:#fff;
	-moz-opacity:0.7;
	opacity: 0.7;
	filter:alpha(opacity=70);
	position:absolute;
	top:0;
	left:0;
	width:400px;
	height:135px;
}
#news-contenu {
	position:relative;
	z-index:10;
	margin:10px;
}

#email {
	width:250px;
	margin-left:10px;
	border:1px solid #000;
	padding:2px 4px;
}

label {
	float:left;
	text-align:right;
	width:60px;
}

#submit {
	width:120px;
	margin-left:10px;
}
