﻿body, textarea
{
    font-family:Arial;
    font-size:13px;
}

body 
{
    color:#747474;
    background-color:#BBBBBB;
    margin:0;
}

li
{
    list-style-image:url('../Images/puce.gif');
}

select 
{
    width:150px;
}


a 
{
    color:#747474;
    font-weight:bold;
}

a:hover 
{
    color:#FF9900;
}

div#cadre {/* conteneur global et arrière-plan du titre du cadre */
    margin:auto;
     text-align:justify;
    width: 977px;
    padding-top: 16px !important;
    padding-top:18px;
    background: url(../Images/hautCadre.gif) top left no-repeat;
}
div#bloccadre {/* arrière-plan bas et sur l'ensemble du cadre */
    background: url(../Images/basCadre.gif) bottom left no-repeat;
    background-color:White;
    padding-bottom: 19px;
    width: 976px;
}


div#cadrePetit {/* conteneur global et arrière-plan du titre du cadre */
    margin:auto;
     text-align:justify;
    width: 660px;
    padding-top: 16px !important;
    padding-top:18px;
    background: url(../Images/hautCadrePetit.gif) top left no-repeat;
}
div#bloccadrePetit {/* arrière-plan bas et sur l'ensemble du cadre */
    background: url(../Images/basCadrePetit.gif) bottom left no-repeat;
    background-color:White;
    padding-bottom: 19px;
    width: 660px;
}

div#cadreInterieur 
{
    margin-top:0px !important;
    margin-top:-3px;
    border-left: solid 3px #A5A5A5;
    border-right: solid 3px #A5A5A5;
}
#imgLogo
{
    float:left;
    margin:3px;
}
#divAide, .SiteLangueCourants
{
    float:right;
    margin-right:5px;
    color:#747474;
    font-weight:bold;
}
#divAide a 
{
    text-decoration:none;
    margin:3px;
    color:#747474;
    font-weight:bold;
}
#divAide a:hover 
{
    color:#FF9900;       
}

#footer 
{
    background:url('../Images/bordureFooter.gif') top left repeat-x;
    padding-top:10px;
    text-align:center;
}

h1
{
    font-size:14px;
    color:#9C8C79;
    font-weight:bold;
    text-align:center;
}

.titreGauche 
{
    background:url('../Images/backTitreGauche.gif') top left no-repeat;
    height:33px;
    width:2px;
}

.titre{
    background:url('../Images/backTitre.gif') top left repeat-x;
    padding:2px 0 0 5px;
    color:Black;
    font-size:0.9em;
    font-weight:bold;
    text-align:left;
    width:100%;
}

.titreDroite
{
    background:url('../Images/backTitreDroite.gif') top left no-repeat;
    width:2px;
}

.sousTitreGauche 
{
    background:url('../Images/backSousTitreGauche.gif') top left no-repeat;
    height:33px;
    width:2px;
}
.tableSousTitre 
{
    width:80%;
}
.sousTitre, .sousTitreOn, .sousTitre_hover, .sousTitreOn_hover{
    background:url('../Images/backSousTitre.gif') top left repeat-x;
    padding:2px 0 0 5px;
    color:Black;
    font-weight:bold;
    text-align:left;
}

.sousTitreOn,.sousTitreOn_hover, .sousTitre_hover:hover{
    background:url('../Images/backSousTitreOn.gif') top left repeat-x;
    color: #FF9900;
}



.sousTitreDroite
{
    background:url('../Images/backSousTitreDroite.gif') top left no-repeat;
    width:2px;
}
.cadreSousTitre 
{
    margin-left:76px !important;
    margin-left:0px;
}

.menuContextuel 
{
     text-align:left;
     position:absolute;
     z-index:2;
     width:175px;
     border:solid 1px #747474;
     background-color:white;   
}

.menuContextuel a 
{
    text-decoration:none;   
}

/*************/
/* Page d'accueil */
/*************/

.divPresentation 
{
    color:#999999;
}
.identite 
{
    color:#FFA449;   
}
.blocAccueilGauche, .blocAccueilDroite
{
     width:370px !important; 
     width:368px;
    float:left;
 }
 .blocAccueilGauche ul, .blocAccueilDroite ul 
 {
    height:130px;
    overflow:auto;
 }
 .blocAccueilGauche 
 {
    padding-right:3px;
}
.blocAccueilDroite
{
    padding-left:10px;
    border-left: solid 1px #CCCCCC;
    

}

