/* GENERAL */

html, body {				
	margin: 0; 
	padding: 0; 
	height: 100%; 
	font: 10px Arial, Helvetica, sans-serif; 
	color: #505050; 
	background-color:#514E4C; 
}



#spacer{
	background-color:#FFFFFF;
	height:463px;
	width:5px;
}



/* TABLE */

.tbl {						
	width: 100%; 
	height: 463px;
	position:absolute;
	top:50%;
	margin-top:-240px;
}

.tableuser
{
    width:200px;
    height:100px;
	margin-top:350px;
	margin-left:205px;
}


.tdmenu{
	width:210px;
	height:457px;
	background-color:#777576;
	vertical-align:top;
}



.tdcontenu{
	width:427px;
	background-image:url(img/fond_centre.gif);
	background-repeat:repeat-y;
}

.tdcontenuaccesespacefr{
	width:427px;
	height:457px;
	background-image:url(img/espace-clients.jpg);
	background-repeat:no-repeat;
}

.tdcontenuaccesespacenl{
	width:427px;
	height:457px;
	background-image:url(img/espace-clients-nl.jpg);
	background-repeat:no-repeat;
}



/* MENU - LIENS */

a.menu:link {					
	color: #ffffff; 
	font-size:11px;
	text-decoration: none;
	font-weight:bold;
}



a.menu:hover {				
	color: #E1A632;
	font-size:11px; 
	text-decoration: none;
	font-weight:bold; 
}



a.menu:visited {				
	color: #ffffff; 
	font-size:11px;
	text-decoration: none;
	font-weight:bold; 
}





.active {		
	color: #E1A632; 
	font-size:11px;
	text-decoration: none; 
	font-weight:bold;
}



.posmenu ul {					
	margin: 0; 
	padding: 0; 
}



.posmenu li {					
	list-style: none; 
	padding: 5px 5px 5px 5px; 
	border-bottom:solid 1px #ffffff;
	margin: 5px 15px 5px 15px;
}



/* DESIGN* */

.hautbas{
	background-color:#514E4C;
	min-height:20px;
}



.gauchdroit{
	background-color:#bebebe;
}



.separationshorizontales{
	background-color:#FFFFFF;
	height:6px;
}



.separationsverticales{
	background-color:#FFFFFF;
	width:3px;
}

.input{
	background-color:#bebebe;
	border:1px solid #514E4C;
}

.FilesPane   
{   
    overflow: auto; 
}  

.multiPage
        {
            float:left;
            border:1px solid #94A7B5;
            width:425px;
        }
        
        .multiPage div
        {
       }
        
        .multiPage img
        {
            cursor:no-drop;
        }
    
