/*  
	-------------------------------------------------------------
	-------------------------------------------------------------
*/ 




/*---------------------------------------------------------------
	GLOBAL
---------------------------------------------------------------*/
body {
	font: 12px 'Droid Serif', serif;
	position: absolute;
	min-width: 960px;
	min-height: 760px;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	background: #48332b;
}

a {
	text-decoration: none;
	outline: 0;
}

strong {
	font-weight: 700;
	color: #D7B97F;
}

img {
	border: 0;
}

.hidden {
	display:none;
}

#backg {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}

.title, .subtitle, h3 {
	font-family: 'Gentium Basic', serif;
}


/*-- STAGE BORDER --*/	
#top, #bottom, #left, #right {
	background: #fff;
	position: fixed;
	z-index: 1000;
}

#left, #right {
	top: 0; bottom: 0;
	width: 10px;
}
		
#left { left: 0; }
#right { right: 0; }
		
#top, #bottom {
	left: 0; right: 0;
	height: 10px;
}

#top { top: 0; }
#bottom { bottom: 0; }

/*-- MOBILE PERFORMANCE CSS3 MEDIA QUERIES
NOTE: DISBLED HERE > OPTIMIZED USING JAVASCRIPT DETECT.
FEEL FREE TO ACTIVATE INSTEAD FOR A RESPONSIVE WORKAROUND
@media only screen and (max-device-width: 900px) {

	body {
	}

	#top, #bottom, #left, #right {
		display: none;
	}

	.vegas-overlay {
		display: none;
	}
}
*/	

/*-- HEADER --*/	
#header {
	position: absolute;
	top: 25px;
	left: 90px;
	z-index: 999;
}

/*-- BACKGROUND IMG (EXCEPT HOME & FULLSCREEN GALLERY PAGE) --*/
img.bg {
	min-height: 100%;
	min-width: 1024px;	
	width: 100%;
	height: auto;	
	position: fixed;
	top: 0;
	left: 0;
}

	/*-- CSS3 MEDIA QUERY --*/		
	@media screen and (max-width: 1024px) {
		img.bg {
			left: 50%;
			margin-left: -512px; }
	}










/*---------------------------------------------------------------
	MENU
---------------------------------------------------------------*/
#menu {
	position: absolute;
	bottom: 52px;
	left: 90px;
	z-index: 998;
	width: 250px;
	height: 228px;
}

#menu ul {
	list-style: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-shadow: 0px 2px 3px #000;
}
				
/* TRICK FOR MENU SHADOW ON IE
   ACTIVATE UNDER YOUR OWN RISK! (CRAPPY IE!)
.ie #menu ul li a {
	filter: shadow(Color=#333333, Direction=135, Strength=4);
}
*/

#menu ul .second_level {
	font-size: 15px;
	line-height: 22px;
	margin-top: 5px;
	border-left: 1px solid #595a59;
	padding-left: 10px;
}

#menu ul .third_level {
	font-size: 15px;
	line-height: 22px;
	border-left: 1px solid #595a59;
	padding-left: 10px;
}

#menu ul li a {
	color: #f35a48;
}
	
#menu ul li a:hover {
	color: #D7B97F;
}

#menu .disabled {
	color: #D7B97F;
	cursor: default;
}


/*---------------------------------------------------------------
	MENU
---------------------------------------------------------------*/
#menugrid {
	position: absolute;
	bottom: 10px;
	left: 90px;
	z-index: 998;
}

#menu ul {
	list-style: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-shadow: 0px 2px 3px #000;				
}

/* TRICK FOR MENU SHADOW ON IE
   ACTIVATE UNDER YOUR OWN RISK! (CRAPPY IE!)
.ie #menu ul li a {
	filter: shadow(Color=#333333, Direction=135, Strength=4);
}
*/

#menu ul .second_level {
	font-size: 15px;
	line-height: 22px;
	margin-top: 5px;
	border-left: 1px solid #595a59;
	padding-left: 10px;
}

#menu ul .third_level {
	font-size: 15px;
	line-height: 22px;
	border-left: 1px solid #595a59;
	padding-left: 10px;
}

#menu ul li a {
	color: #fff;
}
	
#menu ul li a:hover {
	color: #D7B97F;
}

#menu .disabled {
	color: #D7B97F;
	cursor: default;
}