.libelle
{
    vertical-align: text-top;
	font-size: 12px;
	text-align:right;
	color: black;
	background-color: #F0F0F0 ;
	padding-right:10px;
	/*color:#585858 ;
	width:100px;*/
}

.valeur 
{
    padding-left:10px;
}
.Erreur
{
	/*font-size : smaller;*/
	color : Red;
	TEXT-DECORATION : none;
	
}

.Rouge 
{
	color : Red;
}

.Bouton
{
	cursor:pointer;
	font-size: 12px;
	text-align: left;
	font-weight:bold;
	color: #FFFFFF;
	border:  solid 1px #FFFFFF;
	background-color: #B2B1A6;
	padding: 2px 5px 2px 25px;
	margin:3px;
	text-decoration:none;
	vertical-align:middle;
}


.bouton_on, .bouton_off,.bouton_long_off, .bouton_long_on
{
    width:105px;
    height:19px;
    color:#996600;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
    border:0;
    cursor:pointer;
}
.bouton_on 
{
        background:url('../images/bouton_on.gif') top left no-repeat;
}
.bouton_off 
{
        background:url('../images/bouton_off.gif') top left no-repeat;
}
.bouton_long_on 
{
    width:200px;
    background:url('../images/bouton_long_on.gif') top left no-repeat;
}
.bouton_long_off 
{
    width:200px;
    background:url('../images/bouton_long_off.gif') top left no-repeat;
}

/****************/
/*     Onglets          */
/****************/
ul#menuVisu{
	padding:0;
	margin:0;
	text-align:left;
}
ul#menuVisu li{
    list-style-image:none;
    list-style-type:none;
	float:left;
}
ul#menuVisu li a{
	text-decoration:none;
	color:#000000;
	cursor:pointer;
}    	


.visu{
    position:absolute;
    top:-10000px; 
	text-align:left;
	padding:5px;
	width:90%;
	clear:both;
}	

/******************/
/*        Formulaires       */
/******************/
.Form
{
    margin:auto;
	BORDER: solid 1px #E5E3D5;
	border-collapse:collapse;
	width:600px;
	text-align:left;
}
.Form HR
{
	border: 0;
	border-top: 1px solid #E5E3D5;
	height: 1px;
}

.FormHeader
{
	text-align : left;
	font-weight:bolder;
	background-color:#E5E3D5;
	border:solid 1px #E5E3D5;
	border-style:solid;
}
.FormSousTitre
{
	text-align : left;
	font-weight:bolder;
	background-color:#F0F0F0;
	border:#F0F0F0 1px solid;
	border-style:solid;
}
.imgCalendrier 
{
    cursor:pointer;
    background-image:url('../Images/calendrier.gif');
    background-repeat:no-repeat;
    background-position:left;
    width:24px;
    height:22px;
    display:inline-block;
}


/*********************/
/*        PAGE DE LOGIN       */
/*********************/
.global {
height:100%;
width:100%;
text-align:center;
margin:auto;
}

#Accueil img 
{
    float:left;
    margin-left:20px;
}

#Accueil #cadreForm 
{
    float:left;
    text-align:center;
}

#Accueil #divLogin,#Accueil #divMdp 
{
    text-align:left;
    margin-left:100px;
}

#Accueil .libelle 
{
    line-height:20px;
    width:100px;
    display:block;
    float:left;
    background-color:Transparent;
}

.mdpOublie 
{
    position:absolute;
    margin-top:-30px;
    width:300px;
    padding:5px;
    background-color:White;
    border:solid 2px #A5A5A5;
    text-align:left;
}

/**********************/
/*             Map Path           */
/**********************/
.MapPath 
{
    margin-bottom:5px;
	font-weight:bold;
	text-align:right;
	color:Black;
	text-decoration:none;
}

a.MapPath
{
	font-weight:bold;
	color:#747474;
	text-decoration:none;
}
a.MapPath:hover
{
	color:#FF9900;
}

/**********************/
/*             MENUS                */
/**********************/
ul.Menu
{
	margin: 3px;
	margin-bottom:0px;
	list-style: none;
	font-size:1.1em;
	height:51px;
	padding:0;	
	width:99%;
	background:url('../Images/backMenu.gif') repeat-x;
}

ul.Menu li{
	float:left;
	list-style-image:none;
}

