
/*  COMMON  
------------------------------*/
body{
	background-color:#000000;
	margin:0;
}
.imggallery{
	border:1px solid #000000;
}
#top-container {
	background-color:#090909;
	background-image:url("../images/main_bg.gif");
	background-position:top left;
	background-repeat:repeat-x;
	padding-bottom:10px;
}
#header {
	background-image:url("../images/logo.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	width:944px;
	height:92px;
	padding-bottom:5px;
}
#flashPlayer{
	float:right;
	margin:24px 14px 0 0;
	border:1px solid #3d3d3d;
}
#top-image{
	height:183px;
	padding:0;
}
#main-content {
	background-image:url("../images/studio_content_bg.jpg");
	background-position:0 40px;
	background-repeat:repeat-x;
}
#main-content ul.top-menu {
	list-style: none;
	height:40px;
  	padding: 0;
  	margin: 0;
}
#main-content ul.top-menu li {
	height:40px;
	float:left;
}
.container {
	width:100%;
}
.inline {
	float:left;
}
.wrapper {
	width:948px;
	margin:0 auto;
    display:block;
}
.l-content {
	width:450px;
	float:left;
	padding-left:5px;
	margin:0 auto;
    display:block;
}
.equip-list{
	padding-bottom:20px;
	list-style:none;
	line-height:16px;
}
#picture{
	float:left;
	padding-right:25px;
}
#adresse{
	float:left;
	padding:0 25px 0 5px;
}
.text-container{
	float:left;
	text-align:left;
	width:640px;
	clear:right;
}
ul.gallery {
	list-style: none;
  	padding: 0;
  	margin: 0;
}
ul.gallery li {
	float:left;
	padding-right:10px;
}
#logo{
	padding-left:2px;
	padding-bottom:4px;
}
#top-menu{
	margin:0;
	height:40px;
}
a.menu {
	float:left;
	background-repeat:no-repeat;
	text-indent:-9999px;
}
a.menu-studio:link,
a.menu-studio:visited,
a.menu-studio:active{
	width:93px;
	height:40px;
	background-image:url("../images/studio_btn.jpg");
	background-position:top left;
}
a.menu-studio:hover{
	background-image:url("../images/studio_btn.jpg");
	background-position:0 -40px;
}
a.menu-studio-active{
	cursor:default;
	width:93px;
	height:40px;
	background-image:url("../images/studio_btn.jpg");
	background-position:0 -80px;
}
a.menu-blogue:link,
a.menu-blogue:visited,
a.menu-blogue:active{
	width:92px;
	height:40px;
	background-image:url("../images/blogue_btn.jpg");
	background-position:top left;
}
a.menu-blogue:hover{
	background-image:url("../images/blogue_btn.jpg");
	background-position:0 -40px;
}
a.menu-blogue-active{
	cursor:default;
	width:92px;
	height:40px;
	background-image:url("../images/blogue_btn.jpg");
	background-position:0 -80px;
}
a.menu-contact:link,
a.menu-contact:visited,
a.menu-contact:active{
	width:93px;
	height:40px;
	background-image:url("../images/contact_btn.jpg");
	background-position:top left;
}
a.menu-contact:hover{
	background-image:url("../images/contact_btn.jpg");
	background-position:0 -40px;
}
a.menu-contact-active{
	cursor:default;
	width:93px;
	height:40px;
	background-image:url("../images/contact_btn.jpg");
	background-position:0 -80px;
}
#studio-content {
	clear:both;
	padding-left:30px;
	margin:0;
	height:1005px;
	background-image:url("../images/studio_content_bg.jpg");
	background-position:top left;
	background-repeat:repeat-x;
    display:block;
}
#contact-content {
	clear:both;
	padding-left:30px;
	margin:0;
	height:437px;
	background-image:url("../images/contact_content_bg.jpg");
	background-position:top left;
	background-repeat:repeat-x;
    display:block;
}
.form{
	margin-left:50px;
}
.form input, .form textarea{
	background:#333333;
	border:1px solid #666666;
	color:#ffffff;
	margin:2px 0 2px 0;}
.form TD{ vertical-align:top;}

#copyrights{
	display:block;
	float:left;
}
#p-number{	
	display:block;
	float:right;
	padding-right:2px;
}
#bottom {
	width:948px;
	height:18px;
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
}
.studio-bottom{
	background-image:url("../images/studio_bottom_bg.jpg");
}
.contact-bottom{
	background-image:url("../images/contact_bottom_bg.jpg");
}
.footer {
	width:100%;
	height:30px;
	color:#888887;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	clear:both;
	background-color:#000000;
	background-image:url("../images/footer_bg.jpg");
	background-position:top left;
	background-repeat:repeat-x;
    display:block;
	padding-top:7px;
}