/* Plan de site */

/* breadcrumb */
#breadcrumb {
margin: 5px 200px 15px 0;
}
/* ============= */
/* content */
/* ============= */
#content .item0 {
margin: 0 200px 30px 0;
}
#content .itemap {
border: 2px solid #dadfe3;
overflow: hidden;
padding: 0 0 10px 0;
}
#content .itemap h4 {
background: #dadfe3;
padding: 2px 0 2px 5px;
text-transform: uppercase;
}
#content .itemap h5 {
padding: 0 0 0 14px;
}
/* products */
#content .itemap.product h5 {
background: url(../Images/Css/product_li_bg.gif) no-repeat left center;
}
#content .itemap.product div {
padding: 0 0 0 10px;
float: left;
margin: 10px 25px 0 25px;
}
#content .itemap.product ul {
margin: 10px 0 0 14px;
}

#content .itemap.product ul ul
{
	margin-top: 2px;
	margin-bottom: 2px;
}

#content .itemap.product li {
padding: 0 0 0 1px;
background: url(../Images/Css/sitemap_li_bg.gif) repeat-y left top;
}
#content .itemap.product li a {
padding: 0 0 0 14px;
background: url(../Images/Css/sitemap_a_bg.gif) no-repeat left 10px;
color: #5c7285;
}
/* more, client, press */
#content .itemap.more, #content .itemap.client, #content .itemap.press {
width: 276px;
float: left;
margin: 10px 10px 0 0;
padding: 0 0 20px 0;
}
#content .itemap.more li, #content .itemap.client li, #content .itemap.press  li{
margin: 15px 0 0 35px;
padding: 0 0 0 12px;
}
/* more */
#content .itemap.more li {
background: url(../Images/Css/more_li_bg.gif) no-repeat left center;
}
/* clients */
#content .itemap.client {
margin: 10px 0 0 0;
}
#content .itemap.client li {
background: url(../Images/Css/client_li_bg.gif) no-repeat left center;
}
/* press */
#content .itemap.press {
clear: both;
}
#content .itemap.press li {
background: url(../Images/Css/press_li_bg.gif) no-repeat left center;
}

#content .rss-links
{
	margin-left: 25px;
}

#rsspage a
{
	color: #5c7285;
	padding: 0 0 0 8px;
	background: url(../Images/Css/arrow_left.gif) no-repeat left center;
	display: block;
}
