			html{
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				height:100%;
			}
			
			body{
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				font-family:Arial;
				font-size:10pt;
				color:black;
				margin: 0 auto;
				background: url('/nouvelle_version/style/background.jpg');
				background-repeat:no-repeat;
			}
			
			table{
				margin: 0px 0px 0px 0px;
				padding: 0px 0px 0px 0px;
				font-family:Arial;
				font-size:10pt;
				color:black;
				margin: 0 auto;
			}
			
			a:link, a:visited {
				text-decoration : none;
				color: #860A0D;
			}
			a:hover {
				text-decoration : underline;
				color: black;
			}
			a:hover img {
				text-decoration : none;
				color: black;
			}
			
			a.menuLink {
				padding-left:5px;
			}
			
			a.menuLink, a.menuLink:visited {
				text-decoration : none;
				color: #FFFFFF;
			}
			a.menuLink:hover {
				text-decoration : none;
				color: yellow;
			}
			a.menuLink:hover img {
				text-decoration : none;
				color: yellow;
			}
				
			form.css label {
				display: inline;
				float: left;
				width: 150px;
				text-align: right;
			} 
				
			dl, dt, dd{
				margin: 0;
				padding: 0;
				list-style-type: none;
			}
			
			ul{
				padding-left:35px;
			}
			
			h2{
				color:#860A0D;
			}
			
			img {
				border-width : 0;
				border : 0;
			} 
			
			.littleFont{
				font-size:8pt;
			}
			
			.submitLoginForm{
				padding-top:8px;
				padding-left:20px;
			}
			
			.errorLabel{
				font-family:Consolas;
				font-size:14px;
				color:black;
				font-weight:bolder;
			}
			
			.copyright{
				font-family:Arial;
				font-size:9px;
				color:black;
			}
			
			.rightMenu{
				text-align:left;
				width:285px;
				height:580px;
				padding-left:10px;
				padding-top:20px;
				background:url('../right_bg.jpg');
				background-repeat:no-repeat;				
			}
			
			.topmenu{
				border-left:1px solid gray;
				border-bottom: 1px solid gray;
				border-right: 1px solid gray;
				height:20px;
				float:left;
				text-align:center;
				padding-left: 7px;
				padding-right: 7px;
				margin-left:7px;
				color:#860A0D;
				font-weight:bolder;
			}	
			
			table.details{
				border:1px dashed gray;
				width:100%;
				border-spacing: 0px;				border-collapse: collapse; 
					
			}			

			table.details td{
				border-left:1px dashed gray;
				border-right:1px dashed gray;
			}			
			
			table.contacts{
				border:1px dashed gray;
				width:100%;
				border-spacing: 0px;				border-collapse: collapse; 
					
			}			

			table.contacts td,table.contacts tr{
				border:1px dashed gray;
			}
