/* GENERAL */
body
  {
    background:  url(../img/bg.png);
    font-family:Helvetica, arial, sans;
    font-size:13px;
  }
  
.code
  {
    font-family: "Courier new", mono;
    font-size:14px;
  }  
  
.code table { width: 100%; }  
.code th { text-align: left;}
.code th, .code td { padding: 8px 8px 16px 8px}
/* HEADER */
#header
  {
    height:40px;
    background: url(../img/header-bg.png) repeat-x;
  }
  
#header h1
  {
    width:370px;
    height: 64px;
/*
    background: url(../img/header-logo.png) no-repeat;
    text-indent: -9999px;
*/
    margin: 0 0 0 30px;
    line-height: 1.6em;
    font-size: 24px;
    text-shadow: gray  0px 1px;
  }  
  
#header #b-logout
  {
    display:block;
    width:150px;
    height: 40px;
    background: url(../img/header-logout.png) no-repeat;
    text-indent: -9999px;
    position: absolute;
    top:0;
    right:0;
  }   
  
  
 

.logout #header, .logout #menu { display:none;}
  
/* MENU */

#menu 
  {
    background: silver;
    text-align: center;
    border-top:4px solid black;
    border-bottom:4px solid #777;
  }

#menu li
  {
    text-align: center;
    font-weight: normal;
  }
  
#menu li ul li
  {
    text-align: left;
    font-weight: normal;
    width:200px;
  }  

#accueil #m-accueil,

#notices_diju #m-dictionnaire-fr,
#notices_diju_mutation #m-dictionnaire-fr,
#notices_dhs #m-dictionnaire-fr,
#atlas #m-dictionnaire-fr,
#maj_dhs #m-maj_dhs,
#notices_allemand #m-dictionnaire-all,
#notices_allemand_dhs #m-dictionnaire-all,

#notices_categories #m-configuration ,
#traductions #m-configuration ,
#utilisateurs #m-configuration ,

#profil #m-profil
  {
    background-color: #777;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;    
/*
    color:black;
    border-top:2px solid black;
*/
  }  
  
#accueil #m-accueil a,
#spectacles #m-spectacles a,
#contenu #m-contenu a,
#impressions #m-impressions a,
#sponsors #m-configuration a,
#organisateurs #m-configuration a,
#groupes #m-configuration a,
#utilisateurs #m-configuration a,
#profil #m-profil a
  {
        
    color:white;  
  }
  
/* Boutons */
.oButton span
  {
    padding: 2px 4px;
  }  
  
.oButton.oSearch
  {
     margin:2px 0 0 -50px;
  }  
  
/* STATS */

.stats
  {
    width:600px;
    margin: 20px 0;
    font-size: 16px
  }
  
.stats th { text-align: left;}  
.stats th, .stats td { padding: 10px;}
#dashboard h1
  {
    font-family: Georgia, "Times New Roman", Times, serif;
    color:gray;
    font-weight: normal;
    font-size:24px;
    margin-bottom: 12px;
  }

#stats
  {
    width:600px;
    margin: 20px auto 0 auto;
    text-align: center;
    padding-bottom: 50px;
  }
  
  

#sitestat
  {
   margin: 0 0 30px 0;
   float:left;
   border: 1px solid #999;
  }

#browserstat
  {
    float:left;
    margin:0 10px 0 0;
    border: 1px solid #999;
  }
  
#osstat
  {
    float:right;
    border: 1px solid #999;
  }  
 
  
/* LISTS */  
.oList
  {
    width:80%;
    margin:40px auto 60px auto;
    padding: 0 0 50px 0;
/*     border-bottom: 1px solid black; */
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    background: white;

  }

.oList th
  {
  
    text-align: left;
    font-size:75%;
    font-weight: normal;
    border-bottom: 1px solid silver;;
    color:#333;
    font-weight: bold;

  }
  
.oList tr:hover
  { background:lightyellow; }

.oList tr.header:hover 
  {
    background: none;
  }

.oList td.oButtonBar
  {
    width:1px;
  }

.oList tr.even, .oList td.even
  { background: white;}
  
