@font-face {
    font-family: 'EurostileRegular';
    src: url('eurostile-webfont.eot');
    src: url('eurostile-webfont.eot?#iefix') format('embedded-opentype'),
         url('eurostile-webfont.woff') format('woff'),
         url('eurostile-webfont.ttf') format('truetype'),
         url('eurostile-webfont.svg#EurostileRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background:#f8f8f8;
	padding:0px;
	margin:0px;
}

#wrapper {
	position:relative;
	margin: 0px auto 0px auto;
	padding:0px;
	width:922px;
	height:759px;
	background: url(../images/fond.jpg) no-repeat;
}

#header {
	position:relative;
	margin-left:85px;
	width:756px;
	height:117px;
	background: url(../images/header.gif) no-repeat;
}

#logo {
	width:478px;
	margin: 272px auto 0 140px;
	height:123px;
	background: url(../images/logo.gif) no-repeat;
}

#logo .logoinfo {
	width:478px;
	margin-top:105px;
	font-family: 'EurostileRegular', arial, verdana;
	font-size:18px;
	text-align:center;
}

#facebook {
	position:absolute;
	width:22px;
	height:22px;
	top:685px;
	right:100px;
}

/* tabs */

#flowtabs  {
	position:absolute;
	top: 680px;
	left:550px;
	padding:0;
	margin:0;
}

#flowtabs li { 
	float:left; 
	margin:0 0 0 15px; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

#flowtabs li a {
	background:url(../images/carre_orange.gif) no-repeat;
	
	display:block;
	height: 31px; 	
	padding: 0 0 0 25px;
	margin:0px;
	
	/* font decoration */
	color:#000;
	font-family: 'EurostileRegular', arial, verdana;
	font-size:16px;
	line-height:33px;
	text-decoration:none;
}

#flowtabs #t1 { background-position: 0 30px; }
#flowtabs #t2 { background-position: 0 30px; }
#flowtabs #t3 { background-position: 0 30px; }

#flowtabs a:hover { color:#ff0000; }
#flowtabs #t1:hover { background-position: 0 5px; }
#flowtabs #t2:hover { background-position: 0 5px; }
#flowtabs #t3:hover { background-position: 0 5px; }

#flowtabs a.current { cursor:default; color:#000; }
#flowtabs #t1.current { background-position: 0 5px; }
#flowtabs #t2.current {	background-position: 0 5px; }
#flowtabs #t3.current {	background-position: 0 5px; }



#googlemap {
	position:absolute;
	width:502px;
	height:377px;
	top:0;
	left:0;
}

#contact {
	position:absolute;
	width:150px;
	left:522px;
	top:0;
}





/* override the root element to enable scrolling */
#flowpanes {
	width:760px;
	height:657px;
	position:relative;
	margin-top:0px;
	margin-left:82px;
	overflow:hidden;
	clear:both;
	text-align:left;
	font-family: 'Verdana', arial;
	font-size:12px;
}

#flowpanes a {
	color:#000;
}

#flowpanes a:hover {
	color:#f78c13;
}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:760px;
	font-size:12px;
}

#flowpanes div.accueil {
	position:relative;
	display:block;
	width:760px;
	margin-top:0px;
	background:#fff;
	height:657px;
}

#flowpanes div.placeur {
	position:relative;
	display:block;
	width:760px;
	margin-top:142px;
	margin-left:3px;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}

#googlemap {
	position:absolute;
	width:502px;
	height:377px;
	top:0;
	left:3px;
}

#contact {
	position:absolute;
	width:150px;
	left:522px;
	top:0;
}


