html {
	padding: 0;
	margin: 0;
}

body {
	background-color: black;
}

div#container {
	position: relative;
	width: 760px;		/*centrage horizontal*/
  	margin-left: -380px;
  	left: 50%;
  	background-color: #8C8476;
  	color: #341724;
  	font-family: Helvetica, arial, verdana, sans-serif; 
}

#photo 	{ 
  	width: 760px;  
  	height: 193px; 
  	background-color: #341724;
  }

#bar {
  	width: 760px; 
  	height: 34px;  
  	background-color: #341724; 
}

#navigation {
	position: absolute;
	top: 227px;
	right: 0px;
	background-color: #918A7C;
	width: 152px;
	height: 193px;
	float: right;	  
}

div#sommaire {
	position: absolute;
	top: 227px;
	left: 152px;
	width: 100px;
}

#logo { 
  	position: absolute;
  	top: 227px;
  	width: 152px;
  	height: 193px;
  	left: 0px;
 		background-color: #8C8476;
 		text-align: center;
 }
 
#texte {
	margin-left: 152px;
	margin-right: 152px;
	margin-top: 193px;
	font-size: 80%;	
 }
 
p {
	margin-top: 0px;
	text-align: justify;
}

.photo {
	width: 120px;
	height: 120px;
}

.ancre {
	font-weight: bold;
}

#video {
	height: 150px;
}

#pdf {
	height: 150px;
}

.top {
	text-align: right;
	font-weight: bold;
	font-size: 70%;
}

.top a:link, a:visited, a:hover {
	color: #341724;
}

#bas {
	height: 20px;
}