/* MISE EN PAGE */
*{
	margin : 0;
	padding: 0;
}
body{
	background:#434343;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color: #333;
}

#conteneur {
	position: relative;
	margin: 0 auto;
	width: 960px;
	border: 0;
}
#top{
	width: 960px;
	height: 190px;
	background: url(../images/luminaires-tief-bandeau.png) no-repeat;
}
	/** Menu **/
#menu {
	width: 960px;
	height: 20px;
	background: url(../images/luminaires-tief-menu.png) no-repeat;
}

#menu img.flag{
	float:right;
	margin:2px;
}

#menu ul  {
	margin: 0;
	padding:0;
}
#menu ul li {
	float: left;
	padding: 0;
	list-style: none;
	border-right: none;	
	list-style-position: inside;
}
#menu ul li.last {
	float: right;
	margin-right:42px;
}
#menu ul li a {
	display: block;
	padding: 0 14px;
	margin:0 3px;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
	text-align:center;
	font-size:14px;
	color: #fff;
}
#menu ul li a:hover{
	background:#FFF;
	color: #F60;
}
#menu ul li ul{
	display: none;
	margin:0;
}
#menu ul li ul li {
	margin:0;
	padding:0;
	
}
#menu ul li:hover ul {
	position:absolute;
	display:block;
	width:170px;
	height: auto;
	background: none;
	margin-top:-1px;
}
#menu ul li:hover ul li {
	width:170px;
}

#menu ul li:hover ul li a {
	display:block;
	padding: 0 3px;
	width:160px;
	height:20px;
	background:#434343;
	border:1px solid #434343;
	line-height: 20px;
	text-align:left;
	font-size:12px;
	color:#FFF;
}
#menu ul li:hover ul li a:hover {
	background:#FFF;
	color:#F60;
}/* */
/* Hack IE-win \*/
* html #menu {
	background:#FFF url(../images/luminaires-tief-menu.png) no-repeat;
}
* html #menu ul li.last {
	margin-right:20px;
}
* html #menu ul li a.hide,
* html #menu ul li a:visited.hide{
	display:none;
}
* html #menu ul li a {
	width:105px;
	padding:0;
}
* html #menu ul li a:hover ul {
	position:absolute;
	display:block;
	width:200px;
	margin-left:-70px;
	margin-top:-2px;
}
* html #menu ul li a:hover ul li a {
	display:block;
	padding: 0 0 0 4px;
	width:160px;
	height:20px;
	background:#393939;
	border:1px solid #393939;
	line-height: 20px;
	text-align:left;
	font-size:12px;
	color:#FFF;
}
* html #menu ul li a:hover ul li{
	width:200px;
}
* html #menu ul li a:hover ul li a:hover {
	background:#FFF;
	color:#F60;
}
	/** Fin menu **/
#contenu {
	padding: 10px 30px;
	margin: 0;
	width: 900px;
	min-height: 700px;
	background: #FFF;
}
* html #contenu {
	height:700px;
}
#foot {
	clear: both;
	width: 960px;
	height: 60px;
	padding-top:15px;
	background: #434343 url(../images/luminaires-tief-foot.png) top repeat-x;
}
* html #foot {
	background: #393939 url(../images/luminaires-tief-foot.png) top repeat-x;
}

#foot p{
	text-align:center;
	color:#fff;
	font-size:10px;
	margin: 0px;
	padding:3px 0;
}
#foot p.liensf{
	margin: 0 auto;
	width: 600px;
	border-bottom: 1px solid #F60;
}
#foot p.liensf a{
	padding: 0 4px;
}
#foot p a:link,#foot p a:active,#foot p a:visited{
	color: #F60;
	text-decoration:none;
	background:none;
}
#foot p a:hover{
	background:#FFF;
	text-decoration:underline;
}
.finfloat{
	clear:both;
}


/** Contenu **/
#droite{
	position:absolute;
	right:10px;
	top:220px;
	width:215px;
}
#droite ul{
	margin:0;
	padding:0;
}
#droite ul li{
	margin:0;
	padding:0;
	list-style:none;
	list-style-position:outside;	
}
p.navig,
p.navig a{
	font-size:10px;
	color:#CCC;
}
#prix_login{
	margin-bottom:10px;
	width:202px;
	border:#434343 1px solid;
	background:url(../images/fond_prixlogin.jpg);
}
#prix_login h3{
	margin:0;
	padding:3px;
	background:#434343;
	color:#FFF;
	font-size:14px;
}
#prix_login p{
	margin:0;
	padding:3px;

}


#gauche{
	margin-right:230px;
}
* html #gauche{
	margin-right:10px;
	width:680px;
}

	/* Catalogue */
div.catalogue{
	float:left;
	width:210px;
	margin:5px;
}
div.catalogue a{
	display:block;
	width:200px;
	height:210px;
	margin:5px;
	padding: auto;
	text-align:center;
	background:#FFF;
	color:#333;
	text-decoration:none;
	border:2px solid #333;
	font-size:10px;
}
div.catalogue a:hover{
	border:3px solid #F60;
	color:#F60;
}
div.produit{
	margin:5px;
	text-align:center;
}
div.produit h3{
	text-align:center;
}
div.catalogue p{
	text-align:center;
	font-size:10px;
}
	/* Actus */
div.topactu{
	clear:left;
	margin: 5px auto;
	height:1px;
	width:80%;
	border-top:#F90 1px solid;
}
/* TEXTES */
h1{
	min-height:70px;
	padding:30px 0 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: bold;
	color:#F60;
	background: url(../images/fond_contenu.png) no-repeat;
}
h2{
	font-size:large;
	font-weight: bold;
	margin : 10px 0;
	color:#F60;
}
p{
	margin:10px 0;
}
p.commentaire{
	margin:3px 0 10px 0;
	font-size:xx-small;
}
a:link,a:active,a:visited {
	text-decoration: underline;
	color: #666;
} 
a:hover{
	text-decoration: none;
	color: #F60;
}


ul,
ol {
	padding-left: 25px;
	margin:0;
}
ul li{
	list-style-type: disc;
	list-style-position: outside;
}

/* Tableaux */
table.tab_contenu{
	margin: 5px auto ;
	border: 2px solid #234c00;
	border-collapse: collapse;

}
table.tab_contenu th{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-align : center;
	background-color: #ff6845;
	border: 1px #234c00 solid;
	padding:3px;
}
table.tab_contenu td{
	border: 1px solid #234c00;
	vertical-align : top;
	padding:3px;
}

/* IMAGES */
img {
    border: 0;
}
img.paragg {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
    border: 1px solid #333;
}
img.paragd {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
    border: 1px solid #333
}
img.border {
	margin: 5px;
    border: 1px solid #333;
}

	/** Fin contenu **/
/* FIN MISE EN PAGE */