#main #contact{
	width : 100%;
	margin : 5px 0px;
	background : url(../images/fondContentC.png) top left repeat-y;
}
	#main #contact .bandeau{
		background : url(../images/fondContentCBandeau.png) top left no-repeat;
		height : 52px;
		width : 690px;
		padding-left : 110px;
	}
		
		#main #contact .bandeau h1{
			padding : 18px 30px 17px 80px;
			font-weight : bold;
			font-size : 13px;
			color : #555;
			/*background : url(../images/contact.gif) center left no-repeat;*/
		}
		
	#main #contact .form{
			margin : auto;
			width : 600px;
			height : 121px;
			padding : 20px;
	}
		#main #contact p.intro{
			padding : 10px 0px;
		}
			#main #contact form{
				width : 420px;
				margin : 0px auto;
			}
			
			#main #contact p.messConf{
				margin-top : 5px;
				color : #6d990e;
				font-weight : bold;
				/*visibility : hidden;*/
			}
			#main #contact .form dl{
				margin-top : 15px;
				width : 400px;
			}
			#main #contact .form dl dt{
				width : 100px;
				float : left;
				margin-bottom : 5px;
				padding-top : 3px;
				font-weight : bold;
				color : #999;
			}
			#main #contact .form dl dd.champ{
				width : 300px;
				float : left;
				margin-bottom : 5px;
			}
				#main #contact .form dl dd input{
					border : solid 2px #e8e8e8;
					width : 280px;
					margin-left : 5px;
				}
								
			#main #contact .form dl dd.icone{
				width : 11px;
				height : 11px;
				margin-top : 2px;
				float : right;
				background-position : top left;
				background-repeat : no-repeat;
			}
				
			#main #contact .form p.submit{
				clear : both;
				padding-right : 30px;
				text-align : right;
			}