*{padding: 0;	margin: 0:}

body
{
	background-color: #D6F7CF;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	font-family: Tahoma, Arial, Verdana;
	text-align: center;
	width: 100%;
}


#conteneur {
	position: relative;
	background-color: white;
	margin-top: 180px;
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	border: 2px solid #78F064;
	text-align: left;
	background-image: url(image/phindex.jpg);
	height: 230px;
}


#conteneur #bt_gauche {
	height: 30px;
	width: 100px;
	position: absolute;
	top: 160px;
	left: 10px;
	text-align: center;
	padding-top: 6px;
	background-image: url(image/btindex.jpg);
	background-repeat: no-repeat;
}

#conteneur #bt_droite {
	height: 30px;
	width: 100px;
	position: absolute;
	top: 160px;
	left: 440px;
	text-align: center;
	padding-top: 6px;
	background-image: url(image/btindex.jpg);
	background-repeat: no-repeat;
}

a:link, a:visited
{
	color: black;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	
}

