html, body {
	height:100%;
	overflow:hidden;
}
body {
	margin:0;
	width:100%;
	background:#161616 url(../images/bg.gif) top left repeat;
}
#fullheight {
	height:100%;
	width:100%;
}
#content_center {
	width:1024px;
	height:640px;
	background:url(../images/bg_center.jpg) no-repeat center;
}
#menu_container {
	height:244px;
	width:1024px;
	font-size:14px;
	font-weight:bold;
	font-family:arial;
	color:#FFFFFF;
	text-align:left;
	display:block;
}
#menu {
	padding-top:199px;
	padding-left:35px;
	display:block;
}
		.menu_element {
			font-size:14px;
			font-weight:bold;
			font-family:arial;
			color:#ffffff;
		}
		a.menu_element {
			font-size:14px;
			font-weight:bold;
			font-family:arial;
			color:#ffffff;
			border-bottom:#666666 dotted 1px;
			text-decoration:none;
		}
		a.menu_element:hover {
			font-size:14px;
			font-weight:bold;
			font-family:arial;
			color:#666666;
			border-bottom:#ffffff dotted 1px;
			text-decoration:none;
		}
#contenu_container {
	height:396px;
	width:1024px;
	display:block;
}
#contenu {
	height:358px;
	width:746px;
	padding-left:143px;
	font-size:11px;
	font-family:arial;
	color:#000000;
	text-align:left;
	display:block;
}
.title {
	font-size:14px;
	font-weight:bold;
	font-family:arial;
}
a {
	font-family:arial;
	color:#fe5fa2;
	font-weight:bold;
	border-bottom:#666666 dotted 1px;
	text-decoration:none;
}
a:hover {
	color:#ef458d;
	font-weight:bold;
	border-bottom:none;
	text-decoration:none;
}
img {
	border:0;
	border:none;
}
/*formulaire de contact */

	.input_medium, .contact_textarea {	
		width:450px;
		color:#000000;
		font-family:verdana;
		font-size:11px;
		background-color:#cac9ba;
		border: 1px solid #ffffff;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55); -moz-opacity:0.55; opacity:0.55; -khtml-opacity:0.55;
	}
	.contact_textarea {
		height:150px;
		overflow:hidden;
	}
	.input_submit {
		color:#000000;
		font-family:verdana;
		font-size:12px;
		background-color:#cac9ba;
		border: 1px solid #ffffff;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=55); -moz-opacity:0.55; opacity:0.55; -khtml-opacity:0.55;
		width:120px;
	}
/*scroller*/
.Container {
	position: absolute;
	width: 726px;
	height:353px;
	z-index:2;
}
#Scrollbar-Up_cont {
	position:absolute;
	z-index:3;
	width: 726px;
	height:353px;
	text-align:right;
}
.Scrollbar-Up {
	cursor: pointer;
}
.Scrollbar-Down {
	cursor: pointer;
}
#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 716px;
	height:353px;
	z-index: 13;
}
#Scroller-1 p {
	margin: 0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	text-align:center;
}
.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 710px;
	z-index: 14;
	text-align:justify;
}