.oList tr.odd
  { background: #f5f5f5;}  
  
.oList th, .oList td
  {
    padding:6px
  }  
  
.oList th, .oList tr, .oList td
  {
    vertical-align: middle;
  }  
  

  
.oList img.icon
  {
    vertical-align: bottom
  }  
  
select
  {
    border: 1px solid gray;
    background: white;
    font-family: Helvetica, arial, sans;
        font-size:90%;
  }  
  
/* FORMS */
.oForm
  {
    width:850px;
    margin:40px auto 60px auto;
    background: #f0f0f0;
    padding: 20px;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;    
    border-top:2px solid white;
  }  
  
  
  
.oForm label 
  {
    font-weight:bold;
    display:block;
    float:left;
    width:130px;
    text-align: right;
    padding: 5px 8px 0 0;
  }  
  
.oForm .oCheckbox  
  {
    margin-left:140px;
  }  
  
.oForm .oButtonBar
  {
    text-align: center;
    margin: 30px 0 0 0;
  }  
  
.oErrorMessage
  {
    font-weight:bold;
    color:#f00000;
    font-size:90%;
    padding:0 0 0 6px;
  }  
  
.oForm .oInputError
  {
    border:2px solid #f00000;
  }  
  
.oForm input
  {
    border:1px solid #CBC7BC;
    padding: 2px;
    font-size:90%;
  }  
  
.oForm p
  {
/*     margin-bottom: 8px; */

  }  

.oForm #texte_page_1_f,   
.oForm #texte_page_2_f,  
.oForm #texte_page_1_d,   
.oForm #texte_page_2_d {

  height: 600px;

}  
.oForm textarea
  {
    width:690px;
    margin: 4px 0 16px 0;
     height: 200px; 
  } 
  
#spectacles .oForm textarea
  { height: 300px; }
  
#pages .oForm textarea
  { height: 700px; }  
  
.oTextArea > p  {color:maroon;}  
  
.oForm .oDeleteFile
  {
    vertical-align: top;
    margin-left: 6px;
  }  
  
#oToolbar
  {
    width:100%;
    background-color: #777;
    margin: 0 0 0 0;
    padding:0 0 0 0;
    color:white;
  }  
  
 #oToolbar tr,#oToolbar td
  {  
    vertical-align: middle; 
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 40px;
    padding-right: 12px;
    border-bottom: 1px solid black;
  } 
  
#oToolbar .left { text-align: left;}    
#oToolbar .right { text-align: right;} 
#oToolbar .small {width: 90px;}

   
#oFilterSelectForm span
  {
    font-weight: bold;
  }  
  
/* LOGIN */
#login
  {
    background:  url(../img/bg.png); 
  }

#oLogin .oForm
  {
    width: 350px;
    margin: 40px auto;
    padding:10px;
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
  }  
  
 #cookie
  {
    border: 1px dotted red;
  }  
  
#login #logo
  {
    width: 400px;
    height: 155px;
    text-align: center;
    font-size: 36px;
    margin:20px auto ;
    color:silver;
    font-weight: bold;
    line-height: 5em;
  }  
  
.oErrorLogin
  {
    text-align: center;
    color:#f00000;
    font-size:120%;
    font-weight: bold;
  }  
div.center
  {  
      text-align: center;
  }

#login a
  {
    color:#333;
    text-decoration: none;
    font-size:80%;
    margin: 0 auto;

  }  
  
#login label
  {
    color:#333;
  }  
  
#login a:hover
  { text-decoration:underline; } 
  
/* BOITES DE DIALOGUE */  

#oDelete, #oErrorBox
  {
    width: 300px;
    padding: 50px 50px;
    border: 2px solid white;
    text-align: center;
    vertical-align: middle;
    background: white;
    font-weight: bold;
    margin: 100px auto;
    background: maroon;
    color:white;
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;   
  } 
  
#oDelete .oNO, #oDelete .oYES  
  {
    margin: 30px 5px 0;
  }
  
  
#oNoResults 
  {
    width: 300px;
    padding: 50px 50px;
    text-align: center;
    vertical-align: middle;
    background: white;
    font-weight: bold;
    margin: 100px auto;
    color:#666;  
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;    
  }
  
#oSaved
  {
    width:700px;
    padding: 10px 20px;
    background: #339933;
    color:white; 
    font-weight: bold;
    border: 2px solid #003300;
    margin: 30px auto 30px auto;
    text-align: center;
  }  
  
