/* Test des div */

.cadre {
	z-index:3;
	width: 170px;
	height: 260px;
	
	background-color: #FBFBFF;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	
	font-weight: bold;
	text-align: center;
}

.cadre_cache {
	z-index:1;
	width: 170px;
	height: 260px;
	
	background-color: #FBFBFF;
	border-color: #666666;
	border-style: dotted;
	border-width: 1px;
	
	font-weight: bold;
	text-align: center;
	visibility: hidden;
}

.titre {
	width:100%;
	background-color:#D00F14;
	color: #FBFBFF;
	cursor: move;
	padding:5px;
	text-align:left;
	background-image:url(images/titre_cadre.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.supr {
	background-color:#D00F14;
	text-align:right;
	padding:5px;
	background-image:url(images/titre_cadre.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.menu_bouge_contenu {
	font-weight:normal;
	text-align:left;
	background-image:url(images/ombre_cadre.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding:10px;
}