/* Getting the new tags to behave */
article, aside, audio, 
canvas, command, 
datalist, details, 
embed, 
figcaption, figure, #footer, 
#header, hgroup, 
keygen, 
meter, 
#nav, 
output, 
progress, 
section, source, 
video {
	display:block;
}
mark, 
rp, rt, ruby, 
summary, 
time {
	display:inline;
}

/* Global properties ======================================================== */
body { 
	background:url(../../../Resources/Images/tail-bg.gif) repeat center top #fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1em;
	color:#1f1f1f;
}
html { 
	min-width:940px;
}
html, 
body { 
	height:100%;
}

.error {
	display:block;
	background:#FEE9EF;
	text-align:center;
	padding:10px 0 10px 0;
	margin:0 0 10px 0;
	border:dashed 1px #FF0000;
	color:#FF0000;
}

.success {
	display:block;
	background:#EBFEEC;
	text-align:center;
	padding:10px 0 10px 0;
	margin:0 0 10px 0;
	border:dashed 1px #009900;
	color:#009900;
}

.mobilierartenter {
	top:25px;
	left:360px;
	border:solid 1px #CCC;
	position:absolute;
}

#google-map {
	position:absolute;
	right:6px;
	width:480px;
	height:280px;
	padding:5px;
	border:solid 2px #333;
	display:block;
}

/* Global Structure ============================================================= */
.container {
	margin:0 auto;
	width:940px;
	font-size:.814em;
	background-color:#fff;
}

	/* Header */
	#header .container {
		height:615px;
	}
	
	/* Content */
	#content {
		background-color:#bababa;
	}
			
	/* Footer */
	
	#footer {
	}
		#footer .container {
			background:url(../../../Resources/Images/footer-tail.jpg) repeat center top;
			position:relative;
		}




/* Left & Right alignment */

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, 
.col-2, 
.col-3, 
.col-4,
.column-1,
.column-2,
.column-3 { 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}	

.wrapper { 
	width:100%;
	overflow:hidden;
}



/*----- form defaults -----*/
input, 
select, 
textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
	margin:1px 0;
	padding:2px;
}

fieldset {
	border:0;
}

/*----- lists -----*/

.list {
	width:127px;
	float:left;
	margin-right:43px;
	padding-bottom:60px;
}
	.list li {
		border-bottom:1px solid #484848;
		font-size:.846em;
		line-height:1.2em;
		text-transform:uppercase;
		padding:0 0 5px 8px;
		margin-bottom:5px;
	} 
	.list li.last {
		border:0;
		padding-bottom:0;
		margin-bottom:0;
	}
		.list li span {
			display:block;
			padding-left:9px;
			height:1%;
			background:url(../../../Resources/Images/marker.gif) no-repeat left 6px;
		}
		.list li a {
			text-decoration:none;
			color:#8d8d8d;
		}
		.list li a:hover {
			color:#fff;
		}

.list1 li {
	font-size:1.077em;
	line-height:1.429em;
	padding:0 0 5px 12px;
	text-align:left;
	background:url(../../../Resources/Images/marker1.gif) no-repeat left 8px;
}
	.list1 li a {
		color:#cccccc;
		text-decoration:none;
	}
	.list1 li a:hover {
		text-decoration:underline;
	}

.list2 {
	padding-bottom:18px;
}	
	.list2 li {
		padding:0 0 14px 28px;
		text-transform:uppercase;
		background:url(../../../Resources/Images/marker2.gif) no-repeat left top;
	}
	.list2 li.alt {
		margin-bottom:-12px;
	}
		.list2 li a {
			color:#959595;
		}

.list3 {
	padding-bottom:11px;
}		
	.list3 li {
		list-style-type:decimal;
		list-style-position:inside;
		color:#959595;
		font-size:1.154em;
		padding-bottom:25px;
	}
		.list3 li span {
			color:#1f1f1f;
			font-size:.867em;
			line-height:1.462em;
		}

.team-list {
	margin-top:-35px;
}		
	.team-list li {
		width:100%;
		overflow:hidden;
		vertical-align:top;
		padding-top:35px;
	}
		.team-list li a.img-border {
			margin-right:20px;
		}
		.team-list li h5 {
			margin:0;
		}
		.team-list li p {
			margin-bottom:12px;
		}

.list4 li {
	padding-bottom:20px;
}
.list4 li.last {
	padding:0;
}
	.list4 li figure {
		width:100%;
		overflow:hidden;
	}	
		.list4 li figure a {
			display:block;
			float:left;
			border:1px solid #c2c2c2;
		}
		.list4 li figure a:hover {
			border-color:#ff7100;
		}	
	.list4 li h5 {
		margin:0;
		padding-top:20px;
	}
	.list4 li p {
		margin:0;
	}

.gallery {
	padding-bottom:10px;
}	
	.gallery li {
		padding-bottom:23px;
		width:100%;
		overflow:hidden;
		vertical-align:top;
	}
		.gallery li a {
			display:block;
			float:left;
			border:1px solid #c2c2c2;
		}
		.gallery li a:hover {
			border-color:#ff7100;
		}

