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;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	min-height: 100%;
	width: 980px;
	background-color: #DFDBD8;
}
/* \*/
* html div#wrapper {height: 100%;}
/* */
a img {border: 0;}
a, input {outline: none;}
a {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
a:hover {color: #CC176D;}

.entry a {
	font-weight: normal;
	text-decoration: underline;
	color: #CC176D;
}
.entry a:hover {color: #CC176D;text-decoration: none;}

p { margin: 1em 0;}
hr {display: none;}

img.tgpthumb {
border-width:1px;
border-color:rgb(131,7,7);
border-style:solid;
margin: 0 1px 0 1px;
padding: 0;
}

/* HEADER
--------------------------------------*/
div#header {
	position: relative;
	height: 162px;
	background: transparent url('img/header-bg_v2.jpg') 0 0 repeat-x;	
}
div#header h1 {
	position: absolute;
	display: block;
	margin: 0;
	margin-left: 100px;
	height: 0;
	width: 420px;
	padding-top: 142px;
	overflow: hidden;
	font-size: 0.1em;
	background: transparent url('img/header-logo_v2.jpg') 0 0 no-repeat;		
}

/* menu du header */
ul#header-menu {
	position: absolute;
	top: 45px;
	left: 555px;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#header-menu li {
	display: inline;
	float: left;
	clear: left;
	padding: 2px 0 2px 15px;
	font-size: 16px;
	background: transparent url('img/header-menu-icon.png') left center no-repeat;
}
#header a {color: #fff;}
#header a:hover {border-bottom: 1px solid #FFB7DF;}

/* sous-menu barre */
ul#header-sub {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000 url('img/header-sub-bg_v2.jpg') 0 0 repeat-x;
}
ul#header-sub li {
	display: inline;
	float: left;
	margin-left: 13px;
	padding-left: 12px;
	line-height: 30px;
	text-transform: uppercase;
	background: transparent url('img/header-sub-icon.png') left center no-repeat;
}
ul#header-sub li a:hover {border-bottom: 1px solid #FF52A4;}

/* formulaire de recherche */
#search-form {
	position: absolute;
	bottom: 0;
	right: 5px;
	margin: 0;
	padding: 0;
	height: 27px;
}
#search-form label {
	font-size: 14px;
	font-weight: bold;
	color: #DFDBD8;
}
#search-form input {
	font: 12px normal Arial, Helvetica, sans-serif;
	color: #333;
	vertical-align: middle;
}
#search-form input#search {
	width: 150px;
	margin: 0 2px;
	border: 2px solid #808080;
}


/* CONTENT
content est le conteneur des 3 colonnes : left, center et right
--------------------------------------*/
div#content {
	display: inline;
	float: left;
	width: 100%;
	padding-top: 3px;
}
div#left {
	display: inline;
	float: left;
	padding: 0 2px 0 3px;
	width: 160px;
}
div#center {
	display: inline;
	float: left;
	width: 490px;
}
div#right {
	display: inline;
	float: right;
	padding: 0 3px 0 2px;
	width: 320px;
}

/* DERNIERES VIDEOS
--------------------------------------*/
div.lastvids img {
	background: #fff;
	width: 108px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 0px;
	height: 90px;
	border: 2px solid #DFDBD8;
}
div.lastvids a:hover img {border-color: #CC176D;}
div.vidspoto {
float:left;
text-align:center;
margin-bottom: 10px;
}
.clear{
clear:both;
}
/* BOX
--------------------------------------*/
.box {
	display: inline;
	float : left;
	margin-bottom: 3px;
	padding: 0;
}
#left .box {
	width: 160px;
	background: transparent url('img/sbox-bg.png') 0 0 repeat-y;
}

#right .box {
	width: 320px;
	background: transparent url('img/rbox-bg.png') 0 0 repeat-y;
}

#center .box {
	width: 490px;
	background: transparent url('img/cbox-bg.png') 0 0 repeat-y;
}
#left .ban {
	padding-top: 15px;
	text-align: center;
	background: transparent url('img/sbox-top.png') 0 0 no-repeat;
}

#right .ban {
	padding-top: 15px;
	text-align: center;
	background: transparent url('img/rbox-top.png') 0 0 no-repeat;
}


