				body
				{
					height:100%;
					padding: 0;
					text-align: center;
					background-color:#002d49;
						
					margin-top: 0px;
					margin-left: 0px;
					margin-right: 0px;
					margin-bottom: 0px;
					
				}
				
				div#conteneur
				{
					/*position:absolute;*/
					padding-top:0;
					margin-top:0;
		     		/*left: 50%; */
		     		/*top: 50%;*/
		     		width: 950px;
		     		height: 600px;
		     		/*margin-left: -471px; /* moiti&eacute; de la largeur */
		     		/*margin-top: -306px; /* moiti&eacute; de la hauteur 306 */
					line-height: 1px;	
					background-image:url(img/accueil_fond.gif);
					background-repeat : repeat-x;
					border:1px solid #e3e3e3;
				}

				#conteneur a img{
					border-width:0px;
				}
				
				div#photo1
				{
					width:187px;
					height:189px;
					float:left;
					background-image:url(img/image01.jpg);
					cursor:pointer;
				}
				
				#photo1:hover
				{
					background-image:url(img/image01_on.jpg);
				}
				
				div#photo2
				{
					margin-left:45px;
					width:187px;
					height:189px;
					float:left;
					background-image:url(img/image02.jpg);
					cursor:pointer;
				}
				
				#photo2:hover
				{
					background-image:url(img/image02_on.jpg);
				}
				
				div#photo3
				{
					margin-left:45px;
					width:187px;
					height:189px;
					float:left;
					background-image:url(img/image03.jpg);
					cursor:pointer;
				}
				
				#photo3:hover{
					background-image:url(img/image03_on.jpg);
				}
				
				div#photo4
				{
					width:187px;
					height:147px;
					float:left;
					background-image:url(img/image04.jpg);
					cursor:pointer;
				}
				
				#photo4:hover{
					background-image:url(img/image04_on.jpg);
				}
				
				div#photo5
				{
					margin-left:45px;
					width:187px;
					height:147px;
					float:left;
					background-image:url(img/image05.jpg);
					cursor:pointer;
				}
				
				#photo5:hover{
					background-image:url(img/image05_on.jpg);
				}
				
				div#photo6
				{
					margin-left:45px;
					width:187px;
					height:147px;
					float:left;
					background-image:url(img/image06.jpg);
					cursor:pointer;
				}
				
				#photo6:hover{
					background-image:url(img/image06_on.jpg);
				}
				
				#scroller {
				width:178px;
				overflow:hidden;
				height:140px;
				position:absolute;
				background-color:#5796bd;
				margin-left:5px;
				}
	
				#scroller p {
				line-height:12px;
				text-align:justify;
				margin:5px;
				}
				
				.bgbleu2 {
				background-color:#c3e6fb;
				}
				
				a.lien:link {
				color:#ffffff;
				text-decoration:underline;
				}

				a.lien:visited {
				color:#ffffff;
				text-decoration:underline;
				}

				a.lien:hover {
				color:#000000;
				text-decoration:underline;
				}

				a.lien:active {
				color:#ffffff;
				text-decoration:underline;
				}

				div#identifiant
				{
					background-image:url(../img/login.jpg);
					width:188px;
					height:101px;
					padding-top:0;
					margin-top:0;
					line-height: 11px;	
				}