.apercu
{
	position: absolute;
	color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #000000;
}

	.apercu .entete
	{
		float: left;
		width: inherit;
		height: 24px;
		line-height: 24px;
		/*background: url(../window/titlefill_apercu.png) left top;*/
		background-color: #000000;
		opacity: 0.8;
		/*border-top: 1px solid #999999;*/
		border-bottom: 1px solid #000000;
	}
		
		.apercu .icone
		{
			float: left;
			padding: 4px 5px 4px 8px;
		}
		
		.apercu .titre
		{
			float: left;
			line-height: 24px;
		}
		
		.apercu .reduire
		{
			float: right;
			width: 20px;
			height: 20px;
			background: url(../window/min_apercu.png) no-repeat;
			opacity: 1.0;
			margin: 2px 3px 0 0;
		}
		
		.apercu .fermer
		{
			float: right;
			width: 20px;
			height: 20px;
			background: url(../window/close_apercu.png) no-repeat;
			opacity: 1.0;
			margin: 2px 3px 0 0;
		}
		
	.apercu .contenu
	{
		float: left;
		background-color: #000000;
		opacity: 0.75;
	}


.fenetre {
	position: absolute;
	border: 1px solid #BBBBBB;
	box-shadow: 1px 1px 4px 0px rgba(0,0,0,.4);
}

.fenetre .entete {
	float: left;
	width: inherit;
	height: 24px;
	line-height: 24px;
	background: url(../window/titlefill.png) left top;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #666666;
}

.fenetre .entete_60 {
	float: left;
	width: inherit;
	height: 58px;
	line-height: 24px;
	background: url(../window/titlefill_60.png) left top;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #666666;
}
		
.fenetre .icone {
	float: left;
	padding: 4px 5px 4px 8px;
}

.fenetre .titre {
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.fenetre .reduire {
	float: right;
	width: 20px;
	height: 20px;
	background: url(../window/min.png) no-repeat;
	margin: 2px 3px 0 0;
}

.fenetre .fermer {
	float: right;
	width: 20px;
	height: 20px;
	background: url(../window/close.png) no-repeat;
	margin: 2px 3px 0 0;
}

/*.fenetre_entete_boutons
{
	float: right;
	width: 20px;
	height: 20px;
	background: url(../window/close.png) no-repeat;
	margin: 2px 6px 0 0;
}*/
	
.fenetre .options {
	background-color: #DDDDDD;
	height: 30px;
	float: left;
	width: inherit;
	border-bottom: 1px solid #BBBBBB;
}
	
.fenetre .options .objet {
	float: left;
	padding-left: 10px;
	float: left;
}

.fenetre .options .objet .icone {
	float: left;
	margin: 7px 5px 0 0;
	padding: 0;
}

.fenetre .options .objet .texte {
	float: left;
	line-height: 30px;
}

.fenetre .contenu {
	float: left;
	padding: 10px 10px 10px 10px;
	background-image: url(../window/mainfill.png);
}

.fenetre .contenu .group {
	color: blue;
	font-weight: bold;
}

.bloc_contenu
{
	float: left;
	margin-bottom: 10px;
}

.bloc_contenu_separe
{
	border-bottom: 1px solid #CDCDCD;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.tableau_entete
{
	font-weight: bold;
	color: gray;
	line-height: 22px;
	background-color: #DDDDDD;
	float: left;
	border-left: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
}
/*
.bouton, .bouton_40, .bouton_60, .bouton_80, .bouton_100 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.bouton:hover, .bouton_40:hover, .bouton_60:hover, .bouton_80:hover, .bouton_100:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.bouton:active, .bouton_40:active, .bouton_60:active, .bouton_80:active, .bouton_100:active {
	position:relative;
	top:1px;
}
*/

.bouton, .bouton_40, .bouton_60, .bouton_80, .bouton_100 {
	float: left;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}

.bouton {
	padding: 0 10px;
}
.bouton_40 {
	width: 40px;
	background: url(../window/bouton_40.png) no-repeat;
}

.bouton_60
{
	width: 60px;
	background: url(../window/bouton_60.png) no-repeat;
}

.bouton_80
{
	width: 80px;
	background: url(../window/bouton_80.png) no-repeat;
}

.bouton_100
{
	width: 100px;
	background: url(../window/bouton_100.png) no-repeat;
}

.bouton_aqua_trio_gauche
{
	width: 80px;
	height: 25px;
	background-image: url(../window/bouton_aqua_trio_gauche.png);
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}

.bouton_aqua_trio_centre
{
	width: 80px;
	height: 25px;
	background-image: url(../window/bouton_aqua_trio_centre.png);
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}

.bouton_aqua_trio_droite
{
	width: 80px;
	height: 25px;
	background-image: url(../window/bouton_aqua_trio_droite.png);
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}

.bouton_clair_trio_gauche
{
	width: 80px;
	height: 25px;
	background-image: url(../window/bouton_clair_trio_gauche.png);
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	padding-left: 10px;
}

.bouton_clair_trio_centre
{
	width: 80px;
	height: 25px;
	background-image: url(../window/bouton_clair_trio_centre.png);
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}

.bouton_clair_trio_droite
{
	width: 80px;
	height: 25px;
	background-image: url(../window/bouton_clair_trio_droite.png);
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	padding-right: 10px;
}

.formulaire
{
	float: left;
}

.formulaire .ligne
{
	height: 20px;
	line-height: 20px;
	padding-bottom: 10px;
}

.formulaire_cadre
{
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	padding: 10px;
}

.onglet
{
	float: left;
	border: 1px solid #BBBBBB;
	text-align: center;
	height: 20px;
	color: gray;
	font-weight: bold;
}

.espace_onglet
{
	float: left;
	width: 5px;
	height: 21px;
	border-bottom: 1px solid #BBBBBB;
}