#oError
  {
    width:700px;
    padding: 10px 20px;
    background: #f00000;
    color:white; 
    font-weight: bold;
     border: 2px solid black;
    margin: 30px auto 30px auto;
    text-align: center;
  }  
  
#oError.mysql
  {
    text-align: left;
    font-family: "Courier New";
  }  
    
  
/* ZOOM */
a[rel=zoom]:hover img
  {
/*     border: 4px solid white; */
  }  
a[rel=zoom] img
  {
/*     border: 4px solid #C2BFB4;; */
  }  
  
/* CRUMBS */
#breadcrumb
  {

    background: white;
		border-bottom: 1px solid silver;
		padding: 0 0 0 12px;
		margin: -4px 0 0 0;

  }

#crumbs 
  {
		height:2em;
		background: white;
		font-size:75%;
		font-weight: bold;



		padding: 0 0 0 0;
  }

#crumbs li 
  {
		float:left;
		line-height:2em;
		padding-left:.75em;
		color:#777;
  }

#crumbs li span 
  {
		display:block;
		padding:0 15px 0 0;
		background:url(../img/crumbs.gif) no-repeat right center;
  }

ul, li 
  {
		list-style-type:none;
		padding:0;
		margin:0;
  }  
  
fieldset 
  { 
    border:1px solid #CBC7BC;; 
    margin: 0 0 12px 0;
    padding: 6px ;
    background: #CBC7BC;;
  }

legend {
  padding: 0.4em 0.5em 1em 0.5em;
  border:1px solid #CBC7BC;;
  color:#333;
  background: #CBC7BC;;
  font-size:90%;
  text-align:left;
  font-weight: bold;
  margin-left: -7px;
  }
  
  
/* FORMULAIRE D'AJOUT DES IMAGES */
#addimages #header, #addimages #menu
  { display:none}
  
/* PREVIEW */
.preview
  {
    background: white;
    margin: 30px auto;
    padding: 20px;
    width:700px;
    line-height: 1.7em;
  }  
  
.preview img, a[rel=zoom] img, .preview a[rel=zoom]:hover img
  {
    border:0;
  }  
    
  
