﻿/* ################################################################## */
/* #                           Global                               # */
/* ################################################################## */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #E0EDFE url( "imgs/bkg_body.jpg" ) repeat-x;
	font: 0.8em Arial, Helvetica, Verdana, Sans-Serif;
	color: #777;
}
#portalSubtitle {
    height:211px;
    margin:12pt 0pt 0pt -94px;
    position:absolute;
    width:89px; 
    display: block;  
}
#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	width: 861px;
	height: auto;
	text-align: left;	
	background: url('imgs/bkg_container.gif') repeat-y;
}
#containerBkg {
	position: relative;
	width: 861px;
	height: auto;
	background: url('imgs/bkg_containerBkg.jpg') no-repeat;
}
hr.hide {
	display: none;
}

/* ################################################################## */
/* #                           Header                               # */
/* ################################################################## */

#quickLinks {
	position: relative;
	float: right;
	right: 13px;
	width: 647px;
	margin: 0px;
}
	#quickLinks ul, #quickLinks li {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	#quickLinks ul {
		position: relative;
		margin: 0px 7px 0px 7px;	
		width: 633px;	
		height: 18px;		
	}
	#quickLinks li {
		float: right;
	}
	#quickLinks li a {
		display: block;
		height: 18px;
		width: 100px;
		text-align: center;	
		text-decoration: none;	
		background: transparent url(imgs/bkg_li_QL.gif) top left no-repeat;
		color: #fff;
		font-size: 0.8em;
		font-weight: normal;		
	}
	#quickLinks li a:hover {
		text-decoration: underline;
		background: transparent url(imgs/bkg_li_QL_hover.gif) top left no-repeat;
	}
	
#search {
	position: relative;
	clear: right;
	float: right;
	height: 25px;
	width: 190px;	
	margin: 18px 10px 3px 0px;
}
	#search fieldset {
		border: solid 0px #000;
	}
	#search fieldset legend {
		display: none;
	}
    #search label{
	    background: url(imgs/button_searchWP.gif) no-repeat;
	    height: 20px;
	    width: 19px;
	    float: left;
	    text-indent: -4000px;
	    position: relative;
	    display: block;
	    cursor: pointer;
    }
    #search #searchBox {
        border: 1px solid #A3A4A4;
        height: 18px;
	    padding: 0px;
	    float: left;
	    margin: 0px 1px 0px 0px;
    }

#siteNav {
	position: relative;
	clear: right;
	float: right;
	width: 647px;
	right: 10px;
	background: transparent url(imgs/ligne.gif) bottom right no-repeat;
}
	#siteNav ul, #siteNav li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#siteNav ul {
		position: relative;
		width: 627px;
		margin-left: 10px;
		height: 24px;		
	}
	#siteNav li {
		float: left;
		margin-right: 4px;
	}
	#siteNav li a {
		position: relative;
		display: block;
		height: 24px;
		width: 115px;
		color: #fff;
		background: transparent url(imgs/bkg_li.gif) top left no-repeat;
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		line-height: 1.7em;
	}
	#siteNav li a:hover {
		background: transparent url(imgs/bkg_li_hover.gif) top left no-repeat;
	}
	#siteNav li.selected a, #siteNav li.selected a:hover {
		background: transparent url(imgs/bkg_li_selected.gif) top left no-repeat;
	}
#breadcrumbs {
	position: relative;
	z-index: 2;
	float: right;
	clear: right;
	right: 10px;
	height: 66px;
	width: 647px;	
	background: #f8f8f8 url( "imgs/bkg_breadcrumbs.gif" ) no-repeat;
	color: #ccc;
}
	#breadcrumbs div {
		padding: 25px 0px 0px 27px;
		margin-left: 6px;
		font: 1em Arial, Helvetica, Verdana, Sans-Serif;
	}
	#breadcrumbs span {
		color: #aaa;
		font:  normal 1em Arial, Helvetica, Verdana, Sans-Serif;		
	}
	#breadcrumbs h3 {
		display: none;
	}
	#breadcrumbs a {
		color: #ccc;
		font:  normal 1em Arial, Helvetica, Verdana, Sans-Serif;
	}
	#breadcrumbs a:hover {
		color: #ccc;
		background-color: Transparent;
		text-decoration: underline;
	}
	
