/* CSS Document */

/*mise en page contact*/

.titre_contact{
	background:url(../images/tete.gif) 0px 0px no-repeat;
	padding:55px 0 60px 60px;
	margin:0px;
	font-size:20px;
	font-weight:bold;
	color:#9c0;
	width: 700px;
	
}

.titre_contact a{
	text-decoration:underline;
	color:#9c0;
	
}

.titre_contact a:hover{
	color:#0099CC;
	
}


.adresse {
	font-size: 14px;
	padding: 0 0 0 0;
	line-height: 22px;
}

.adresse a{
	color: #09c;
	text-decoration:underline;
}

.adresse a:hover{
	color: #9c0;
	
}


.adresse p{
	margin: 0px;
	padding: 0px;
}

.notice {
	margin: 50px;
}

.noticecadre {
	margin: 5px 115px 50px;
	line-height: 20px;
	padding: 10px;
	border: thin solid #999999;
}

#extranet {
	width:100px;
	height:100px;
	float: right;
	margin-top: -50px;
}

/* fin mise en page contact*/