.preview h1.class  { color: black; font-weight: bold; font-size: 20px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin-bottom: 12px; }
.preview h1.class1    { color: black; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin-bottom: 12px;  }
.preview .class6 { color: black; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-decoration: underline }
.preview .class5 { color: black; font-style: italic; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.preview .class3 { color: black; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.preview .class4 { color: black; font-style: italic; font-weight: bold; font-size: 13px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.preview .class2 { color: black; font-weight: bold; font-size: 16px; line-height: 20px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
  
/* PAGINATION */
#oPages
  {
    text-align: center;
    margin: 0px 0 20px 0;
    padding: 0 0 50px 0;
  }  

#oPages strong
  {
    padding: 4px;
    background: #C2BFB4;
    color:black;
    text-decoration: none;
  }  
  
#oPages a
  {
    padding: 4px;
    background: white;
    color:gray;
    text-decoration: none;
  }  
  
/* CONSTRUCTION */
.construction
  {
    margin: 200px 0;
    text-align: center;
    color: gray;
    font-size: 42px;
     text-shadow: white 1px 1px;
  }  
  
/* MAILING */
.mailing-msg
  {
    width: 800px;
    margin: 60px auto;
    text-align: center;
    font-size:12px;
    line-height: 1.4em;
  }
  
/* SEJB */
#page
  {
    width: 1000px;
    margin: 0px auto;
  }  
  
h1.month
  {
    font-family: "Times New Roman";
    font-size: 24px;
    font-weight: 100;
    color:#f00000;
    margin: 0px 0 20px 0;
    padding: 20px 0 0 0;
    clear: both;
  }  
  
.item
  {
    width: 130px;
    min-height: 200px;
    border-left: 1px solid #e1e1e1; 
    border-top: 1px solid #e1e1e1; 
    border-right: 1px solid white; 
    border-bottom: 1px solid white; 
    margin: 0 0 4px 4px;
    float: left;
    padding: 3px;
    font-size:12px;
    background: #f9f9f9;
  }  
  
.item .categorie
  {
    color:#333;
    margin: 8px 0 10px;
    font-size: 11px;
    height: 32px;
    text-align: center;
  }  
 
 .item .title 
  {
    margin: 0px 0 0 0;

  }  
  
.item .title a
  {
    font-size:11px;
    text-decoration: none;
    color:#f00000;
  }  
  
.item .title a:hover
  {
    text-decoration: underline;
    color:black;
  }    
  
.item .size
  {
    margin: 0px 0 0 0;
    color:gray;
    font-size: 11px;
    text-align: center;
  }  
  
.item .size a
  {
    color:gray;
    text-decoration: none;
  }  
  
.item .size a:hover
  {
    text-decoration: underline;
  }  
  
#oLogin .login_options a
  {
    font-size:14px;
    color: gray;
  }  
  
#oLogin .footer
  {
    margin: 30px ;
    text-align: center;
    font-size: 12px;
    color:#999;
  }  
  
#oLogin .footer a
  {  
    font-size: 12px;
      color:#999;
      font-weight: 100;
    font-family: Helvetica, Arial, sans;  
  }  
  
#inscription
  {
    width: 500px;
    margin: 30px auto;
    padding: 60px 20px;
    border: 1px solid black;
    background: white;
    text-align: center;
  }  
  
#inscription h1
  {
    font-size: 24px;
    font-weight: 100;
  }  
  
#inscription p
  {
    margin: 10px 0;
    color:#333;
  }  
  
.thumb
  {
    margin-left: 4px;
    vertical-align: bottom
  }  
  
#bottom
  {
   height: 100px;
   clear: both;
  }  
  
#accueil td { padding-bottom: 12px; vertical-align: top; }  
#accueil td.icon { width:24px;}
#frmMonth { float:right} 

.oForm h1
  {
    font-family: "Helvetica Neue", "Helvetica", arial, sans;
    font-weight: 100;
    font-size: 24px;
    margin: 0 0 20px 0;
  }
  

/* AJAX */
#ajax_log.ajax-loading 
  {
    padding: 20px;
    width:80px;
    margin: 50px auto 20px;
    background: url(../img/ajax-loader.gif) no-repeat center;
  }

#ajax
  {
    width: 700px;
    padding:20px;
    margin: 50px auto 20px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;    
  }  
  
#ajax.error
  {
  	border: 2px solid maroon;
  	color: white;
  	background-color: red;
  }  
  
#ajax.success
  {
  	border: 2px solid #006b01;

  	color: white;
  	background-color: #789c4c;
  	font-weight: bold;
  	text-align: center;  
  }  

#ajax .oButton.oBack  { float:right;}

/* NAVIGATION DANS LES NOTICES
****************************************************************************************************/
#notice_navigation
  {
    width:50px;
    position:fixed;
    top:200px;
    right:0px;
    background: silver;
    padding: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    line-height: 1.4em;
  }
  
#notice_navigation a
  {
    font-size:10px;
    color:#333;
    text-decoration: none;
  }  
  
#notice_navigation a:hover
  {
    color:black;
  }    
  
.oPlaceHolder
  {
    margin-left: 130px;
    line-height: 1.7em;
    background-color: lightyellow;
    padding: 8px;
    width: 670px;
  }  

.oMessage
{
  position: absolute;
  top:124px;
  background: lightyellow url(../img/i-warning.png) 4px 4px no-repeat;
  width: 400px;
  margin: 6px auto 0;
  padding: 6px 6px 6px 26px;
  border: black;
  font-weight: bold;
}

/* PREVIEW
****************************************************************************************************/
#wrapper.preview 
  {
    margin: 0;
    padding: 0;
    width:570px;
  }
  
#wrapper.preview  #header, #wrapper.preview #menu, #wrapper.preview #breadcrumb, #wrapper.preview #notice_navigation, #wrapper.preview .oButton
  {
    display:none;
  }
  
#wrapper.preview label
  {
    display: block; 
    float:none;
    text-align: left;
  }  
  
#wrapper.preview  .oForm  
  {
    margin: 0;
    padding: 0;
    width:570px;
  }
  
/* ACCUEIL
  ****************************************************************************************************/
#accueil h1
  {
    font-size: 20px;
    margin: 0 0 20px 0;
  }  
  
.accueilTitle
  {
    font-size: 16px;
    margin: 0 0 20px 0;
  }  
    
    
#accueil table td
  {
    padding: 10px;
  }    
  
#accueil table td table td
  {
    padding: 2px;
  }  

    