/* COMPOSANT */
table.composant { display: inline; border-collapse: collapse; }
table.composant tr, table.composant td { padding: 0px; margin: 0px; white-space: nowrap; }

table.composant tr.ligne  { height: 22px; }
table.composant tr.ligne td { vertical-align: bottom; }
table.composant tr.ligne td.ligne-gauche { padding: 0px; margin: 0px; width: 4px; background: url('/ressources/images/composants/composant-gauche.gif') 100% 0% no-repeat; }
table.composant tr.ligne td.ligne-centre { background: url('/ressources/images/composants/composant-centre.gif') 0% 0% repeat-x; }
table.composant tr.ligne td.ligne-centre input { padding: 0px; margin: 0px 3px 4px 4px; color: #000000; border: 0px solid #ffffff; border-bottom: 1px solid #F0F0F0; background-color: transparent; }
table.composant tr.ligne td.ligne-droite { padding: 0px; margin: 0px; width: 4px; background: url('/ressources/images/composants/composant-droite.gif') 0% 0% no-repeat; }

table.composant tr.haut td.gauche { width: 4px; height: 4px; background: url("/ressources/images/composants/composant-haut-gauche.gif") no-repeat bottom right; }
table.composant tr.haut td.centre { width: auto; height: 1px; background: url("/ressources/images/composants/composant-centre-haut.gif") repeat-x bottom center; }
table.composant tr.haut td.droite { width: 4px; height: 4px; background: url("/ressources/images/composants/composant-haut-droite.gif") no-repeat bottom left; }

table.composant tr.centre td.gauche { width: 4px; height: 1px; background: url("/ressources/images/composants/composant-centre-gauche.gif") repeat-y center right; }
table.composant tr.centre td.centre { width: auto; height: auto; background-color: #ffffff; }
table.composant tr.centre td.droite { width: 4px; height: 1px; background: url("/ressources/images/composants/composant-centre-droite.gif") repeat-y center left; }

table.composant tr.bas td.gauche { width: 4px; height: 4px; background: url("/ressources/images/composants/composant-bas-gauche.gif") no-repeat top right; }
table.composant tr.bas td.centre { width: auto; height: 1px; background: url("/ressources/images/composants/composant-centre-bas.gif") repeat-x top center; }
table.composant tr.bas td.droite { width: 4px; height: 4px; background: url("/ressources/images/composants/composant-bas-droite.gif") no-repeat top left; }

table.black { border-collapse: collapse; }
table.black tr, table.black td { padding: 0px; margin: 0px; white-space: nowrap; }

table.black tr.haut td.gauche { width: 5px; height: 5px; background: url("/ressources/images/structure/fenetre/black/fenetre-haut-gauche.png") no-repeat bottom right; }
table.black tr.haut td.centre { width: auto; height: 1px; background: url("/ressources/images/structure/fenetre/black/fenetre-haut.png") repeat-x bottom center; }
table.black tr.haut td.droite { width: 5px; height: 5px; background: url("/ressources/images/structure/fenetre/black/fenetre-haut-droite.png") no-repeat bottom left; }

table.black tr.centre td.gauche { width: 5px; height: 1px; background: url("/ressources/images/structure/fenetre/black/fenetre-gauche.png") repeat-y center right; }
table.black tr.centre td.centre { padding: 5px; white-space: normal; width: auto; height: auto; background-color: #000000; }
table.black tr.centre td.droite { width: 5px; height: 1px; background: url("/ressources/images/structure/fenetre/black/fenetre-droite.png") repeat-y center left; }

table.black tr.bas td.gauche { width: 5px; height: 5px; background: url("/ressources/images/structure/fenetre/black/fenetre-bas-gauche.png") no-repeat top right; }
table.black tr.bas td.centre { width: auto; height: 1px; background: url("/ressources/images/structure/fenetre/black/fenetre-bas.png") repeat-x top center; }
table.black tr.bas td.droite { width: 5px; height: 5px; background: url("/ressources/images/structure/fenetre/black/fenetre-bas-droite.png") no-repeat top left; }

.bouton a {
	font-family: 'Calibri', 'MS Reference Unicode', 'MS Reference', 'Arial', sans-serif;
	color: #E0E0E0;
	font-size: 13px;
	text-decoration: none;
	outline: none;
	display: block;
	line-height: 29px;
	padding: 0px 20px;
	cursor: pointer;
	white-space: nowrap;
}
.bouton a strong {
	font-size: 11px;
}
.bouton a  span {
	font-family: 'Calibri', 'MS Reference Unicode', 'MS Reference', 'Arial', sans-serif;
	font-size: 13px;
}		
.bouton a:hover {
	text-decoration: none;
	color: #FFFFFF;
}			
.bouton a:active {
	text-decoration: none;
	color: #D0D0D0;
}			
.bouton {
	background: url('/ressources/images/composants/bouton.jpg') repeat-x 0px -30px;
	margin: 2px;
	height: 30px;
	line-height: 29px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	float: left;
	_width: 0px;
}
.bouton:hover {
	background: url('/ressources/images/composants/bouton.jpg') repeat-x 0px -120px;
}
.bouton .gauche {
	background: url('/ressources/images/composants/bouton.jpg') no-repeat 0px 0px;
	height: 30px;
	line-height: 29px;
	vertical-align: middle;
	padding-left: 0px;
}
.bouton .gauche:hover {
	background: url('/ressources/images/composants/bouton.jpg') no-repeat 0px -90px;
}
.bouton .droite {
	background: url('/ressources/images/composants/bouton.jpg') no-repeat right -60px;
	height: 30px;
	line-height: 29px;
	vertical-align: middle;
	padding-right: 0px;
}
.bouton .droite:hover {
	background: url('/ressources/images/composants/bouton.jpg') no-repeat right -150px;
}

.bouton a.loading {
	text-decoration: blink;
	font-size: 10px;
	color: #F0F0F0;
	vertical-align: middle;
}

.popup-composant { white-space: nowrap; position: absolute; margin: -5px 0px 0px 5px; padding: 0px; font-size: 11px; }
.popup-composant a { white-space: nowrap; text-decoration: none; display: block; padding: 2px 45px 2px 5px; margin: 0px; height: 24px; line-height: 24px; vertical-align: middle; }
.popup-composant a:hover { background-color: #f0f0f0; text-decoration: none; }
.tooltip { position: absolute; border: 1px solid #2880B0; margin: 0px; padding: 2px 5px; background-color: #f0f0f0; font-size: 10px; color: #2880B0; }