/*---------------------------------------------------------------
	HOME
---------------------------------------------------------------*/
#home {
	position: absolute;
	top: 180px;
	left: 88px;
	width: 620px;
}

#home .quoted {
	font-family: 'Gentium Basic', serif;
	font-weight: 400;
	font-size: 35px;
	line-height: 57px;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
}

#home .paragraph {
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
	color: #fff;
	float: left;
	margin: 42px 0px 0px 2px;
	width: 350px;
	opacity: 0;
	filter: alpha(opacity=0);
}

	#home .paragraph a {
		color: #17ddd5;
	}

	#home .paragraph a:hover {
		text-decoration: underline;
	}

/*-- FULLSCREEN BACKGROUND --*/
#home .thumbs {
	position: absolute;
	top: 192px;
	left: 2px;
	width: 600px;
	opacity: 0;
	filter: alpha(opacity=0);
}

#home .thumbs ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	float: left;
}

#home .thumbs ul li {
	list-style: none;
	margin: 0px 4px 0px 0px;
	float: left;
	position: relative;
	background-color: #D7B97F;
}

#home .thumbs ul li img {
	display: block;
}

#home .thumbs .playpause {
	margin: -3px 2px 0px 2px;
	position: absolute;
	cursor: pointer;
}

.ie #home .thumbs .playpause {
	border: 0px solid #000;
}




/*---------------------------------------------------------------
	REALISATIONS
---------------------------------------------------------------*/
#grid-gallery {
	position: absolute;
	width: 100%;
	top: 24%;
}

#grid-gallery .title {
	font-weight: 400;
	font-size: 17px;
	color: #fff;
	position: absolute;
	left: 90px;
	top: -35px;
}

#grid-gallery .subtitle {
	color: #929292;
}

#grid-gallery .base {
	position: absolute;
	width: 100%;
	height: 238px;
	background-color: #111;
}

#grid-gallery .preload {
	position: absolute;
	top: -30px;
	left: 1222px;
}

#grid-gallery .navi {
	position: absolute;
	left: -45px;
}

#grid-gallery .navi .up {
	position: absolute;
	top: 120px;
	cursor: pointer;
}

#grid-gallery .navi .down {
	position: absolute;
	top: 155px;
	cursor: pointer;
}

#grid-gallery .navi .up:active,
#grid-gallery .navi .down:active {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#grid-gallery .gallery {
	position: absolute;
	left: 90px;
	width: 90%;
	height: 303px;
	overflow-y: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
}

#grid-gallery .gallery .wrapper {
	float:left;
	position:relative;
	overflow:hidden;
}

#grid-gallery .gallery .wrapper img{
	position: absolute;
	outline: none;
}

#grid-gallery .gallery .container .rollover span {
	background-image: url('../images/grid_gallery/zoom_icon.png');
	background-repeat: no-repeat;
	position:absolute;
	width: 29px;
	height: 29px;
	left: 0px;
	top: 0px;
	display: none;
}


/*---------------------------------------------------------------
	NEWS TICKER
---------------------------------------------------------------*/
#news {
	position: absolute;
	width: 100%;
	top: 18%;
}

#news .base {
	position: absolute;
	width: 100%;
	height: 300px;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#news .title {
	font-weight: 400;
	font-size: 41px;
	color: #fff;
	position: absolute;
	left: 90px;
	top: 0px;
}

#news .subtitle {
	font-weight: 400;
	font-size: 20px;
	color: #929292;
	position: absolute;
	left: 90px;
	top: 37px;
}

#news .divider {
	position: absolute;
	left: 90px;
	top: 68px;
	width: 820px;
	border-top:  1px solid #6d6d6d;
}

