/* CSS Document */

#module .corps {
	background-image: url(../images/background_theme.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 100px;
}
#module .corps .sousTitre {
	text-align: left;
	padding-bottom: 5px;	
}
#module .corps .sousTitre .nom {
	float: none;
	background-image: url(../images/ico_dossier.png);
	background-repeat: no-repeat;
	background-position: 0px 36px;
	font-size: 0.8em;
	padding: 40px;	padding-right: 0px; margin-left: 5px; margin-right: 5px;
	font-weight: bold;
	color: #248a01;
}
#module .corps .sousTitre .option {
	border: 0px;
	vertical-align: middle;
	margin-left: 5px;
}

#module .corps table {
	width: 95%;  
	text-align: left;
	font-size: 0.9em;
}
#module .corps table td {
	height: 2em;
	border-bottom: 1px solid #248a01;
}
#module .corps table .actif {
	background-color: #ffffff;
}

#module .corps table thead {
	height: 2em;
	color: #ffffff;
	background-color: #248a01;
}
#module .corps table thead a {
	background-image: url(../images/ico_classer_haut.png);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 14px;
	color: #ffffff;
}

#module .corps table .nomTheme {
	background-image: url(../images/puce_liste.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding-left: 16px; padding-right: 20px;	
}

#module .corps table .theme {
	padding-right: 20px;
}
#module .corps table tbody a {
	color:#000000;
}
#module .corps table .ico {
	width: 50px;
	padding-top: 5px; padding-bottom: 5px;
}
#module .corps table .ico img{
	border: 0px;
}
#module .corps table .date {
	width: 100px;
}
#module .corps table .poids {
	width: 70px;
}
