/***************** BODY *****************/
*{
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
/*---permet de changer la couleur de la barre de scroll dans IE (déconseillé)
scrollbar-base-color:#7d8a2e;
---*/
}
body{
background:#1b1b1b url(../images/charte/bg-body.jpg) center center no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:absolute;
width:960px;
height:550px;
left:50%;
top:50%;
margin-left:-480px;
margin-top:-275px;
background:#4f4f4f;
}
#containerintro{
position:absolute;
width:990px;
height:480px;
left:50%;
top:50%;
margin-left:-495px;
margin-top:-240px;
background:#FFF;
}
#intro{
width:990px;
height:480px;
}

/***************** MENU TOP *****************/
#menuTop{
position:relative;
z-index:10;
width:960px;
height:98px;
background:#333;
list-style:none;
}
#menuTop li{
position:relative;
float:left;
width:98px;
}
#menuTop a{
text-decoration:none;
font:bold 12px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:center;
text-transform:uppercase;
display:block;
height:98px;
overflow:hidden;
}
#menuTop a span{
display:none;
}

.logo1 {
background:url(../images/charte/logo1.jpg) top left no-repeat;}
.logo1:hover {
background:url(../images/charte/logo1.jpg) bottom left no-repeat;}
.logo {
background:url(../images/charte/logo.gif) top left no-repeat;}
.logo:hover {
background:url(../images/charte/logo.gif) bottom left no-repeat;}
.studio {
background:url(../images/charte/btn-studio.jpg) top left no-repeat;}
.studio:hover {
background:url(../images/charte/btn-studio.jpg) bottom left no-repeat;}
.book {
background:url(../images/charte/btn-book.jpg) top left no-repeat;}
.book:hover {
background:url(../images/charte/btn-book.jpg) bottom left no-repeat;}
.equipe {
background:url(../images/charte/btn-equipe.jpg) top left no-repeat;}
.equipe:hover {
background:url(../images/charte/btn-equipe.jpg) bottom left no-repeat;}
.contact {
background:url(../images/charte/btn-contact.jpg) top left no-repeat;}
.contact:hover {
background:url(../images/charte/btn-contact.jpg) bottom left no-repeat;}


/***************** SOUS MENU *****************/
#menuTop li ul{
list-style:none;
position:absolute;
width:98px;
top:-6000px;
left:0;
}
#menuTop li li{
float:none;
}
#container #menuTop li li a{
width:auto;
position:relative;
height:12px;
font:10px/12px Arial, Helvetica, sans-serif;
text-transform:none;
color:#ccc;
text-align:left;
text-decoration:none;
padding-left:5px;
}
#container #menuTop li li a:hover{
color:#FFF;
}
/***************** CONTENU *****************/
#contenu{
width:263px;
height:382px;
padding:20px 30px;
overflow:auto;
float:left;
}
#contenudrte{
width:627px;
height:362px;
padding:60px 0px 0 10px;
overflow:auto;
float:left;
}

#galerie{
	width:930px;
	height:340px;
	float:left;
	padding:0px 0px 0px 40px;
}
#titre-galerie{
	padding-left:90px;
	padding-top:10px;
}

/***************** FOOTER *****************/
#footer{
position:absolute;
width:960px;
height:30px;
left:0;
bottom:0;
background:#4f4f4f;
}
#idep{
position:absolute;
left:0;
top:0;
width:300px;
height:30px;
}

#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#7b7b7b;
margin:8px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#ffF;
}

/***************** FOOTERINTRO *****************/


#footerintro{
position:absolute;
width:960px;
height:30px;
left:0;
bottom:0;
background:#FFF;
}

#idepintro{
position:absolute;
left:410px;
top:0;
width:300px;
height:30px;
}
#idepintro img{
float:left;
}
#footerintro #idepintro a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#cccccc;
margin:8px 0 0;
}
#footerintro #idepintro a.idep.optea{
margin:0;
}
#footerintro #idepintro a:hover.idep{
text-decoration:none;
color:#999;
}
