/* CSS Document */
body{
	background:none;
	}
	
#bandeau, #gauche{
	display:none;
	}

#grandMere{
	background:none;
	height:auto;
	}

#mere{
	width:100%;
	height:auto;
	border:0;	
	}

#contenu{
	width:auto;
	height:auto;
	margin:0 auto;
	}
	
#menufixe{
	display:none;
	}
	
#contenu TABLE.tableCritere{
	margin:5px 20px 0 20px;
	border-bottom:solid 1px #CCC;
	}

#contenu TABLE.tableCritere TR.lignePaire TD{
	border-bottom:solid 1px #CCC;
	}

#contenu TABLE.tableCritere TR.ligneImpaire TD{
	border-bottom:solid 1px #CCC;
	}

#contenu TABLE.tableCritere TH{
	padding:0 10px;
	background-color:#000;
	color:#FFF;
	}

#contenu TABLE.tableCritere TD{
	padding:2px 10px;
	text-align:center;
	}
	
#contenu TABLE.tableCritere TD.ref{
	white-space:nowrap;
	font-weight:bold;
	}
	
#contenu TABLE.tableCritere TD.des{
	white-space:nowrap;
	text-align:left;
	}

