#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 .listeSondages{
		width : 590px;
		float : left;
		/*height : 200px;*/
	}
		#main #contact .listeSondages .sondageDetail{
			width : 530px;
			height : 85px;
			padding : 5px;
			margin : 15px auto 25px auto;
			position : relative;
			background : url(../images/fondAnnuaire.png) top left no-repeat;
		}
			#main #contact .listeSondages .sondageDetail h2{
				float : left;
				font-weight : normal;
				font-size : 12px;
				font-weight : bold;
				padding-left : 3px;
			}
			#main #contact .listeSondages .sondageDetail p.date{
				float : left;
				position : absolute;
					right : 0px;
				font-weight : normal;
				font-size : 11px;
				padding-right : 10px;
			}

			
			#main #contact .listeSondages .sondageDetail p.question{
				border-top : solid 1px #dc3313;
				margin-top : 3px;
				padding-top : 10px;
				clear : both;
				font-weight : normal;
				font-size : 11px;
			}
			#main #contact .listeSondages .sondageDetail p.links{
				height : 20px;
			}
				#main #contact .listeSondages .sondageDetail p.links a{
					display : block;
					width : 33%;
					text-align : center;
					color : #dc3313;
					position : absolute;
						bottom : 10px;
				}
				#main #contact .listeSondages .sondageDetail p.links a.prem{
					left:0px;
				}
				#main #contact .listeSondages .sondageDetail p.links a.deuz{
					left:150px;
				}
				#main #contact .listeSondages .sondageDetail p.links a.troiz{
					left:300px;
				}
				
			#main #contact .listeSondages .navigation{
				text-align : center;
				padding : 20px;
				font-size : 13px;
				font-style : italic;
			}
				#main #contact .listeSondages .navigation a{
					color : #242424;
					text-decoration : none;
				}
				#main #contact .listeSondages .navigation a:hover{
					color : #dc3313;
				}
				#main #contact .listeSondages .navigation a.actif{
					text-decoration : none;
					font-weight : bold;
					color : #dc3313;
				}
				
				
		
	#main #contact .menu{
		margin-top : 15px;
		width : 200px;
		float : right;
		background : url(../images/fondAnnuaireOptions.png) top left repeat-x;
		min-height : 140px;
	}
		#main #contact .menu .options{
					}
			#main #contact .menu .options h3{
				cursor : pointer;
				color : #242424;
				font-weight : bold;
				margin : 7px 0px;
				padding-left : 20px;
				background : url(../images/deroule.gif) 3px center no-repeat;
				font-size : 13px;
			}
			#main #contact .menu .options a{
				display : block;
				color : #555;
				text-decoration : none;
				font-weight : bold;
				padding-left : 25px;
			}
			#main #contact .menu .options a:hover{
				text-decoration : underline;
				color : #dc3313;
			}
			#main #contact .menu .options h3 a{
				display : inline;
				color : #242424;
				text-decoration : none;
				padding-left : 0px;
			}
			
