/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 2.0
// Date de création    : 26/06/2008
//
// Description         : feuille de style de rubrique
//
//------------------------------------------------------------------
*/
#header #bandeau{
	background:#3C8324 url(images/visuel/prestation.jpg) right top no-repeat;
}

#content p.intro{
	text-align:center;
	font-weight:bold;
}
/*------------------------------------------------------------------*/
/*Liste des prestations*/
/*------------------------------------------------------------------*/
#content #blocactualites{
}
#content .prestation{
	background: url(images/nt.gif) repeat;
	margin-bottom:10px;
	zoom:1;
}
#content #blocprestations{
}
#content #blocprestations .prestation{
}
#content #blocprestations .prestation a.photoprincipale{
}
#content #blocprestations .prestation a.photoprincipale img{
	border:solid 1px black;
	margin-left:10px;
	float:right;
}
#content #blocprestations .prestation a.titre{
	text-decoration:underline;
	font-size:11px;
	font-family:Arial Black;
	text-transform:uppercase;
	color:black;
}
#content #blocprestations .prestation .descriptioncourte {
	margin-top:10px;
}
#content #blocprestations .prestation .descriptioncourte p{
	margin-top:10px;
}
#content #blocprestations .prestation .descriptioncourte a.suite{
	color:#002E15;
	font-size:11px;
}
#content #blocprestations .prestation .descriptioncourte a.suite:hover{
	background:#002E15;
	color:white;
}


