html, body {
			margin: 0;
			padding: 0;
			height: 100%;
			text-align:center;
			
			}
			#global { 
				margin: 0 auto;
				width: 100%; /* largeur obligatoire pour être centré */ 
			}
			#titreCL{
				margin: 0 auto;
				width:312px;
				background-color:#06C;
				height:71px;
			}
			#bandeauLogo{
				margin: 0 auto;
				margin-top:70px;
				width: 100%; /* largeur obligatoire pour être centré */ 
				height:167px;
				background-color:#000;
				border-top:1px solid #666666;
			}
			#footer{
				margin: 0 auto;
				width:800px;
			}
			#blocRea{
				float:left;
				margin-top:50px;
				width:335px;
				height:143px;
				
				margin-right:25px;
			}
			
			#blocNewsletter{
				float:left;
				margin-top:50px;
				margin-left:45px;
				width:365px;
				height:91px;
				text-align:left;
			}
			
			div#parentScroll
			{
				float:left;
			
				width:275px;
				height:115px;
				line-height:115px;
				background-image:url(images/ombre.jpg);
				
				text-align:center;
				white-space:nowrap;
			}
			
			div#scroll
			{
				overflow:hidden;
				width:275px;
				height:115px;
				line-height:115px;
			}
			
			div#scroll a,div#scroll a img
			{
				border:0px;
				outline:0px;
			}
			
			
			div#scroll img,div#scroll a img
			{
				width:215px;
				height:106px;
				margin-left:30px;
				margin-right:30px;
				vertical-align:middle;
			}
			
			div#adresse
			{
				margin-top:50px;
			}
			p
            {
                font-family:Verdana, Geneva, sans-serif;
                font-size:10pt;
            }