﻿input[type='text'][readonly='readonly'], textarea[readonly='readonly'], input[type='email'][readonly='readonly'], input[type='password'][readonly='readonly']{
    background-color:#DCDCDC;
    color:#333333;        
}

body {
    background-color:#FFFFFF;
    color:#000;
    font-family:Verdana,Arial,sans-serif;
    margin:0;
    padding:0;
}

p
{
    padding:0;
    margin:0;
    margin-bottom:1em;
}

div 
{
    margin:0;
    padding:0;
    display:block;
}


div.bouton
{
    display:inline;
}

a.boutonRetour
{
    background-image: url('../../images/retour.png');
    background-repeat:no-repeat;
    background-position: 2px center;
    padding-left: 22px; 
}

abbr 
{
    border-bottom:0;
}

ul
{
    margin-top:0px;
}

h1,h2,h3,h4,h5,h6 
{
    font-weight:400;
    margin:0;
    padding:0;
}

#contentPage
{
    min-width: 980px;  
    width: 80%;
    max-width: 1400px;
    margin:auto;    
    z-index: 2; 
    margin-top: 15px;
    position:relative;
}

#contentPage {}


#contentPage h2 
{
    font-weight:700;
    color:#000;
    font-size:1.2em;
    line-height:32px;
    height: 32px;
    margin-bottom:15px;
    border-bottom:1px solid #ababab;
    background-color: #ffffff;
    padding:0px;
}

#page 
{
    background-color:#FFF;
    border:solid 1px #000;
    margin-top:0;
    width:100%;
    padding:10px;
}

#content
{
    min-width:700px;
    margin: 0 0 10px 210px;
}

#content p
{
    line-height:1.2em;
    font-size:1em;
}

#content ul.subtab 
{
    list-style-position:inside;
    width:150px;
    margin:0;
    padding:0;
}

#content ul.subtab li 
{
    list-style-image:url(../../images/puce.png);
    color:#222;
    padding:4px 0 4px 5px;
}

#content ul.subtab li:hover 
{
    cursor:pointer;
    background-color:#efefef;
    background-image:url(../../bg_subtabHover.png);
    background-repeat:repeat-y;
    list-style-image:url(../../images/puce_select.png);
    background-position:right;
}

div.messageErreur
{
    display:none;
    color:#FF0000;
    margin-bottom: 4px;
}

/* AutoComplete */
.ui-autocomplete 
{
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
	z-index: 99999;
	font-size: 0.8em;
}
/* IE 6 doesn't support max-height
	* we use height instead, but this forces the menu to always be this tall
	*/
* html .ui-autocomplete {
	height: 100px;
} 

/*Chargement générique recouvrant tout l'écran.*/
.overlay
{
    display:none;
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px;
    background-image: url(../../images/overlay75.png);
    background-repeat:repeat;
    z-index:1000;
}
.overlay .chargement
{
    display:block;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-16px;
    margin-left:-16px;
    width:32px;
    height:32px;
    background-repeat:no-repeat;
    background-position:center center;
    background-image: url(../../images/loading.gif);
}

body > .overlay{
    position:fixed;
}



.chargementUniversel
{
    position:relative;
}
		

.chargementUniversel:after {
    content:"";
    height:100%;
    width:100%;
    background-image:url("../../images/loading.gif"), url("../../images/overlay75.png");
    background-position:center center;
    background-repeat:no-repeat, repeat;
    z-index:200;
    position:absolute;
    top:0px;
    left:0px;
}