body {
	background-color: #fff;
	background-image: url(images/body_background.jpg);
	color: #000;
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}					 		  

#content {
	width: 840px;
	margin: auto;
	text-align: left;
	background-image: url(images/page-background.jpg);
	background-repeat: repeat-y;
	background-color: transparent;
}

#header {
	width: 840px;
	height: 160px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}

#page_full {
	width: 840px;
	min-height: 446px;
	background-image: url(images/full-page-home.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}

#page_full_extend {
	width: 840px;
	min-height: 446px;
	background-image: url(images/full-page-extend.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	overflow: auto;	
}

#page_full_extend_title {
	float: right;
	position: relative;
	top: 10px;
	width: 440px;
	height: 30px;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 50px;
	
}

#page_full_extend_content {
	float: right;
	position: relative;
	width: 440px;
	padding-right: 50px;
	padding-top: 15px;

}

#footer {
	width: 840px;
	height: 40px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
}

#footer_menu {
	padding-top: 1px;
	width: 750px;
	margin-right: 90px;
	text-align: right;
	font-weight: bold;
}

#menu_left_bloc {
	position: absolute;
	width: 225;
	height: 295;
	top: 207px;
	background-color: #777;
}

#page_bloc {
	position: absolute;
	width: 370px;
	height: 300px;
	top: 147px;
	left: 242px;
	padding: 50px 0px 30px 30px;
	background-image: url(images/page-bloc-background.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #000;
	overflow: auto;
}
#text_bloc {
	width: 360px;
	height: 300px;
	color: #000;
	overflow: auto;
}

#footer_credits {
	margin: auto;
	font-size: 9px;
}

img {
	border: none;
}

#partners_bloc {
	margin: auto;
	width: 840px;
	text-align: center;
}

.partner_bloc {
	text-align: center;
}

.menu_1 {
	float: left;
	position: relative;
	left: 35px;
	top: 121px;
	width: 112px;
	height: 66px;
	line-height: 0px;
	font-size: 0px;
}

.menu_idmenus {
	float: left;
	position: relative;
	left: 135px;
	top: 56px;
	line-height: 5px;
}

.menu_tarifs {
	float: left;
	position: relative;
	left: 22px;
	top: 131px; 
	line-height: 5px;
}

.menu_contact {
	float: left;
	position: relative;
	left: -39px;
	top: 214px;
	line-height: 5px;
}


a.link_menubottom:link,a.link_menubottom:active,a.link_menubottom:visited {
	text-decoration: none;
	padding-left: 0px;
	color: #FF9900;
	font-weight: bold;
	font-size: 11px;
	margin-left: 5px;
	border-bottom: none;
}

a.link_menubottom:hover {
	text-decoration: none;
	margin-left: 5px;
	color: #FF9900;
	font-weight: bold;
	border-bottom: 2px solid #FF9900;
}

