
		#newsLetter{
			margin-bottom: 10px;
		}
		
		#ordre_app{
			list-style: decimal;
		}
		
		#ordre_app li{
			background-color: #999;
			margin-top: 1px;
			margin-bottom: 1px;
			font-size: 1.2em;
			padding: 2px;
		}
		
		.boutonLogout{
			height: 28px;
			width: 28px;
			cursor:pointer;
			background-image:url(../images/login.png);
			background-repeat:no-repeat;
			background-position: top left;
			margin: 0pt auto;
		}
		
		.boutonLogoutHover{
			height: 28px;
			width: 28px;
			cursor:pointer;
			background-image:url(../images/logout_hover.png);
			background-repeat:no-repeat;
			background-position: top left;
			margin: 0pt auto;
		}
		
		.boutonLogin{
			height: 28px;
			width: 28px;
			cursor:pointer;
			background-image:url(../images/logout.png);
			background-repeat:no-repeat;
			background-position: top left;
			margin: 0pt auto;
		}
		
		.boutonLoginHover{
			height: 28px;
			width: 28px;
			cursor:pointer;
			background-image:url(../images/login_hover.png);
			background-repeat:no-repeat;
			background-position: top left;
			margin: 0pt auto;
		}
		
		.boutonPrint{
			height: 28px;
			width: 28px;
			cursor:pointer;
			background-image:url(../images/print.png);
			background-repeat:no-repeat;
			background-position: top left;
		}
		
		.boutonPrintHover{
			height: 28px;
			width: 28px;
			cursor:pointer;
			background-image:url(../images/print_hover.png);
			background-repeat:no-repeat;
			background-position: top left;
		}
		
		.boutons_admin > img{
			border-right: solid 1px #000;
			border-bottom: solid 1px #000;
			border-top: solid 0px #000;
			border-left: solid 0px #000;
		}
		
		.boutons_admin > img:hover{
			border-right: solid 0px #000;
			border-bottom: solid 0px #000;
			border-top: solid 1px #000;
			border-left: solid 1px #000;
		}
		
		#ui-datepicker-div{
			font-size: 0.7em;
		}
		
		.effectToggle{
			color: #39F;
			cursor: pointer;
		}
		
		.effectToggle:hover{
			color: #6CF;
		}
		
		.ui-state-highlight {
			height: 1.2em;
			line-height: 1em;
			background-color: #FF9;
		}
		
		.ombre_img{
			border: 2px solid #fff;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			box-shadow: 0px 0px 10px #000;
			-moz-box-shadow: 5px 5px 4px #000;
			-webkit-box-shadow: 0px 0px 10px #000;
			margin-right: 3px;
			margin-bottom: 1px;
		}
		
		.ombre_img:hover{
			box-shadow: 1px 1px 12px #000;
			-moz-box-shadow: 5px 5px 6px #000;
			-webkit-box-shadow: 1px 1px 12px #000;
			margin-right: 0px;
			margin-bottom: 0px;
		}
		