/***
 * Feuille de style pour rencontres.php
 * gere l'affichage des profils.
***/

#GR_header {
	border-bottom:1px solid #7bb3e0;
	margin-left:12px;
	display:table;
}
#GR_header_bottom {
	background:url('../img/interface/fd_rencontre.jpg') bottom right no-repeat;
	border-bottom:1px solid #7bb3e0;
	width:650px;
	margin-left:12px;
	display:table;
}

#selecter {
	position:relative;
	float:left;
	width:300px;
	border:1px solid #ccc;
	background-color:#f5f5f5;
	left:30px;
	font-size:10px;
}
#selecter h1 {
	background-color:#7bb3e0;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	text-indent:10px;
	line-height:17px;
}
#selecter ul {
	margin:0;
	padding:0;
	overflow:auto;
	height:108px;
}
#selecter li {
	font-weight:bold;
	list-style:none;
	margin-left:5px;
}
#arbo {
	float:left;
	width:225px;
	height:141px;
	text-align:left;
	display:table;
	margin-left:50px;
}
.title {
	clear:both;
	padding:2px 0 2px 10px;
}
h2 {
	color:#7bb3e0;
	font-weight:bold;
	font-size:10px;
}

/***/
#GR_result {
	float:left;
	display:table;
}
#GR_promo {
	float:right;
	width:180px;
	display:table;
}
#GR_promo h3 {
	background-color:#7bb3e0;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	margin-bottom:3px;
}
/*** profil pour promo ***/
.mini_profil {
	background-color:#f5f5f5;
	border-bottom:2px solid #fff;
	width:100%;
	display:table;
}
.mini_profil img {
	float:left;
	border:5px solid #fff;
	margin-right:5px;
}
.mini_profil p {
	margin:0;
	padding:0;
}
.mini_profil span {
	display:block;
}
/*** profil resultat de recherche ***/
.profil {
	margin:0 0 0 3px !important;
	margin:0 0 0 0;
	display:table;
	width:438px;
	text-align:left;
	font-size:10px;
}
.profil img {
	float:left;
	border:5px solid #fff;
}
.profil p {
	margin:0 0 0 5px;
	padding:0;
}
.profil_T {
	background-color:#7bb3e0;
	border-bottom:1px solid #fff;
}
.profil_T_button {
	display:block;
	float:right;
	padding:0 8px 0 8px;
	background-color:#f6afdb;
	color:#333;
}
.profil_T_button:hover {
	background-color:#51b552;
	color:#333;
}
.profil_C, .profil_B {
	background-color:#f5f5f5;
}
.profil_C {
	border-bottom:1px solid #fff;
	height:33px;
	display:table;
}
.profil_B {
}
.profil_T, .profil_C, .profil_B {
	width:370px;
	float:right;
}
.whiteLink {
	color:#fff;
	text-decoration:none;
}

