/***
 * Style de la page des profils
***/

#middleCol {
	float:left;
	width:428px;
}

#promoInscrits {
	float:right;
	width:225px;
}

.navh3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:5px;
	color:#7bb3e0;
}
.navh3 a {
	font-weight:bold;
	text-decoration:none;
	color:#7bb3e0;
}
.navh3 a:hover {
	color:#286ba1;
}
/** Scroller **/
#scroller {
	border:1px solid #ccc;
	margin-bottom:10px;
}
#scroller h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-indent:5px;
	line-height:18px;
	color:#fff;
	background-color:#7bb3e0;
}
#scroller ul {
	list-style:none;
	overflow:auto;
	height:110px;
	margin:0;
	padding:0;
	background-color:#f5f5f5;
}
#scroller li {
	line-height:15px;
	margin:0 5px;
	padding:0;
}
#scroller li a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#scroller li a:hover {
	color:#666;
}

/** Profils **/
.profils_C {
}
.profils_C p {
	margin:0;
	padding:5px 0 5px 0;
}
.profils_C h1, .profils_C h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-bottom:1px solid #7bb3e0;
	padding-bottom:2px;
	margin-bottom:5px;
}
.profils_C h1 span {
	display:block;
	float:right;
}

.profil {
	display:block;
	width:100%;
	border:1px solid #ccc;
	padding:1px;
	margin:5px -2px 0 -2px;
}
.profil img {
	display:block;
	float:left;
	width:55px;
	height:55px;
	background-color:#f5f5f5;
	border:5px solid #fff;
}
.profilCC {
	float:right;
	width:329px;
	background-color:#f5f5f5;
}
.profilCC div {
	border-top:2px solid #fff;
}
.profilCC h4, .profil_B,.profilCC h4 a, .profil_B a {
	line-height:15px;
}
.profilCC h4, .profil_M, .profil_B {
	padding-left:5px;
}
.profilCC h4 {
	background-color:#7bb3e0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#fff;
}
.profil_button {
	display:block;
	float:right;
	padding:0 5px;
	background-color:#f8b5e9;
	text-decoration:none;
	color:#333;
}
.profil_button:hover {
	background-color:#F5A9F0;
}
.profil_M {
	min-height:30px;
	padding-left:5px;
}
.profil_B a {
	font-weight:bold;
	text-decoration:none;
	color:#7bb3e0;
}
.profil_B a:hover {
	color:#286ba1;
}

.mini_profil {
	border-bottom:1px dashed #dedede;
}
.mini_profil img {
	display:block;
	float:left;
	width:55px;
	height:55px;
	background-color:#f5f5f5;
	margin:5px 5px 5px 0;
	border:1px solid #7bb3e0;
}
.mini_profil_C {
	float:right;
	width:130px;
	min-height:65px;
}
.mini_profil_C a {
	display:block;
	clear:both;
	margin-top:15px;
}