#news .ticker {
	position: absolute;
	left: 90px;
	top: 90px;
}

	#news .ticker .navi {
		position: absolute;
		top: -73px;
	}
			
		#news .ticker .navi img {
			position: absolute;
			cursor: pointer;
		}

		#news .ticker .navi .prev {
			left: 120px;
		}

		#news .ticker .navi .next {
			left: 144px;
		}

		#news .ticker .navi .prev:active,
		#news .ticker .navi .next:active {
			opacity: 0.6;
			filter: alpha(opacity=60);
		}

	#news .ticker .carousel .item {
		width: 800px;
		height: 250px;
		left: 0px;
		top: 0px;
		float: left;
		overflow: hidden;
	}

	#news .ticker .carousel .item img {
		float: left;
		box-shadow:0px 0px 7px black; 
	}

	#news .ticker .carousel .item .date {
		font-size: 11px;
		color: #666;
		background-color: #000;
		padding: 2px 4px 2px 4px;
		position: absolute;
		top: 163px;
		left: 40px;
	}

	#news .ticker .carousel .item .links {
		position: absolute;
		top: 163px;
	}

	#news .ticker .carousel .item .links img {
		margin: 0px 3px 0px 0px;
		box-shadow: 0px 0px 0px black;
	}

	#news .ticker .carousel .item h3 {
		font-size: 20px;
		font-style: italic;
		font-weight: 400;
		color: #17ddd5;
		margin: 0;
	}

	#news .ticker .carousel .item p {
		color: #fff;
	}

	#news .ticker .carousel .item a {
		color: #17ddd5;
	}

	#news .ticker .carousel .item a:hover {
		text-decoration: underline;
	}

	#news .ticker .carousel .item .text {
		width:  350px;
		height: 200px;
		margin-left: 30px;
		float: left;
	}



/*---------------------------------------------------------------
	CONTACT / FORM
---------------------------------------------------------------*/
#location {
	position: absolute;
	width: 100%;
	top: 23%;
}

#location .base {
	position: absolute;
	width: 100%;
	height: 300px;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#location .title {
	font-weight: 700;
	font-size: 21px;
	color: #fff;
	position: absolute;
	left: 90px;
	top: -40px;
}

#location .subtitle {
	font-weight: 400;
	color: #929292;
}

#location .map {
	position: absolute;
	left: 680px;
	top: 41px;
	width: 300px;
	height: 218px;
	border-radius: 4px;
}

#map_obj {
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 4px;
}

#location .contact {
	position: absolute;
	left: 100px;
	top: 1px;
}

#location .cours {
	position: absolute;
	left: 30%;
	top: -170px;
}

#location .contact .address {
	font-size: 13px;
	line-height: 17px;
	color: #fff;	
	float: left;
	width: 200px;
}

#location .contact .paragraph_title {
	font-size: 14px;
	color: #D7B97F;
}

#location .contact .divider {
	height: 220px;
	border-left:  1px dashed #222;
	float: left;
	margin: 0px 0px 0px 30px;
}

#location .contact a {
	display: block;
	padding-left: 25px;
	background:transparent url(../images/email_icon.png) center left no-repeat;
}
	#location .contact a {
	color: #D7B97F;
	}

	#location .contact a:hover {
	text-decoration: underline;
	color: #D7B97F;
	}

#location .contact .form {
	float: left;
	margin: -5px 0px 0px 40px;
}

#location .contact hr {
	clear: both;
	border-bottom: 0;
	border-top: 2px solid #4e4e4e;
	border-right: 0;
	border-left: 0;
	min-height: 0px;
	height: 1px;
}

#location .contact .form  .fields {
	font: 12px 'Droid Serif', serif;
	color: #555;
	background-color: transparent;
	border-width: 0px;
	border-bottom: 1px solid #666666;
	padding: 13px 0px 3px 0px;
	margin: 0px 0px 3px 0px;
	width: 250px;
	resize: none;
	overflow: auto;
}

#location .contact .form .button {
	font: 13px 'Droid Serif', serif;
	color: #fff;
    margin: 2px 0px 0px 0px;
	padding: 1px 5px 1px 5px;
    background: url(../images/alpha.png);
	background: rgba(37, 37, 37, 0.8) url();
    border: none;
    cursor: pointer;
}

#location .contact .form .button a {
	text-decoration: none;
	color: #fff;
}

#location .contact .form .button a:hover {
	color: #D7B97F;
}

#location .contact .form .loader_message {
	font-weight: 300;
	color: #D7B97F;
    margin-top: 4px;
	position: relative;
	float: right;
}

#location .contact .form .loader_icon {
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	background: #000 url(../images/preload.gif) no-repeat center center;
	background: rgba(0, 0, 0, 0.7) url(../images/preload.gif) no-repeat center center;
	height: 23px;
	width: 23px;
	position: relative;
	margin: -21px 0px 0px -30px;
	display: none;
}


