@charset "utf-8";

#liste_photographes_module {
	width: 680px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
}

.liste_photographes {
	width: 680px;
	text-align: left;
	padding-top: 32px;
}
.liste_photographes  p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CDCCBF;
}



.ligne_bloc {
	height: 24px;
}

.bloc_photographe {
	height: 24px;
	float: left;
	width: 290px;
}


.bloc_nom_1 {
	height: 24px;
	background-color: #444338;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.bloc_nom_2 {
	height: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.separateur {

	width: 70px;
	height: 24px;
	float: left;
}


#left_block_photographe, #right_block_photographe {float:left;}
#right_block_photographe {margin-left:70px;}

#portrait_photographe {
	float: left;
	height: 184px;
	width: 148px;
}


.titre_liste{
	padding-bottom: 15px;
}



.lien_photographe {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.lien_photographe:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #D28B00;
	text-decoration: none;
}