﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    /*min-height:1000px;*/
    /*min-width:1000px;*/
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.headerMenuOperation
{  
    margin: 0px;
    padding: 0px;
    /*background: #465c71;*/
    background: #8d939a;
    width: 100%;
    position:fixed;
    z-index:1029;
    min-height:40px;
}

.headerMenuLogicia
{  
    margin: 0px;
    padding: 0px;
    background: #8d939a;
    width: 100%;
    position:fixed;
    z-index:1055;
    /*height:40px;  */
    min-height:30px; 
    display:block;
}
.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    z-index:50;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    background-color: #8d939a;
    color:White;
    padding: 8px 0px 8px 8px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;    
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    /*background-color:#3a4f63;*/
    width:100%;
    padding-left:17px;    
}

div.menu
{
    padding: 4px 0px 4px 8px;  
    /*max-height:100px;  */
    /*min-width:150px;*/
}

div.menu ul
{
    list-style: none;
    line-height: 1.35em;
    margin: 0px;
    padding: 5px;
    width: auto;        
}

/*div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px;
    text-decoration: none;
    white-space: nowrap;
    margin-right:8px;
    margin-bottom:5px;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}*/

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
    text-align:center;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 220px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 220px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
    text-align:center;
}

/* MISC  ----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    /*font-size: 1.1em;*/
    display: block;
    text-align: right;
    padding-top: 0px;
    color: White;
    margin-right:10px; 
    text-align: center;    
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
    text-align:center;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: center;
    padding-right: 10px;
}


/*LOGICIA  ----------------------------------------------------------*/
.formSite
{
	width:100%; 
	height:100%;		
}

.divformSite
{
	width:1068px; 
}


.divContainer, .divContainer
{
	width:100%; 
	overflow:auto;
	overflow:hidden;
}	

#MenuLogiciaTop, .MenuLogiciaTop
{
	
	/*height:40px;*/
    font-size: 10px;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color:Black; 
    font-weight:bold; 	
    text-align:center;
    width:60px;
    float:right;
}
#MenuLogiciaTop a:link, #MenuLogiciaTop a:visited, .MenuLogiciaTop a:link, .MenuLogiciaTop a:visited
{
	text-decoration:none;
	color:Black;
}
#MenuLogiciaTop a:hover, .MenuLogiciaTop a:hover
{
	text-decoration:underline;
}



/**************************************************************************************/
/* BLOC */

#divSeparator15, .divSeparator15
{
	width:100%; 
	height:15px;
}	
#divSeparator, .divSeparator
{
	width:100%; 
	height:20px;
}	

#Bloc, .Bloc
{
    /* background: url(images/background_nav_main.gif) repeat-x;*/
    /*filter: alpha(opacity = 70);*/
    background-color: #8d939a;   
    border-color: #CFD1D2;
    border-style:double;
    border-width:6px;
    
    /*font-size: 14px;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: White;    */
	
	padding-Top:7px; 
	padding-left:20px; 
	padding-right:20px; 
	padding-bottom:7px;
	text-align: left;   
    
}

#Bloc a:link, #Bloc a:visited
{
    /* background: url(images/background_nav_main.gif) repeat-x;*/
    font-size: 18px;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: White;    
}

#TitreBloc, .TitreBloc
{
    /* background: url(images/bg_bloc_title.gif) repeat-x;*/
    font-size: 18px;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: White;       
}


#BlocEntete, .BlocEntete
{
    /* background: url(images/background_nav_main.gif) repeat-x;*/
    /*filter: alpha(opacity = 75);*/
    background-color: #3D3D3F;   
	vertical-align:middle; 
	text-align: left;
	
    font-size: 14px;
    font-weight:bold;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: White;    	

	padding-left:10px; 
	padding-right:10px; 
	padding-top:5px;
	padding-bottom:5px;
	
	overflow:hidden;    
	clear:both;    
}


#BlocFooter, .BlocFooter
{
    /*filter: alpha(opacity = 75);*/
    background-color: #434844;   
	vertical-align:middle; 
	text-align: left;
	 
    font-size: 12px;
    font-family: Verdana, Arial, Tahoma, sans-serif;  
    color: White;   
    
    margin-bottom: 20px;   

	padding-left:10px; 
	padding-right:10px; 
	padding-top:5px;
	padding-bottom:5px;
	
	overflow:hidden;    
	clear:both;         	
}

