
html {
	font-family: Helvetica;
	font-size: 16px;
	margin: 0px auto;
	background-color: #191a1f;
	color: #5ec192;
}

/************** BANDEAU ************/
#bandeau h1 {
	padding-top: 10px;
	font-size: 25px;
	/*text-align: center;*/
	padding-left: 175px;
}
#bandeau {
	background-image:url("web_images/Bandeau.png");
	background-repeat:no-repeat;
	background-position:left;
	height:70px;
	margin-bottom: 30px;
}
#bandeau #titre{
	width: 500px;
	float: left;
}
#bandeau #headerMenu{
	float:right;
	display:block;
	margin-top: 35px;
	margin-right: 30px;
}

/************ FIN BANDEAU **********/

/************** LOGIN **************/

#divLogin{
	margin-left: 35px;
	margin-top: 100px;
}
#divLogin table{
	border-style: none;
	margin: 0;
	padding: 0;
}
#divLogin td{
	border-style: none;
	padding: 0 20px 20px 0;
	
}
#divLogin input{
	padding: 5px 15px;
}

#mdpoublie{
	color: #4897c2;
	font-size: 14px;
	cursor:pointer;
}
#email{
	width: 350px;
}

/*********** FIN LOGIN ************/
	
/************** MENU **************/

.menu ul{
	margin: 0;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	padding-bottom: 12px;

	background-image: url('web_images/sepsousmenu.png');
	background-repeat: repeat-x;
	background-position-y: bottom;
}
.menu li.menuItem{
	list-style-type: none;
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 2px;
	background-image: url('web_images/sousmenuitem_2.png'), url('web_images/sousmenuitem2_2.png');
	background-repeat:no-repeat, no-repeat;
	background-position-x:left, right;
	background-position-y:bottom, bottom;
}
.menu li.selected{
	background-image: url('web_images/sousmenuitemselected.png'), url('web_images/sousmenuitemselected2.png');
}

.menu li.menuItem a {
	color: #5ec192;
	text-decoration: none;
}
.menu li.menuItem a:hover {
	cursor: pointer;
	color: #4897c2;
}
.menu li.selected a {
	color: #4897c2;
}

.menu .menuSubItems{
	border-style: solid;
	border-width: 1px;
	border-color: #204e8a;
	padding:5px;
	display: none; /*block;*/
	background-color: #232327;
	width: 110px;
}
.menu .menuSubItems li.menuItem{
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-image:none;
}
/************ FIN MENU ************/

/************ USER MENU ************/
.userMenu{
	min-width: 120px;
	text-align: right;
}
.userMenu ul{
	padding: 0;
	margin: 0;
	background-image:none;
}
.userMenu li.menuItem{
	padding: 0;
	margin: 0;
	background-image:none;
	text-align: left;
}
.userMenu a:hover {
	cursor:default;
	color: #5ec192;
}

#miUserName img{
	margin-right: 10px;
}


/********** FIN USER MENU **********/

/************ list matrix led ***********/

#mLedProjectSpan{
	margin-right: 10px;
}
#mLedProject{
	margin-bottom: 15px;
}

/********** FIN list matrix led *********/


input[type=text], input[type=password], input[type=number] { 
    background-color: #232327;
	color: #5ec192;
	border-color: #204e8a;
	font-size: 16px;
}
input[type=number] { 
	width: 50px;
	-moz-appearance:textfield;
}
input[type=button], input[type=submit] { 
    background-color: #232327;
	color: #5ec192;
	border-color: #204e8a;
	font-size: 16px;
	cursor: pointer;
}
input[type=file]{
	display: none;
}

.lmParam{
	margin-top: 5px;
}

#labelImgFiles{
	cursor: pointer;
	background-color: #232327;
	color: #5ec192;
	border-color: #204e8a;
	border-style: solid;
	padding:5px 20px 5px 20px;
}
#MatrixLedInfos {
	color: #4897c2;
}
select{
	border-color: #204e8a;
	background-color: #232327;
	color: #5ec192;
	font-size: 16px;
}
#seDeconnecter{
	cursor: pointer;
	font-size: 12px;
}

#pageContent{
	margin-left: 30px;
	margin-right: 30px;
}

#newLefFileGeneratorDiv{
	float:left;
	margin-right: 30px;
}
#ledFileViewerContainer{
	float:left;
}

#divImageDef{
	margin-bottom: 20px;
}
#divDefilement{
	margin-left: 30px;
	display:none;
}
#btnGenLedFile{
	margin-left: 10px;
	padding:5px 20px 5px 20px;
}
#labelImgFiles{
	margin-right: 10px;
}
#uploadDiv li{
	list-style-type: none;
}
#mlToolBar, #usersToolBar{
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 20px;
}
#mlToolBar input, #usersToolBar input{
	margin-right: 20px;
	padding:5px 20px 5px 20px;
}
#feedBack{
	margin-left: 20px;
	color:#4897c2;
}
#spanRegen{
	display: block;
	margin-top: 20px;
}

#ledFileViewerLocalContainer{
	margin-top:30px;
}

.divLedFilePreviewContainer{
	border-style: solid;
	border-width: 1px;
	border-color: #204e8a;
	padding:5px 5px 0 5px;
	margin:2px;
	background-color: #232327;
	min-width: 100px;
	float: left;
	font-size: 12px;
	cursor: pointer;
}
.ledFileImg{
	text-align: center;
}
#divFichiersContainer{
	float: left;
}
#ledFileViewerFichiersContainer{
	float: right;
}
.ledFileName{
	margin-bottom: 3px;
}
.ledFileDateTime{
	float:left;
}
.ledFileSuppr{
	float: right;
	position: relative;
	top: -2px;
}
#btnToutSupprimer{
	padding: 5px 20px 5px 30px;
	margin-left: 15px;
	background-image: url('web_images/Poubelle.png');
	background-repeat:no-repeat;
	background-position-x:left;
	background-position-y:center;
	background-position: 8px;
}
#btnToutTelecharger{
	padding: 5px 20px 5px 20px;
	margin-left: 15px;
}
#fichiersToolBar{
	margin-bottom: 10px;
}
#compteeMail{
	width: 350px;
}
#divMonCompte td{
	padding: 10px;
}
#divMonCompte input{
	padding: 5px 20px 5px 20px;
}
#ShowPwd{
	padding: 5px 20px;
	margin-left: 6px;
	display: inline;
	background-image: url('web_images/oeil.png');
	background-repeat:no-repeat;
	background-position-x:left;
	background-position-y:center;
	background-position: 0 -2px;
	cursor: pointer;
}

#userlist{
	margin-right: 20px;
	padding: 5px 20px 5px 20px;
}

#divUsers{
	margin-left: 20px;
}
#divUsers input, #divUsers select{
	padding: 5px 20px 5px 20px;
}
#divUsers #eMail{
	width: 350px;
}
#divUsers td{
	padding: 10px;
}