/**
 * @version 1.0 $Id: mod_CBPhotomember.css 
 * @package Joomla
 * @copyright (C) 2009 Olivier ROUSSEL
 * @license GNU/GPL, see LICENCE.php
 * CBPhotomember is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License 2
 * as published by the Free Software Foundation.

 * CBphotomembers is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 **/


div#CBrandomMember table, div#CBrandomMember td,  div#CBrandomMember tr{
	border-spacing:1px;
	margin:0;
}
	
div#CBrandomMember .CBrandom{
	width: 100%;
	cellspacing:1px;
	text-align:center;
}

div#CBrandomMember .CBphoto {
	background-color:transparent;
	padding:0px;
	display:block; /* important */
	margin-right:5px;
	
}

div#CBrandomMember .CBphoto img {
	border: 1px solid black;
	margin-bottom:auto;
	widht:60px;
	height:79px;
}

div#CBrandomMember .CBphoto a img {
	border: 1px solid black;
	margin-bottom:auto;
}

div#CBrandomMember .CBphoto a:hover img {
	border: 1px solid black;
	margin-bottom:auto;
}

div#CBrandomMember .CBnom {
	display:bloc;
	background-color:transparent;
	text-align:center;
	padding-top:5px;
}

div#CBrandomMember  a.CBnom {
	display:bloc;
	background-color:transparent;
	text-align:center;
}

div#CBrandomMember .CBnom2 {
	text-align:left;
}

div#CBrandomMember a.CBnom2 {
	
}

div#CBrandomMember a {
text-decoration: none;
}

div#CBrandomMember a:link {

}

div#CBrandomMember a:link, a:visited {

}

div#CBrandomMember a:hover {

}

div#CBrandomMember span.introtexte {
display:block;
text-align:justify;
color:black;
background-color:white;
padding:5px 0px;
}
