 /*
 _    _   ___  ______  _____ _     
| |  | | | \ \/ / ___|| ____| |    
| |  | | | |\  /\___ \|  _| | |    
| |__| |_| |/  \ ___) | |___| |___ 
|_____\___//_/\_\____/|_____|_____|
LUXSEL - copyright 2005 - design by Mathieu BAISIR - espresso web agency
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: url(images/fond.jpg);
	margin: 5px 0 10px 0;
}
img, a img {
	border: 0;
}
a {
	color: #000;
}
a:hover {
	text-decoration: none;
}
/* /// INTERFACE /// */
#interface {
	width: 760px;
	margin: 0 auto;
}
#banniere {
	margin: 0 0 16px 0;
}
/* menu */
#menu {
	background: url(images/menu.gif);
	width: 118px;
	height: 365px;
	padding: 23px 0 0 12px;
	margin: 0 19px 12px 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: left;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
/* sous-menu produits */
#menu_produits a {
	font-size: 10px;
	font-weight: bold;
}
/* contenu */
dl#contenu {
	width: 611px;
	float: left;
	margin: 0 0 12px 0;
}
dt#contenu_haut {
	height: 16px;
	background: url(images/contenu_haut.gif);
	text-align: right;
	padding: 4px 12px 0 0;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
dd#contenu_milieu {
	background: url(images/contenu_milieu.gif);
	margin: 0;
	padding: 10px 12px 10px 16px;
}
dd#contenu_bas {
	height: 12px;
	background: url(images/contenu_bas.gif) no-repeat;
	margin: 0;
}
/* barre adresse */
#adresse {
	clear: both;
	background: url(images/fond_adresse.gif);
	width: 760px;
	height: 22px;
	padding: 9px 0 0 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
#adresse a {
	color: #fff;
	text-decoration: none;
}
#adresse a:hover {
	text-decoration: underline;
}
/* /// PAGE PRODUITS /// */
.tab_prod {
	width: 583px;
	border: 0;
}
.tab_prod td {
	padding: 0;
	text-align: center;
}
/* /// PAGE CONTACT - PLAN /// */
#tab_contact {
	width: 100%;
	border: 0;
}
#tab_contact td {
	vertical-align: top;
	padding: 0;
}
#formulaire table {
	border: 0;
	width: 315px;
	float: left;
}
#formulaire td {
	padding: 2px 1px;
}
#formulaire input, #formulaire textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	padding: 0 5px;
	border: 1px solid #999;
	background: #e0edf1;
}
#formulaire input:focus, #formulaire textarea:focus {
	background: #8babcc;
	color: #fff;
}
#plan {
	width: 251px;
	float: left;
	clear: right;
	background: #f00;
}
/* /// TEXTES /// */
.txt01 {
	font-size: 12px;
	color: #fff;
}
.txt02 {
	color: #8babcc;
	font-weight: bold;
}
.txt03 {
	color: #f00;
	font-weight: bold;
}
.txt04 {
	color: #333;
	font-weight: bold;
}
/* /// H /// */
h1 {
	font-size: 16px;
	color: #1763ae;
}
h1 a {
	color: #1763ae;
	text-decoration: none;
}
h1 a:hover {
	color: #ccc;
}
/* /// DIVERS /// */
.visu_presentation {
	float: right;
	margin: 0 0 15px 15px;
}
.ligne_horiz {
	background: url(images/points_horiz.gif) repeat-x center;
	height: 20px;
}
#copyright {
	width: 760px;
	margin: 0 auto;
	text-align:center;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	color: #f00;
}
