@charset "utf-8";
/* CSS Document */
a img {
	border:none;
}



body {
	background-image:url(images/background.jpg);
}

#gauche {
	width:175px;
	float:left;
	padding-top:40px;
}


#gauche ul {
	margin:0;
	padding:0;
	list-style:none;
	background-image:url(images/gauche.jpg);
	background-repeat:repeat-y;
	padding-bottom:2px;
}


#gauche ul li {
	background-image:url(images/btn.jpg);
	background-repeat:no-repeat;
 
	width:140px;
	line-height:35px;
	text-align:left;
	padding-left:10px;
	margin-left:5px;
}


#gauche ul li li {
	margin-left:15px;
	width:135px;
}

#gauche ul li a {
	font-weight:bold;
	font-size:105%;
	text-decoration:none;
	color:#336633;

}
/*
#gauche ul li a:hover {
	color:#900;
}

*/



#gauche #bas_gauche {
	background-image:url(images/bas_gauche.jpg);
	background-repeat:no-repeat;
	padding-top:30px;
	text-align:center;
	font-weight:bold;
	color:#336633;
	width:140px;
}


#droite {
	width:785px;
	margin-left:175px;
}

#droite h1 {
		color:#336633;
		font-size:175%;
		text-align:center;
		background-image:url(images/bandeau.jpg);
		background-repeat:no-repeat;
		height:54px;
		line-height:70px;
		margin-top:0px;
}

#pied {
	clear:both;
	width:785px;
	border-top:1px solid grey;
	text-align:center;
	padding-top:5px;
	font-size:90%;
	padding-left:175px;
}
