@charset "utf-8";
/* CSS Document */

#zone_actu{
	position: relative;
	width: 150px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:25px;
}
#actu{
	position: relative;
	width: 150px;
	/*height:15px;*/
	overflow: hidden;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:2px;
}
#texte_actu{
	position: absolute;
	top: 1px;
	width: 124px;
	left: 26px;
}

#zone_contact{
	position: relative;
	background-image:url(photos/fond_contact.jpg);
	background-repeat:no-repeat;
	width: 630px;
	height:460px;
	margin-top:70px;
	margin-left:0px;
}

#txt_contact{
	position: relative;
	width: 263px;
	top:80px;
	margin-left:57px;
	/*background-color:#99FF66;*/
}


/*/
////////////////////////////////////
//////     TEXTES   ////////////////
//////////////////////////////////
/*/

.antoine{
	font-weight:bold;
	color:#4ce26c;
}

.adresse{
	line-height:20px;
	color:#949291;
	margin-bottom:30px;
}

.form{
	font-family: Arial;
	font-weight:normal;
	font-size:11px;
	text-align:left;
	color:#949291;
	background-color:#0a0606;
	border: 1px none #0a0606;
}
.repres{
	font-size:10px;
	color:#949291;
}

.galerie{
line-height:15px;}
/*/
////////////////////////////////////
//////     LIENS   ////////////////
//////////////////////////////////
/*/
a.actu:link{
	text-decoration:underline;
	color:#949291;
}
a.actu:visited{
	text-decoration:underline;
	color:#949291;
}
a.actu:hover{
	text-decoration:underline;
	color:#7b4de3;
}

