/* CSS Document */

html,body { 
	margin:0;
	padding:0;
	overflow:hidden;
}

body {
	font: 72% arial,sans-serif;
}

#header {
	height:100px;
	margin:0;
	padding-left:10px;
	background: #FFF; 
}

#content { 
	margin-left:260px; 
	overflow:auto;
}

#content p {
	line-height:1.4;
	
}

#navigation{
	background:#FFF;
}

#extra {
	background:#FF8539;
}

#footer{ 
	clear:left;
	width:100%;
	background: #D8D8D8;
	border-top:solid 3px #D8D8D8;
	color: #777; 
	height:27px;	
	line-height:25px;
}

#footer p{ 
	margin:0;
	padding:0px 10px;
	float:left;
	font-weight:bold;
}

#footer .powered{ 
	text-align:right;
	margin:0;
	float:right;
}

#footer a, a:visited{ 
	color: #777;
	text-decoration:none;
}

#footer a:hover{ 
	color: #333;
	text-decoration:nome;
}

#wrapper {
	float:left;
	width:100%
}

#navigation { 
	float:left;
	width:250px;
	margin-left:-100%;
	padding-left:5px;
}

#extra {
	clear:left;
	width:100%;
}

h1, h2, h3 {
  	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	color:#777777;
  }
  h1 {
  	font-size: 2.5em;
  	font-weight: bold;
  	letter-spacing: 2px;
  }
  h2 {
  	font-size: 2em;
  	font-weight: normal;
  }
  h3 {
  	font-size: 1.5em;
  }
  
a, a:visited {
  text-decoration:none;
  color:#777;
  font-weight:bold;
  }

a:hover {
  color:#333; 
  text-decoration:none;
  font-weight:bold;
  }
  
/* classe pour mode d'emploi */

.titre {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	color:#777777;
	float:left;
	width:600px;
	font-size: 2em;
  	font-weight: normal;
}

.soustitre {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	color:#777777;
	width:75%;
	font-size: 1.5em;
  	font-weight: normal;
}

.titre_fiche {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	color:#777777;
	float:left;
	width:75%;
	font-size: 2em;
  	font-weight: normal;
}

.sommaire {
	text-align:right;
	margin-right:10px;
	color:#375D81;
    font-size: 1em;
}