html,body {
	height: 100%;
	font-family:"Avant Garde","Century Gothic",sans-serif;
	font-size:.9em;
	line-height:1.2em;
	color:#757575;
	background-color:#ebebeb;
}

hr {
	margin:10px 0 0 0;
	border-style:dashed;
	border-color:#aaa;
	/*border-width:1px;*/
}

.clearfooter {
	height: 150px;
	clear: both;
}

p {
	margin:10px 0 10px 0; 
	line-height:1.3em;
}

h1 {
	margin:10px 0 10px 0; 
	font-size: 2em;
}

h2 {
	margin:30px 0 0 0; 
	font-size: 1.3em;
}

h4 {
	font-size: 1.3em;
	font-weight: normal;
	color:#fff;
}

#contact {
	line-height:1.3em;
	padding:10px 0 0 0 ;
}

#contact a{
	color:#999;
}

#container{
	position:relative;
	width:920px;
	margin: 0 auto -150px auto;
	min-height: 100%;
}

#content_left {
	position:relative;
	width:460px;
	float:left;
	text-align:right;
	z-index:100000;
}

#text_container {
	width:460px;
	float:left;
	text-align:right;
	margin-top:50px;
}

#content_right {
	width:460px;
	height:100%;
	left:50%;
	margin:auto;
	position:fixed;
	z-index:1000;
	background-image:url('../img/overlay_test-3.png');
	background-position:center left;
	background-repeat:repeat-y;
}

#container_menu {
	position:relative;
	height:160px;
	top:50%;
}

#bloc_menu{
	position:relative;
	text-align:right;
	margin:0 75px 0 70px;
	right:20px;
	height:160px;
	margin-top:-80px;
}

#menu{
	position:relative;
	left:185px
}

#footer {
	position:relative;
	top:25px;
	right:50%;
	z-index:100000;
	text-align:right;
	color:#ccc;
}

#footer a {color:#fff;}

#bottom {
	position:relative;
	height:150px;
	width:100%;
	background-color:#909090;
	text-align:center;
}

#footer ul {
	list-style-type:none;
	margin:0 0 10px 10px;
}
#footer li {display:inline; margin-left:20px;}

#facebook {
	width:30px;
	height:30px;
	background-image:url('../img/facebook.png');
	background-position:top left;
	float:right;
	margin:10px 0 10px 10px;
	cursor:pointer;
}

#twitter {
	width:30px;
	height:30px;
	background-image:url('../img/twitter.png');
	background-position:top left;
	float:right;
	margin:10px 0 10px 10px;
	cursor:pointer;
}

#youtube {
	width:30px;
	height:30px;
	background-image:url('../img/youtube.png');
	background-position:top left;
	float:right;
	margin:10px 0 10px 10px;
	cursor:pointer;
}

#facebook:hover {background-position:bottom left;}
#twitter:hover {background-position:bottom left;}
#youtube:hover {background-position:bottom left;}
