body{
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000;
	background-color:#c3946b;
}


li {
	list-style-type: none;
	list-style-image: url(images/puce_li.gif);
	list-style-position: outside;
	color: #c3946b;
}

hr{
	clear:both;
	margin-top:40px;
}

#contenu{
	width:640px;
	margin:auto;
}

#header{
	position:absolute;
	width:640px;
	margin:auto;
	height:147px;
	background:transparent url(images/header.png) top left no-repeat;
	/*IE6 Hack*/
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/ubuntu/images/header.png',sizingMethod='scale');
}


#global_content{
	padding-top:147px;
	width:640px;
	margin:auto;
	height:500px;
	background:transparent url(images/bg.png) top left no-repeat;
}



#content{

}

#users{
	width:250px;
	background:transparent url(images/bg_titre.png) top left repeat-y;
	float:left;
	margin-right: 20px;
}


#users h3{
	margin-top:0px;
	height:30px;
	background:transparent url(images/titre.png) top left no-repeat;
	/*IE6 Hack PNG Transparent*/
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/ubuntu/images/titre.png',sizingMethod='scale');
	text-align:center;
	padding-top:7px;
	color:#fff;
}

#users p{
	color: #c3946b;
	margin-left:10px;
}

#users .bottom{
	margin-top:0px;
	height:15px;
	width:250px;
	background:transparent url(images/bottom_titre.png) top left no-repeat;
	/*IE6 Hack PNG Transparent*/
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/ubuntu/images/bottom_titre.png',sizingMethod='scale');
}

#texte{
	margin-left:300px;
}

#bouton{
	height:70px;
	width:233px;
	margin:auto;
	background:transparent url(images/bouton.png) top left no-repeat;
	cursor:pointer;
	/*IE6 Hack*/
	*background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='css/ubuntu/images/bouton.png',sizingMethod='scale');
}




#footer{
	width:734px;
	margin:auto;
	height:71px;
	background:transparent url(images/footer.jpg) top left no-repeat;
}