/* CSS Document */

	body{
		margin:0;
		padding:0;
		background-color:#3d3d3d;
		font-family:verdana;
		font-size:10px;
		color:#393939;
	}
	
	a img{
		border:0;
	}
	
	form{
		margin:0;
		padding:0;
	}
	
	.clear{
		clear:both;
		height:1px;
	}
	
	#global{
		width:995px;
		margin:auto;
		background-color:#f7f2e8;
	}
	
	#entete{
		width:995px;
		height:82px;
		padding:19px 0 0 0;
		background-image:url(images/bandeau.jpg);
		background-repeat:no-repeat;
	}
	
	#menu{
		width:995px;
		height:36px;
		border-bottom:1px solid #3d3d3d;
		background-image:url(images/fond-menu.gif);
		background-repeat:repeat-x;
	}
	
	#menuGauche{
		float:left;
		width:799px;
		margin:0;
		padding:12px 0 0 20px;
		font-size:140%;
		color:#fff;
	}
	
	#menuGauche a{
		color:#fff;
		text-decoration:none;
	}
	
	#menuGauche a:hover{
		text-decoration:underline;
	}
	
	#menuGauche a.menuActif{
		font-weight:bold;
	}
	
	#menuGauche a.menuActif:hover{
		text-decoration:none;
	}
	
	#documentation{
		float:left;
		width:170px;
		margin:0;
		padding:12px 0 0 0;
		font-size:140%;
		font-weight:bold;
		color:#3d3d3d;
	}
	
	#documentation a{
		color:#3d3d3d;
		text-decoration:none;
	}
	
	#documentation a:hover{
		text-decoration:underline;
	}
	
	#page{
		float:left;
		width:779px;
		margin:40px 0 0 0;
		padding:0 0 0 44px;
	}
	
	#visuel{
		float:left;
		width:172px;
		margin:40px 0 0 0;
	}
	
	#hautPage{
		width:779px;
		height:6px;
		background-image:url(images/haut-page.gif);
		background-repeat:no-repeat;
	}
	
	#contenu{
		width:727px;
		padding:10px 25px 10px 25px;
		border-left:1px solid #c2c2a1;
		border-right:1px solid #c2c2a1;
		background-color:#fff;
		font-size:120%;
	}
	
	#imprimer{
		margin:0;
		text-align:right;
	}
	
	#contenu h1{
		margin:0 0 8px 0;
		padding:8px 0 0 0;
		font-size:130%;
		font-weight:bold;
		color:#e78900;
	}
	
	#contenu p{
		margin:0 0 14px 0;
	}
	
	#contenu ul{
		margin:0 0 0 28px;
		padding:0 0 11px 0;
		list-style:none;
	}
	
	#contenu ul li{
		margin:0 0 3px 0;
		padding:0 0 0 14px;
		background-image:url(images/puce.gif);
		background-repeat:no-repeat;
		background-position:0 4px;
	}
	
	#contenu a{
		color:#e78900;
		text-decoration:none;
	}
	
	#contenu a:hover{
		text-decoration:underline;
	}
	
	#basPage{
		width:779px;
		height:6px;
		background-image:url(images/bas-page.gif);
		background-repeat:no-repeat;
	}
	
	#pied1{
		margin:auto;
		margin-top:45px;
		width:247px;
	}
	
	#pied2{
		width:983px;
		height:19px;
		margin:0;
		padding:6px 10px 0 0;
		border-left:1px solid #f7f2e8;
		border-right:1px solid #f7f2e8;
		border-bottom:1px solid #f7f2e8;
		background-color:#3d3d3d;
		text-align:right;
		font-size:110%;
		color:#fff;
	}
	
	#pied2 a{
		color:#fff;
		text-decoration:none;
	}
	
	#pied2 a:hover{
		text-decoration:underline;
	}
	
	#pied3{
		width:995px;
		height:16px;
		padding:4px 0 0 0;
		font-size:90%;
		color:#fff;
		text-decoration:none;
		text-align:center;
		background-color:#3d3d3d;
	}



