html , body {
	width:100%;
}

body {
	margin:0;
	font-family:"Trebuchet MS";
	background:#FFFFCC url(images/body_bg.jpg) repeat-x;
}

#container {
	width:800px;
	background:#FFFFFF url(images/top_bg.jpg) top no-repeat;
	position:absolute;
	margin-left:-400px;
	left:50%;
}

#header {
	position:relative;
	height:285px;
}

#logo {
	position:absolute;
	left:76px;
	top:86px;
	width:277px;
	height:164px;
	/*background:url(images/logo_baskets_assiette.gif) no-repeat;*/
}

#transverse {
	position:absolute;
	top:21px;
	right:0;
	text-align:right;
}

a.contact {
	font-size:11px;
	padding-left:20px;
	padding-right:20px;
	background:url(images/ico_contact.gif) left no-repeat;
}

a.sitemap {
	font-size:11px;
	padding-left:20px;
	padding-right:20px;
	background:url(images/ico_sitemap.gif) left no-repeat;
}

a.contact:link, a.contact:active, a.contact:visited,
a.sitemap:link, a.sitemap:active, a.sitemap:visited {
	color:#FFFFFF;
	text-decoration:underline;
}

a.contact:hover,
a.sitemap:hover {
	text-decoration:none;
}

#dnn_dnnSEARCH_txtSearch {
	width:120px;
	background-color:transparent;
	border-width: 0px;
	border-style: none;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color:#FFFFFF;
}

#global {
	overflow:auto;
	height:1%;
	/*display:inline;*/
}

#left {
	float:left;
	width:256px;
}

#menu {
	padding-left:26px;
	background:url(images/menu_bg.gif) repeat-y;
}

#menu_bottom {
	width:224px;
	height:26px;
	margin-left:17px;
	background:url(images/menu_bottom_bg.gif) no-repeat;
	margin-top:0;
}

#leftcontent {
	margin-left:16px;
	margin-right:14px;
}

#center {
	float:right;
	width:524px;
	padding-right:20px;
}

#breadcrumb {
	margin-top:77px;
	margin-bottom:38px;
}

.breadcrumb {
	color:#F7A909;
	font-size:11px;
	background:#FFFFFF;
}

a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited {
	color:#666600;
	text-decoration:underline;
}

a.breadcrumb:hover {
	text-decoration:none;
}

#bottom {
	clear:both;
	padding-left:20px;
	padding-right:20px;
}

#footer {
	/*clear:both;*/
	height:70px;
	background:url(images/footer_bg.gif) repeat-x;
	margin-top:30px;
	font-size:11px;
	color:#999999;
}

#leftfooter {
	padding-left:20px;
	padding-top:25px;
	float:left;
}

#rightfooter {
	padding-right:20px;
	padding-top:25px;
	float:right;
}

.footer_copyright {
	font-weight:bold;
}

a.login_user {
	color:#999999;
}

a.login_user:link, a.login_user:active, a.login_user:visited {
	color:#999999;
	text-decoration:underline;
}

a.login_user:hover {
	color:#333333;
	text-decoration:none;
}

a.footer:link, a.footer:active, a.footer:visited,
a.footer_copyright:link, a.footer_copyright:active, a.footer_copyright:visited {
	color:#999999;
	text-decoration:underline;
}

a.footer:hover,
a.footer_copyright:hover {
	color:#333333;
	text-decoration:none;
}

/*******************************************************************************************************************************************************************************/

.MainMenu_MenuContainer {
	width:206px;
}

.MainMenu_MenuBar {}

.MainMenu_MenuItem {}

.MainMenu_MenuIcon {}


.MainMenu_MenuItemSel {}

.MainMenu_MenuBreak {
	border:0;
	background:transparent;
}

.MainMenu_SubMenu {}

.MainMenu_MenuArrow {}

.MainMenu_MenuRootArrow {}

/*---------Sub Menu style---------------*/

.submenu TD {
	border:0px;
}

.submenu .MainMenu_MenuArrow {}

.submenu .MainMenu_MenuIcon {
	background-color:transparent;
}

.submenu .MainMenu_MenuItem {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color:#666600;
}

.submenu .MainMenu_MenuItemSel {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	background-color:#CCCC00;
	color:#FFFFCC;
}

.submenuitembreadcrumb {
	background-color:#CCCC00;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color:#FFFFCC;
}

.submenu .submenuitemselected TD {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:normal;
	color:#FFFFCC;
	background-color:#CCCC00;
}

.submenu {
	z-index:1000;
	background-color:#FFFFCC;
	border:4px solid #FFFFFF;
}

/*---------Root Menu style---------------*/
.rootmenuitem {
	height:30px;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#666600;
	padding-left:5px;
}

.rootmenuitemselected {
	font-family:"Trebuchet MS";
	height:30px;
	background-color:#CCCC00;
	color:#FFFFCC;
	padding-left:5px;
}

.rootmenuitembreadcrumb {
	font-family:"Trebuchet MS";
	height:30px;
	background-color:#CCCC00;
	color:#FFFFCC;
	padding-left:5px;
}
	
.MainMenu_RootMenuItemActive {
	font-family:"Trebuchet MS";
	height:30px;
	background-color:#CCCC00;
	color:#FFFFCC;
	padding-left:5px;
}


