html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 16px;
	background: #AE0048 url('img/bg.png')  0 0 repeat-x;
	margin:0px;
	padding:0px;
}
div#wrapper {
	margin: 0
	min-height: 100%;
	background-color: #DFDBD8;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
a:hover {color: #CC176D;}
p { margin: 1em 0;}
hr {display: none;}

/* CONTENT
content est le conteneur des 3 colonnes : left, center et right
--------------------------------------*/
div#content {
	display: inline;
	float: left;
	padding-top: 0px;
}
div#center {
	display: inline;
	float: left;
}


/* BOX
--------------------------------------*/
.box {
	display: inline;
	float : left;
	margin-bottom: 0px;
	padding: 0;
}

#center .box {
	background: transparent url('img/cbox-bg.png') 0 0 repeat-y;
}

.box-content {
	display: inline;
	float: left;
	min-height: 100px;	
}
/* \*/
* html .box-content {height: 100px;}
/* */
#center .box-content {
background: transparent url('img/cbox-bottom.png') left bottom no-repeat;	
}

#center .box h3 {
	margin: 0 -7px;
	margin-bottom: 5px;
	padding: 24px 10px 0 10px;
	height: 25px; /*49-24 padding*/
	font-size: 16px;
	color: #fff;
	background: transparent url('img/cbox-title.png') 0 0 no-repeat;	
}

/*-- Styles des listes de liens --*/
.box ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.box ul.thumbs li {
	padding: 5px 0 0 0;
	text-align: center;
}
.box ul.thumbs li a img {border: 2px solid #DFDBD8;}
.box ul.thumbs li a:hover img {border-color: #CC176D;}
.box ul.videos li {
	padding-left: 15px;
	background: transparent url('img/box-video-icon.png') left center no-repeat;
}
.box ul.arrow li {
	padding-left: 8px;
	background: transparent url('img/box-link-icon.png') left center no-repeat;	
}
.box ul.sided-list {
	float: left;
	hoverflow: hidden;
}
.box ul.annu-menu li {
	padding-left: 9px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px; 
	background: transparent url('img/box-menu-icon.png') left center no-repeat;
}

/*-- Liste des sites de l'annuaire --*/
ul.annu-list li {
	margin: 5px 0 0 0;
	padding: 5px 4px 0 4px;
	border-top: 1px solid #DFDBD8;
	background: none;
}
ul.annu-list li a {
	font-weight: normal;
	color: #CC176D;
}
ul.annu-list li a:hover {text-decoration: underline;}
ul.annu-list li p {
	margin: 0 0 3px 0;
	font-size: 11px;
}
ul.annu-list li span {
	margin: 0 5px;
	color: #DFDBD8;
}
p.annu-list-footer {
	margin: 20px 0 0 0;
	text-align: center;
	font-size: 11px;
}


/* ======= STAR-RATER ======== */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(http://www.baise3x.com/rating/star.gif) left -1000px repeat-x;
margin: 0;
padding: 0;
}
.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
margin: 0;
padding: 0;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
margin: 0;
padding: 0;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
margin: 0;
padding: 0;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
margin: 0;
padding: 0;
}

.inline-rating{
display:-moz-inline-block;
display:-moz-inline-box;
display: inline-block;
vertical-align: middle;
margin: 0;
padding: 0;
}

.small-star{
width:90px;
height:18px;
}
.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
background-image: url(http://www.baise3x.com/rating/star_small.gif);
line-height: 18px;
height: 18px;
position: absolue;
margin: 0;
padding: 0;
}
/* ======= /STAR-RATER ======== */