#BlocFooter a:link, #Bloc a:visited, .BlocFooter a:link, .Bloc a:visited
{
    font-size: 12px;
    font-family: Verdana, Arial, Tahoma, sans-serif; 
    color: White;    
}


#BlocListe, .BlocListe
{
    /* background: url(images/background_nav_main.gif) repeat-x;*/
    /*filter: alpha(opacity = 70);*/
    /*background-color: #868789;   */
	vertical-align:middle; 
	text-align: left;

    font-size: 12px;
    font-family: Verdana, Arial, Tahoma, sans-serif; 
    color: Black;    	

	padding-left:10px; 
	padding-right:10px; 
	padding-bottom:3px;
	padding-top:3px;
	
	overflow:hidden;    
	clear:both;
}
#BlocListe a:link, #BlocListe a:visited, .BlocListe a:link, .BlocListe a:visited
{
    font-size: 12px;
    font-family: Verdana, Arial, Tahoma, sans-serif; 
	text-decoration:none;
    color: Black;      
}
#BlocListe:hover, .BlocListe:hover 
{
    background-color: #DCDBDB;       
}

#BlocListeWhite, .BlocListeWhite
{
    /* background: url(images/background_nav_main.gif) repeat-x;*/
    /*filter: alpha(opacity = 70);*/
    /*background-color: #868789;   */
	background-color:#FFFFFF;
	color:Black;
	
	vertical-align:middle; 
	text-align: left;
	
    font-size: 12px;
    font-family: Verdana, Arial, Tahoma, sans-serif; 
    color: Black;    	

	padding-left:10px; 
	padding-right:10px; 
	padding-bottom:3px;
	padding-top:3px;
	
	overflow:hidden;    
	clear:both;
}
#BlocListeWhite a:link, #BlocListeWhite a:visited, .BlocListeWhite a:link, .BlocListeWhite a:visited
{
    font-size: 12px;
    font-family: Verdana, Arial, Tahoma, sans-serif; 
	text-decoration:none;
    color: Black;      
}
#BlocListeWhite:hover, .BlocListeWhite:hover 
{
    background-color: #DCDBDB;       
}

#BlocSeparatorListe, .BlocSeparatorListe
{
	height:3px;  
}

#BlocSeparatorListe15, .BlocSeparatorListe15
{
	height:15px;  
}


#BlocListeSousTitre, .BlocListeSousTitre
{
    background-color: #d2d2d2;   
	vertical-align:middle; 
	text-align: left;

    font-size: 12px;
    font-family: Verdana, Arial, Tahoma, sans-serif; 
    color: Black;    	
    font-weight:bold;

	padding-left:10px; 
	padding-right:10px; 
	padding-bottom:5px;
	
	overflow:hidden;    
	clear:both;
}


.FicheErreur
{
    /* background: url(images/background_nav_main.gif) repeat-x;*/

    font-size: 12px;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: Black; 
    font-weight:bold;
        
    background-color:Red;   
    border-color: #CFD1D2;
    border-style:double;
    border-width:6px;

    background-image:url('images/erreur.png');
    background-position: right top;
    background-repeat:no-repeat;	    


	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	
	text-align:Left;

	margin-bottom: 20px;
	padding-top:10px;	
}


/* Fiche Usager*/
#FicheGlobalUsager, .FicheGlobalUsager
{
    background-image:url('~/images/menu_logicia_top/menu_usager.png');
    background-position: right top;
    background-repeat:no-repeat;	
}
#FicheGlobalUsager a:link, #FicheGlobalUsager a:visited, .FicheGlobalUsager a:link, .FicheGlobalUsager a:visited
{
    color: Black;      
}

#FicheTitle, .FicheTitle
{
    /*background: url(../images/bg_bloc_title.JPG) repeat-y;*/
    background-color: #3D3D3F;
    font-size: 18px;
    font-family: Verdana, Arial, Tahoma, sans-serif;
    color: White;       
    text-transform:uppercase;
    font-weight:bold;
    height:30px;
    
    margin-top:-5px;
    margin-left:0px;
    padding-left:20px;
    padding-top:8px;
    margin-bottom:20px;
}

