@charset "utf-8";
/* CSS Document */

/* ----------------- STRUCTURE -----------------*/

* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	background: url(../images/bg_body.gif) top repeat-x #000000;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -20px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	width: 1000px;
	background: url(../images/bg_bas.gif) bottom no-repeat;
}

.header {
	height: 330px;
	background: url(../images/bg_header.jpg) top no-repeat;
}

.corps {
	width: 780px;
	margin: 0 auto;
}

.left_content {
	width: 425px;
	float: left;
	padding: 0 50px 25px 25px;
}

.right_content {
	width: 280px;
	float: right;
}

.right_content img {
	border: 8px solid #4e4e4e;
	margin-bottom: 5px;
}

.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
}

.footer {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.footer .footer_content {
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}

table#form {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 18px;
	width: 500px;
	color:#888888;
	margin-left: 100px;
}



/* ----------------- TYPO ET LISTES -----------------*/

h1 {
	font: 24px Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #CCCCCC;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 25px;
}

h2 {
	font: 24px "Arial narrow", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #CCCCCC;
	margin-bottom: 25px;
}

h3 {
	font: 14px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #333;
	line-height: 20px;
	color: #CCCCCC;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0 25px 5px 0;
}

p {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #999999;
	margin-bottom: 25px;
}

div.right_content p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
	margin-bottom: 25px;
}

p.bouton {
	font-size: 11px;
	background: url(../images/bouton1.gif) top left no-repeat;
	padding: 16px 0 10px 13px;
}

span.input_text {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ccc;
	line-height: 20px;
	font-weight: bold;
}

/* ----------------- LIENS -----------------*/

a {
	color: #eaffab;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}


/* ----------------- FORMULAIRE -----------------*/

.input_bg {
	background: url(../images/bg_input.gif) top repeat-x #262626;
	color: #FFFFFF;
	border: 1px solid #565656;
	padding: 5px;
}

.input_bg:focus {
	border: 1px solid #eaffab;
}

.btn_send {
	background: url(../images/bouton_send.gif) top left no-repeat transparent;
	color: transparent;
	width: 116px;
	height: 30px;
	border: 0px;
	cursor: pointer;
}

.btn_send:hover {
	background: url(../images/bouton_send_on.gif) top left no-repeat transparent;
}

/* ----------------- PORTFOLIO -----------------*/

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

.tabset{
	margin:0 0 0 80px;
	padding:0;
	float: left;
	list-style:none;
	font:20px 'Myriad pro', Arial, sans-serif;
}
.tabset li{
	float:left;
	margin:0 7px 0 0;
}
.tabset a{
	float:left;
	overflow:hidden;
	color:#999;
	text-decoration:none;
	cursor:pointer;
}
.tabset a span{
	height:35px;
	float:left;
	padding:0 23px 0 13px;
	line-height:33px;
}
.tabset .active,
.tabset a:hover{
	color:#fff;
	text-decoration:none;
}
.tabset .active span,
.tabset a:hover span{
	color:#fff;
}
.gallery-btns{
	padding:0;
	margin: -20px 80px 0 0;
	float:right;
	list-style:none;
	position:relative;
}
.gallery-btns li{
	float:left;
	padding:0 0 0 10px;
}
.gallery-btns a{
	overflow:hidden;
	display:block;
	text-indent:-9999px;
	background:url(../images/btn-gallery.gif) no-repeat;
	height:10px;
	width:10px;
}
.gallery-btns a:hover,
.gallery-btns li.active a{background-position:0 -10px;}
.gallery{
	width:750px;
	overflow:hidden;
	position:relative;
}
.info{display:none;}
.btn-gallery{
	float:left;
	height:102px;
	overflow:hidden;
	width:72px;
	text-indent:-9999px;
	margin:100px 0 0;
}
.left{background:url(../images/btn-gallery-left.gif) no-repeat;}
.right{background:url(../images/btn-gallery-right.gif) no-repeat;}
.btn-gallery:hover{background-position:0 -102px;}
.carousel-holder{
	float:left;
	width:606px;
	background:transparent url(../images/bg-carousel-top.gif) no-repeat;
	overflow:hidden;
}
.carousel-holder .frame{
	width:606px;
	overflow:hidden;
	background:url(../images/bg-carousel-bottom.gif) no-repeat 0 100%;
	padding:10px 0 0;
}
.carousel{
	width:606px;
	height:280px;
	position:relative;
	overflow:hidden;
	margin:0 0 0 -10px;
	padding:0;
	list-style:none;
}

.carousel img{
	border: 0;
}
.carousel li{
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	padding:0 10px 0 10px;
	width:586px;
	float:left;
}
.carousel .block{
	float:right;
	margin:-10px 0 0;
	width:370px
}
.carousel li img{float:left;}
.carousel li .block img{margin:10px 0 0;}
.carousel-info{
	width:100%;
	overflow:hidden;
	margin:10px 0 0;
	padding:0;
	list-style:none;
	height:119px;
	position:relative;
	border-top:1px solid #1d201e;
}
.carousel-info li{
	padding:20px 15px 20px 15px;
	width:600px;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

.carousel-info li div{
	float:left;
	width:580px;
	color:#acbeb2;
	font: 14px Georgia, "Times New Roman", Times, serif;
}
.carousel-info li div strong{
	color:#fff;
}
.carousel-info li div p{
	color:#999;
	line-height:19px;
	margin:3px 0 0;
	font-size:12px;
}