#boutons {
	position:absolute;
	left:14px;
	top:40px;
	width:118px;
	height:394px;
	z-index:1;
}

#description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 300px;
	width: 650px;
	left: auto;
	top: 200px;
	right: 200px;
	bottom: auto;
	position: static;
	background-position: center center;
}
.bouton {
	font-family: Tahoma;
	text-align: center;
	text-transform: lowercase;
	color: #FFFF00;
	display: block;
	background-color: #CC0000;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
.bouton:hover {
	font-family: Tahoma;
	text-align: center;
	text-transform: lowercase;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	background-color: #FF6600;
}
.stl_titre {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 16px;
	text-align: center;
}
.stl_texte {
	color: #000000;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 24px; 
	text-align: center;
}
.stl_texte_petit {
	color: #000000;
	font-weight: normal;
	font-family: Tahoma;
	font-size: 16px; 
	text-align: center;
}
body {
	background-color: #000000;
}
a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
