body {
	/*background: center top no-repeat;*/
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0;
}

ul, li, dl, dt, dd, p {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	color: #8e8d8f;
	text-decoration: none;
}

a:hover {
	color: #000;
}

h1 {
	margin: 100px auto 32px auto;
	width: 950px;
}

h1 a {
	/*margin: 0 0 0 550px;*/
	display: block;
	height: 76px;
	margin: 0 0 0 10px;
	width: 150px;
}

* html h1 img {
	display: none;
}
	
* html h1 a {
	display: block;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=image src='images/logo.png');
}


h2 {
	background: url(../images/fleche.gif) left bottom no-repeat;
	clear: both;
	font-size: 34px;
	font-weight: bold;
	height: 25px;
	margin: 0 0 20px -22px;
	overflow: hidden;
	padding: 0 0 3px 20px;
}

.spacer {
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.scrollbox {
	position: relative;
}

.scrollbox_content {
	margin-right: 20px;
}

.scrollbox_scrollbar {
	background-color: #eeeeee;
	height: 100%;
	width: 8px;
}

.scrollbox_up_button {
	background: transparent url(../images/scroll_up_button.gif) top right no-repeat;
	display: none;
}

.scrollbox_down_button {
	background: transparent url(../images/scroll_down_button.gif) bottom right no-repeat;
	display: none;
}

.scrollbox_handle {
	background-color: #cccccc;
	cursor: pointer;
	width: 8px;
}

.dragging {
	background: #000;
}

#page {
	background: #fff;
	margin: auto;
	width: 951px; /*950px;*/
}



#col1, #col2 {
	display: inline;
	float: left;
}

#col1 {
	width: 505px;
}

#col2 {
	padding: 0 0 0 50px;
	width: 395px;
}


#menu {
	font-size: 0;
	height: 315px;
	margin: 30px 0 0 -25px;
}

#menu li {
	font-size: 48px;
	height: 37px;
	overflow: hidden;
	width: 395px;
}



#modal_container {  
	background-color: #fff;  
	overflow: auto;  
	position: relative;
} 

#modal_container  #close { 
	position: absolute;
	right: 15px;
	top: 20px;
}

#modal_overlay {  
    background-color: #000;  
} 