﻿body
{
	margin: 5, 5, 5, 5;
	font-family:Arial;
	font-size:12px;
}

body.generalBG
{
	background-color: rgb(37,38,38);	 	 
	 background-repeat:no-repeat;
	 vertical-align:middle;
	 background-position:top;
}

body.menuBG
{
	background-image:url(MenuSepRight.jpg);
	 background-repeat:repeat-y; 
	 margin-top:10px;
}

h1
{
	color:Gray;
	font-size:200%;
	text-align:center;
}

h3 
{
	font-size:200%;
	color: gray;
}

.lien
{
	text-decoration:none;
	font-weight:bold;
    color: blue;
}

.lien:hover
{
	color:black;
}

.boldText
{
	font-weight:bold;
	font-size:13px;
}

.filterHeader
{
	font-weight:bold;
	font-size:15px;
}

.waitMessage
{	
	font-size:14px;
}

.message
{
	font-style:italic;
	font-size:15px;
}

.searchKeywords
{
	color:#808080;
}

.messageHeader
{
	font-weight:bold;
	font-size:18px;
}

a.message
{
	text-decoration:none;
	font-weight:bold;
	color:blue;
	font-size:15px;
	font-style:normal;
}

a.message:hover
{
	color:black;
}

.imgNoBorder
{
	border-width:0px;
}

.menuItem
{
	text-decoration:none;
	font-weight:bold;	
	font-size:15px;
	color:black;
}

.menuItem:hover
{
	color:red;
}

.menuItemClick
{
	color:red;
	text-decoration:none;
	font-weight:bold;	
	font-size:15px;
}

ul.menuItemList 
{
	list-style: none;
	margin:0;
    padding:0;

}
ul.menuItemList li:before 
{
	display:		inline-block;		
  	width:		0; 		
  	height:		0; 	
	border-top:		solid transparent;
	border-bottom: 	solid transparent;
	/*border-left:	        solid #f00;	 */
	border-width:	5px;
	content:		' ';
	margin-right:	5px;

}

ul.menuItemList li
{
	
    border-top: 1px solid rgb(90,90,90); 
    /*border-bottom: 1px solid white;*/
    height: 35px;
    text-align: left;
    padding-left: 20px;
    padding-top: 10px;
}

ul.menuItemList li:hover
{
    background-color: red;

}


hr.menuItemSeparator
{
	color: silver;
	background-color: silver;
	height: 3px;
	border: 0;     
}

.userSectionSeparation
{
	border-bottom:solid 4px silver;
}

.sectionItem
{
	text-decoration:none;
	font-weight:bold;	
	font-size:18px;
	color:black;
}

.sectionItemClick
{
	text-decoration:none;
	font-weight:bold;	
	font-size:18px;
	color:red;
}

.sectionItem:hover
{
	color:red;
}

.sectionItem2
{
	text-decoration:none;
	font-weight:bold;	
	font-size:18px;
	color:white;
}


.sectionItem2:hover
{
	color:red;
}

ul.sectionItemList 
{
	display:inline;
	list-style: none;
	margin:0;
    padding:0;

}
ul.sectionItemList li:before 
{
	display:		inline-block;		
  	width:		0; 		
  	height:		0; 	
	border-top:		solid transparent;
	border-bottom: 	solid transparent;
	border-left:	        solid #f00;	
	border-width:	5px;
	content:		' ';
	margin-right:	5px;

}
ul.sectionItemList li
{
	display:		inline;		
	padding-right:  20px;  
}

.noResult
{
	font-size:18px;
	font-weight:bold;
}

.mandatory
{
	background-color:lemonchiffon;
}

.modalBackground
{
    filter: alpha(opacity=70);
    background-color: gray;
    opacity: 0.7
}

.modalPopup
{
    background-color: White;
	color:Black;
	padding:5px;    
}

.modalPopup .heading
{
	font-size:150%;
	font-weight:bold;
	background-color: #d86c69;
	color:White;
	text-align:center;
}

.modalPopup .footer
{
	padding:10px;
	text-align:center;
}


.autocomplete_completionListElement 
{  
	margin : 1px;
	padding: 0px;
	background-color : inherit;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor :pointer;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}

.autocomplete_highlightedListItem
{
	background-color: #ffff99;
	color: black;	
}

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;	
}


/* Grille */
table.tablesorter {	
	background-color: #CDCDCD;
	margin:10px 0pt 15px;	
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: red;
	border: 1px solid #FFF;	
	padding: 4px;
	text-align:center;
	color:White;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody tr {	
	background-color: #FFF;	
}

table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}

table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}

table.tablesorter tbody tr.odd {
	background-color:#F0F0F6;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: red;
}


table.tablesorter tbody tr.even:hover td,
table.tablesorter tbody tr.odd:hover td {
     background-color: #E0E0E6;      
}


/* Bloc de section détail */
table.tableSection {	
	background-color: #CDCDCD;
	margin:2px 0pt 15px;	
	width: 100%;
	text-align: left;
}
table.tableSection thead tr th, table.tableSection tfoot tr th {
	background-color: Red;
	border: 1px solid #FFF;		
	font-size:16px;
	font-weight:bold;	
	text-align:left;
	color:White;
	padding-top:2px;
	padding-right:2px;
	padding-bottom:2px;
	height:25px;
	padding-left:4px;
}

table.tableSection tbody td {
	color: #3D3D3D;
	/*padding: 4px;*/
	background-color: #FFF;
	vertical-align: top;
}


/*Bloc pour freezer l'écran */
.freezePaneOff
{
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
}

.freezePaneOn
{
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #666;
  z-index: 999;
  filter:alpha(opacity=85);
  -moz-opacity:0.85;
  padding-top: 20%;
}

.innerFreezePane
{
  text-align: center;
  width: 66%;
  background-color: #F5F5F5;
  color: black;
  font-size: large;
  border: dashed 2px #111;
  padding: 9px;
}

.powered
{
    color: White !important;
    background-image: url('../../Images/Ceritar-Background.jpg') !important;
    background-repeat:repeat !important;
}

/* Nouveau Style */

.formEnter
{
    background: white url('../../Images/login_sprite.png') no-repeat;
    padding: 15px 15px 15px 30px;
    width: 200px;
    border: 1px solid #51C3F9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #51C3F9 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #51C3F9 inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #51C3F9 inset, 0 1px 0 #fff;
    background-position: 5px -2px !important;
    font-family: 'Open Sans' , sans-serif;
    font-size: 14px;
    color: Black;
}

.formEnter input::-moz-placeholder
{
    background: #f1f1f1 url('../../Images/login_sprite.png') no-repeat;
    padding: 15px 15px 15px 30px;
    width: 200px;
    border: 1px solid #51C3F9;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #51C3F9 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #51C3F9 inset, 0 1px 0 #fff;
    box-shadow: 0 1px 1px #51C3F9 inset, 0 1px 0 #fff;
    background-position: 5px -2px !important;
    font-family: 'Open Sans' , sans-serif;
    font-size: 14px;
}

.formEnter:focus
{
    background-color: #fff;
    border-color: #29ABE2;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #1984C8 inset;
    -webkit-box-shadow: 0 0 0 1px #1984C8 inset;
    box-shadow: 0 0 0 1px #1984C8 inset;
    color: Black;
}

.liItemSelected
{
background-color:red !important;
}