.champ_saisie{
	background: #ffc;	
}
.champ_saisie:hover{
	border: 1px solid #FEA2FE;
    background: #BFF0F3;
}

label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}


/* mise en page*/
#pageWrapper
{
	width: auto;
}

#pageWrapper, #entete, #innerColumnContainer, #footer, .vnav ul, .vnav ul li, .menuH, .menuH ul li a
{
	border-color: #276494;
}
#pageWrapper
{
	font-size: 90%;	 
}

/* entête */
#entete
{
	border-width: 1px 0;
	padding: 0em;
	text-align: center;
}
#entete h1
{
	padding: 0;
	margin: 0;
}

/* identification utilisateur connecté*/
.ident_utilisateur
{
	color:#276494;
	position:absolute;
	top:40;
	right:40;
	text-align: center;
}

/* Menu horizontal affiché sous l'entête*/
.menuH
{	
	border-bottom: solid 1px #8BC4FD;
	text-align: left;
	text-indent: 0;
}
.menuH, .menuH ul li a
{
	padding-top: 5px;
	padding-bottom: 5px;
}
/* mise en ligne des éléments de liste dans la barre */
.menuH ul, .menuH ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menuH ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 15px;
	padding-right: 15px;	
}
.menuH ul li a:link, .menuH ul li a:visited, .menuH ul li a:active, .menuH ul li a:hover
{
	text-decoration: none;
}
.menuH ul li span.divider
{
	display: none;
}
.menuH
{
	background-color: #A2E6FE;
	color: #1C09CB;
}

.menuH a:link, .menuH a:visited
{
    color:#1C09CB;
    text-decoration:none;
}
.menuH a:hover
{
    color:red;	
}
.menuH table
{
    margin-left: auto;
    margin-right: auto;
	font-size: 100%;
	width: 90%;
	border: none 1px #8BC4FD;
	border-collapse:collapse;
	color: #FFFFFF;
}
.menuH td, .menuH th
{
	vertical-align: center;
	border-bottom: none 1px #8BC4FD;
}

html, body
{		
	color: #000;
	font-family: arial, helvetica, sans-serif;
}
#outerColumnContainer
{
	border-left-color: #89BEDF;	
	border-right-color: #cdc;	
	background-color: #fff;		
}
#outerColumnContainer
{	
	border-left: solid 14em #fff;
	border-right: solid 14em #fff;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	
	position: relative;
}

#rightColumn .inside
{	
	font-size: 90%;
}
#rightColumn .inside .vnav
{
	font-size: 110%;
}

#footer
{
	border: solid 1px #C130D1;
	border-width: 1px 0;
	padding: 0.5em;
}
#footer
{
	background-color: #89BEDF;
	color: #fff;
	text-align: center;
}
body
{
	background-image:url(./images/open-door.jpg);
	margin: 30px 30px;	
	font-size: 105%;	
	background-size: cover;
}

/***************************************************************************/
/* affichage du conteneur jquery pour le validate */
#fade {      
	background:#000;      
	position:fixed;      
	width:100%;      
	height:100%;      
	filter:alpha(opacity = 80);      
	opacity:.80;      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--Transparence sous IE 8--*/     
	left:0;      
	top:0%;    
} 

#hideshow {      
	position:absolute;      
	width:100%;      
	height:100%;      
	top:-70;      
	left:0;      
	z-index:10;  
}  

.popup_block {      
	background:#ddd;      
	padding:10px 20px;      
	border:10px solid #fff;      
	float:left;      
	width:480px;      
	position:fixed;      
	top:20%;      
	left:50%;      
	margin:0 0 0 -250px;  
}  

.popup_block .popup {      

	float:left;      
	width:100%;      
	background:#fff;     
	margin:10px 0;      
	padding:10px 0;      
	border:1px solid #bbb;
} 

* html #fade {      
	position:absolute;      
	top:expression(eval(document.compatMode && document.compatMode == 'CSS1Compat') ? documentElement.scrollTop : document.body.scrollTop );  
} 

* html .popup_block {      
	position: absolute;      
	top: expression(eval(document.compatMode && document.compatMode == 'CSS1Compat') ? documentElement.scrollTop + (( documentElement.clientHeight-this.clientHeight )/2 ) : document.body.scrollTop + (( document.body.clientHeight-this.clientHeight )/2 ) );      
	left: expression(eval(document.compatMode && document.compatMode == 'CSS1Compat') ? documentElement.scrollLeft + ( document.body.clientWidth/2) : document.body.scrollLeft + ( document.body.offsetWidth/2 ) );  
} 

.grise {
    background-color:#DDDDDD;
}

.grise table {
    color:#6C7674;
}
.grise legend{
	background-color:#0D06D3;
    color:#6C7674;
    border: 1px solid #0D06D3;
}
.gris{
	color:#6C7674;
}

input:disabled
{
  color: #6C7674;
} 

.aucentre{ 
text-align : center; 
} 

H1.red { color: #FF0000; }

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

