html {
	height:100%;
}

body {
	margin:0;
    background:#000000 url('images/bg.jpg') no-repeat top center;
	color:#FFFFFF;
	height:100%;
}

/*--------------------
--------Divers--------
--------------------*/

a {
	outline:none;
	color:#FFFFFF;
}

a:hover {
	text-decoration:none;
}

h1 {
	margin:0 0;
	width:auto;
	font-family:Georgia;
	font-weight:bold;
	font-size:15px;
	text-align:left;
	color:#FFFFFF;
}

h2 {
	margin:0 0;
	width:auto;
	font-family:Georgia;
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
}

h3 {
	margin:0 0;
	width:auto;
	font-family:Georgia;
	font-style:italic;
	font-weight:bold;
	font-size:20px;
	text-align:left;
	color:#FFFFFF;
}

h4 {
	margin:0 0;
	width:auto;
	font-family:Georgia;
	font-size:11px;
	text-align:left;
	color:#FFFFFF;
}

.hr-min {
	background:url("images/line.png") repeat-x;
	height:4px;
	width:220px;
	margin-bottom:5px;
}

.hr-long {
	background:url("images/line.png") repeat-x;
	height:4px;
	width:600px;
	margin-bottom:5px;
}

.hr-galerie-bref {
	background:url("images/line.png") repeat-x;
	height:4px;
	width:330px;
	margin-bottom:5px;
	margin:0 auto;
	margin-left:-15px;
}

.hr-galerie {
	background:url("images/line.png") repeat-x;
	height:4px;
	width:185px;
	margin-bottom:5px;
	margin:0 auto;
	margin-left:-15px;
}

.hr-footer-galerie {
	background:url("images/line.png") repeat-x;
	height:4px;
	width:920px;
	margin:0 auto;
	margin-bottom:5px;
}

img {
	border:none;
}

em {
	font-family:Georgia;
}
/*------------------
-------Fin Divers----
------------------*/

#container {
    width:990px;
    position:relative;
    margin:0 auto;
	/*min-height:100%;*/
	margin-bottom:-50px;
}

#clearfooter {
	clear:both;
	height:50px;
}

#header {
    position:relative;
	height:145px;
	width:990px;
	float:left;
}

#logo {
	top:60px;
	left:50px;
	position:absolute;
	float:left;
}

/*-----------------------
---------Menu top------
-----------------------*/

#menu-top-left {
	background:url('images/menu_bords.png') no-repeat top left;
	width:10px;
	height:31px;
}

#menu-top-right {
	background:url('images/menu_bords.png') no-repeat top right;
	width:10px;
	height:31px;
}

#menu-top {
	position:absolute;
	background:url('images/menu_bg.png') repeat-x;
	width:555px;
	height:31px;
	top:140px;
	left:300px;
	margin:0;
}

#menu-top ul {
    padding:0;
    margin-top:0;
    list-style-type:none;
    font-family: Georgia;
	font-weight:bold;
    font-size:14px;
    position:absolute;
	margin-left:0;
}

#menu-top ul li {
    float:left;
}

#menu-top ul li a {
    display:block;
    width:auto;
    color:#FFFFFF;
    text-decoration:none;
    text-align:center;
    padding-left:14px;
	line-height:31px;
}

#menu-top ul li a:hover {
    color:#999999;
}

#menu-top ul li a.menuactif{
	color: #999999;
}

/*-------------------
------Sous menu-----
--------------------*/
#menu-top .sousMenu-left {
	position:absolute;
	background:url('images/sous-menu_bords.png') no-repeat top left;
	width:10px;
	height:23px;
	top:40px;
	left:-10px;
}

#menu-top .sousMenu-right {
	position:absolute;
	background:url('images/sous-menu_bords.png') no-repeat top right;
	width:10px;
	height:23px;
	top:40px;
	left:350px;
}

#menu-top .sousMenu {
	position:absolute;
	background:url('images/sous-menu_bg.png');
	width:350px;
	height:23px;
	top:40px;
}

.sousMenu ul li {
		margin:0;
}



#menu-top .sousMenu ul li a {
	line-height:23px;
	margin:0;
	color:#ababab;
	font-size:13px;
		font-style:italic;
		font-weight:normal;
}

#menu-top .sousMenu ul li a.sousmenuactif{
	color: #FFFFFF;
}

#menu-top .sousMenu ul li a:hover {
	color:#FFFFFF;
}

.container-sousMenu {
	position:relative;
	top:-35px;
}

.sousMenu-fleche {
	background:url('images/sous-menu_fleche.png') no-repeat;
	width:42px;
	height:5px;
	top:35px;
	position:absolute;
	display:block;
}

/*---------------------
------Fin sous menu-------
----------------------*/

/*---------------------
------Nouveau sous menu-------
----------------------*/
#menu{
	float: left;
	margin-bottom: 15px;
	margin-left: 305px;
	margin-right: 73px;
	background:url('images/menu_bg.png') repeat-x;
}

#menu div{
	float: left;
	display: block;
	margin: 6px 18px 0 0;
    font-family: Georgia;
	font-weight:bold;
    font-size:14px;
}

