
	#main #contentB{
		width : 100%;
		height : 211px;
		background : url(../images/fondContentB.png) top left no-repeat #fff;
		margin : 5px 0px;
	}
		#main #contentB .left{
			float : left;
			width : 235px;
			height : 171px;
			padding : 20px;
		}
			#main #contentB p.titre{
				font-weight : bold;
				font-size : 13px;
				color : #555;
			}
			#main #contentB .left dl{
				margin-top : 15px;
				width : 230px;
				height : 125px;
			}
			#main #contentB .left dl dt{
				width : 80px;
				float : left;
				margin-bottom : 5px;
				padding-top : 3px;
			}
			#main #contentB .left dl dd.champ{
				width : 120px;
				float : left;
				margin-bottom : 5px;
			}
				#main #contentB .left dl dd input{
					border : solid 1px #d8d8d8;
					width : 118px;
				}
				
			#main #contentB .left dl dd.icone{
				width : 11px;
				height : 11px;
				margin-top : 2px;
				float : right;
				background-position : top left;
				background-repeat : no-repeat;
			}
				
			#main #contentB .left p.submit{
				padding-right : 35px;
				text-align : right;
			}
		
		#main #contentB .temoignage{
			float : left;
			width : 145px;
			height : 171px;
			padding : 15px 40px;
			background : url(../images/temoignage.png) top left no-repeat;
			overflow-x : hidden;
			overflow-y : hidden;
		}
			#main #contentB .temoignage p.message{
				color : #808080;
				width : 115px;
				padding : 10px 10px 0px 10px;
				text-align : justify;
			}
				#main #contentB .temoignage p.message a{
					color : #0288cf;
					text-decoration : none;
				}
				#main #contentB .temoignage p.message a:hover{
					text-decoration : underline;
				}
			#main #contentB .temoignage p.all{
				margin-top : 10px;
				text-align : right;
				width : 130px;
			}
				#main #contentB .temoignage p.all a{
					color : #555;
					text-decoration : underline;
				}
				#main #contentB .temoignage p.all a:hover{
					text-decoration : none;
				}
				
		#main #contentB .right{
			float : right;
			width : 230px;
			height : 171px;
			padding : 20px;
		}
			#main #contentB .right p.pourcent{
				background : url(../images/pourcent.png) 0px 10px no-repeat;
				width : 220px;
				height : 120px;
			}
				#main #contentB .right p.pourcent span{
					visibility : hidden;
				}
			
			#main #contentB .right a.demo{
				display : block;
				background : url(../images/demonstration.png) top left no-repeat;
				width : 185px;
				height : 55px;
				text-decoration : none;
				margin-left : 45px;
				position : relative;
			}
				#main #contentB .right a.demo span{
					/*visibility : hidden;*/
					color : #fff;
					font-size : 13px;
					position : absolute;
						top : 15px;
						left : 62px;
				}
		