body {
	padding: 0;
	margin: 1px;
	background-color: #aaa;
	font-family: verdana, arial;
	font-size: 10pt;
}

#MAIN {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/******menu***************/
#MENU {
	display: block;
	float: left;
	width: 140px;
	background-image: url(../images/fd_menu.png);
}
#MENU .logo {
	margin-left: 14px;
	margin-bottom: 30px;
}
#MENU a {
	display: block;
	margin-left: 18px;
	padding: 1px;
	text-decoration: none;
	color: #000;
	font-size: 0.7em;
	font-weight: bold;
}
#MENU a:hover {
	background-color: #fff;
}
#MENUContent {
	display: block;
	margin-left: 10px;
	background-image: url(../images/menu_jalousie.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

/******content************/
#CONTENT {
	display: block;
	float: left;
	width: 480px;
	background-color: #fff;
}
#CONTENT #THEContent {
	padding: 5px;
}

#CONTENT #THEContent #scroller { overflow: auto; }

.tableCell { display: table-cell; margin: 0; }
.w100 { width: 100px; }
.lineBreak { 
	display: block;
	height: 1px;
}
#CONTENT .entete {
	display: block;
	margin-bottom: 20px;
}
#CONTENT .grosTitre {
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 20px;
}
#CONTENT .titre {
	position: relative;
	top: 18px;
	left: 15px;
	width: 400px;
	font-weight: bold;
	font-size: 1.2em;
	font-family: 'arial black';
}
#CONTENT .homeLogo  img { margin: 15px 15px 0 15px; border: none; }
#CONTENT .fdContent {
	padding: 8px;
	background-image: url(../images/fd_content.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#CONTENT .correcDiv { margin-top: 13px;}
#CONTENT .carte { margin-top: 10px; }
#CONTENT #COPYRIGHT {
	display: block;
	width: 480px;
	font-size: 0.6em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #000;
}

#sitePosition {
	margin-top: -20px;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 6pt;
}
#sitePosition .currentPos {
	color: #a66;
	font-style: italic;
}
#sitePosition a { color: #844; }

#CONTENT table { border-spacing: 0; }
#CONTENT table td { vertical-align: top; }

#CONTENT li { margin-bottom: 5px; }

/******news***************/
#NEWS {
	display: block;
	float: left;
	width: 180px;
	background-image: url(../images/fd_news.png);
}
#NEWSContent {
	display: block;
	width: 146px;
	margin-left: 12px;
	background-image: url(../images/fd_news2.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#NEWSContent .actuTitle {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #500;
	border: 1px outset #f00;
}
#NEWSContent #articlesList {
	padding: 2px;
	font-size: 7pt;
}
#NEWSContent #articlesList .articleActu {
	border: 1px solid #fff;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding: 1px;
}
#NEWSContent #articlesList .articleActu:hover {
	background-color: #ccc;
	border: 1px dashed #000;
}
#NEWSContent #articlesList .articleActu h1 {
	font-size: 1.3em;
	margin: 2px 0 5px 0;
}
#NEWSContent #articlesList .articleActu a {
	text-decoration: none;
	color: #000
}
#NEWSContent #articlesList .articleActu img {
	margin-right: 2px;
}
.artImg {
	margin: 3px;
	margin-bottom: 10px;
	border: 1px solid #000;
}

#allArticles h1 { 
	font-size: 1.3em;
	margin-top: -4px;
	margin-bottom: 5px;
}
#allArticles .theArticle { margin-top: 20px; }
#allArticles .theArticle img { 
	margin-bottom: 15px;
	margin-right: 5px;
}
#allArticles .theArticle a { 
	color: #733;
	text-decoration: none;
}
#allArticles .theArticle a:hover {
	text-decoration: underline;
	color: #e33;
}

/******catalogue produits***************/
#pCategs { margin-bottom: 30px; }
.prodCateg {
	display: table-cell;
	width: 100px;
	float: left;
	padding-bottom: 2px;
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/fd_titreCateg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}
.smallProd { 
	width: 134px;
	text-align: center;
	float: left;
}
.smallProd img { 
	cursor: pointer;
	border: 1px solid #000;
}
.tipsCloseImg { right: 2px; top: 2px; }
.tipsMoveImg { right: 2px; top: 16px; }
.prodDetails {
	padding: 2px;
	border: 1px inset #000;
	background-image: url(../../../images/fdBlanc_90.png);
}
.prodDetails img { border: 1px outset #000; }