/***
 * Style pour les pages rencontre
***/

a, a:hover {
	color:#7bb3e0;
	font-weight:bold;
	text-decoration:none;
}
/*** Partie de gauche ***/
#left_container {
	width:300px;
	float:left;
}
/** Top blok **/
#TB {
}
/*** header & footer ***/
.TB_bc, .TB_bl, .TB_br
{
	font-size: 0;
	height: 7px;
}
.TB_bl, .TB_br
{
	width: 14px;
}

/*** bottom ***/
.TB_bc
{
	position: relative;
	top: -4px;
	clear: both;
	background: url('../img/interface/bottom_shadow.gif') repeat-x;
}
.TB_bl
{
	float:left;
	background: url('../img/interface/bottom_left_shadow.gif');
}
.TB_br
{
	float:right;
	background: url('../img/interface/bottom_right_shadow.gif');
}

/*** content ***/
.TB_gc
{
	border-left:3px solid #fff;
	height: 100%;
}
.TB_cc
{
	margin: 0;
	background: url('../img/interface/right_shadow.gif') top right repeat-y;
}
.TB_ccc
{
	margin: 0 7px 0 0;
	border-bottom: 3px solid white;
	text-align: center;
}
.TB_ccc_c {
	text-align:left;
	border-right:3px solid white;
	margin:0;
	padding:0;
}
.TB_grt, .TB_grb
{
	overflow: hidden;
}
.TB_grt
{
	float: right;
	background: url('../img/interface/log_left.gif') no-repeat;
	width:7px;
	height:43px;
}
.TB_grb
{
	position: relative;
	float: right;
	width: 7px;
	height: 7px;
	top: -4px;
	left: 7px;
	background: url('../img/interface/right_bottom_shadow.gif') no-repeat;
}


#logo {
	height:151px;
	background: url('../img/interface/logo.jpg') no-repeat;
	border-bottom:3px solid #fff;
}

/*** Menu ***/
#menu {
	background:url('../img/interface/butterfly.gif') no-repeat;
	background-position:10px 10px;
	background-color:#7bb3e0;
}
#menu a {
	color:#000;
}
#menu a:hover {
	color:#444;
}
#menu_c {
	width:180px;
	margin-left:100px;
	background:url('../img/interface/menu_fd.gif') repeat-x;
}
.menu_l, .menu_r {
	width:7px;
	height:104px;
}
.menu_l {
	float:left;
	background:url('../img/interface/menu_left.gif');
}
.menu_r {
	float:right;
	background:url('../img/interface/menu_right.gif');
}
#menu ul {
	display:block;
	margin:0 7px 0 7px;
	padding:15px 0 15px 0;
	line-height:75px;
}
#menu li {
	margin:0 0 0 3px;
	padding:0;
	line-height:15px;
	list-style:none;
	font-weight:bold;
}

/*** Partie de droite ***/
#right_container {
	width:600px;
	float:right;
}
#global_righ {
	margin:5px 20px 0 15px;
}
#GR_header {
	background:url('../img/interface/fd_rencontre.jpg') bottom right no-repeat;
	border-bottom:1px solid #7bb3e0;
}
#selecter {
	position:relative;
	float:left;
	width:300px;
	border:1px solid #ccc;
	background-color:#f5f5f5;
	left:30px;
}
#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:right;
	width:225px;
	text-align:left;
}
.title {
	clear:both;
	padding:2px 0 2px 0;
}
h2 {
	color:#7bb3e0;
	font-weight:bold;
	font-size:10px;
}

/***/
#GR_result {
	float:left;
	width:375px;
	display:table;
}
#GR_promo {
	float:right;
	width:190px;
}
#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:355px;
	text-align:left;
}
.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 a {
	color:#fff;
}
.profil_T a:hover {
	color:#f5f5f5;
}
.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:290px;
	float:right;
}

