html {
    overflow-y: scroll;
}
body,html{
	height: 100%;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
/*
	font-family: futura;
*/
	font-family: sans-serif;
	font-size: 12px;
}
body b, html b{
/*
	font-family: futurab;
*/
}

body{
	background-image: url("../img/bg.png");
	background-position: top right;
	background-repeat: no-repeat;
}
img{
	border: none;
	padding:0px;
	margin:0px;
}

a{
	outline: 0 none;
	text-decoration:none;
	color:#333;
}

a:hover{
	color:#37FA3A;

}

h1{
	color:#333;
	margin:0px;
	font-weight: bold;
	font-size: 14px;
	margin-top:0px;
	margin-bottom:5px;
	
}

h2{
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 4px;
	font-family: sans-serif;
	text-transform:uppercase;
	padding:0px;
	margin-top:3px;
}
h1 b{
	color: #000;
}

.bg_white{
	background-color: #FFF;
	color: #000;
}
.bg_whitey{
/*
	background-color: #F4F3EF;
*/
}


#main{
	margin: auto;
	width: 1000px;
}

#logo{
	margin-bottom: 23px;
	margin-top:15px;
}

#col_gauche{
	position: absolute;
	top: 50px;
	width: 146px;
	text-align: right;
	padding-left: 0px;
}

#col_droite{
	position: absolute;
	top: 50px;
	width: 800px;
	margin-left: 150px;
	text-align: left;
	font-size: 13px;
}



#menu{
	font-size: 11px;
	font-family: sans-serif;
	text-transform: uppercase;
	padding-right: 16px;
}
#menu h1{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #000;
}
#menu ul{
	list-style: none;
	padding: 0px;
	margin-top: 4px;
	text-align: right;
}
#menu > ul > li{
}
.menu_block ul > li{
	text-decoration: none;
	height: 18px;
}
#menu ul ul {
	padding-bottom: 8px;
	text-transform: capitalize;
}
#menu ul a{
	color: inherit;
	text-decoration: none;
	
}
#menu ul a:hover{
	color: #37FA3A;
}

#menu ul li.current{
	color: #37FA3A;
}
.menu_block{
	margin-bottom: 32px;
}

.menu_small{
	margin-top: 64px;
	text-transform: capitalize;
}

.debug{
	position: fixed;
	bottom: 24px;
	right: 24px;
	color: #444444;
	background-color: rgba(200,200,200,0.5);
	padding: 8px;
	display: none;
}

#col_droite p{
	text-align: left;

	
}

#col_droite p a{
	color: #333;
	text-decoration: none;
}
#col_droite p a:hover{
	color: #37FA3A;
}

.expo_home_text{
	padding-left:0px;
	text-align:justify;
	width:600px;
}
#right_col_home{
	width:180px;
	float:left;
	margin-left:10px;
	margin-bottom:10px;
{

#right_col_home a{
	text-decoration:none;
	color:#333;
}