@charset "utf-8";
/* CSS Document */

h1 {
	background-image: url(../images/structure/barre_titre_compos.gif);
	height: 46px;
	padding-left: 180px;
}
table#liste_compos {
    margin: 5px 0 0;
	width: 100%;
}
table#liste_compos th {
    text-align: left;
    background: #1f9418;
    padding: 3px;
	color: #ffffff; 
}
table#liste_compos td {
    padding: 3px;
    border-bottom : 1px solid #ebe7dd;
    border-left : 1px solid #ebe7dd; 
}
table#liste_compos tr {
	background: #eeeded;  
}