/* ################################################################## */
/* #                           Left side                            # */
/* ################################################################## */	

#leftSide {
	position: relative;
	float: left;
	left: 18px;
	width: 180px;
}
a#logo {
	position: relative;
	display: block;
	height: 251px;
	width: 187px;
	cursor: pointer;
	cursor: hand;	
	background: #f8f8f8 url( "imgs/bkg_logo.jpg" ) repeat-y;
}
h1#title {
	position: absolute;
	top: 175px;
	left: 2px;
	width: 164px;
	height: 51px;
	cursor: pointer;
	cursor: hand;	
	background: transparent url( "imgs/bkg_h1.gif" ) no-repeat;	
}
h1#title a{
	position: relative;
	display: block;
	width: 164px;
	height: 51px;
	background-color: Transparent;
}
h1#title span {
	display: none;
}
#contentNav{
}
	#contentNav ul li {
		margin: 0px;
		padding: 0px;
		font: 16px "Myriad Pro" , Arial, Helvetica, Verdana, Sans-Serif;
		list-style-type: none;	            
	}
	#contentNav ul li a, #contentNav ul li a:hover {
		color: #999;
		background-color: Transparent;
		text-decoration: none;
	}
	#contentNav ul ul {
		margin-left: 0px;
		padding-left: 15px;
	}         
	#contentNav ul ul li {
		margin-top: 10px;
		font-size: 14px;
		list-style-type: none;
	}
	#contentNav ul ul li a, #contentNav ul ul li a:hover {
		color: #739bd5;
		background-color: Transparent;
		text-decoration: none;
	} 
	#contentNav ul ul li a:hover {
		color: #bb6669;
	} 
	#contentNav ul ul li.selectedLeaf a, #contentNav ul ul li.selectedNode a {
		color: #bb6669;
	}        
	#contentNav ul ul li.hasChilds {
		list-style-image: url("imgs/bulletMenuPlus.gif") ;
	}
	#contentNav ul ul li.selectedParent, #contentNav ul ul li.selectedNode {
		list-style-image: url("imgs/bulletMenuMinus.gif") ;
	}
	#contentNav ul ul ul {
		margin-left: 0px;
		padding-left: 11px;
		margin: 0px 0px 10px 0px;
	}
	#contentNav ul ul ul li {
		font-size: 1em;
	}
	#contentNav ul ul li li, #contentNav ul ul li.parentSelected li.selectedLeaf {
		list-style-image: none;
		margin: 4px 0px 4px 5px;
	} 
	#contentNav ul ul li.selectedNode li a {
		color: #739bd5;
	}
#dnn_LeftPane {
	position: relative;
	clear: both;
	float: left;
	top: 40px;
	width: 180px;
} 

/* ################################################################## */
/* #                           Right side                           # */
/* ################################################################## */

#rightContentPane {
	position: relative;
	float: right;
	right: 10px;
	width: 646px;
	border-left: solid 1px #e8e8e8;
}
h1#pageTitle {
	position: relative;
	margin: 27px 0px 22px 10px;
	padding: 0px 0px 8px 20px;
	color: #a53135;
	font-size: 2em;	
	background: transparent url( "imgs/bkg_h1_ContentPane.gif" ) no-repeat 0% 100%;
}
#dnn_TopPane {
	position: relative;
	left: 30px;
	width: 610px;	
}
#dnn_ContentPane {
	position: relative;
	float: left;
	left: 30px;
	width: 400px;
}
#dnn_RightPane {
	position: relative;	
	float: right;
	right: 7px;
	width: 190px;
	overflow: hidden;
	font-size: 0.9em;
}
#dnn_BottomPane {
	position: relative;	
	clear: both;
	left: 30px;
	width: 610px;
	overflow: hidden;
	margin: 0 0 30px 0;
}

/* ################################################################## */
/* #                           Bottom                               # */
/* ################################################################## */