div.ContenuSousMenu, div.ContenuSousMenuAccueil 
{
    height:460px;
    overflow:auto;
}
div.ContenuSousMenuAccueil 
{
    height:340px;
    width:200px; 
    overflow-y:scroll;   
}

div.ContenuSousMenuAccueil ul {
    float:none !important;
}


div.SousMenu ul, div.SousMenu
{
	margin: 0 0 0 3px !important;
	margin-left:1px;
	list-style: none;
	clear:left;
	float:left;
	padding:0;	
}

div.SousMenu ul 
{
    width:90%;
}


/* Menu */
a.Menu , a.MenuSelected 
{
	height:51px !important;
	height:53px; /* Pour absorber le décalage vers le bas du texte du menu */
	width:115px;
	background:url('../Images/menuItem.gif') repeat-x;
    color: #747474;
	font-weight:bold;
	text-decoration:none;
	display: block;
	padding-top: 15px;
	text-align:center;
	float:left;
}

a.Menu:hover, a.MenuSelected:hover 
{
    height:51px;
  	background:url('../Images/menuItemOn.gif') repeat-x top;
    border-width:0px;
    padding-top: 17px;
    
    color:#FF9900;
}

a.MenuSelected{
   color:#FF9900;
}

/* Sous-Menu */
div.SousMenu
{
    width:200px;   
    padding:1px;
    float:left; 
}

div.SousMenu li 
{
    list-style-image:none;
}

a.SousMenu, a.SousMenuSelected
{
    color: #747474;
	text-decoration: none;
	text-align:center;
	margin: 0;
	font-weight:bold;
}

a.SousMenuSelected, a.SousMenu:hover
{
    color:#FF9900;
}


a.SousMenuNiveau2, a.SousMenuNiveau2Selected
{
   color: #747474;
   font-weight:bold;
	text-decoration: none;
	font-size:0.8em;
	margin-left: 30px;
}

a.SousMenuNiveau2Selected, a.SousMenuNiveau2:hover
{
    color:#FF9900;
}


.contenu, .contenuElargi
{
  	margin-left:208px;
  	padding-left:5px;
    background-color:White;
    min-height:500px;
    height:auto !important;
    height:500px;
    border-left:solid 2px #CCCCCC;   
}

.contenuElargi 
{
    border-width:0px;
    margin-left:0;
    width:950px;
}



/***********************/
/*             GridView                */
/***********************/
.Grid
{
	width:600px;
	margin:auto;
}

.GridHeader
{
    text-align : center;
}

.GridHeader th 
{
   /*  background-image:url('../Images/backGridHeader.gif');*/
    border-top:solid 2px #DFAC42;
    border-bottom:solid 2px #CCCCCC;
    background-position:top left;
    height:35px !important;
    height:30px;
    border-right:solid 1px #CCCCCC;
    background-repeat:repeat-x;
    padding-top:3px;
}
.GridHeader td
{
    padding:3px 1px;
    text-align:center;
    font-weight:bold;
    vertical-align:top;
    border:solid 1px #CCCCCC;
    border-left:none;
}


.GridHeader a, .GridItem a
{
	color:Black;
}

.remise td 
{
    background-color:#FFE87F;
}

.GridItem
{
    vertical-align:top;
	text-align : left;
	font-size: 12px;
	color:#585858 ;
}

.GridItem td, .GridAlternatingItem td
{
    padding:3px;
    border:solid 1px #CCCCCC;
    border-left-width:0px;
}

th.GridHeaderSansSeparateur, td.GridHeaderSansSeparateur, td.GridItemSansSeparateur, td.GridAlternatingItemSansSeparateur
{
    border-right-width:0px;
    white-space:nowrap;
}
.GridFooter 
{
	background-color:#CCCCCC;
	color:gray;
}
.GridFooter td
{
    vertical-align:top;
}
.pagination
{
	font-size:11px;
	text-align:right;
	padding-right:20px;
	background-color:#E5E3D5;
	color:red;

}
.pagination a:link,.Pagination a:visited  
{
	font-weight:bold;
	color:gray;
	text-decoration:none;
}
.pagination a:hover
{
	color:red;
}

.GridAlphabet a
{
    text-transform:uppercase;
    color:#9A9A9A;
    text-decoration:none;
}

.GridAlphabet a:hover 
{
color:#747474;
}


/*****************************/
/*         PAGE : LesModeles.aspx          */
/*****************************/

.gridLesModeles{
	width:80%;
	margin-bottom:20px;
}