/*----- other -----*/
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:20px;
	line-height:1.462em;
}
	.img-box img { 
		float:left; 
		margin:0 14px 0 0;
	}
	
div.img-border {
	width:100%;
	overflow:hidden;
	padding-bottom:28px;
} 
	div.img-border a,
     a.img-border {
		display:block;
		float:left;
		border:1px solid #c2c2c2;
	}
	div.img-border a:hover,
	a.img-border:hover {
		border-color:#ff7100;
	}

.extra-wrap { 
	overflow:hidden;
}

p {
	margin-bottom:28px;
	line-height:1.462em;
}

.inside {
	padding:0 20px 20px 20px;
}

cite {
	font-style:normal;
	line-height:1.462em;
	display:block;
	margin-bottom:28px;
}

dl.address dt {
	color:#959595;
	font-size:1.154em;
	line-height:1.2em;
	margin-bottom:20px;	
}
dl.address dd {
	line-height:1.462em;
	padding-bottom:25px;
}
	dl.address dd span {
		float:right;
		padding-right:75px;
	}



/*----- txt, links, lines, titles -----*/
a {
	color:#ff7100;
	outline:none;
}
a:hover {
	text-decoration:none;
}

h1 {
	text-indent:-9999px;
}
	h1 a {
		/*background:url(../Images/logo.gif) no-repeat left top;*/
		width:337px;
		height:100px;
		display:block;
		position:absolute;
		left:0;
		top:0;
	}
h2 {
	font-size:2.154em;
	line-height:.900em;
	color:#000;
	text-transform:uppercase;
	font-family:"trebuchet MS", Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:27px;	
}
h3 {
	font-size:1.538em;
	line-height:1.2em;
	font-family:"trebuchet MS", Helvetica, sans-serif;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:25px;
	padding-left:8px;	
}
h5 {
	color:#959595;
	font-weight:normal;
	font-size:1.154em;
	line-height:1.2em;
	margin-bottom:20px;	
}
h6 {
	font-size:.923em;
	line-height:1.583em;
	font-style:italic;
	color:#959595;
	font-weight:normal;
	margin-bottom:26px;	
}


.link {
	background-color:#272727;
	color:#fff;
	text-align:center;
	display:block;
	position:absolute;
	left:0;
	bottom:0 !important;
	bottom:-1px;
	width:100%;
	font-size:.769em;
	text-decoration:none;
	text-transform:uppercase;
	padding:12px 0;
	z-index:10;
}
.link:hover {
	color:#ff7100;
}

.line-hor {
	background-color:#d2d2d2;
	height:1px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:38px 0 30px 0;
}

.line-ver { 
	background-image:url(../../../Resources/Images/line-ver.gif); 
	background-repeat:repeat-y;
	background-position:292px 0;
	width:100%;
}
.line-ver1 { 
	background-image:url(../../../Resources/Images/line-ver.gif); 
	background-repeat:repeat-y;
	background-position:606px 0;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:url(../../../Resources/Images/box-tail.jpg);
	width:100%;
	margin-bottom:38px;
}
	.box .inner { 
		padding:20px;
	}
	
.box1 {
	width:100%;
	background:url(../../../Resources/Images/box1-tail.jpg);
	position:relative;
	color:#cccccc;
}
	.box1 .inner {
		padding:29px 12px 71px 12px;
		text-align:center;
	}
	.box1 h2 {
		margin-bottom:18px;
		color:#fff;
	}
	.box1 p {
		font-size:1.077em;
		line-height:1.429em;
		margin:0;
	}
	.box1 p,
	.box1 .list1 {
		padding-top:20px;
	}



/*===== header =====*/
#header .row-1 {
	height:33px;
	background-color:#272727;
	color:#b1b1b1;
	text-transform:uppercase;
	font-size:.769em;
	line-height:1.2em;
	width:100%;
	overflow:hidden;
}
	#header .row-1 .inside {
		padding-top:9px;
	}
#header .row-2 {
	height:101px;
	width:100%;
	/*overflow:hidden;*/
	position:relative;
}
	#header .row-2 dl {
		float:right;
		padding-top:58px;
	}
		#header .row-2 dl dt,
		#header .row-2 dl dd {
			float:left;
		}
		#header .row-2 dl dt {
			color:#a5a5a5;
			text-transform:uppercase;
			font-family:"trebuchet MS", Helvetica, sans-serif;
		}
		#header .row-2 dl dt {
			padding:3px 5px 0 0;
		}
		#header .row-2 dl dd {
			padding-left:6px;
		}
