html, body {
	width:100%;
	font-family:"Lucida Sans", Arial, sans-serif;
	font-size:11px;
}

body {
	margin:0;
}

#body2 {
	background:#f8e4d0 url("img/body_bg_handident.gif") top repeat-x;
}

#container {
	width:820px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	height:110px;
	position:relative;
}

#logo {
	width:90px;
	height:90px;
	position:absolute;
	top:10px;
	left:20px;
}

#search {
	position:absolute;
	top:65px;
	right:10px;
	color:#d5771a;
}

#dnn_dnnSEARCH_txtSearch {
	border: 1px solid #f8b929;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	color:#d5771a;
	padding:2px;
}

#banner {
	height:200px;
	background:#ecbb86;
}

#banner td img {
	display:block;
}

#menu {
	height:40px;
	background:#2f8d2f url("img/menu_bg_handident.gif") repeat-x;
}

/*--------------------------------------------------- DEBUT DNN:MENU -------------------------------------------*/
.MainMenu_MenuContainer {
	background-color: transparent;
	margin:auto;
	width:0;
}

.MainMenu_MenuBar {
	height:40px;
}

.MainMenu_MenuIcon {
	border:0;
	background:transparent;
}

.MainMenu_MenuBreak {
	border:0;
	background:transparent;
}

.MainMenu_MenuArrow {
	border:0;
	background:transparent;
}

.MainMenu_MenuItem {
	color:#FFFFFF;
}

.MainMenu_MenuItem td {
	padding:0 4px;
}

.MainMenu_SubMenu {
	background:#f2d0aa;
	border:1px solid #c47322;
}

.MainMenu_MenuItemSel {
	color:#FFFFFF;
}

.MainMenu_MenuItemSel td {
	padding:0 4px;
}

.MainMenu_RootMenuArrow {}

.MainMenu_RootMenuItemBreadcrumb {
	background:#c47322 url("img/menu_bg_handident.gif") repeat-x;
	color:#FFFFFF;
}

.MainMenu_RootMenuItem {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}

.MainMenu_RootMenuItemSelected {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	background:#f2d0aa url("img/menu_on_handident.gif") repeat-x;
	height:40px;
}

.MainMenu_RootMenuItemActive {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	background:#e6d192 url("img/menu_on_handident.gif") repeat-x;
	border:0;
}

.MainMenu_SubMenu .MainMenu_MenuItem {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#c47322;
	border:0;
}

.MainMenu_SubMenu .MainMenu_MenuItem,
.MainMenu_SubMenu .MainMenu_MenuItemSel {
	padding:0 0 0 2px;
}


.MainMenu_SubMenu .MainMenu_MenuIcon,
.MainMenu_SubMenu .MainMenu_MenuArrow {
	padding:0 0 0 2px;
}


.MainMenu_SubMenuItemActive {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#d5771a;
	background-color:#f8e4d0;
}

.MainMenu_SubMenuItemActive td {
	background-color:#f8e4d0;
}

.MainMenu_SubMenuItemSelected {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#d5771a;
	background-color:#f8e4d0;
}

.MainMenu_SubMenuItemSelected td {
	background-color:#f8e4d0;
}

.MainMenu_SubMenuItemBreadcrumb {}

/*--------------------------------------------------- FIN DNN:MENU ---------------------------------------------*/

#global {
	background:#FFFFFF;
	overflow:auto;
	height:1%;
}

#breadcrumb {
	padding:10px 20px 0 20px;
	color:#d5771a;
}

#breadcrumb a {
	position:relative;
}

a.breadcrumb:link, a.breadcrumb:active, a.breadcrumb:visited {
	color:#f8b929;
	text-decoration:underline;
}

a.breadcrumb:hover {
	text-decoration:none;
}

#content {
	margin:20px;
}

#topcontent {}

#content2col {
	background:url(img/global_col_separator.gif) repeat-y;
	overflow:auto;
	height:1%;
}

.DNNEmptyPane {
	width:0;
	height:0;
	line-height:0;
	font-size:0;
}

#leftcontent {
	float:left;
	width:250px;
}

#rightcontent {
	float:right;
	width:510px;
}

#bottomcontent {
	clear:both;
}

#footercontainer {
	height:60px;
	background-color:#E4E4E4;	
}

#footer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:60px;
	background-color:#DADADA;
	padding:0 10px 0 10px;
	color:#666666;
}

#footerleft {
	float:left;
	padding-top:14px;
	padding-left:5px;
}

#footerright {
	padding-top:20px;
	float:right;
}

.footercopyrightlink {
	color:#333333;
	font-size:12px;
}

a.footerlinks:link, a.footerlinks:active, a.footerlinks:visited {
	color:#666666;
	text-decoration:underline;
}

a.footerlinks:hover {
	text-decoration:none;
}

