body {
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	background-color: #ffffff;
	text-align: justify;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
td.erreur {
	color: #ff0000;
}
.erreur {
	color: #ff0000;
}
input[type=button] {
	color: #ffffff;
	background-color: #330000;
}
input[type=submit] {
	color: #ffffff;
	background-color: #330000;
}
/*input[type=text] {
	background-color: #f2f2f2;
	border: solid #cbcaca 1px;
}*/
.tb {
	background-color: #f2f2f2;
	border: solid #cbcaca 1px;
}
.tbErreur {
	background-color: #f2f2f2;
	border: solid #ff0000 1px;
}
/*.tbDiv {
	background-color: #f2f2f2;
	border: solid #cbcaca 1px;
	color: #888888;
	height: 20px;
}*/
.ddl {
	width: 292px;
	background-color: #f2f2f2;
	border: solid #cbcaca 1px;
}
.ddlErreur {
	width: 292px;
	background-color: #f2f2f2;
	border: solid #ff0000 1px;
}
textarea {
	/*width: 320px;
	height: 100px;*/
	background-color: #f2f2f2;
	border: solid #cbcaca 1px;
}
.tdField {
	font-size: 12px;
	vertical-align: top;
}
.tdFieldUpload {
	font-size: 12px;
	vertical-align: top;
	height: 40px;
}
.tdFieldVraiFaux {
	text-align:center;
	padding-top:4px;
	font-size: 12px;
	vertical-align: top;
}
h1 {
	font-size: 24px;
	color: #320000;
	margin: 4px;
	padding: 0px;
}
h2 {
	font-family: georgia;
	font-size: 20px;
	color: #320000;
	margin: 4px;
	padding: 0px;
}
h3 {
	font-size: 18px;
	color: #320000;
}
li {
	list-style-position: inside;
}
.boutonDel {
	cursor: pointer;
}
.checkboxList {
	background-color: #ffffff;
	height: 150px;
	border: solid #cbcaca 1px;
	overflow: auto;
}

/***************************************************************************************
* Contenu
***************************************************************************************/
.pageOut {
	width: 998px;
	border: solid #cccccc 1px;
	padding: 0px;
}
.pageIn {
	padding: 0px;
	width: 100%;
}
.contenu {
	padding: 20px 25px 4px 0px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.imgButton {
	cursor: pointer;
}
/***************************************************************************************
* Bandeau gauche
***************************************************************************************/
.bandeauGauche {
	padding-top: 20px;
	vertical-align: top;
	/*background: url('/EeA/img/bandeau_gauche.gif');
	background-repeat: no-repeat;
	background-position: bottom left;*/
}
.bandeauGaucheDiv {
	border-top: solid #d7d4d3 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	background-color: #ffffff;
}
.bandeauGaucheDocs {
	padding: 10px;
	background-color: #ffffff;
}
.menuGauche {
	padding: 1px 0px 1px 0px;
	border-width: 0px 0px 1px 0px;
	border-color: #d7d4d3;
	border-style: solid;
}
.menuGauche table {
	width: 100%;
	height: 45px;
	background-color: #f0f0f0;
}
.menuGauche1 {
	width: 70%;
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	color: #320000;
}
.menuGauche2 {
	width: 30%;
}
.menuGauche2 img {
	width: 34px;	
}
.menuRecherche {
	margin-top: 8px;
}
.menuRechercheTD {
	width: 100px;
	height: 20px;
	padding-left: 30px;
	background: url('/img/recherche.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.menuRecherche input {
	width: 80px;
	font-size: 11px;
	border: 0px;
}
.menuProfil {
	text-align: right;
	color: #ffffff;
	padding-right: 20px;
}

/***************************************************************************************
* Header 
***************************************************************************************/
.logo {
	width: 168px; 
	text-align: center;
	/*padding: 20px 0px 20px 0px;*/
}
.header {
	vertical-align: center;
}
.headerSep {
	height: 80px;
	width: 2px;
	border-left: solid #cccccc 1px;
}
.liner {
	padding: 20px 0px 20px 20px;
	vertical-align: center;
	color: #320000;
	font-family: georgia;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.login {
	background: url('/img/loginBG.gif');
	background-repeat: no-repeat;
	background-position: right top;
	width: 232px;
	height: 25px;
	vertical-align: top;
	padding-top: 6px;
	padding-right: 10px;
	text-align: right;
	font-size: 10px;
	color: #ffffff;
}
.login a {
	font-size: 10px;
	color: #ffffff;
}
.divLogin {
	/*border: solid #ff0000 1px;*/
	position: absolute;
	width: 350px;
	height: 90px;
	background-color: #320000;
	color: #ffffff;
	text-align: left;
	padding-top: 6px;
	/*padding: 5px 5px 5px 10px;*/
	/*float: right;*/
}
.divLoginIn {
	/*margin: 5px 5px 5px 5px;*/
}
.divLogin td {
	color: #ffffff;
	font-size: 10px;
}
.divLogin td a {
	color: #ffffff;
	font-size: 10px;
}
.tbLogin {
	font-size: 10px;
	width: 120px;
}
.loginLib {
	font-family: times;
	font-style: italic;
}
.headerExtranet {
	background: url('/img/bandeau_extranet.jpg');
	background-repeat: no-repeat;
	background-position: right;
	width: 830px;
	height: 152px;
	text-align: right;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 10px;
}
.headerExtranet div {
	color: #ffffff;
	padding-top: 6px;
	font-size: 10px;
}
.headerExtranet div a {
	color: #ffffff;
	font-size: 10px;
}
/***************************************************************************************
* Menu
***************************************************************************************/
.menu {
	/*height: 262px;*/
	width: 168px;
	background-color: #320000;
	vertical-align: top;
	color: #ffffff;
}
.menu ul {
	/*border: solid #ff0000 1px;*/
	padding: 0px;
	margin: 10px 0px 0px 0px;
}
.menu li {
	/*border: solid #ff00ff 1px;*/
	/*margin: 10px -1px 10px 0px;*/
	margin-right: -1px;
	padding: 3px 20px 3px 0px;
	text-align: right;
	list-style-type: none;
}
.menu a {
	color: #ffffff;
	font-size: 12px;
}
.menuOn {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	background: url('/img/menuPuce.jpg');
	background-repeat: no-repeat;
	background-position: right;
}
.menuOn a {
	color: #ffffff;
	font-size: 16px;
	/*font-weight: bold;*/
}
.menuExtranet {
	background-color: #320000;
	height: 30px;
}
.menuItemExtranet {
	padding: 8px;
}
.menuItemExtranet a {
	color: #ffffff;
	font-size: 12px;
}
.menuItemExtranetOn {
	padding: 8px;
}
.menuItemExtranetOn a {
	color: #ffffff;
	font-size: 12px;
}
.menuItemExtranetSeparator {
	background-color: #714d4d;
	width: 1px;
}
/***************************************************************************************
* Sous-menu
***************************************************************************************/
.sousMenuTd {
	width: 274px;
	background-color: #f78f1e;
	color: #ffffff;
	padding-left: 10px;
	text-align: left;
}
#sousMenuDiv {
	height:200px;
	overflow: hidden;
}
.sousMenuTd ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.sousMenuTd ul ul {
	padding: 0px;
	margin: 4px 0px 0px 20px;
}
.sousMenuTd ul ul li {
	padding: 0px 0px 0px 20px;
	margin: 4px 0px 0px 0px;
}
.sousMenu {
	/*border: solid #ff0000 1px;*/
	margin-left: 0px;
	margin-right: 0px;
	/*padding-left: 20px;*/
	padding-right: 10px;
	list-style-type: none;
	font-size: 10px;
}
.sousMenu a {
	color: #ffffff;
	font-size: 10px;
}
.sousMenuOn {
	/*border: solid #ff0000 1px;*/
	/*margin-left: 0px;*/
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 10px;
	list-style-type: none;
	background: url('/img/menuPuce2.jpg');
	background-repeat: no-repeat;
	background-position: left;
}
.sousMenuOn a {
	color: #ffffff;
	font-size: 14px;
}
.sousMenu div {
	/*border: solid #ff0000 1px;*/
}
.sousMenu ul {
	/*border: solid #ff00ff 1px;*/
}
.sousMenu hr {
	height: 1px;
	border-top: solid #ffffff 1px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
.sousMenuAccueil {
	margin-left: 20px;
	font-size: 14px;
	font-style: italic;
}
.menuImg {
	/*width: 550px;*/
}
/***************************************************************************************
* Footer
***************************************************************************************/
.footer {
	height: 25px;
	background-color: #e8e7e5;
	text-align: center;
	font-size: 10px;
}
/***************************************************************************************
* Onglets 
***************************************************************************************/
.tabActifOn {
	border-style: solid;
	border-color: #d7d4d3;
	border-width: 1px 1px 0px 1px;
	padding: 8px 8px 8px 8px;
	text-align: center;
	font-weight: bold;
	color: #320000;
	/*background: url('/img/ongletBG.gif');*/
	background-repeat: repeat-x;
	background-position: top;
}
.tabActifOn a:hover {
	text-decoration: none;
}
.tabActifOff {
	border-style: solid;
	border-color: #d7d4d3;
	border-width: 1px 1px 1px 1px;
	padding: 8px 8px 8px 8px;
	text-align: center;
}
.tabActifOff a {
	font-weight: bold;
	color: #987f7f;
}
.tabActifOffOver {
	border-style: solid;
	border-color: #d7d4d3;
	border-width: 1px 1px 1px 1px;
	padding: 8px 8px 8px 8px;
	text-align: center;
	font-weight: bold;
	color: #987f7f;
	/*background: url('/img/ongletBG.gif');*/
	background-repeat: repeat-x;
	background-position: top;
}
.tabActifOffOver a:hover {
	text-decoration: none;
}
.tabInactif {
	border-style: solid;
	border-color: #d7d4d3;
	border-width: 1px 1px 1px 1px;
	padding: 8px 8px 8px 8px;
	text-align: center;
	font-weight: bold;
	color: #987f7f;
}
.tabBoutons {
	color: #d7d4d3;
	text-align: right;
	border-style: solid;
	border-color: #d7d4d3;
	border-width: 0px 0px 1px 0px;
}
.tabBoutons a {
	font-size: 12px;
	font-weight: bold;
}
.ongletEntete {
	color: #320000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.onglet {
	border-style: solid;
	border-color: #d7d4d3;
	border-width: 0px 0px 0px 1px;
}
.ongletContenu {
	padding: 20px 0px 10px 20px;
}
.ongletBoutonOff {
	color: #320000;
	font-weight: bold;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.ongletIntro {
	margin-bottom: 10px; 
	color: #320000;
	font-weight: bold;
}
.collapseDivOut {
	padding: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #d7d4d3;
	border-width: 1px 0px 1px 0px; 
}
.collapseDiv {
	cursor: pointer;
	padding: 12px;
	background-color: #efefee;
	font-size: 16px;
	font-weight: bold;
	color: #320000;
}
.collapseArrow {
	float: left;
	margin-right: 4px;
}
.collapsibleDiv {
	padding-top: 4px;
	padding-bottom: 12px;
}
/***************************************************************************************
* Div alert erreur 
***************************************************************************************/
#alertErrorBG {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ff0000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
}
#alertErrorWin {
	position: fixed;
	width: 200px;
	top: 45%;
	left: 45%;
	background-color: White;
	border-width: 2px;
	border-color: #ff0000;
	border-style: solid;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	z-index: 100;
}
#alertErrorWin input {
	background-color: #ff0000;
	color: #ffffff;
	z-index: 100;
}
/***************************************************************************************
* Div alert confirmation 
***************************************************************************************/
#alertConfirmBG {
	position: fixed;
	background-color: #3b9b3b;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
}
#alertConfirmWin {
	position: fixed;
	width: 200px;
	top: 45%;
	left: 45%;
	background-color: White;
	border-width: 2px;
	border-color: #3b9b3b;
	border-style: solid;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	z-index: 100;
}
#alertConfirmWin input {
	background-color: #3b9b3b;
	color: #ffffff;
	z-index: 100;
}
/***************************************************************************************
* Div alert JS 
***************************************************************************************/
#alertJSBG {
	position: fixed;
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
}
#alertJSWin {
	position: fixed;
	width: 200px;
	top: 45%;
	left: 45%;
	background-color: White;
	border-width: 2px;
	border-color: #888888;
	border-style: solid;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	z-index: 100;
}
#alertJSButton {
	background-color: #888888;
	color: #ffffff;
	z-index: 100;
}
/***************************************************************************************
* Div alert JS Erreur
***************************************************************************************/
#alertJSErrBG {
	position: fixed;
	background-color: #ff0000;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
}
#alertJSErrWin {
	position: fixed;
	width: 200px;
	top: 45%;
	left: 45%;
	background-color: White;
	border-width: 2px;
	border-color: #ff0000;
	border-style: solid;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	z-index: 100;
}
#alertJSErrButton {
	background-color: #ff0000;
	color: #ffffff;
	z-index: 100;
}
/***************************************************************************************
* Div confirmation suppression
***************************************************************************************/
#confirmDiv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#confirmBG {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-align: center;
	vertical-align: middle;
	z-index: 100;
}
#confirmWin {
	position: fixed;
	width: 200px;
	top: 45%;
	left: 45%;
	background-color: White;
	border-width: 2px;
	border-color: #888888;
	border-style: solid;
	padding: 20px;
	text-align: center;
	font-weight: bold;
	z-index: 100;
}
#confirmWin input {
	background-color: #888888;
	color: #ffffff;
}
/***************************************************************************************
* Div search
***************************************************************************************/
#divSearch {
	position: absolute;
	border: solid #000000 1px;
	width: 600px;
}
.searchLib {
	text-align: right;
}
.searchVal {
}
.searchButton {
	text-align: center;
}
#search {
	width: 100%;
	background-color: #ffffff;
}
#search th {
	background-color: #330000;
	color: #ffffff;
	font-size: 12px;
	height: 25px;
}
.searchTh1 {
	width: 50%;
	text-align: left;
}
.searchTh2 {
	width: 50%;
	text-align: right;
}
#search td {
	background-color: #e3d9d8;
	font-size: 12px;
}
/***************************************************************************************
* Div Export Excel
***************************************************************************************/
#divExportExcel {
	position: absolute;
	border: solid #000000 1px;
	width: 400px;
}
.exportExcelLib {
	text-align: right;
}
.exportExcelVal {
}
.exportExcelButton {
	text-align: center;
}
#exportExcel {
	width: 100%;
	background-color: #ffffff;
}
#exportExcel th {
	background-color: #330000;
	color: #ffffff;
	font-size: 12px;
	height: 25px;
}
.exportExcelTh1 {
	width: 30%;
	text-align: left;
}
.exportExcelTh2 {
	width: 70%;
	text-align: right;
}
#exportExcel td {
	background-color: #e3d9d8;
	font-size: 12px;
}
.exportExceltdBoutonGauche {
	background-color: #e3d9d8;
	font-size: 12px;
	width: 50%;
	text-align:right;
	padding-right:4px;
}
.exportExceltdBoutonDroit {
	background-color: #e3d9d8;
	font-size: 12px;
	width: 50%;
	text-align:left;
	padding-left:4px;
}