#menu div#menu-top-left, #menu div#menu-top-right{
	margin: 0;
}

#menu div#menu-top-left{
	margin-right: 10px;
}

#menu div#menu-top-right{
	margin-left: 8px;
}

#menu div.menu a{
	text-decoration: none;
}

#sous-menu{
	width: 555px;
	position: absolute;
	z-index: 3;
	margin-left: 291px;
	margin-top: 176px;
}

#menu .menu div.sous-menu{
	width: 200px;
	display: none;
	background-color: #121212;
	position: absolute;
	z-index: 3;
	display: none;
}

.menu ul{
	margin: 0;
	padding: 8px 0 8px 25px;
}

.menu ul li{
	list-style: none;
}

#menu .menu div.sous-menu.prestations{
	width: 250px;
}


/*---------------------
------sidebar left-------
----------------------*/
#sidebar-left {
	width:200px;
	position:relative;
	top:90px;
	float:left;
	font-family:Arial;
	font-size:12px;
	color:#cecece;
	left:15px;
}

#sidebar-left .hr {
	background:url("images/line.png") repeat-x;
	height:4px;
	width:205px;
	margin-left:-10px;
	margin-bottom:5px;
}

#btn-galerie {
	position:relative;
	top:10px;
}

.btn-galerie {
	font-family:Georgia;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	position:absolute;
	line-height:40px;
	width:188px;
	text-decoration:none;
}

.btn-galerie:hover {
	text-decoration:underline;
}

#link-galerie {
	background:url('images/btn_galerie_photos.png') no-repeat;
	width:188px;
	height:44px;
}

#coordonnee { position:relative; top:30px; }

#partenaire { position:relative; top:50px; }
/*---------------------
--Fin sidebar left----
----------------------*/


/*---------------------
------sidebar bottom-------
----------------------*/

#sidebar-bottom {
	width:850px;
	margin:0 auto;
	font-family:Arial;
	font-size:12px;
	color:#cecece;
	position:relative;
	top:10px;
}

#en-bref-bottom {
	width:324px;
	float:left;
}

#coordonnee-bottom {
	width:200px;
	/*float:left;*/
	position:relative;
	margin: 0 auto;
	/*left:60px;*/
}

#partenaire-bottom {
	width:200px;
	float:left;
	position:relative;
	left:100px;
}
/*---------------------
--Fin sidebar bottom----
----------------------*/


/*---------------------
------contenu----------
----------------------*/
#content {
	width:700px;
	float:right;
	margin:0 auto;
	font-family:Arial;
	font-size:12px;
	color:#cecece;
	min-height:545px;
}

#content-galerie {
	width:100%;
	margin:0 auto;
	font-family:Arial;
	font-size:12px;
	color:#cecece;
	/*min-height:545px;*/
}


#content .hr {
	background:url("images/line.png") repeat-x;
	height:4px;
	width:700px;
	margin-bottom:5px;
}

#content-galerie .hr {
	background:url("images/line.png") repeat-x;
	height:4px;
	width:700px;
	margin-bottom:5px;
}

/*Accueil */
	/*---------------
	--------slider----
	---------------*/
#content #slider-accueil {
	height:262px;
	border:6px solid #FFFFFF;
	position:relative;
	margin-bottom:20px;
}

#slider-accueil #slider ul, #slider-accueil #slider li{
	margin:0;
	padding:0;
	list-style:none;
}

#slider-accueil #slider li{ 
	width:688px;
	height:262px;
	overflow:hidden; 
}	
#prevBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-50px;
	top:0;
}	
#nextBtn{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:695px;
	top:0;
}														
#prevBtn a, #nextBtn a{  
	display:block;
	position:absolute;
	width:44px;
	height:263px;
	background:url(images/accueil_slider_fleches.png) no-repeat center left;	
}
#nextBtn a{ 
	background:url(images/accueil_slider_fleches.png) no-repeat center right;
	position:absolute;
	z-index:0;
}
	/*---------------
	-----fin slider----
	---------------*/



#last-rea a:hover {
	text-decoration:none;
}

.bg-video-little {
	background:url('images/bg_video_4-3.png') no-repeat;
	width:695px;
	height:333px;
	position:relative;
}

.bg-video-big {
	background:url('images/bg_video_16-9.png') no-repeat;
	width:694px;
	height:517px;
	position:relative;
}

.lecteur-little {
	background:url('images/ex_video-4-3.png') no-repeat;
	width:420px;
	height:316px;
	position:absolute;
	left:10px;
	top:9px;
	float:left;
}

.lecteur-big {
	background:url('images/ex_video-16-9.png') no-repeat;
	width:640px;
	height:361px;
	position:relative;
	left:25px;
	top:15px;
}

.little-video-desc {
	float:right;
	width:240px;
	position:relative;
	top:15px;
}

.little-video-info {
	width:200px;
	position:absolute;
	top:30px;
	left:20px;
}

.big-video-desc {
	width:695px;
	position:relative;
	top:20px;
	left:50px
}

