body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color:#eee;
	}

p {margin: 0 0 5px 0;
color:#666666;}

/*#h2 {
	font-size:18px;
  	color: #ff7b00;
	padding-bottom: 5px;
	}*/

#conteneur {
	position: relative;
	width: 750px;
	margin: 0 auto; 
	background-color:#FFF;
	}

#imgheader {
	height: 200px;
	background-color: #FFF;
	}
	
#header {
	height:40px;
	background-color: #FFF;
	overflow:hidden;
	}

	
#contenu {
	overflow:hidden;
	}
	
#droite {
	width:200px;
	background-color:#FFF;
	margin-left: 550px;
	margin-top: 10px;
	}
	
#gauche {
	width: 550px;
	float:left;
	}

#pied {
	height: 30px;
	background-color: #fff;
	color:#ff7b00;
	font-weight:bold;
	text-align:center;
	}


#diapo {
	background-color:#FFF;
	}
		
#diapo p {
	font-size:14px;
  	color: #ff7b00;
	font-weight: bold;
	padding:5px 7px 5px 5px;
  	text-align: right;
	}
	


#adresse {
	width:180px;
	border: 1px solid #ddd;
  	padding: 5px;
  	margin-right: 10px;
  	margin-top:10px;
	background: url(img/bloc-fondorange.jpg) left top repeat-x;
	background-color:#ff6701;
   	}

#adresse p{
  	color: #F0F0F0;
	text-align:center;
	}
	
	
/*****************************************/
/*                 Menu                  */
/*****************************************/

#menu {
	float:left;
	width: 550px;
	}
	
#util {
	width:200px;
	background-color:#fff;
	margin-left:550px;
	text-align:center;
	padding-top:10px;
	}

#util span {
	margin-right:10px;
	color:#ff7b00;
	font-weight:bold;
	}
	
#util img {
	border:0px;
	}

#util a {
	text-decoration:none;
	}
	
#util a:hover {
	text-decoration:underline;
	}
	
#nav {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;		/* Création du contexte de formatage */
	}

#nav li {
	float: left ;
	width: 179px ;
	height: 40px;
	margin: 0px ;
	color: #fff ;
	background: #c00 ;
	}
	
#nav li a {
	display: block ;
	height: 40px;
	background: #900 url(img/menuorange.jpg) left top no-repeat  ;
	color: #fff ;
	font: 1.5em "Trebuchet MS",Arial,sans-serif ;
	font-weight:bold;
	line-height: 1em ;
	padding: 8px 0 ;
	text-align: center ;
	text-decoration: none ;
	}
	
#nav li a:hover, #nav li a:focus, #nav li a:active {
	background: #033 url(img/menugris.jpg) left top no-repeat  ;
	text-decoration: underline ;
	color:#ff7b00;
	}
	
/* Fin menu */


/* Gestion des encarts au centre de la page dans la zone contenu */

#conteneur ul#tutos-left {
	float: left;
	width: 95%;
	margin: 10px 10px 10px 10px;
	padding: 3px;
	list-style-type: none;
	}

#conteneur ul#tutos-left li {
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 5px;
	background: url(img/bloc-fond.jpg) left top repeat-x;
	zoom:1;
	}

#conteneur ul#tutos-left li h2 {
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	font-size:18px;
  	color: #ff7b00;
	/*font-weight: bold;*/
	/*padding: 2px 0px 0px 2px;*/
  	text-align: left;
	}

#conteneur ul#tutos-left li a {
  	color: #ff7b00;
  	display: block;
	}

#conteneur ul#tutos-left li h2 a {
  	color: #ff7b00;
  	display: inline;
	}
	
#conteneur ul#tutos-left li h2 a:hover {
  	text-decoration: underline;
	}
	
#conteneur ul#tutos-left li span {
  	display: block;
  	font-size: 0.9em;
  	color: #9ab;
  	text-align: right;
  	clear: left;
	}
	
#conteneur ul#tutos-left li span a {
  	color: #9ab;
	}
	
#conteneur ul#tutos-left li span a:hover {
  	color: #789;
	}
#conteneur ul#tutos-left li img {
  	float: left;
  	margin-right: 5px;
  	border: 1px solid #ddd;
	}
	
.float {
  float: left;
  width: 50%;
  margin: 1em 0;
}

.floatr {
  float: right;
  width: 50%;
  margin: 1em 0;
}

#conteneur ul#tutos-left li ul.liste li {
	border:0px;
	background:none;
	list-style:disc;
	color:#9ab;
	padding:2px;
	font-weight:bold;
	}

#conteneur ul#tutos-left li ul#liste2 li {
	border:0px;
	background:none;
	list-style:disc;
	color:#9ab;
	padding:2px;
	font-weight:bold;
	margin-left:30px;
	}

	
.liste li {
	border:0px;
	background:none;
	list-style:disc;
	color:#9ab;
	padding:2px;
	font-weight:bold;
	}


.liste li a {
	font-weight:bold;
	text-decoration:none;
	color:#9ab;
	text-decoration:underline;
	}

.liste li a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#789;
	}

