body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#logo h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666;
	margin-left: 400px;
	margin-top: 45px;
}

#page {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#contenu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #0F0F0F;
	padding: 10px;
	width: 760px;
}

#logo {
	background-image: url(../images/logo_sd.jpg);
	background-position: 80px;
	float: left;
	height: 100px;
	width: 980px;
	background-repeat: no-repeat;
}
#bandeau {
	float: left;
	height: 200px;
	width: 980px;
	background-image: url(../images/bandeau.jpg);
	background-repeat: no-repeat;
}
#menu {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 0px;
}
#menu_01 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 15px;
	padding-left: 50px;
	background-image: url(../images/bg_menu_01.gif);
	background-repeat: no-repeat;
}
#menu_01 a:hover {
	background-image: url(../images/bg_menu_01_s.gif);
	background-repeat: no-repeat;
}
#menu_02 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 15px;
	padding-left: 50px;	
	background-image: url(../images/bg_menu_02.gif);
	background-repeat: no-repeat;
}
#menu_02 a:hover {
	background-image: url(../images/bg_menu_02_s.gif);
	background-repeat: no-repeat;
}
#menu_03 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 15px;
	padding-left: 50px;	
	background-image: url(../images/bg_menu_03.gif);
	background-repeat: no-repeat;
}
#menu_03 a:hover {
	background-image: url(../images/bg_menu_03_s.gif);
	background-repeat: no-repeat;
}
#menu_04 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 15px;
	padding-left: 50px;	
	background-image: url(../images/bg_menu_04.gif);
	background-repeat: no-repeat;
}
#menu_04 a:hover {
	background-image: url(../images/bg_menu_04_s.gif);
	background-repeat: no-repeat;
}
#menu_05 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 15px;
	padding-left: 50px;	
	background-image: url(../images/bg_menu_05.gif);
	background-repeat: no-repeat;
}
#menu_05 a:hover {
	background-image: url(../images/bg_menu_05_s.gif);
	background-repeat: no-repeat;
}
#menu_06 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 15px;
	padding-left: 50px;	
	background-image: url(../images/bg_menu_06.gif);
	background-repeat: no-repeat;
}
#menu_06 a:hover {
	background-image: url(../images/bg_menu_06_s.gif);
	background-repeat: no-repeat;
}
#menu_07 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 15px;
	padding-left: 50px;	
	background-image: url(../images/bg_menu_07.gif);
	background-repeat: no-repeat;
}
#menu_07 a:hover {
	background-image: url(../images/bg_menu_07_s.gif);
	background-repeat: no-repeat;
}
#menu ul {
	margin-top: 50px;
	margin-left: 10px;
	padding: 0px;
	margin-bottom: 50px;
}
#menu ul li a {
	color: #FFF;
	text-decoration: none;
}
#menu li ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#menu ul li ul li {
	margin-top: 30px;
	margin-bottom: 30px;
}


#contenu {
	float: left;
	width: 780px;
	margin-top: 10px;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#contenu a {
	color: #9FF;
	text-decoration: underline;
}
#contenu a:hover {
	color: #9FF;
	text-decoration: none;
}

#pied {
	background-color: #333;
	float: left;
	height: 50px;
	width: 980px;
	background-image: url(../images/sd_pied_page.gif);
	background-repeat: no-repeat;
	background-position: 20px;
}
#pied p {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 190px;
	margin-top: 20px;
}
#pied p a {
	color: #CCC;
	text-decoration: underline;
}
#pied p a:hover {
	text-decoration: none;
}
.bleu {
	color: #0FF;
}

#encart_accueil_gauche {
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-right: 50px;
}
#encart_accueil_droit {
	float: left;
	width: 300px;
	margin-top: 10px;
	margin-left: 100px;
}
#encart_accueil_gauche h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	font-weight: normal;
}
#encart_accueil_droit h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	font-weight: normal;
}#news {
	float: left;
	width: 750px;
	margin-top: 20px;
	margin-bottom: 0px;
	background-image: url(../images/bg_news.gif);
	background-color: #FFF;
	background-repeat: no-repeat;
	padding: 0px;
	color: #333;
}
#pied_news {
	float: left;
	height: 15px;
	width: 750px;
	padding: 0px;
	background-image: url(../images/bg_news_bas.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#news h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #005FA7;
	margin-left: 70px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 20px;
}
#news h3.rouge {
	color: #cc0000;
}

#news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 75px;
	margin-top: 10px;
	margin-right: 20px;
}
#tbl_prix {
	background-color: #0F0F0F;
}
#tbl_prix td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sous-titre {
	font-weight: bold;
	color: #FFF;
}
#tbl_contact {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}
input {
	background-color: #333;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border: 1px solid #666;
}
textarea {
	background-color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	border: 1px solid #666;
}
.message {
	color: #0F0;
}
#menu_08 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 15px;
	padding-left: 50px;
	background-image: url(../images/bg_menu_08.gif);
	background-repeat: no-repeat;
}
#menu_08 a:hover {
	background-image: url(../images/bg_menu_08_s.gif);
	background-repeat: no-repeat;
}
#menu_09 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 15px;
	padding-left: 50px;
	background-image: url(../images/bg_menu_09.gif);
	background-repeat: no-repeat;
}
#menu_09 a:hover {
	background-image: url(../images/bg_menu_09_s.gif);
	background-repeat: no-repeat;
}
#menu_10 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	list-style-type: none;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 15px;
	padding-left: 50px;
	background-image: url(../images/bg_menu_10.gif);
	background-repeat: no-repeat;
}
#menu_10 a:hover {
	background-image: url(../images/bg_menu_10_s.gif);
	background-repeat: no-repeat;
}
.titre-tableau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #90F;
	text-transform: uppercase;
	color: #FFF;
}
#tbl_cuve {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.prix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F30;
}
.titre_tableau_cuve {
	color: #FB0200;
	background-color: #323232;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.separateur {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#tbl_cuve tr td p a {
	color: #F00;
	text-decoration: underline;
}
#tbl_cuve tr td p a:hover {
	color: #F00;
	text-decoration: none;
}
#colonne {
	position: absolute;
	left: 3px;
	top: 687px;
}
#news p a {
	color: #005FB7;
	text-decoration: underline;
}
#news p a:hover {
	text-decoration: none;
	color: #005FA7;
}
#contenu #aPartir {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2em;
	color: #0F0;
	text-align: center;
	float: left;
	width: 750px;
	margin: 0px;
	padding: 0px;
}
