
BODY {
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
}

#main {
    width: 1200px;
    height: 1200px;
}

.navigation {
}

#contener {
    height: 80%;
    min-height: 700px;
    max-height: 2000px;
}

#leftSideBar {
    background-color: #B3D335;
    width: 200px;
    min-height: 700px;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;
    padding: 5px;

}

#content {
    background-color: #eeeeee;
    min-height: 700px;
    width: 820px;
    padding: 5px;
	padding-left :10px;
	padding-bottom : 20px;
    float: left;
    overflow-y: hidden;
    overflow-x: hidden;
    font-family: arial, verdana, sans-serif;
    font-size: 11px;
	
}

#content h1 {
	font-size: 16px;
	
}

#content h2 {
    font-size: 13px;
	
}

#content h3 {
    font-size: 11px;
	
}

#footer {
    width: 00px;
}

.spacer {
    clear: both;
}

#menuOperator ul {
    padding: 5px;
    margin: 0px;
    list-style-type: none;
    border: solid 1px #000;
}

#menuOperator  li {
    line-height: 1.5em;
}


#menuOperator a {
    display: block;
    text-decoration: none;
    color: black;
}

#menuOperator a:hover {
    background-color: black;
    color: white;
}

.deconnexion a {
    color: red;
    text-decoration: none;
    font-weight: bold;
}

.connexion a {
    color: blue;
    text-decoration: none;
    font-weight: bold;
}

.blod {
    font-weight: bold;
    font-size: 14px;
}

#userLoginList {
}

#userListTable {
    width: 600px;
}

.tableLignePaire {
    background-color: #bfbfbf;
}

.tableLigneImpaire {
    background-color: #e5e5e5;;
}

#boxOK {
    background-color: #B3D335;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
}

#boxKO {
    background-color: #D91c5c;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
}

#popup {
    background-color: #D91c5c;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border: 15px double;
    padding: 10px;
    padding-top: 100px;
    text-align: center;
    font-size: 48px;
    text-decoration: blink;
    position: absolute;
    left: 0;
    top: 0;
    width: 950px;
    height: 420px;
    z-index: 15;
}

/*
 * Formulaire de login
 *
 * */
form.loginForm fieldset {
    padding: 10px;
    width: 80%;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}

form.loginForm label {
}

form.loginForm label {
    display: inline;
    float: left;
    width: 150px;
}

#iframeContent {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
}

#warning {
    background-color: #D91c5c;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}








#content p{
	padding-top  : 0.5em;
	padding-bottom : 0.5em;
}



// Pour le fancy 

// html { background:url(../images/bg_body.jpg) repeat 0 0;}
#leftSideBar * { margin:0; padding:0;}
//body {} 

#main {  width:1200px;  height:1350px; margin:0 auto; position:relative; position:relative; }

div#menu { }
div#copyright {
    font:11px 'Trebuchet MS';
    color:#222;
    text-indent:30px;
    padding:140px 0 0 0;
    text-indent:-999999999999999999px;
}


a { outline:0 none;
color: black;

}




#treeMenu {  position:absolute; right:auto; left:5px; top:60px; width:182px;  font:normal 14px 'Segoe UI', Helvetica, Arial, sans-serif; }
#treeMenu h2 { font:bold 20px 'Segoe UI', Helvetica, Arial, sans-serif; color:#454545; margin-bottom:12px;}
#treeMenu ul { list-style:none;}
#treeMenu ul li {overflow:hidden; background:#B3D335 url(../images/treeTabBg.gif) repeat-x 0 0; border:solid 1px #B3D335; margin:4px 0; -moz-border-radius:3px;  -webkit-border-radius:3px;  border-radius:3px;}
#treeMenu ul li span { display:inline-block; float:right; width:30px; height:30px; background:url(../../img/treeSplit.png) no-repeat 100% 0;  cursor:pointer;}
#treeMenu ul li a { color:#4d5f6b; font-size:14px; padding:5px 10px; display:inline-block;  text-decoration:none; width:124px; float:left; }
#treeMenu ul li span.opened { background-position:100% -61px;}

    #treeMenu ul li div { clear:both; height:auto; }
    #treeMenu ul li li { background:none; border:0; margin:0; padding-left:10px; border-bottom:solid 1px #B3D335;  border-top:solid 1px #B3D335; clear:both;}
    #treeMenu ul li li a { color:#626262; font-size:12px; padding:5px 0; float:left;  width:auto; }
    #treeMenu ul li li a:hover { text-decoration:underline; color:#333;}
    #treeMenu ul li li span { float:left; display:inline; width:15px; height:20px;  background-position:-10px -263px; cursor:default; }
    #treeMenu ul li li span.closed { background-position:-10px -131px; cursor:pointer;}
    #treeMenu ul li li span.closed.opened { background-position:-7px -197px; }

        #treeMenu ul li li li { border:0;}

#treeMenu .underline{
	text-decoration : underline;
	font-weight : bold;
}


#popupBO {
    background-color: #CCCCCC;
    width: 80%;
    margin-left: 10px;
    margin-right: auto;
    border: 0px;
    padding: 10px;
    padding-top: 5px;
    text-align: center;
    font-size: 15px;   
    position: absolute;
    left: 10px;
    top: 10px;
    width: 950px;
    height: 1500px;
    z-index: 15;
	visibility: hidden;
}

