/*===============*/
/* Eléments HTML */
/*===============*/
BODY {
	margin:0px;
	background-color:#FFFFFF;
	font-family:Arial;
	font-size:10pt;
	color:BLACK;
	/*
	scrollbar-face-color:GAINSBORO;
	scrollbar-shadow-color:SILVER;
	scrollbar-highlight-color:LIGHTGREY;
	scrollbar-3dlight-color:LIGHTGREY;
	scrollbar-darkshadow-color:GAINSBORO;
	scrollbar-track-color:#FFFFFF;
	scrollbar-arrow-color:BLACK;
	*/
	}
.normal {
	font-family:Arial;
	font-size:10pt;
	color:BLACK;
}
.pied {
	font-size:9pt;
	line-height:9pt;
	color:GRAY;
	text-decoration:none;
	padding-right:3px;
	}
.contour {
	border-left:BLACK solid 1px;
	border-top:BLACK solid 1px;
	border-right:GRAY solid 1px;
	border-bottom:GRAY solid 1px;
	}
LI {
	list-style-image:url('../images/puce.gif');
	list-style-position:outside;
	}
A {
	color:BLACK;
	}
A:hover {
	color:BLACK;
	text-decoration:none;
	}
.nolink {text-decoration:none;}
.lien_pave {
	color:BLACK;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
	line-height:10pt;
}
.lien_article {
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
	line-height:10pt;
}
.lien_article:hover {
	text-decoration:underline;
}
.menu_texte {
	color:BLACK;
	text-decoration:none;
	font-size:8pt;
	line-height:8pt;
}
TD {
	font-family:Arial;
	font-size:10pt;
	color:BLACK;
	}
TH {
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
	color:BLACK;
	}
.titre_1 {
	font-family:Arial;
	font-size:11pt;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:GRAY solid 1px;
	}
.titre_gestion {
	font-weight:bold;
	margin-bottom:5px;
}
.titre_action {
	font-weight:bold;
	margin-bottom:5px;
}
H2 {
	font-family:Arial;
	font-size:12pt;
	color:BLACK;
	font-weight:bold;
	text-align:left;
	margin-top:0px
	}
H3 {
	font-family:"Trebuchet MS";
	font-size:11pt;
	color:BLACK;
	font-weight:bold;
	border-bottom:GRAY solid 1px;
	text-align:left;
	line-height:11pt;
	}
H4 {
	font-family:"Trebuchet MS";
	font-size:11pt;
	color:BLACK;
	font-weight:bold;
	border-bottom:GRAY solid 2px;
	text-align:left;
	line-height:11pt;
	}
.bouton {
	border:#C5C4B9 outset 1px;
	background-color:GRAY;
	color:WHITE;
	font-size:9pt;
	font-weight:bold;
	height:17px;
	font-size:9pt;
}
.bouton:hover {
	border:BLACK outset 3px;
	background-color:BLACK;
	color:WHITE;
	font-weight:bold;
	height:17px;
	font-size:9pt;
}

/*=========*/
/* Classes */
/*=========*/
.table {
	border-left:SILVER solid 1px;
	border-top:SILVER solid 1px;
	}
.td {
	border-right:SILVER solid 1px;
	border-bottom:SILVER solid 1px;
	}
.th {
	color:BLACK;
	background-color:WHITESMOKE;
	border-right:SILVER solid 1px;
	border-bottom:SILVER solid 1px;
	}
.input {
	font-size:9pt;
	font-weight:normal;
	color:BLACK;
	background-color:WHITESMOKE;
	border:GRAY solid 1px;
	padding-left:3px;padding-right:3px;
}
.input_protege {
	font-size:9pt;
	font-weight:normal;
	color:BLACK;
	border:0px;
	border-bottom:GRAY solid 1px;
	padding-left:3px;padding-right:3px;
}
.textarea {
	border:GRAY solid 1px;
	background-color:WHITESMOKE;
	color:BLACK;
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	}
.textarea_protege {
	font-family:Arial;
	font-size:8pt;
	font-weight:normal;
	border:GRAY solid 1px;
	background-color:WHITESMOKE;
	overflow:hidden;
	color:BLACK;
}
.select {
	font-size:9pt;
	font-weight:normal;
	color:BLACK;
/*	height:17px; */
	background-color:WHITESMOKE;
	border:GRAY solid 1px;
}
.radio {
	/*
	border:0px;
	background-color:#FFFFFF;
	*/
	}
.tri_colonne {color:BLACK; text-decoration:none}
.tri_colonne:hover {color:BLACK; text-decoration:underline}
.legende {
	color:BLACK;
	font-size:7pt;
	line-height:7pt;
	text-align:justify;
	}
