/* COMPOSANT */
div.composant { background-color: #FFFFFF; border: 1px solid #D0D0D0; -moz-border-radius: 5px; border-radius: 5px; padding: 1px 5px; }
div.composant * { vertical-align: middle; }
div.composant.inline { display: inline; display: inline-block; height: 20px; min-height: 20px; max-height: 20px; line-height: 20px; }
div.composant.inline textarea { background-color: transparent; border: none; }
div.composant.inline input { background-color: transparent; border: 1px solid transparent; border-bottom: 1px solid #F0F0F0; }
div.composant.box { display: block; }

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; }
