body, td {
	font: 11px Geneva, Verdana, "Courier New", monospaced;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: left;
	color: #000;
	background: #fff;
	margin: 0;
	}

#background {
	position: absolute;
	top: 100px;
	left: 30px;
	z-index: 0;
	}

#header {
	position: fixed; 
	top: 20px;
	left: 20px;
	z-index: 3;
	}

#contents {
	position: relative;
	padding: 50px 0px 20px 20px;
	overflow: hidden;
	z-index: 1;
	}

#selection {
	width: 190px;
	border:1px solid #999999;
	font: 11px Verdana, "Courier New", monospaced;
	color:#000;
	background-color:#fff;
}

a, a:link, a:active, a:visited, a:hover{
	color: #000;
	text-decoration: none;
}

img {
	border: none;
	text-decoration: none;
}

.label:hover {
	filter:alpha(opacity=20);
	-moz-opacity: 0.20;
	opacity: 0.20;
}

.underline {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	
}

.underline:hover {
	background: url(grey.png) repeat;
	text-decoration: none;
}

.underline_color {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
	background: url(grey.png) repeat;
}

.dotted {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
	
}

.menu {position: relative; width:600px;}

.titre {margin: 0 0 10px 0;}
.texte {position:relative; width:75%; margin: 10px 0 25px 0;}
.image {float: left; height: 120px; margin: 0 10px 10px 0;}
.projet {float:left; margin-bottom: 100px;}
.projet2 {float:left; margin-bottom: 0px;}
.colonne {float: left; width:365px; margin: 0 40px 100px 0;}
.copyright {float:left; margin-top: 800px;}
