﻿body
{
	background-color:White;
	border:solid 1px #B1743E;
	width:980px;
	font-family:verdana;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
	scrollbar-face-color: #B1743E;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #EDDFD3;
	scrollbar-arrow-color: #EDDFD3;

}

.btnAccesVeto
{
	width:120px;height:60px;
	border-bottom-style:solid;
	font-size:9px;
	font-variant:normal;
	font-weight:normal;
	padding:0 0px 0 0;
	text-align:center;

}

.RightMenu
{
	text-align:center;
}


input
{
	border:solid 1px #B1743E;
	margin:1px;
	height:15px;
	font-size:10px;
	font-family:verdana;
}
.zoneContenu
{
	padding:10px;
	padding-right:5px;
}

.exclamation
{
	color:Red;
	font-weight:bolder;
}

.menuProfessionnel
{
	background-color:#EDDFD3;
	height:530px;
	text-align:center;
	border:solid 1px #B1743E;
	padding:5px;
}

.contenu
{
	background-color:#FFFFFF;
	height:530px;
	text-align:justify;
	border:solid 1px #B1743E;
	padding:5px;
}

.titreAdmin
{
	background-color:#EDDFD3;
	xheight:460px;
	border:solid 1px #B1743E;
	padding:5px;
	color:Red;
	text-align:center;
	font-size:16px;
}

.titreMenu
{
	height : 40px;
	color : #B1743E;
    padding: 5px;
    margin : 5px;
    padding-left : 15px;
    font-weight :bold;
    font-size : 12px;
}

.infoAdmin
{
	padding: 5px;
	color: Black;
	font-size: 10px;
	font-weight: lighter;
	text-align: justify;
}

.infoConnexion
{
	color:Red;
	font-weight:bolder;
}

.fonctionnalites
{
	margin-top:10px;
	text-align:left;
	color:#B1743E;
	font-size:10px;
	font-weight:bolder;
	width:160px;
	height:415px;
	overflow:auto;		
}

.texteContenu
{
	margin-top:15px;
	text-align:left;
	font-size:10px;
	width:730px;
	height:415px;
	overflow:auto;		
}

.lien
{
	text-decoration:none;
	color:black;
	font-weight:bolder;
}

.flecheMenu
{
	cursor:pointer ;
}

.fermer
{
	position:absolute;
	bottom:48px;
	right:40px;
	cursor:pointer;
	color:Black;
	font-weight:bolder;
}

.arbo2
{
	border-right:solid 3px #B1743E;
	width:430px;
	height:415px;
	overflow:auto;
}

.arbo
{
	border-right:solid 3px #B1743E;
	width:500px;
	height:415px;
	overflow:auto;
}

.admin
{
	border:solid 1px #B1743E;
	width:400px;
	height:415px;
}
.admin2
{
	border:solid 1px #B1743E;
	width:470px;
	height:415px;
}
.listeFonctionnaliteProfil
{
	border-right:solid 3px #B1743E;
	width:380px;
	height:300px;
	overflow:auto;
}

.texte
{
	text-align : left;
	width : 195px;
	height : 25px;
}
.menu
{
	height:415px;
	overflow:auto;
}
.autocomplete_completionListElement 
{  
	visibility : hidden;
	margin : 0px!important;
	background-color : white;
	color : windowtext;
	border : buttonshadow;
	border-width : 1px;
	border-style : solid;
	cursor : 'default';
	overflow : auto;
	height : 100px;
    text-align : left; 
    list-style-type : none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	background-color: #99ff99;
	color: black;
	padding: 1px;
	cursor:pointer;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	background-color : window;
	color : windowtext;
	padding : 1px;
}