body {
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(img/bgbody.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#contener {
	position: absolute;
	left: 50%;
	margin-left: -400px;
	width: 799px;
	margin-bottom:30px;	
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
	
}

.carte {
	/**/float: right;
}

.txtpresentation {
	float: left;
	width: 315px;
	padding-left: 30px;
	padding-top:195px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 170%;
	/*color: #003399;*/
	color: #666666;
	text-decoration: none;
	text-align: justify;
	
}
.txtpresentation a, .bottom a, .bottom  {
	color: #0081CE;
	text-decoration: none;	
}
.txtpresentation a:hover, .bottom a:hover  {
	color: #FF9900;
	text-decoration: none;	
}


.menu {
	float:left;
	width:340px;
	padding-left:18px;
	margin-top:25px;
	
	
	
	}
	
.menu a {
	float: left;
	padding-top:20px;
	height: 46px;
	width: 161px;
	margin-left: 7px;
		
	background-repeat: no-repeat;
	background-position: left top;
}



a#menupresent{      background-image: url(img/present0.jpg);} 
a:hover#menupresent{background-image: url(img/present1.jpg);}



a#menuressources{      background-image: url(img/ressources0.jpg);}
a:hover#menuressources{background-image: url(img/ressources1.jpg);}



a#menuressources{      background-image: url(img/ressources0.jpg);}
a:hover#menuressources{background-image: url(img/ressources1.jpg);}


a#menuemprunt{      background-image: url(img/emprunt0.jpg);}
a:hover#menuemprunt{background-image: url(img/emprunt1.jpg);}



a#menucontact{      background-image: url(img/contact0.jpg);}
a:hover#menucontact{background-image: url(img/contact1.jpg);}




a.plus {
	background-image: url(img/puce.gif);
	background-repeat: no-repeat;
	background-position: right -3px;
	padding-right: 13px;
}
a:hover.plus {background-image: url(img/puce1.gif);}

a:link {text-decoration:none;}
	
	
.titreliens {
	float:left;
	padding-left: 20px;
	padding-top:0px;
	/*border: 1px solid #FF0000;	*/
	}
		
.liens {
	float: left;
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	/*color: #003399;*/
	color: #000000;
	text-decoration: none;
	text-align: justify;
	background-image: url(img/bgliens.jpg);
	background-repeat: no-repeat;
	background-position: 20px bottom;
	
}	

.liens ul {	
		margin-top:10px;
		padding-left:0px;
		margin-left:30px;
		margin-bottom:20px;	
		width:295px;
	}
	
.liens ul li {
	/*list-style-image: url(img/puce.gif);*/
	line-height: 200%;
	/*margin-top: 10px;*/
	list-style-type: none;
}
/*.liens ul li:hover {
	list-style-image: url(img/puce1.gif);
	
	
}*/
.liens ul li a {
	padding-left:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-image: url(img/puce.gif);
	background-repeat: no-repeat;
	background-position: left -3px;
}
.liens ul li a:hover {

		color: #FF9900;
	text-decoration: none;	
	
	background-image: url(img/puce1.gif);

}

.bottom {
	margin-top:30px;
	background-image: url(img/bottom.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	text-decoration: none;
	display:block;
	float: left;
	width:100%;
	height:21px;
	padding-top:5px;
}