.big-video-info {
	width:150px;
	position:absolute;
	top:30px;
	left:20px;
	float:left;
}

.info-video {
	font-family:Georgia;
	color:#FFFFFF;
}
/*Fin Accueil */


/* Début Pre-prod, prod, post-prod */

#bg-pre-prod, #bg-prod, #bg-post-prod {
	background:url('images/nos-services_bg_photos.png') no-repeat;
	width:634px;
	height:177px;
	margin:20px auto 0;
}

/*Fin Pre-prod, prod, post-prod */


/* Début location */
.bg-obj-location {
	background:url('images/location_bg_produit.png') no-repeat;
	width:695px;
	height:224px;
	margin-bottom:10px;
}

.img-obj-location {
	float:left;
	padding:11px;
	width: 300px;
	text-align: center;
}

.img-obj-location img {
	border:1px solid #464646;
}

.desc-obj-location {
	position:relative;
	float:right;
	width:355px;
	top:15px;
}

.desc-obj-location li {
	list-style-image:url(images/list-location.png);
	font-family:Georgia;
	font-size:13px;
	color:#FFFFFF;
}
/* Fin Location */


/* Galerie */
#galerie-bg {
	background:url(images/galerie_bg.png) no-repeat;
	width:977px;
	height:350px;
	position:relative;
	top:10px;
	margin-bottom:10px;

}

#zone {
	position:relative;
	margin-bottom:10px;
	overflow:hidden;
	width:955px;
	height:340px;
	margin:0 auto;
	
}

#zone a{
	display:block;
	padding:0 0;
	margin:0 0;
}

#zone a img{
	display:block;
	float:left;
	padding:0 0;
	margin:0 0;
}

.next-galerie {
	background:url('images/galerie_fleches.png') no-repeat top right;
	width:26px;
	height:81px;
	position:absolute;
	right:-10px;
	top:134px;
	cursor:pointer;
}

.prev-galerie {
	background:url('images/galerie_fleches.png') no-repeat top left;
	width:26px;
	height:81px;
	position:absolute;
	left:-10px;
	top:134px;
	cursor:pointer;
}

.slider-galerie {
	width:5000px;
	padding-top:10px;
	position:absolute;
}

.titre {
	margin-left:290px;
}

#cache {
	background:url(images/galerie_cache.png) no-repeat;
	width:171px;
	height:41px;
	position:absolute;
	top:3px;
	left:14px;
	z-index:10;
}

/* Fin galerie */
/*---------------------
------Fin contenu----
----------------------*/

#footer{
	position: relative;
	width: 700px;
	font-size: 14px;
	margin:0 auto;
	left:145px;
	margin-top:5px;
	font-family:Arial;
	color:#595959;
	height:50px;
}

#footer a.nostyle, #footer-galerie a.nostyle{
	color:#595959;
	text-decoration: none;
}

#footer-galerie {
	width: 990px;
	font-size: 14px;
	margin:0 auto;
	font-family:Arial;
	color:#595959;
	height:50px;
	left:465px;
	margin-top:20px;
}

#wrap {
	text-align:center;
	margin-bottom:10px;
}

#footer .hr {
	background:url("images/line.png") repeat-x;
	height:4px;
	width:700px;
	margin-bottom:5px;
}

/*--------------------------
 ------------Formulaire----
 ---------------------------*/
fieldset {
	margin:5px auto;
	width:420px;
}

/*******************
********input*******
*******************/

label {
	display:block;
	width:90px;
	float:left;
	margin-top:13px;
	text-align:left;
}

input, select{
	border:none;
	background:url('images/contact_bg_input_texte.png');
	width:219px;
	height:23px;
	line-height:23px;
}

select {
	padding:2px;
}

option {
	background-color:#FFFFFF;

}

input[type=submit] {
	border:none;
	background:url('images/contact_bg_btn.png');
	width:108px;
	height:25px;
	position:relative;
	left:90px;
}

textarea{
	border:none;
	background:url('images/contact_bg_textarea.png');
	width:486px;
	height:119px;
}


.erreur a {
    color:#0076A8;
}

.valid a {
    color:#0076A8;
}

.erreur {
    background:#FFDFDF url('images/erreur-background.png') repeat scroll 0 0 !important;
    border-color:#DF7D7D;
    border-style:solid;
    border-width:1px 0;
    color:#333333;
    line-height:1.3em;
    margin:0 auto;
    padding:10px 15px !important;
    width:380px;
    font-family:"Myriad Pro";
    text-align:center;
	font-size:15px;
    display:none;
}

.valid {
    background:#FFDFDF url('images/valid-background.png') repeat scroll 0 0 !important;
    border-color:#2A6F14;
    border-style:solid;
    border-width:1px 0;
    color:#333333;
    line-height:1.3em;
    margin:0 auto;
    padding:10px 15px !important;
    width:380px;
    font-family:"Myriad Pro";
    text-align:center;
	font-size:15px;
    display:none;
}

div#content-agence h2{
	margin-top: 10px;
}

div.intro-equipe{
	margin: 15px;
	text-align: justify;
}