.resume_sommaire {
	text-align:justify;
	padding:10px;
	border:LIGHTGREY solid 1px;
	background-color:#FFFFFF;
	margin-bottom:10px;
}
.resume {
	font-weight:bold;
	text-align:justify;
	padding:10px;
	background-color:WHITESMOKE;
	border:GRAY solid 1px;
	margin-bottom:10px;
}
.resume_dossier {
	font-size:11pt;
}
.minimum {font-size:1pt;line-height:1pt;}
.separ {font-size:1pt;line-height:1pt;background-image:url('../images/sep_colonnes.gif');background-position:left top;background-repeat:repeat-y;}
.rollover {
	cursor:pointer;
	cursor:hand;
	}
/* Couleurs */
.bg_blanc {background-color:#FFFFFF;}
.bg_noir {background-color:#000000;}
.bg_orange {background-color:#FF9803;}
.bg_vert {background-color:#92A546;}
.bg_turquoise {background-color:#269697;}
.bg_bleu {background-color:#589ECE;}
.bg_violet {background-color:#AFAFC2;}
.bg_rouge {background-color:#D72D2D;}

.blanc {color:#FFFFFF;}
.noir {color:#000000;}
.orange {color:#FF9803;}
.vert {color:#92A546;}
.turquoise {color:#269697;}
.bleu {color:#589ECE;}
.violet {color:#AFAFC2;}
.violet_texte {color:#7C7DB8;}
.rouge {color:darkred;}

.blanc:hover {color:#FFFFFF;}
.noir:hover {color:#000000;}
.orange:hover {color:#FF9803;}
.vert:hover {color:#92A546;}
.turquoise:hover {color:#269697;}
.bleu:hover {color:#589ECE;}
.violet:hover {color:#AFAFC2;}
.violet_texte:hover {color:#7C7DB8;}
.rouge:hover {color:#D72D2D;}

.moyen {font-size:8pt;line-height:8pt;}
.gras {font-weight:bold;}
.italique {font-style:italic;}
.justifie {text-align:justify;}

.bordure_images {
	border-left:BLACK solid 1px;
	border-top:BLACK solid 1px;
	border-right:BLACK solid 1px;
	border-bottom:BLACK solid 1px;
}

.centre {
	text-align:center;
}

.titre_pave_violet {
	background-color:WHITE;
	background-image:url('../images/fond_entete_violet.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
	height:23px;
	color:BLACK;
	padding-left:50px;
	font-size:10pt;
	font-weight:bold;
	cursor:hand;
}
.titre_pave_jaune {
	background-color:WHITE;
	background-image:url('../images/fond_entete_jaune.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
	height:23px;
	color:BLACK;
	padding-left:50px;
	font-size:10pt;
	font-weight:bold;
	cursor:hand;
}
.titre_pave_orange {
	background-color:WHITE;
	background-image:url('../images/fond_entete_orange.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
	height:23px;
	color:BLACK;
	padding-left:50px;
	font-size:10pt;
	font-weight:bold;
	cursor:hand;
}
.titre_pave_bleu {
	background-color:WHITE;
	background-image:url('../images/fond_entete_bleu.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
	height:23px;
	color:BLACK;
	padding-left:50px;
	font-size:10pt;
	font-weight:bold;
	cursor:hand;
}
.titre_pave_vert {
	background-color:WHITE;
	background-image:url('../images/fond_entete_vert.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
	height:23px;
	color:BLACK;
	padding-left:50px;
	font-size:10pt;
	font-weight:bold;
	cursor:hand;
}
.titre_pave_rose {
	background-color:#F4849E;
	background-image:url('../images/fond_entete_rose.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
	height:23px;
	color:BLACK;
	padding-left:50px;
	font-size:10pt;
	font-weight:bold;
	cursor:hand;
}
.titre_pave_gris {
	background-color:WHITE;
	background-image:url('../images/fond_entete_gris.gif');
	background-position:bottom left;
	background-repeat:no-repeat;
	height:23px;
	color:BLACK;
	padding-left:50px;
	font-size:10pt;
	font-weight:bold;
	cursor:hand;
}
.pave_violet {
	background-color:#FBF5FF;
	color:BLACK;
	padding:3px;
	font-size:8pt;
	line-height:8pt;
}
.pave_jaune {
	background-color:#FFFDF1;
	color:BLACK;
	padding:5px;
	font-size:8pt;
	line-height:8pt;
}
.pave_orange {
	background-color:#FEF9E5;
	color:BLACK;
	padding:3px;
	font-size:8pt;
	line-height:8pt;
}
.pave_bleu {
	background-color:#F3F6FD;
	color:BLACK;
	padding:3px;
	font-size:8pt;
	line-height:8pt;
}
.pave_vert {
	background-color:#F6FFFC;
	color:BLACK;
	padding:3px;
	font-size:8pt;
	line-height:8pt;
}
.pave_rose {
	background-color:#FBF5FF;
	color:BLACK;
	padding:3px;
	font-size:8pt;
	line-height:8pt;
}
.pave_gris {
	background-color:#F9F9F9;
	color:BLACK;
	padding:3px;
}

.puce {
	font-size:8pt;
	line-height:8pt;
}
.pave_devis {
	background-color:#FFCB01;
	background-image:url('../images/fond_devis.gif');
	background-position:top left;
	background-repeat:no-repeat;
	color:BLACK;
	text-align:center;
	font-size:10pt;
}
.titre_pave_newsletter {
	background-color:#A6BFFD;
	background-image:url('../images/fond_entete_newsletter.gif');
	background-position:top left;
	background-repeat:no-repeat;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	padding-left:5px;
	height:18px;
	border-top:SILVER solid 1px;
	border-bottom:SILVER solid 1px;
}
.pave_newsletter {
	background-color:#DFECFE;
	color:BLACK;
	text-align:center;
	font-size:10pt;
	padding:3px;
}

.menu_accueil {
	background-image:url('../images/fond_menu_accueil.gif');
	background-position:top left;
	background-repeat:repeat-x;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	width:150px;
}
.menu_orange {
	background-image:url('../images/fond_menu_orange.gif');
	background-position:top center;
	background-repeat:no-repeat;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}
.menu_bleu {
	background-image:url('../images/fond_menu_bleu.gif');
	background-position:top center;
	background-repeat:no-repeat;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}
.menu_jaune {
	background-image:url('../images/fond_menu_jaune.gif');
	background-position:top center;
	background-repeat:no-repeat;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}
.menu_vert {
	background-image:url('../images/fond_menu_vert.gif');
	background-position:top left;
	background-repeat:repeat-x;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}
.menu_violet {
	background-image:url('../images/fond_menu_violet.gif');
	background-position:top center;
	background-repeat:no-repeat;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}
.menu_rose {
	background-image:url('../images/fond_menu_rose.gif');
	background-position:top center;
	background-repeat:no-repeat;
	color:BLACK;
	text-align:left;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}

.titre_page {
	background-position:bottom left;
	background-repeat:no-repeat;
	color:BLACK;
	text-align:left;
	font-size:12pt;
	font-weight:bold;
	padding-left:5px;
	height:20px;
	margin-bottom:10px;
}
.titre_jaune {
	background-image:url('../images/fond_titre_jaune.gif');
}
.titre_vert {
	background-image:url('../images/fond_titre_vert.gif');
}
.titre_gris {
	background-image:url('../images/fond_titre_gris.gif');
}
.titre_bleu {
	background-image:url('../images/fond_titre_bleu.gif');
}
.titre_rose {
	background-image:url('../images/fond_titre_rose.gif');
}
.titre_violet {
	background-image:url('../images/fond_titre_violet.gif');
}
.titre_orange {
	background-image:url('../images/fond_titre_orange.gif');
}

.sep_gauche {
	border-left:SILVER solid 1px;
}
.sep_droite {
	border-right:SILVER solid 1px;
}
.sep_bas {
	border-bottom:SILVER solid 1px;
}
.sep_haut {
	border-top:SILVER solid 1px;
}
.message {
	border:black solid 1px;
	background-color:#FFCC00;
	width:330px;
	padding:10px;
	filter:progid:DXImageTransform.Microsoft.Shadow(strength=5, Direction=135, Color:GRAY);
}
.margeH {margin-top:10px;}
.exergue {
	font-size:11pt;
	font-weight:bold;
}
.inactif {
	color:GRAY;
	cursor:default;
}
.main {
	cursor:pointer;
}
.fleche {
	cursor:default;
}
.stabilo_vert {
	padding-left:4px;
	padding-right:4px;
	background-color:#8FFF49;
}
.stabilo_rose {
	padding-left:4px;
	padding-right:4px;
	background-color:#FF7CFD;
}
.stabilo_jaune {
	padding-left:4px;
	padding-right:4px;
	background-color:#FEFF49;
}

#div2ref {
width:430;
margin-right:25px;
margin-bottom:20px;
padding:5px;
border:GRAY solid 1px;
font-size:9pt;
line-height:9pt;
font-weight:bold;
background-color:WHITE;
filter:progid:DXImageTransform.Microsoft.Alpha( style=0,opacity=75);
}

#div2ref h1, h2, h3{
text-align:center;
font-size:11pt;
font-weight:bold;
margin-bottom:0px;
}

#div2ref p {
margin-top:3px;

}

.ref {
text-align:center;
font-size:11pt;
font-weight:bold;

}

#lienacc {
	color:BLACK;
	text-decoration:none;
	font-size:7pt;
	line-height:8pt;
	margin:2px;
}
#lienacc a {
color:BLACK;
	text-decoration:none;
	font-size:7pt;
	line-height:8pt;
}

