body {
	color: #ffffff;
	background: #ffffff;
	padding: 15px 0 25px 0;
	background-image:url(../img/bg.png);
	background-repeat: repeat-x;
}
#global {
	width: 777px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #600;*/
}

a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #ffffff;
}

/* En-tête */
#entete {
	padding: 0px 20px 0px 0;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	margin: 7px 20px 0px 0;
}
#entete h1 span { display:none;}

#entete .sous-titre {
	margin: 4px 0 5px 190px;
	font-size: 1.4em;
}

/* Menu de navigation */
#navigation {
	padding: 12px 15px;
}
#navigation ul {
	width: 100%; 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation li.gauche {
	float: left;
	margin-right: 10px;
	font-size: 1.4em;
	font-style: italic;
}
#navigation li.droite {
	float: right;
	margin-right: 0;
	margin-left: 10px;
	padding: 3px 0;
}
#navigation a {
	padding: 6px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}
/* MENU 
bg #C6BCA1
	position:absolute;
	top: 580px;
	left:auto; */
#nav {
	list-style: none ;
	margin: 0;
	padding: 0 ;
	overflow: hidden ;		
	background: url(../img/bglienright.png);
	background-repeat:no-repeat;
	background-position:right top;/* Création du contexte de formatage */
	}
#nav li {
	float: left ;
	width: auto;			
	margin-right: 1px ;
	padding:0;
	color: #fff;
	background: #fff;
	}
#nav li a {
	display: block ;
	background: #C6BCA1 url(../img/bglien.png) left top repeat ;
	color: #847964 ;
	font: 1.0em Gill Sans, Gill, Arial, sans-serif ;
	line-height: 1.2em ;
	padding: 5px 17px;	
	text-align: center ;
	text-decoration: none ;
	font-weight:bold;
	}
/*#nav li:first-child a {padding: 5px 26px;}*/	
#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: #C6BCA1 url(../img/bglien_on.png) right top repeat ;
	text-decoration: none;
	}
/* Contenu */
#contenu {
	padding: 0;
	color: #363B29;
	height:480px;
	min-height:480px;
}
/*#contenu > :first-child {
	margin-top: 10px;
}*/
#contenu p, #contenu li {
	line-height: 1.5;
}
#contenu a {
	color: #332510;
}
#contenu a:hover, #contenu a:focus {
	color: #6E5122;
}
#contenu strong {
	color: #181A12;
}

/* Pied de page */
#pied {
	color: #E6A948;
	padding: 15px 20px 0px 0px;
	font-size: .85em;
	text-align:center;
}
#pied p {
	margin: .5em 0;
	text-align:center;
}
#pied p img {
	text-align:center;
}

#copyright {
	text-align: left;
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}
#vidz{ margin:0;padding:0 0 5px 0;}
.vid{ cursor:pointer; width:777px;list-style:none; text-align:center;}
.vid:hover{ background-color:#C6BCA1;}
.vid a{text-decoration:none;padding:0 0 0 10px;}
