@charset "utf-8";
/* CSS Document */

/* Normalise les marges et les remplissages */
body, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td,
{ margin: 0; padding: 0; }

/* Normalise les tailles de police pour les en-ttes */
h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
	padding-left: 30px;
}

/* Supprime liste-style pour les listes */
ol, ul
{ list-style: none; }

/* Normalise les styles et graisses de font : font-style et font-weight sont "normal" */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style: normal; font-weight: normal; }

/* Supprime les bordures dans les tableaux */
table
{ border-collapse: collapse; border-spacing: 0; }

/* Supprime les bordures dans les lments fieldset et img */
fieldset, img
{
	border: 0;
}

/* Aligne le texte  gauche dans caption et th */
caption, th { text-align: left; }

body {
	background-color:#000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
	text-align:justify;
}


#branding {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 835px;
	height: 250px;
	margin-top: -125px; /* moitié de la hauteur */
	margin-left: -425px;
	
}



#holder{
	position:relative;
	left:50%;
	width:835px;
	margin-top:150px; /* moitié de la hauteur */
	margin-left:-400px;
	background-color:#000;
	padding-bottom:75px;
	
}



#nav_main {
	position:relative;
	width:835px;
	color:#FFF;
	top: -30px;
	font-size: 1em;
	
	
}

#photos {
	width: 835px;
	height: 175px;
	
}

#menu0 a, #menu1 a, #menu2 a, #menu3 a, #menu4 a, #menu5 a, #menu6 a, #menu7 a {
	color:#FFF;
	font-weight:normal;
}

#menu0 a:hover, #menu1 a:hover, #menu2 a:hover, #menu3 a:hover, #menu4 a:hover, #menu5 a:hover, #menu6 a:hover, #menu7 a:hover {
	color:#C39;
}

#nav_sub {
	position:relative;
	padding-top:10px;
	width:850px;
	color:#FFF;
	
}

#menu0, #menu2, #menu3    {
	position:relative;

}

#menu0 {
	left:0px;
}

#menu1 {
	left:0px;
}

#menu2 {
	left:173px;
}

#menu3 {
	left:331px;

}

#menu4 {
	margin-left:62px;

}

#menu5 {
	margin-left:62px;

}

#menu6 {
	margin-left:62px;
}

#menu7 {
	margin-left:59px;
}



p {
	color:#FFF;
	line-height: 1.3em;
	font-weight:lighter;
}

h1 {
	font-size:2.2em;
	color:#C39;
	font-family:"Existence-Light.ttf", Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding: 0;
}

h2 {
	padding: 0;
	color: #C39;
}


h3 {
	font-size:0.9em;
	padding: 0;
	color: #F09;
}


h4 {
	color:#F09;
	font-weight: normal;
	padding: 0;
}

a {
	color:#C39;
	text-decoration: none;
	line-height:1.3em;
}

a:hover {
	color:#FFF;
	text-decoration: none;
}


	
ul {
	display:block;
	padding:0;
	margin:0;
}

li {
	display:inline;
	list-style:none;
}
cite {
	font-size:0.8em;
}

form {
	padding-left:0px;
	color:#FFF;
}

td, input, form, textarea {
	font-size:1em;
	font-family:Helvetica, Arial, sans-serif;
}


.bold {
	font-weight:900;
}

.retrait {
	font-weight:bold;
	position:relative;
}
