/* CSS Document */


#contact {
	padding:0px;
	margin:0px;
	height:360px;
	width:320px;

	background:  no-repeat url(../images/accueil-news.png);

}

.contact-titre{
	padding:20px 10px 0px 20px;

}

#contact-block {
	padding:0px 10px 0px 10px;
	width:100%;
	float:left;
}

#contact-block .img{
	float:left;
}

#contact-block .contenu{
	float:left;
	
}

#contact-contenu {
	padding: 3px 30px 10px 20px;
	
}
#contact-contenu h1{
	font-family: Verdana;
	font-size: 14px;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #444;
	font-weight:bold;
	padding:2px;
	margin:2px;	
}

#contact-contenu p{
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	padding:2px;
	margin:2px;
	color: #444;
	
}

#contact-contenu p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	color: #A87602;
}

#contact-contenu p a:hover        {
        text-decoration:underline;

}


#contact-contenu h2{
	font-family: Verdana;
	font-size: 9px;
	font-weight:normal;
	line-height: 9px;
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #999999;
	padding:4px 0 0 2px;
	margin:2px;	
}