#header #nav {
	height:70px;
	background-color:#353535;
	overflow:visible;
}
#header #nav ul {
	position:relative;
	overflow:visible;
}
	#header #nav ul li {
		float:left;
		width:149px;
		font-size:.923em;
		text-transform:uppercase;
		border-right:1px solid #4e4e4e;
	  overflow:visible;
	  position:relative;
	}
	#header #nav ul li.last {
		border:none;
		position:relative;
	}
		#header #nav ul li.last a {
			width:150px;
		}
		#header #nav ul li a {
			text-decoration:none;
			color:#fff;
			display:block;
			float:left;
			width:149px;
			text-align:center;
			padding:27px 0;
		}
		#header #nav ul li a:hover,
		#header #nav ul li a.active {
			background-color:#0C6;
		}
    
    #header #nav ul li ul {
        display:none;
        position:absolute;
        width:330px;
        height:500px;
        top:70px;
        left:0;
        z-index:1000;
    }
        #header #nav ul li ul li, #header #nav ul li ul li ul li {
            
            display:block;
            width:160px;
            border-bottom:solid 1px #d2d2d2;
            line-height:20px;
            padding:0 4px;
            background:#000;
            color:#FFF;
            position:relative;
            cursor:pointer;
        }
        
        #header #nav ul li ul li {
            display:block;
            height:auto;
            line-height:20px;
            position:relative;
        }
        
        #header #nav ul li ul li ul {
            display:none;
            width:160px;
            position:absolute;
            z-index:1000;
            left:168px;
            top:0;
        }
        
        #header #nav ul li ul li ul li {
            padding:0;
        }
        
        #header #nav ul li ul li ul li a {
            display:block;
            text-decoration:none;
            color:#FFF;
            line-height:20px;
            padding:0;
            margin:0;
            font-size:12px;
            padding:0 4px;
            width:152px;
        }
        
        #header #nav ul li ul li ul li a:active, #header #nav ul li ul li ul li a:hover {
            background-color:#777;
        }
            

/*===== content =====*/
#content .indent {
	padding-bottom:10px;
}

#content .indent .big-photo {
    margin: 0 20px 20px 0;
    border:solid 3px #777;
    padding:3px;
    float:left;
}

#content .indent .left {
    width:900px;
}

#left-menu ul li {
    font-size:12px;
    font-weight:bold;
}

#left-menu ul li ul {
    margin-left:20px;
    font-weight:normal;
    font-size:11px;
}

#content .photos h2,
#content .files h2 {
    font-size:16px;
    margin-top:10px;
    margin-bottom:10px;
}

#content .photos .photo {
    display:block;
    float:left;
    width:100px;
    height:68px;
    text-align:center;
    line-height:68px;
    vertical-align:middle;
    padding:2px;
    margin-right:2px;
    border:solid 2px #777;
}

#content .files {
    padding-bottom:20px;
}

	#content .indent1 {
		padding-top:40px;
	}

/*===== footer =====*/
#footer .inside {
	padding:43px 20px 23px 20px;
}
#footer .logo {
	position:absolute;
	right:38px;
	top:42px;
}
#footer p {
	font-size:.846em;
	margin:0;
	color:#fff;
	text-transform:uppercase;
}
	#footer p a {
		color:#fff;
		text-decoration:none;
	}
	#footer p a:hover {
		text-decoration:underline;
	}


/*----- forms -----*/

#ClockForm {
	float:left;
}
	#ClockForm fieldset {
		border:none;
		float:left;
		text-align:left;
	}
		#ClockForm fieldset input {
			border:none;
			background:none;
			color:#b1b1b1;
			text-transform:uppercase;
			width:300px;
		}
		
#contacts-form .rowElem { 
	height:28px;
}
#contacts-form input {
	width:266px; 
	padding:2px 0 2px 3px; 
	background:#fff;
	border:1px solid #a4a4a4; 
	vertical-align:top;	
	line-height:1.2em;
}
#contacts-form textarea { 
	width:266px; 
	height:217px; 
	overflow:auto;
	background:#fff;
	border:1px solid #a4a4a4; 
	padding:2px 0 2px 3px;
	margin-bottom:28px; 
}

/*==========================================*/
    
/*===== anythingSlider =====*/
.anythingSlider                         { width: 900px; height: 411px; position: relative;}
.anythingSlider .wrapper                { width: 900px; height: 411px; position: absolute; top: 0; left: 0;}
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0;}
.anythingSlider ul li                   { display: block; float: left; height: 411px; width: 900px; position:relative;}
.anythingSlider span#slogan 			{ background-color:#272727; display:block; width:425px; height:91px; color:#fff; position:absolute; bottom:0 !important; bottom:-1px; left:0; z-index:100; font-size:2.154em; font-family:"trebuchet MS", Helvetica, sans-serif; line-height:1.2em; padding:18px 0 0 21px; overflow:hidden;}
.anythingSlider .arrow                  { display:none;}

#start-stop                             { color: #fff; text-transform:uppercase; font-size:.923em; position: absolute; right: 18px; bottom: 11px; text-decoration:none;}
#start-stop:hover                       { text-decoration:underline;}

#thumbNav 						{ display:block; position:absolute; right:0; bottom:0 !important; bottom:-1px; width:250px; height:28px; background-color:#272727; padding:11px 0 0 17px;}
#thumbNav a 						{ width:17px; height:17px; padding:0; display:block; float:left; line-height:0; text-indent:-9999px; background-repeat:no-repeat; background-position:-18px 0; background-image:url(../../../Resources/Images/thumbs-sprite.gif); margin-right:1px;}
#thumbNav a:hover, #thumbNav a.cur		{ background-position:0 0;}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; h<input type="checkbox" name="" value="">eight: auto; width: auto; background: none; }
/*===== anythingSlider =====*/