/*====================PRISCILLANGE====================*/
/*---------------general---------------*/

/*(PNG)*/
* html img,
* html .png
{
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(
	this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "../images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
	z-index: 5;
}
* html .png * td
{
	position: relative;
	z-index: 5;
}
* html .png a
{
	position: relative;
	z-index: 5;
}
/*Utilisé par ChangeClass*/
* html .png_content * td
{
	position: relative;
	z-index: 5;
}

/*
//Décomposition

* html img,
* html .png
{
	behavior: expression
	(
		(this.runtimeStyle.behavior="none") && 
		(
		 	this.pngSet ? 
				this.pngSet=true 
				: 
				(
				 	this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png') > -1 ? 
					(
						this.runtimeStyle.backgroundImage = "none",
						this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
						this.src = "../images/spacer.gif"
					)
					:
					(
						this.origBg = this.origBg ?
							this.origBg 
							: 
							this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
							this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
							this.runtimeStyle.backgroundImage = "none"
					)
				),
				this.pngSet=true
		)
	);
}
*/

* html .png_crop
{
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(
	this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "../images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

/*(Pages...)*/
BODY
{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/*font-family: century gothic;*/
BODY,TD
{
	font-family: arial;
	font-size: 12px;
}
BODY TD
{
	color:#464646;
}
html, body
{
	width: 100%!important;
	width: 98%;
	height: 100%;
}
.paragraphe
{
	text-align: justify;
	text-indent: 40px;
}
.paragraphe:first-letter
{
	font-size:20px;
	font-style: italic;
}

.texte_defaut
{
	color:#464646;
}

/*(Liens)*/
.lien_fond_couleur:link
{
	text-decoration: underline;
	color: #FFFFFF;
}
.lien_fond_couleur:visited
{
	text-decoration: underline;
	color: #FFFFFF;
}
.lien_fond_couleur:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
.lien_fond_couleur:active
{
	text-decoration: none;
	color: #FFFFFF;
}



/*(Forms)*/
TEXTAREA
{
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	overflow: auto;
}
FORM
{
	display: inline;
}



/*(Cadres)*/
.cadre_fond
{
	background: url('../images/fonds/cadres/cadre_fond.jpg');
}
.cadre_g1_1
{
	background: url('../images/fonds/cadres/g1_1.png');
	width: 3px;
	height: 3px;
}
.cadre_g1_2
{
	background: url('../images/fonds/cadres/g1_2.png');
	width: 3px;
	height: 52px;
}
.cadre_g1_3/*accueil*/
{
	background: url('../images/fonds/cadres/g1_3.png');
	width: 3px;
	height: 100px;
}
.cadre_g2
{
	background: url('../images/fonds/cadres/g2.png');
	width: 3px;
}
.cadre_g3
{
	background: url('../images/fonds/cadres/g3.png');
	width: 3px;
	height: 3px;
}
.cadre_h1_1
{
	background: url('../images/fonds/cadres/h1_1.png');
	height: 3px;
}
.cadre_h1_2
{
	background: url('../images/fonds/cadres/h1_2.png');
	height: 52px;
}
.cadre_h1_3/*accueil*/
{
	background: url('../images/fonds/cadres/h1_3.png');
	height: 100px;
}
.cadre_d1_1
{
	background: url('../images/fonds/cadres/d1_1.png');
	width: 3px;
	height: 3px;
}
.cadre_d1_2
{
	background: url('../images/fonds/cadres/d1_2.png');
	width: 3px;
	height: 52px;
}
.cadre_d1_3/*accueil*/
{
	background: url('../images/fonds/cadres/d1_3.png');
	width: 3px;
	height: 100px;
}
.cadre_d2
{
	background: url('../images/fonds/cadres/d2.png');
	width: 3px;
}
.cadre_d3
{
	background: url('../images/fonds/cadres/d3.png');
	width: 3px;
	height: 3px;
}
.cadre_b1
{
	background: url('../images/fonds/cadres/b1.png');
	height: 3px;
}



/*(Cacher ou non un elements : td, tr, div...)*/
.cacher_element
{
	display: none;
}
.afficher_element
{
	display:;
}
.masquer_element
{
	opacity: 0%;
	filter: alpha(opacity = 0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	visibility: hidden;
}
.demasquer_element
{
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	visibility: visible;
}



/*(Fonds)*/
.barre
{
	background: url('../images/fonds/barre.jpg');
}



/*(Boutons)*/
.btn_100_barre_1
{
	cursor: pointer;
	background: url('../images/boutons/btn_100_barre_1.png');
	width: 100px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #000000;
	font-size: 11px;
	
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.btn_100_barre_1_hover
{
	cursor: pointer;
	background: url('../images/boutons/btn_100_barre_1_hover.png');
	width: 100px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #000000;
	font-size: 11px;
	
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.btn_100_barre_1_disabled
{
	background: url('../images/boutons/btn_100_barre_1.png');
	width: 100px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #000000;
	font-size: 11px;
	
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.btn_140_barre_1
{
	cursor: pointer;
	background: url('../images/boutons/btn_140_barre_1.png');
	width: 140px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #000000;
	font-size: 11px;
	
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.btn_140_barre_1_hover
{
	cursor: pointer;
	background: url('../images/boutons/btn_140_barre_1_hover.png');
	width: 140px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #000000;
	font-size: 11px;
	
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.btn_140_barre_1_disabled
{
	background: url('../images/boutons/btn_140_barre_1.png');
	width: 140px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #000000;
	font-size: 11px;
	
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
}
.btn_40_barre_1
{
	cursor: pointer;
	background: url('../images/boutons/btn_40_barre_1.png');
	width: 100px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #000000;
	font-size: 11px;
}
.btn_40_barre_1_hover
{
	cursor: pointer;
	background: url('../images/boutons/btn_40_barre_1_hover.png');
	width: 100px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #000000;
	font-size: 11px;
}
.btn_190_barre_1
{
	cursor: pointer;
	background: url('../images/boutons/btn_190_barre_1.png');
	width: 190px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #000000;
	font-size: 11px;
}
.btn_190_barre_1_hover
{
	cursor: pointer;
	background: url('../images/boutons/btn_190_barre_1_hover.png');
	width: 190px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #000000;
	font-size: 11px;
}
.btn_190_barre_1_disabled
{
	background: url('../images/boutons/btn_190_barre_1_hover.png');
	width: 190px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #000000;
	font-size: 11px;
}
.btn_100_barre_titre_1
{
	cursor: pointer;
	background: url('../images/boutons/btn_100_barre_titre_1.png');
	width: 100px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	color: #FFFFFF;
	font-size: 11px;
}
.btn_100_barre_titre_1_hover
{
	cursor: pointer;
	background: url('../images/boutons/btn_100_barre_titre_1_hover.png');
	width: 100px;
	height: 23px;
	text-align: center;
	line-height: 23px;
	color: #FFFFFF;
	font-size: 11px;
}

/*(Titres)*/
.titre1
{
	font-size: 18px;
}
.titre2
{
	font-size: 16px;
}
.mini_info
{
	font-size: 10px;
}

/*(Entetes)*/
.entete_1
{
	cursor: pointer;
	background: url('../images/boutons/entete_1.png');
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #000000;
	font-size: 11px;
	border-left: 1px solid #CCCCCC;
}
.entete_1_hover
{
	cursor: pointer;
	background: url('../images/boutons/entete_1_hover.png');
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #000000;
	font-size: 11px;
	border-left: 1px solid #CCCCCC;
}
.entete_1_disabled
{
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #CCCCCC;
	font-size: 11px;
	border-left: 1px solid #CCCCCC;
}
.nom_entete_colonne
{
	font-weight: bold;
	font-style: italic;
}
.nom_entete_ligne
{
	font-weight: bold;
	font-style: italic;
}

/*(Status)*/
.status_ok
{
	font-weight: bold;
	color: #14c83c;
}
input.status_ok
{
	font-weight: normal;
}
.status_ok
{
	font-weight: bold;
	color: #14c83c;
}
input.status_ok
{
	font-weight: normal;
}
a.status_ok:link
{
  text-decoration:underline;
  color: #14c83c;
}
a.status_ok:visited
{
  text-decoration:underline;
  color: #14c83c;
}
a.status_ok:hover
{
  text-decoration:none;
  color: #14c83c;
}
a.status_ok:active
{
  text-decoration:none;
  color: #14c83c;
}

.status_warning
{
	font-weight: bold;
	color: #FF8800;
}
input.status_warning
{
	font-weight: normal;
}
a.status_warning:link
{
  text-decoration:underline;
  color: #FF8800;
}
a.status_warning:visited
{
  text-decoration:underline;
  color: #FF8800;
}
a.status_warning:hover
{
  text-decoration:none;
  color: #FF8800;
}
a.status_warning:active
{
  text-decoration:none;
  color: #FF8800;
}

.status_nok
{
	font-weight: bold;
	color: #FF0033;
}
input.status_nok
{
	font-weight: normal;
}
a.status_nok:link
{
  text-decoration:underline;
  color: #FF0033;
}
a.status_nok:visited
{
  text-decoration:underline;
  color: #FF0033;
}
a.status_nok:hover
{
  text-decoration:none;
  color: #FF0033;
}
a.status_nok:active
{
  text-decoration:none;
  color: #FF0033;
}

.status_info
{
	font-weight: bold;
	color: #0000FF;
}
input.status_info
{
	font-weight: normal;
}
a.status_info:link
{
  text-decoration:underline;
  color: #0000FF;
}
a.status_info:visited
{
  text-decoration:underline;
  color: #0000FF;
}
a.status_info:hover
{
  text-decoration:none;
  color: #0000FF;
}
a.status_info:active
{
  text-decoration:none;
  color: #0000FF;
}


/*(Messages info)*/
.message_ok
{
	text-align: center;
	width: 80%;
	background: #C6FAC5;
	border: 1px dashed #527C52;
	
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:100px;
	
	background-image:url('../images/icones/valid_40.png');
	background-repeat: no-repeat;
	background-position:30px;
}
.message_nok
{
	text-align: center;
	width: 80%;
	background: #FF9F9F;
	border: 1px dashed #FF0000;
		
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:100px;
	
	background-image:url('../images/icones/stop_40.png');
	background-repeat: no-repeat;
	background-position:30px;
}
.message_info
{
	text-align: center;
	width: 80%;
	background: #9DCEFF;
	border: 1px dashed #0000FF;
	
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10px;
	padding-left:100px;
	
	background-image:url('../images/icones/info_40.png');
	background-repeat: no-repeat;
	background-position:30px;
}

.td_fond_ok
{
	background: #C6FAC5;
}
.td_fond_nok
{
	background: #FF9F9F;
}
.td_fond_warning
{
	background: #FFC23A;
}


/*(BarreProgression)*/
.fond_barre_progression_1a
{
	background:url('../images/fonds/fond_barre_progression_1a.jpg');
	background-repeat: no-repeat;
	width: 7px;
	height: 15px;
}
.fond_barre_progression_1b
{
	background:url('../images/fonds/fond_barre_progression_1b.jpg');
	height: 15px;
}
.fond_barre_progression_1c
{
	background:url('../images/fonds/fond_barre_progression_1c.jpg');
	background-repeat: no-repeat;
	width: 7px;
	height: 15px;
}

/*Menu déroulant*/
.menu_deroulant
{
	width: 110px;
}
.menu_deroulant ul
{
	display: none;
	width: 110px;
}
.menu_deroulant ul li
{
	padding-top: 0px;
	height: 22px;
	line-height: 22px;
}

/*Menu déroulant hover*/
.menu_deroulant_click
{
	z-index: 0;
	text-align: left;
}
.menu_deroulant_click ul
{
	display: block;
	position: absolute;
	padding: 0px;
	background-color: #f1f1f1;
	margin-left: 10px;
	margin-top: 0px;
	list-style-type: none;
	z-index: 0;
	padding-left:0px;
	border: 1px solid #CCCCCC;
} 
.menu_deroulant_click ul li
{
	margin-left: 10px;
}

/*Tronquer le texte sur une surface extensible /!\ ne pas oublier "height: 18px;" (hauteur du texte)*/
.ellipsis
{
	margin: 0;
	width: auto;
	overflow: hidden;
}