/****************************************
 * Liste des services
 ****************************************/
.reference_installation_top
{
	background-image: url(../images/frontoffice/reference_installation_top.png);
	background-repeat: no-repeat;
	background-position: top;
	border-top: 1px solid #FFF;
	padding: 3px;
	padding-top: 100px;
}
.reference_prestation_top
{
	background-image: url(../images/frontoffice/reference_prestation_top.png);
	background-repeat: no-repeat;
	background-position: top;
	border-top: 1px solid #FFF;	
	padding: 3px;
	padding-top: 100px;
}

.reference_bloc_bottom
{
	background-image: url(../images/frontoffice/reference_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

.reference_bloc
{
	background-image: url(../images/frontoffice/reference_bg.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 771px;
	text-align: left;
}
.reference_title
{
	clear: both;
	background-image: url(../images/frontoffice/reference_title.png);
	background-repeat: repeat-y;
	background-position: top;
	text-align: left;
	padding: 7px 26px;
	font-size: 12pt; 
	color: #3B3B3B;
	font-weight: bold;
	margin-top: 5px;
}
.reference_description
{
	text-align: left;
	padding: 7px 26px;
	color: #717171;
}
.reference_reftitle
{
	text-align: left;
	padding: 7px 26px;
	font-size: 12pt; 
	color: #3B3B3B;
	margin-top: 20px;
}

.reference_end
{
	clear: both;
	margin-bottom: 20px;
}

/****************************************
 * Liste des references classees par service
 ****************************************/
.reference_list_item
{
	float: left;
	width: 360px;
	height: 125px;
	margin: 2px;
}
.reference_items
{
	width: 750px;
	margin-bottom: 30px;
	margin-left: 20px;
}
.reference_list_picture_border
{
	padding: 3px;
}
.reference_list_picture
{
}
.reference_list_td
{
}
.reference_list_title
{
	font-weight: bold;
	color: #313131;
	margin: 0 2px;
	background-color: #EEE;
	padding: 2px;
}
.reference_list_description
{
	font-size: 8pt;
	color: #717171;
	margin: 4px;
}
.reference_list_website:link,
.reference_list_website:hover,
.reference_list_website:active,
.reference_list_website:visited
{
	display: block;
	margin: 4px;
	text-decoration: none;
	color: #717171;
	font-style: italic;
}
.reference_list_website:hover
{
	text-decoration: underline;
}