#main #contentA{
		width : 100%;
		height : 160px;
		background : url(../images/fondContentA.png) bottom left repeat-x;
	}
		#main #contentA .contenu{
			width : 780px;
			height : 141px;
			margin : 0px auto;
		}
			#main #contentA .contenu .coinGauche{
				float : left;
				height : 100%;
				width : 12px;
				background : url(../images/coinRight.gif) bottom left no-repeat transparent;
			}
			#main #contentA .contenu .coinDroite{
				float : left;
				height : 100%;
				width : 244px;
				background : url(../images/coinLeft.gif) bottom right no-repeat transparent;
			}
			#main #contentA .contenu .center{
				float : left;
				height : 100%;
				width : 524px;
				background : url(../images/fondContentAContenu.png) bottom left repeat-x;
			}
				#main #contentA .contenu .center .etape{
					width : 147px;
					height : 125px;
					background : url(../images/etape.gif) top left no-repeat;
					float : left;
					margin : 5px 10px 0px 10px;
					position : relative;
				}
					#main #contentA .contenu .center .etape h2{
						float : left;
						width : 43px;
						height : 36px;
						margin-top : 30px;
						margin-left : 5px;
					}
						#main #contentA .contenu .center .etape h2 span{
							visibility : hidden;
						}
						
					#main #contentA .contenu .center .etape h1{
						float : right;
						width : 90px;
						padding : 0px;
						font-weight : normal;
						color : #555;
						font-size : 11px;
						margin-top : 30px;
					}
					#main #contentA .contenu .center .etape a{
						cursor : default;
						display : block;
						clear : both;
						width : 138px;
						height : 47px;
						text-decoration : none;
						position : absolute;
							bottom : -5px;
							left : 12px;
						color : #fff;
						text-align : center;
					}
						#main #contentA .contenu .center .etape a span{
							position : relative;
								top : 20px;
								right : 18px;
						}
						
				#main #contentA .contenu .center .one h2{
					background : url(../images/etape1.png) bottom left no-repeat;				
				}
				#main #contentA .contenu .center .two h2{
					background : url(../images/etape2.png) bottom left no-repeat;				
				}
				#main #contentA .contenu .center .three h2{
					background : url(../images/etape3.png) bottom left no-repeat;				
				}
				#main #contentA .contenu .center .one a{
					background : url(../images/moncompte.gif) bottom left no-repeat;
				}
				#main #contentA .contenu .center .two a{
					background : url(../images/monsondage.gif) bottom left no-repeat;
				}
				#main #contentA .contenu .center .three a{
					background : url(../images/mesresultats.gif) bottom left no-repeat;
				}
	
	