/*---------------------------------------------------------------
	NOS SERVICES
---------------------------------------------------------------*/
#blog {
	position: absolute;
	width: 100%;
	top: 18%;
}

#blog .base {
	position: absolute;
	width: 100%;
	height: 300px;
	background-color: #000;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#blog .title {
	font-weight: 400;
	font-size: 41px;
	color: #fff;
	position: absolute;
	left: 90px;
	top: 0px;
}

#blog .subtitle {
	font-weight: 400;
	font-size: 36px;
	color: #929292;
	position: absolute;
	left: 90px;
	top: 39px;
}

#blog .divider {
	position: absolute;
	left: 90px;
	top: 69px;
	width: 820px;
	border-top: 1px solid #6d6d6d;
}

#blog .ticker {
	position: absolute;
	left: 90px;
	top: 90px;
}

	#blog .ticker .navi {
		position: absolute;
		left: -45px;
	}
			
		#blog .ticker .navi img {
			position: absolute;
			cursor: pointer;
		}

		#blog .ticker .navi .prev {
			top: 90px;
		}

		#blog .ticker .navi .next {
			top: 125px;
		}

		#blog .ticker .navi .back {
			top: 60px;
			display: none;
		}

		#blog .ticker .navi .prev:active,
		#blog .ticker .navi .next:active,
		#blog .ticker .navi .back:active {
			opacity: 0.6;
			filter: alpha(opacity=60);
		}

	#blog .ticker .carousel .item {
		width: 820px;
		height: 50px;
		left: 0px;
		top: 0px;
		float: left;
		overflow: hidden;
	}

	#blog .ticker .carousel .item .box {
		background: rgba(0, 0, 0, 0.8);
		padding: 5px;
		height: 39px;
		width: 820px;
		cursor: pointer;
	}

	.ie8 #blog .ticker .carousel .item .box { 
       background:transparent;
       filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80111111); 
       zoom: 1;
    } 

	#blog .ticker .carousel .item .box:hover {
		background: rgba(0, 0, 0, 1);
	}

	#blog .ticker .carousel .item .entry-title {
		font-size: 14px;
		color: #fff;
		position: relative;
		padding: 4px 0px 3px 5px;
		top: 0px;
	}

	#blog .ticker .carousel .item .date {
		font-size: 11px;
		color: #666;
		padding: 0px 0px 0px 5px;
		position: relative;
		display: inline;
	}

	#blog .ticker .carousel .item .author {
		font-size: 11px;
		color: #666;
		margin: 0px 20px 0px 0px;
		float: right;
	}

	#blog .ticker .carousel .item .content {
		margin: -45px 0px 0px 5px;
		left: 840px;
		display: block;
		position: relative;
		top: 5px;
	}

	#blog .ticker .carousel .item .content img {
		display: block;
		float: left;
		position: absolute;
		box-shadow: 0px 0px 7px black; 
	}

	#blog .ticker .carousel .item .content h3 {
	font-size: 24px;
	font-style: italic;
	font-weight: 400;
	color: #D7B97F;
	margin: 0;
	position: absolute;
	left: 270px;
	}

	#blog .ticker .carousel .item .content p {
	position: absolute;
	color: #fff;
	left: 270px;
	top: 20px;
	width: 490px;
	height: 230px;
	overflow: auto;
	float: left;
	padding: 0px 25px 0px 0px;
	font-size: 16px;
	}

	#blog .ticker .carousel .item .content a {
		color: #D7B97F;
	}

	#blog .ticker .carousel .item .content a:hover {
	text-decoration: underline;
	color: #D7B97F;
	}

	









/*---------------------------------------------------------------
	FOOTER
---------------------------------------------------------------*/
#footer {
	position: absolute;
	right: 10px;
	top: 17px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

#footer .copyright {
	font-size: 10px;
	color: #a5a5a5;
	padding: 2px 20px 0px 0px;
}

#footer .copyright a {
	color: #a5a5a5;
	text-decoration: underline;
}

#footer .copyright a:hover {
	color: #fff;
}

#footer ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	float: left;
	padding: 10px;
}

#footer ul li {
	list-style: none;
	margin: 0px 6px 0px 0px;
	float: left;
	position: relative;
}



/*  
	-------------------------------------------------------------
	END CSS
*/ 