/*#bottom {
	position: relative;
	display: block;
	clear: both;
}
	#bottom ul {
		position: relative;
		float: left;
		left: 10px;
		width: 500px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	#bottom li {
		float: left;
		margin: 0px;
		padding: 0px;
		margin-right: 10px;
		font-size: 0.9em;
		color: #739bd5;
		list-style-type: none;
	}
	#bottom li a {
		font-size: 0.9em;
		position: relative;
		text-decoration: none;
	}
	#bottom a img{	
	    position: relative;
	    float: right;
	    right: 17px;
	    border-width: 0px;
	    width: 50px;
	    margin-bottom: 8px;
	}	
    #disclaimer {
	    position: relative;
	    clear: both;
	    text-align: left;
	    background: transparent url( "imgs/bkg_disclaimer.gif" ) no-repeat 220px 0px;
    }
        #disclaimer p {
	        position: relative;
	        left: 10px;
	        font-size: 0.6em;
	        color: #a53135;
	        margin: 0px 0px 5px 0px;
        }*/

#bottomNav {
    clear: both;
    background: #7e7e7e url(imgs/bkg_bottomNav_border.gif) repeat-x top left; 
    margin: 0px 9px 0px 9px;
    padding: 30px 0px 10px 20px;
    font-size: 0.9em; 
    }
    #bottomNav ul { 
       margin: 0px; padding: 0px;  
    }
    #bottomNav li {
        display: block;
        float: left;
        font-weight: bold;  
        width: 130px;/*width: 150px;*/
        margin: 0px;  
    }
    #bottomNav li a {
        color: #81A8E0;           
    }
    #bottomNav li a:hover {
        color: #fff;  
    }
    #bottomNav ul ul {
        padding: 5px 0 0 0;
        margin: 0;    
    }
    #bottomNav li li {
        float: none;
        font-size: 0.9em;  
        font-weight: normal; 
        margin: 2px 0px 0px 0px;
    }
    #bottomNav li li a {
        color: #fff;  
        padding: 0 5px 0 10px; 
        background: url('imgs/bottomNav_arrow.gif') no-repeat 0 3px;
        display: block;
}
    #bottomNav li li a:hover {
        background: #81A8E0 url(imgs/bottomNav_arrow.gif) no-repeat 0 3px;
    }
    #bottomNav #info {
        background-color: #6f6f6f;
        border: solid 1px #aaa;
        color: #fff; 
        width: 165px;
        padding: 10px;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 0.9em; 
        float: right;  
    }
    #bottomNav p {
        margin: 0px 0px 10px 0px;  
    }
    #bottomNav #info a {
        color: #81A8E0; 
        padding: 0px;          
        background-image: none;
    }
    #bottomNav #info a.RSS {
        color: #81A8E0; 
        padding: 0px 0px 0px 22px;       
        background: url('imgs/icon_rss.gif') no-repeat;
        height: 20px;
        display: block;
    }
    #bottomNav #info a:hover.RSS {
        color: #fff; 
        padding: 0px 0px 0px 22px;       
        background: #81A8E0 url(imgs/icon_rss.gif) no-repeat;
        height: 20px;
        display: block;
    }
    #bottomNav #info a:hover {
        background-color: #81A8E0; 
        color: #fff;
        padding: 0px;             
    }
    #bottomNav #info a img {
        border: none;
        background-color: Transparent;
    }
    #bottomNav .clear {
        clear: both;    
    }
    #hesso {
	position: absolute;
	background: Transparent url(imgs/Logo_Hesso.gif) no-repeat 0 0;
	height: 70px;
	width: 131px;
	margin-top: -135px;
	margin-left: -10px;
    }
    #hesso a {
	    display: block;
	    height: 70px;
	    width: 131px;	
    }
    #hesso a:hover {
	    background: Transparent url(imgs/Logo_Hesso.gif) no-repeat 0 0;
    }
    
#footer {
	clear: both;
	display: block;
	height: 9px;
    width: 861px;
    background: transparent url( "imgs/bkg_Footer.gif" ) no-repeat 0px bottom;
}