#FicheGlobalSearch, .FicheGlobalSearch
{
    background-image:url('~/images/menu_logicia_top/images/menu_search.png');
    background-position: right top;
    background-repeat:no-repeat;	
}


/* ALBUM */

#blockPhoto, .blockPhoto
{
    border: 1px solid #FFFFFF;
    padding: 3px;
    margin: 2px 0 5px 0;
    vertical-align: top;
    width: 740px;
}


#blockalbum, .blockalbum
{
    background-color: #868789;
    border: 1px solid #1E374D;
    padding: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    width: 225px;
    font-size: 10px;
    font-family: Verdana, Arial, Tahoma, sans-serif; 
	color:white;    
}

.blockalbum a:link, .blockalbum a:active, .blockalbum a:hover, .blockalbum a:visited
{
    font-size: 12px;
    font-family: Verdana, Arial, Tahoma, sans-serif; 
	color:Black;
}

#blockalbum:hover, .blockalbum:hover 
{
    background-color: #DCDBDB;   
}

#blockalbum img, .blockalbum img 
{ 
	border: none; 
	display: inline;
}

#albumcontentleft, .albumcontentleft
{
    float: left;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #8d939a;             
    border-color: #CFD1D2;
    border-style:double;
    border-width:6px;
   
}

#albumcontentright, .albumcontentright
{
    float: left;
    width:100%;
    margin-left: 0px;
    background-color:#434844;
    border-color: #CFD1D2;
    border-style:double;
    border-width:6px;
    font-size: 10px;
    font-family: Verdana, Arial, Tahoma, sans-serif; 
	color:white; 
}

.content
{
    overflow: hidden;
    position: absolute;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
    top: 80px; 
    bottom: 0px;
    left: 160px;
    right: 0px;
    padding: 0px 10px;
    overflow: auto;
}
.sideNav
{
    padding: 10px 0;
    position: fixed;
    left: 0px;
    top: 80px; /* same as .content top*/
    bottom: 0px;
    width: 150px;
    background-color: #f1f1f1;
    border-right: 1px solid #bbc0c4; /*z-index: 1020;  10 less than .navbar-fixed to prevent any overlap */
    text-align:center;
    font-size:11px;
    font-weight:bold;
}

/*Menu Soumission*/
#menuSoumission {
    position: fixed;
    right: 0;
    top: 40%;
    width: 10em;
    margin: 0 0 0 0;
    z-index: 5;
    /*background: hsla(80, 90%, 40%, 0.7);*/
    /*border: solid hsla(80, 90%, 40%, 0.5);*/
    border-color: #CFD1D2; /*ajouter par moi*/
    border-style:double; /*ajouter par moi*/
    border-width:6px; /*ajouter par moi*/
    /*filter: alpha(opacity = 70);*/ /*ajouter par moi*/
    background-color: #DCDBDB;  /*ajouter par moi*/
    border: solid;     /*ajouter par moi*/
    color: white;
    font-weight: bold;
    /*font-size: large;*/
    text-align: left;
    border-right: none;
    padding: 0.5em 0.5em 0.5em 2.5em;
    box-shadow: 0 1px 3px black;
    /*border-radius: 3em 0.5em 0.5em 3em;*/
  }
  #menuSoumission li { margin: 0 }
  #menuSoumission a { color: inherit }

  /* Make menu absolute, not fixed, on IE 5 & 6 */
  #menuSoumission { position: absolute }
  *>#menuSoumission { position: fixed }

/*  p.stb { text-indent: 0; margin-top: 0.83em }
  p.mtb { text-indent: 0; margin-top: 2.17em }
  p.ltb { text-indent: 0; margin-top: 3.08em }*/
 
 /****************************************/

 /****************************************/
 /* POP UP
 /****************************************/
.modal {
    /*background-color:#fff;*/
    display:none;
    width:100%;
    padding:15px;
    text-align:left;
    border:2px solid #333;
    opacity:0.8;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
  }

.modal h2 {
    background:url(/media/img/global/info.png) 0 50% no-repeat;
    margin:0px;
    padding:10px 0 10px 45px;
    border-bottom:1px solid #333;
    font-size:20px;
  }
  /****************************************/
  
  .DisabledTextBox {
  /*background-color: #C0C0C0;
  border: solid 1px #A0A0A0;
  color: #A0A0A0;*/
  width:100%;
  height:100%;
}