@charset "utf-8";
/* CSS Document */
@import url(home.css);
@import url(studio.css);
@import url(equipements.css);
@import url(references.css);
@import url(contact.css);
@import url(liens.css);
@import url(admin.css);
@import url(plan.css);
@import url(lightview.css);

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;
	}
			
body {
	width: 100%;
	height: 100%;
	text-align: center; /* pour corriger le bug de centrage IE */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #72634d;
	background: url(../../img/layout/background.gif) #000;
	}
	
a {
	text-decoration: none;
	color: #808080;
	}
	
a:focus {
	outline: 0;
	-moz-outline: none;
	}

#principale {
	width: 913px;
	margin: auto;
	padding: 11px 11px 0px 11px;
	position: relative; 
	text-align: left;
	background:url(../../img/layout/932.png) top right no-repeat;
	}
	
#principale h1 {
	display: none;
	}
	
#menu {
	width: 612px;
	padding-left: 300px;
	height: 30px;
	text-align: center;
	background-color: #fff;
	}
	
#menu .h2 {
	float: left;
	}	
	
#menu .h2 a {
	color: #998567;
	background: url(../../img/layout/background_menu.gif) right center no-repeat;
	padding-right: 7px;
	padding-left: 5px;
	font-size: 12px;
	line-height: 30px;
	font-weight: normal;
	text-transform: lowercase;
	}
	
#menu a.dernier {
	padding-right: 5px;
	background: none;
	}
	
#menu a img#logo_question_de_son {
	position: absolute;
	top: 20px;
	left: 36px;
	width: 97px;
	height: 13px;
	}
	
#page {
	background: url(../../img/layout/fond_page.gif) center top no-repeat #fff;
	width: 912px;
	height: 683px;
	position: relative;
	}
	
#principale div#page div.cadre {
	position: absolute;
	bottom: 0px;
	border: 5px solid #fff;
	}
	
#principale div#page div.cadre div.transparent {
	background: url(../../img/layout/opacite.png);
	font-family: "Myriad Pro", Arial, "Times New Roman";
	}
	
#credit {
	height: 20px;
	position: relative;
	}
	
#credit div#flash {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 0px;
	}
	
#credit div {
	float: right;
	margin-left: 10px;
	}

#credit div#plan_du_site {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 100px;
	height: 10px;
	}
	
#credit div h5 a, #credit div#plan_du_site h4 a  {
	font-size: 10px;
	font-family: "Century Gothic", "Myriad Pro", "Times New Roman";
	font-weight: normal; 
	color: #fff;
	}

.clear {
	clear: both;
	height: 0px;
	}
	
.violet {
	color: #450a33;
	}