html {
	background: #EBEBEB none;
	z-index: -2;
}

div#branding {
position : relative;
height : 120px;
background : transparent url(css_images/header.jpg) no-repeat 0 0;  
height: 223px
}

div#content { 
background-color : white;
}

div#ours {
	background-color : white; 
	height : 15px;
}

.news_date {
	background: #2c6dfc url(css_images/fond_date.gif) no-repeat;
	display: none;
}

h1 {
	width: 100%;
	height: 223px;
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

h1 + ul {
	width: 38%;
	position: absolute;
	left: 0;
	top: 223px;
	padding-left: 20px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
}

div#container_sec {
	position: absolute;
	top: 223px;
	right: 0;
	margin: 0;
	width: 62%;
}

.news_date {
	position: absolute;
	left: -92px;
	float: left;
	width: 70px;
	height: 70px;
	padding: 8px;
}

h2 {
	
}

h2 + p {
	
}

h3 + p + p {
}

h3 + p + p {
}

#list, #list ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 150px;
		text-align: center;
	background-color: #fff;
}	
		
	#list li a {
	border-bottom: 1px solid #efdeb6;
	border-right: 1px solid #efdeb6;
	border-top: 1px solid #efdeb6;
	background-color: #fff;
}
	
	#list li a:hover {
		background-color : #FFFFCC;
	}
	
	#list li:hover ul ul, #list li:hover ul ul ul, #list li.sfhover ul ul, #list li.sfhover ul ul ul {
		left: -999em;
	}
	
	#list li:hover ul, #list li li:hover ul, #list li li li:hover ul, #list li.sfhover ul, #list li li.sfhover ul, #list li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

#list a.daddy {
	background: #FFFFFF url(css_images/arrow.gif) no-repeat right center;
	}

#gallery .show { 
	border: 1px solid silver;
	background-color: #fff3bf;
	border-top-style: none;
	border-top-width: 0;
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
