

#table_evaluation{
	width:1120px;
	height:800px;
	float:left;
	display:block;
	background-image:url(../images/feuille_eval.jpg);
}

#maTable{
	margin-top:35px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color: #302615;
	width:900px;
	padding-top:25px;
	margin-left:100px;
	padding-right:30px;
	text-align:center;

}

.titre tr, td{
	padding-top:2px;
	width:225px;
}
           
.appreciation{
	width:175px;
}

.eval tr, td{
	height:49px;
}

.cap{
	width:135px;  
	padding-top:0;
	padding-left:50px;
}

#left_bg{
	width:230px;
	height:375px;
	float:left;
	display:block;
	background-image: url(../images/left_bg.jpg);
	margin-left:-230px;
	margin-top:425px;
}

#bottom_bg{
	width:1350px;
	height:400px;
	float:left;
	display:block;
	background-image: url(../images/bottom_bg.jpg);
}

a.btnSuivant{
	margin-right:25px;
	margin-top:35px;
	text-decoration: none;
	float:right;
display:block;	
}


a.btnSuivant{
	background-image: url(../images/suivant.png);
	height:30px;
	width:123px;
}

a.btnSuivant:hover{
	background-image: url(../images/suivant_survol.png);
	height:30px;
	width:123px;
}

a.btnPrecedent{
	
	margin-top:35px;
	text-decoration: none;
	float:left;
display:block;	
}


a.btnPrecedent{
	background-image: url(../images/precedent.png);
	height:30px;
	width:165px;
}

a.btnPrecedent:hover{
	background-image: url(../images/precedent_survol.png);
	height:30px;
	width:165px;
}


