/* CSS Document */
body{

	background:#222 url(bodybg.png) repeat-x;
	text-align:center;
	font:11px Verdana,Arial,Helvetica,sans-serif;
}

#container{
	width:800px;
	height:566px;
	height
	position:absolute;
	left:12%;


	margin:auto;
	padding-bottom:20px;
	background:#222 url(accueil.jpg) no-repeat center;
}

#tampon{
position:absolute; left:40%; top:15%;
}


#left{
position:absolute;
right:65%;
	top:330px;
	
}
a {
display:block;

background:url(cssplay_2.gif); 
color:white; 
width:120px; 
height:36px;


}
/* style the background and forground colors of the links on hover */
a:hover {
//background:#fce07f; 
width:120px; 
height:36px;
background:url(cssplay_1b.gif); 
color:#cd3331;
} 