/***************************************************************************************
* Aide en ligne
***************************************************************************************/
.divAide
{
	position: absolute;
	width: 300px;
	border: 1px solid #320000;
	background-color: #ffffff;
	text-align: left;
	z-index: 20;
}
.aideEntete
{
	background-color: #320000;
	color: #ffffff;
	font-weight: bold;
}
.aideContenu
{
	background-color: #ffffff;
	color: #320000;
}
.aideTitre
{
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	font-syle: normal;
	font-size: 12px;
}
.aideTexte
{
	color: #0000ff;
	text-align: left;
	font-syle: normal;
	font-size: 12px;
	font-weight: normal;
}
/***************************************************************************************
* Liste
***************************************************************************************/
.entete {
	font-weight: bold;
	font-size: 16px;
}
.results {
	font-size: 12px;
}
#liste {
	background-color: #ffffff;
}
#liste th {
	background-color: #330000;
	color: #ffffff;
	font-size: 12px;
	height: 25px;
}
#liste th a {
	color: #ffffff;
	font-size: 12px;
}
#liste .ligne1 {
	background-color: #c8c2c1;
	font-size: 12px;
}
#liste .ligne2 {
	background-color: #e3d9d8;
	font-size: 12px;
}
.action {
	text-align: center;
	width: 100px;
}
.tdAction {
	width: 20px;
	padding: 0px 2px 0px 2px;
}
.paginationExt {
	text-align: left;
	font-size: 12px;	
}
.paginationOut {
	padding: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #d7d4d3;
	border-width: 1px 0px 1px 0px; 
}
.paginationIn {
	padding: 4px;
	/*background-color: #efefee;*/
	background: url('/img/pageBG.png');
	background-repeat: repeat-x;
	background-position: top;
	font-size: 12px;
	font-weight: bold;
	color: #320000;
}
.collapseArrow {
	float: left;
	margin-right: 4px;
}

.pagination {
	width: 100%;
	text-align: center;
}
.pagination {
	
}

.tdFooter {
	background-color: #888888;
	color: #ffffff;
	font-size: 12px;
	height: 25px;
}
/***************************************************************************************
* Détail
***************************************************************************************/
.readOnlyTextAreaDiv {
	height: 100px;
	width: 292px;
	border: dotted #888888 1px;
	overflow: auto;
	padding: 2px;
}

.divInfos
{
	position: absolute;
	width: 300px;
	border: 1px solid #320000;
	background-color: #ffffff;
	text-align: left;
	z-index: 20;
	color: #320000;
	padding: 2px;
	font-weight: normal;
}
/*
.divInfos th
{
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	font-syle: normal;
	font-size: 12px;
}

.divInfos td
{
	background-color: #ddddff;
	color: #0000ff;
	text-align: left;
	font-syle: normal;
	font-size: 12px;
	font-weight: normal;
}*/
