﻿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:#21B4FC;
}

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-left:13px;
}
#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:#21B4FC;       
}

#footer 
{
    background:url('../Images/bordureFooter.gif') top left repeat-x;
    padding-top:10px;
    text-align:center;
}
.txtPopupSelect 
{
    margin-bottom:4px;
}
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;
}

.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;
}

.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: #21B4FC;
}



.sousTitreDroite
{
    background:url('../Images/backSousTitreDroite.gif') top left no-repeat;
    width:2px;
}
.cadreSousTitre 
{
    margin-left:76px !important;
    margin-left:0px;
}
.titreDecale 
{
    margin:10px 0 0 50px;
    display:block ;
}

.menuContextuel 
{
     text-align:left;
     position:absolute;
     z-index:2;
     width:175px;
     border:solid 1px #747474;
     background-color:white;   
}

.menuContextuel a 
{
    text-decoration:none;   
}

.ContainerPopup
{
	background-color:white;
	border:solid 1px black;
}
.ContainerPopup .Header
{
	background-color:blue;
	border-bottom:solid 1px black;	
	padding: 2px;
	height:20px;
}
.ContainerPopup .Header TABLE
{
	width:100%;
}
.ContainerPopup .Content
{
}

.ContainerPopup .Header .Title
{
	color:white;
	font:bold 12px verdana; 
}
.ContainerPopup .Header .Close
{
	width:12px;
	text-align:center;
}
.ContainerPopup .Header .Close A
{
	color:gray;
	font:normal 12px verdana; 
	text-decoration:none;	
}
.ContainerPopup .Header .Close A:Hover
{
	color:white;
}


/*************/
/* Page d'accueil */
/*************/

.divPresentation 
{
    color:#999999;
}
.identite 
{
    color:#21B4FC;   
}
.blocAccueilGauche, .blocAccueilDroite
{
     width:370px !important; 
     width:368px;
    float:left;
 }
 .blocAccueilGauche 
 {
    padding-right:3px;
}
.blocAccueilDroite
{
    padding-left:10px;
    border-left: solid 1px #CCCCCC;
    
}



.libelle
{
    vertical-align: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;
	
}

.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
{
    width:105px;
    height:19px;
    color:#210043;
    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;
}

/****************/
/*     Onglets          */
/****************/
.FormContent 
{
    clear:both;
}
ul#menuVisu
{
	padding:0;
	margin:0;
	text-align:left;
	margin-left:15px !important;
}
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;
}	

/******************/
/*        Formulaires       */
/******************/
.Form
{
    margin:auto;
	BORDER: solid 1px #E5E3D5;
	border-collapse:collapse;
	width:600px;
	text-align:left;
}
.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;
}


/*********************/
/*        PAGE DE LOGIN       */
/*********************/
.global {
height:100%;
width:100%;
text-align:center;
margin:auto;
}

#Accueil img 
{
    float:left;
    margin-left:20px;
}

#Accueil #cadreForm 
{
    margin-left:110px;
    float:left;
    text-align:center;
}

#Accueil #divLogin,#Accueil #divMdp 
{
    text-align:left;
}

#Accueil .libelle 
{
    line-height:20px;
    width:100px;
    display:block;
    float:left;
    background-color:Transparent;
}

.mdpOublie 
{
    position:relative;
    margin-top:-370px;
    margin-left:500px;
    z-index:2;
    width:300px;
    padding:5px;
    background-color:White;
    border:solid 2px #A5A5A5;
}

/**********************/
/*             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:#21B4FC;
}

/**********************/
/*             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;
}




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:137px;
	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:#21B4FC;
}

a.MenuSelected{
   color:#21B4FC;
}

/* 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:#21B4FC;
}


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:#21B4FC;
}


.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;
}
.Grid td,
.Grid th
{
    vertical-align:top !important;    
}

.headerMasque,
.itemMasque
{
    display:none;
}

.GridHeader
{
    text-align : center;
}

.GridHeader th 
{
    /*background-image:url('../Images/backGridHeader.gif');*/
    border-top:solid 2px #214BAA;
    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 a, .GridItem a
{
	color:Black;
}

.GridItem
{
	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.GridItemSansSeparateur, td.GridAlternatingItemSansSeparateur
{
    border-right-width:0px;
}
.GridFooter 
{
	background-color:#CCCCCC;
	color:gray;
}
.pagination
{
	font-size:11px;
	text-align:right;
	padding-right:20px;
	background-color:#E5E3D5;
	color:gray;

}
.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;
}


.numIncident, .etatIncident
{
    display:block;
    float:left;
    margin-top:12px;
    margin-bottom:8px;
}
.etatIncident 
{
    width:200px;
    clear:right;
}
.numIncident 
{
    width:300px;
    margin-left:20px;
}
.ligneDescription,
.ligneAttachment {
    background-color:#E0E0E0;
}