body {
	background-color: #8f7f69;
	background-image:url(images/pixel.jpg);
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #DB4010;
	text-decoration:none;
}
#contenu {
	position:absolute;
	background-image:url(images/fond.png);
	background-repeat:repeat-y;
	top:0px;
	min-height:768px;
	height:100%;
	left:50%;
	width:1024px;
	margin-left:-512px;
}
#bandeau {
	position:absolute;
	width:800px;
	height:256px;
	left:112px;
	top:0px;
	background-image:url(images/bandeau.jpg);
}
#bleu {  
	position:absolute;  
	width: 280px;
    height: 18px;
	top:131px;
	left:139px;
    border: none;
    background-image: url(images/recherche.jpg);
    background-repeat: no-repeat;
}
#google {
	position:absolute;
	top:126px;
	left:445px;
	height:31px;
	width:105px;
}
#noms {
	position:absolute;
	width:800px;
	height:35px;
	left:112px;
	top:260px;
	background-image:url(images/noms.jpg);
	background-position:left;
}

#antoine {
	position:absolute;
	overflow:auto;
	top:295px;
	left:177px;
	width:300px;
	height:432px;
	background-color:#CCCB9F;
	background-image:url(images/antoine.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:5px;
}

#edwin {
	position:absolute;
	overflow:auto;
	top:295px;
	left:557px;
	width:300px;
	height:432px;
	background-color:#CCCB9F;
	background-image:url(images/edwin.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-left:5px;
}
#login {
	display: table;
	position:relative;
	top:0px;
	width: 190px;
	margin-left: 0px;
	letter-spacing: normal;
	text-align: right;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	left:5px;
	height:auto;
}
