/* GENERAL */
body {
  font-family: Tahoma, arial, sans;
  font-size: 13px;	
}

#wrapper {
  width: 900px;
  margin: 0 auto;
}

/* EN-TETE */
#header {
  width: 100%;
  height:180px;
  float: left;
  margin: 50px 0 0 0;
  background: url(../img/logo_signe-productions.png) no-repeat 250px 0;
}

#header h1, #header h2 {
	text-indent: -9999px;
}

#header #b-home {
	display: block;
	width: 400px;
	height: 160px;
	margin: 0 0 0 250px;
	text-indent:-9999px;
}

/* NAVIGATION */
#nav {
	width: 240px;
	height: 420px;
	float:left;
	background: url(../img/logo_signe_gris.png) left bottom no-repeat;
	font-size: 14px;
	font-weight: normal;
}

#nav a {
	text-decoration: none;
	color: black;
	margin: 0 0 28px 0;
	display: block;
}

#nav a.sel {
	color:#910700
}

#nav .gutter {
	padding: 0 15px;
}

/* CONTENU */
#content {
	width: 655px;
	float: right;
}


#content .gutter {
	padding: 0 15px;
}

#content h3 {
	font-size: 20px;
	color:#910700;
	font-weight: normal;
	margin: 0 0 10px 0;		
}

#content h4 {
	font-size: 20px;
	color:black;
	font-weight: normal;
	margin: 0 0 10px 0;	
	line-height: 1.2em;
}

#content {
	line-height: 1.4em;
}

#accueil #content {
	font-size: 14px;
	line-height: 40px;
}

#content a {
	color:#910700;
	text-decoration: underline;	
}

#content p {
	margin-bottom: 0.5em;
}

#content table tr, #content table td {
	vertical-align: top;
}

#content ul {
	padding-left: 1em;
	text-indent: -1em;
}

#content li {
	  list-style: disc;
	  list-style-position: inside;
}

#content hr {
	color: silver;
background-color: silver;
height: 1px;
border:0;
}

/* PIED DE PAGE */

#actualites #footer, #realisations #footer, #filmographie #footer
 {
	display: none;
}

#footer { 
  width: 100%;
  float:left;	
/*   border-top: 1px solid #C6C6C6; */
  margin: 0px 0 0 0;
  padding: 0px 0 50px 0;

}

#credits {
  width: 100%;
  float:left;	
  border-top: 1px solid #C6C6C6;
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;  
	font-size: 8px;
	color:#A4A4A4;
    text-align: right;
}

#credits a {
	font-size: 8px;
	color:#A4A4A4;	
}