#center .ban {
	padding-top: 15px;
	text-align: center;
	background: transparent url('img/cbox-top.png') 0 0 no-repeat;
	
}	
.box-content {
	display: inline;
	float: left;
	padding: 0px 7px 0px 7px;
	min-height: 65px;	
}

.box-presentation {
	display: inline;
	float: left;
	padding: 0 7px 3px 7px;
	min-height: 65px;
	background: transparent url('img/cbox-bottom.png') left bottom no-repeat;  	
}

/* \*/
* html .box-content {height: 100px;}
/* */
#left .box-content{
	width: 146px; /*160 - (7x2 padding)*/
	background: transparent url('img/sbox-bottom.png') left bottom no-repeat;
}

#right .box-content {
	width: 306px; /*320 - (7x2 padding)*/
	background: transparent url('img/rbox-bottom.png') left bottom no-repeat;
}


#center .box-content {
	width: 476px; /*490 - (7x2 padding)*/
	background: transparent url('img/cbox-bottom.png') left bottom no-repeat;	
}

/*-- Titres --*/
#left .box h3 {
	margin: 0 -7px;
	margin-bottom: 5px;
	padding: 12px 10px 0 10px;
	width: 140px; /*160 - (10x2 padding)*/
	height: 25px; /*37 - 12 padding*/
	font-size: 16px;
	color: #fff;
	background: transparent url('img/sbox-title.png') 0 0 no-repeat;
}
#center .box h3 {
	margin: 0 -7px;
	margin-bottom: 5px;
	padding: 24px 10px 0 10px;
	width: 470px; /*490 - (10x2 padding)*/
	height: 25px; /*49-24 padding*/
	font-size: 16px;
	color: #fff;
	background: transparent url('img/cbox-title.png') 0 0 no-repeat;	
}


#right .box h3 {
	margin: 0 -7px;
	margin-bottom: 5px;
	padding: 24px 10px 0 10px;
	width: 320px; /*490 - (10x2 padding)*/
	height: 25px; /*49-24 padding*/
	font-size: 16px;
	color: #fff;
	background: transparent url('img/rbox-title.png') 0 0 no-repeat;	
}





#center .box h3 a {color:#ffffff;}
#center .box h3 a:visited {color:#ffffff;}
#center .box h3 a:hover {color:#ffffff;text-decoration:underline;}

/*-- 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.sided-list_big {
	float: left;
	hoverflow: hidden;
	font-size:1.2em;
}

.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: 10px 0 0 0;
	padding: 10px 0 0 0;
	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;
}

a.voirplus {
	font-weight: normal;
	color: #CC176D;
}
/* FOOTER
--------------------------------------*/
#footer {
	clear: both;
	padding: 10px;
	color: #666;
	border-top: 1px solid #E7E5E4;
	background-color: #CAC6C3;
}
#footer p {
	margin: 0;
	font-size: 11px;
	text-align: center;
}


/* ======= 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;
}

.titre_site_annuaire a:hover,
.titre_site_annuaire a:active,
.titre_site_annuaire a:focus{
	font-weight: normal;
	color: #CC176D;
}
/* ======= /STAR-RATER ======== */
/* -------- / BLOG ------------- */
.navigation {
clear: both;
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	}
/*  DISCLAIMER  */
div#disclaimer{ text-align:left; }
 div#disclaimer-fond{ position:absolute; z-index:1000; width:100%; height:2650px; background:white; filter:alpha(opacity=80); -moz-opacity:0.8; opacity: 0.8; text-align:center; line-height:normal; clear:both; }
 div#disclaimer-conteneur{ position:absolute; z-index:1001; width:100%; text-align:center; clear:both; }
  div#disclaimer-cadre{ width:550px; margin-left:auto; margin-right:auto; text-align:center; margin-top:200px; padding:15px; font-size:12px; border:#ddd 1px solid; background:#f5f5f5; color:#555; }
   div#disclaimer-cadre b{ font-size:14px; color:black; }
   div#disclaimer-cadre a{ text-decoration:none; font-size:22px; font-weight:bold; color:#356aa0; }
   div#disclaimer-cadre a:hover{ color:blue; }