.gridLesModeles td{
	text-align:center;
}	


.logo6tm 
{
    float:left;
}

.identiteWP 
{
    width:400px;
    margin-bottom:20px;
    float:right;
}

.avertissementWP 
{
    clear:both;
}

.detailErreurs 
{
    padding:5px;
    margin-left:20px;
    background-color:#F0F0F0;
}

/* DOCIS */
.pageReindexationDocis 
{
    width:400px;
    text-align:center;
    margin:20px auto;
}

.boutonExpTva 
{
    text-decoration:none;
    font-weight:bold;
    cursor:pointer;
    text-align:center;
    background-color:#FFAF00;
    border:solid 2px #F0F0F0;
    display:block;
    width:20px;
    height:20px;
}
a.boutonExpTva:hover 
{
    color:White;
}


/***************************/
/* Contenu Bibliothèque GestionDoc */
/***************************/
.tableContenuBibliotheque 
{
    width:100%;
}
.tableContenuBibliotheque td  
{
    border:solid 1px #CCCCCC;
    vertical-align:top;
}

.theme
{
    background:url('../Images/dossierFerme.gif') left top no-repeat;
    text-decoration:none;
    padding-left:20px;
}

.tableContenuBibliotheque td .ouvert
{
    background-image:url('../Images/dossierOuvert.gif');
}
.tableContenuBibliotheque td .courant 
{
    color:#FF9900;
}
   

.fileUpload {
    display:inline;
}

.validation {
    width:100%;
}
.validation .libelle {
    width:100px !important;
}
.validation .modif {
    border-right:solid 1px #CCCCCC;
    width:290px;
    vertical-align:top;
    border-top:dotted 1px #CFCFCF;
}
.validation .actuelle {
    width:250px;
    padding-left:5px;
    vertical-align:top;
    border-top:dotted 1px #CFCFCF;
}
.validation h4 {
    margin:0;
}
.validation .texteValide {
    border:solid 1px #cccccc;
    display:block;
}
.actuelle img {
    width:120px;
}
.ligneModifiee td,
.cadreModifie {
    background-color:#FF9F9F !important;
    color:#000000;
}
.ligneModifiee td .Erreur {
    background-color:White;
    font-size:12px;
    font-weight:bold;
}

.choixAdherent {
    border:solid 1px #cccccc;
    border-top:none;
    width:380px;
    padding:3px 10px;
    margin:auto;
}
.choixAdherent select {
    width:250px;
}

.choixFournisseur {
    border:solid 1px #cccccc;
    border-top:none;
    width:380px;
    padding:3px 10px;
    margin:auto;
}
.choixFournisseur select {
    width:250px;
}

.celluleOk {
    background-color:#00FF00;
    color:Black;
}
.celluleKo {
   background-color:#FF0000;
   color:Black;
}
.total {
    text-align:center;
    font-weight:bold;
    color:#000000;
}
.ficheVigie td {
    padding:5px 2px;
}
.produitsVigie {
    width:100%;
}
.produitsVigie td {
    white-space:normal !important;
}
.produitsVigie td input {
    width:120px;
}
.fournisseursConcurrents {
    width:100%;
}
.fournisseursConcurrents td {
    border:none;
    height:20px;
    padding:0;
}
.fournisseursConcurrents td.nom {
    padding-left:5px;
}
.fournisseursConcurrents td.actions {
    width:60px;
    text-align:center;
}
.signaletique {
    width:98%;
    overflow:auto;
}
.signaletique .check {
    text-align:center;
}

.RadioList td, tr
{
	border:none;
}

.ligneFournisseurConcurrent
{
	padding-top:4px;
	height:20px;	
}

.ligneFournisseurConcurrentExport
{
	padding-top:0px;
	height:20px;	
}

.modalBackground
{
	background-color:#929292;
	opacity: 0.5;
	filter:alpha(opacity=50);
	z-index:2;
}

.modalPopup
{
	background-color:#FFFFFF;
	padding:15px;
}

.fermePopup
{
	margin-bottom:30px;
	float:right;
}
.toMajuscules {
    text-transform:uppercase;
}
.loading {
    margin-top:100px;
    margin-left:100px;
    padding:40px 150px;
    border:solid 1px #FF9900 !important;
    position:absolute;
    z-index:2;
    text-align:center;
    background:url('../Images/chargement.gif') 100px 50px no-repeat;
    background-color:#ffffff;
}