
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #616161;
	background-repeat: repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
}
p {
	line-height: 1.5em;
}
hr {
	border: none 0;
	border-top: 1px dashed #000;
	width: 100%;
	height: 1px;
}
H1, H2 {
	display: inline;
}
ul li {
	list-style: none;
}
a img {
	border: 0;
}
H1 {
	margin: 5px 0 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
H2 {
	font-size: 15px;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	line-height:18px;
}
H3 {
	font-size: 15px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	display:inline;
	line-height:20px;
}
.clearboth{
	clear:both;
}
.center{
	text-align:center;
}
.left{
	float:left;
}
.dashed_line{
	width:450px;
	height:2px;
	border-bottom:#999 dashed 1px;
	clear:both;
}
.padding-left{
	padding-left:10px;
}
.padding-top{
	padding-top:10px;
}

/* --------- TOP + HEADER + MENU ------------------------------------------ */
#pagewidth {
	width: 982px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position: relative;
	margin-top: 15px;
	width: 982px;
	background-color: #2f2f2f;
}
.pub {
	padding: 10px 10px 7px 0px;
	width: 960px;
}
/* --------- menu ------------ */
ul#menu_top {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	display: block;
	float: left;
	background-color: #2f2f2f;
}
ul#menu_top li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
ul#menu_top li a {
	display: block;
	float: left;
}
ul#menu_top li a:hover {
	color: #FFF;
}
/* --------- END menu ------------ */
/* --------- CONTAINER ------------------------------------------- */
/* --------- titres ------------ */
.red {
	color: #AE1900;
}
.pink {
	color: #F525B8;
}
.green {
	color: #73a700;
}
.grey {
	color: #353535;
}
.blue {
	color: #3D64A0;
}
.orange {
	color: #E75000;
}
.turc {
	color: #0096A3;
}
/* --------- PAGES WIDTH ---------------------------------- */
#content {
	width: 982px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

#col_left {
	width: 460px;
	float: left;
	margin: 5px 5px 1px 8px;
}
#col_300 {
	width: 300px;
	float: left;
	margin: 5px 5px 1px 5px;
}
#col_184 {
	width: 184px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
#content_intro {
	float: left;
	width: 790px;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 5px;
}

/* --------- TITRES PAR CATEGORIES ------------ */
#cat_titres {
	float: left;
	margin: 10px 5px 0 5px;
	width: 965px;
}
#cat_titres .news {
	color: #7EA819;
	border-bottom: 1px dashed #7EA819;
	display: block;
}
#cat_titres .stars {
	color: #0067bf;
	border-bottom: 1px dashed #0067bf;
	display: block;
}
#cat_titres .photos {
	color: #E75000;
	border-bottom: 1px dashed #E75000;
	display: block;
}
#cat_titres .romance {
	color: #DD42C5;
	border-bottom: 1px dashed #DD42C5;
	display: block;
}
#cat_titres .lifestyle {
	color: #0096A3;
	border-bottom: 1px dashed #0096A3;
	display: block;
}

/* --------- CONTENUS news ---------------------------------- */

.newsInfo {
	float: right;
}
.newsInfo a {
	color:#333 !important;
	text-decoration:none !important;
}
.newsInfo img {
	margin-bottom:-2px;
	margin-right:2px;
}
#content_news {
	_float: left;
	color: #333333;
	width: 440px;
	background-color: #E8EAEC;
	padding: 5px 10px 10px 0;
}
.suite_vert{
	background:transparent url(/img/arrow_small_green.png) no-repeat scroll right 6px !important;
	padding-right:7px !important;
	font-weight:300 !important;
}
.suite_turc{
	background:transparent url(/img/arrow_small_turq.png) no-repeat scroll right 6px !important;
	padding-right:7px !important;
	font-weight:300 !important;
	color:#0096A3 !important;
}
#content_news a {
	color: #73a700;
	text-decoration: none;
}
#content_news a:hover {
	text-decoration: underline;
}
#content_news .date {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 15px;
	margin-bottom: 8px;
	background: transparent url(/img/23.png) 0 0 no-repeat;
}
#content_news .pic {
	border: 1px solid #A6A6A6;
	margin: 0 10px 5px 0;
	padding: 5px;
	width: 120px;
	background-color:#FFF;
	max-width:250px;
	width:auto;
	float:left;
}

#content_news_lifestyle {
	float: left;
	color: #333333;
	width: 440px;
	background-color: #E8EAEC;
	padding: 5px 10px 10px 10px;
}
#content_news_lifestyle a {
	color: #0096A3;
	text-decoration: none;
}
#content_news_lifestyle a:hover {
	text-decoration: underline;
}
#content_news_lifestyle .date {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 15px;
	margin-bottom: 8px;
	background: transparent url(/img/23.png) 0 0 no-repeat;
}
#content_news_lifestyle .pic {
	border: 1px solid #A6A6A6;
	margin: 0 10px 5px 0;
	padding: 5px;
	width: 120px;
	background-color:#FFF;
	max-width:250px;
	width:auto;
	float:left;
}

#content_news_people {
	float: left;
	width: 430px;
	padding: 5px 0 10px 0;
	background-color:#FFF;
}

#content_news_people  a {
	color: #73a700;
	text-decoration: none;
}
#content_news_people  a:hover {
	text-decoration: underline;
}

#content_news_people  .date {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 15px;
	margin-bottom: 8px;
	background: transparent url(/img/23.png) 0 0 no-repeat;
}
#content_news_people  .pic {
	border: 1px solid #A6A6A6;
	margin: 0 10px 5px 0;
	padding: 5px;
	width: 120px;
	background-color:#FFF;
	max-width:250px;
	width:auto;
	float:left;
}


/* --------- FIN CONTENUS news ---------------------------------- */
#col_news .date {
	color: #496800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.react .icon {
	float:left;
	margin-right:5px;
}
.prosCons {
	float:left;
}
.prosCons a {
	color: #333;
	text-decoration: none;
}

.avisCount {
	float:left;

}
.avisCount a {
	color: #333;
	text-decoration: none;
}
.react {
	padding:10px 0 5px 0;
	width:460px;
	overflow:hidden;
	border-bottom:#ababab dashed 1px;
	margin-bottom:7px;
	font: normal 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}
a.react_button {
    background: transparent url('img/bg_button_a.gif') no-repeat scroll top right;
    color: #fff;
    display: block;
    float: left;
    height: 24px;
    margin-right: 3px;
    padding-right: 3px; /* sliding doors padding */
    text-decoration: none;
}

a.react_button span {
    background: transparent url('img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 2px 5px 5px;
} 
a.react_button span img{
	margin:-3px;
	padding-right:3px;
}
/* --------- CONTENU RESULTAT RECHERCHE ---------------------------------- */

#content_search .news {
	background:transparent url(/img/fd_title_vert.gif) repeat-x scroll 0 0;
	display:block;
	height:19px;
	padding:5px 0 0 5px;
	width:455px;
}
#content_search h3 a{
	text-decoration:none;
	color:#0067BF;

}
#content_search h3 a:hover {
	text-decoration: underline;
}
#content_search .pic {
	border: 1px solid #ccc;
	margin: 0 10px 5px 15px;
	padding: 3px;
	width: 60px;
	height: 60px;
	float:left;
}
/* --------- 460 PEOPLE ------------ */
#content_star {
	float: left;
	color: #333333;
	width: 440px;
	background-color: #E8EAEC;
	padding: 8px;
	margin: 5px 5px 0 10px;
}
ul.tabs {
	border-bottom:1px solid #BCBCBC;
	list-style-type:none;
	margin:0;
	padding:3px 10px;
	text-align:center;
	text-transform:uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:23px;
}
ul.tabs a {
	text-decoration:none;
}
li.onglet {
	width: 64px;
	heigh: 22px;
	float: left;
	padding:5px 0 5px 0;
	background-color:#FFF;
	margin:0 5px 0 0;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #BCBCBC;
	border-left:1px solid #BCBCBC;
	border-right:1px solid #BCBCBC;
}
li.onglet a{
	text-decoration:none;
	color:#333;
}
li.ongletof {
	width: 64px;
	float: left;
	margin-right: 5px;
	text-align: center;
	padding:5px 0 5px 0;
	background-color:#ccc;
	border:1px solid #BCBCBC;
}
li.ongletof a{
	text-decoration:none;
	color:#666;
}


/* --------- 760 PEOPLE ------------ */
#content_star_BIG {
	float: left;
	color: #333333;
	width: 750px;
	background-color: #E8EAEC;
	padding: 8px;
	margin: 5px 5px 0 10px;
	
}

/* --------- 460 PEOPLE ------------ */

.fiche_star_romance {
	margin:10px 0 15px 0;
	border-bottom: #999 dashed 1px;
	padding-bottom:10px;
}
.fiche_star_romance a {
	color:#F525B8;
}

.fiche_star_bio {
	margin:10px 0 15px 0;
	border-bottom: #999 dashed 1px;
	padding-bottom:10px;
}

.fiche_star_bio a {
	color: #0067bf;
	text-decoration: underline;
}
.fiche_star_bio a:hover {
	text-decoration: none;
}


.fiche_star_info {
	clear: both;
	background-color: #ffffff;
	padding: 10px;
	float: left;
	width: 420px;
}
.fiche_star_info .pic {
	border: 1px solid #A6A6A6;
	margin: 0 5px 10px 0;
	padding: 5px;
	width: 410px;
	height: 210px;
}

.recherche_fiche_star {
	width:410px;
	height:250px;
	background-color:#e63700;
	padding:10px;
	color:#FFF;
}

#news_starblock {
	padding: 5px 0 5px 0;
	width: 425px;
}
#news_starblock p {
	display: inline;
}

#news_starblock .pic {
	border: 1px solid #A6A6A6;
	padding: 4px;
	width: 120px;
	height: 80px;
}


#news_starblock #content_news H3{
	color:#066;
}
#news_starblock #content_news {
	background-color:#FFF;
	width:420px;
}
#news_starblock .titre{
	background:transparent url(/img/fd_title_vert.gif) repeat-x scroll 0 0;
	display:block;
	height:19px;
	padding:5px 0 0 5px;
	width:420px;
}
#star_block {
	width: 430px;
	background-color: #fff;
	clear:both;
	padding:5px;
}

/* ---- romance ---- */

#romance_starblock {
	width: 420px;
	float: left;
	background-color: #fff;
	padding: 5px;
}
#romance_starblock .soustitre {
	color: #DD42C5;
	border-bottom: 1px dashed #DD42C5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: 0 0 3px 0;
	text-align: left;
	padding-left: 8px;
	padding-top: 10px;
}
#romance_starblock .soustitre a {
	text-decoration: none;
}
#romance_starblock .soustitre a:hover {
	text-decoration: underline;
	color: #000;
}
#romance_starblock p {
	display: block;
	clear: both;
}
#romance_starblock a {
	font-weight: bold;
	text-decoration: none;
	color: #DD42C5;
}
#romance_starblock a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #ccc;
}
#romance_starblock .date {
	font-weight: bold;
	text-decoration: none;
	color: #DD42C5;
}
#romance_starblock .pic {
	border: 1px solid #A6A6A6;
	padding: 4px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 50px;
	height: 50px;
}
/* ---- filmographie ---- */
#cine_starblock {
	background-color:#fff;
	padding: 5px 0 5px 0;
	float: left;
	width: 430px;
}
#cine_starblock .titre{
	background:transparent url(/img/fd_title_bleu.gif) repeat-x scroll 0 0;
	display:block;
	height:19px;
	padding:5px 0 0 5px;
	width:420px;
}
#cine_starblock .film{
	border-bottom:#999 1px dashed;
	display:block;
	overflow:hidden;
	padding-top:5px; 
}
#cine_starblock .film a{
	text-decoration:none;
	color:#0067BF;
}
#cine_starblock .film .filmname{
	font-size:12px;
	font-weight:bold;
}
#cine_starblock .pic {
	border: 1px solid #A6A6A6;
	padding: 4px;
	margin-right: 5px;
	width: 50px;
	height: 67px;
	float:left;
}

#pic_starblock {
	background-color: #ffffff;
	padding: 5px;
	float: left;
	width: 420px;
	border-bottom: 1px dashed #000;
}
#pic_starblock img {
	border: 4px solid #3AB5BC;
	margin: 1px;
	width: 70px;
	height: 100px;
}
/* --------- 750 GALERIE PHOTO ---------------------------------- */
#content_gallery {
	color: #333333;
	width: 750px;
	background-color: #E8EAEC;
	padding: 8px;
	margin:5px 10px 0 10px;

}
#gallery_block {
	background-color: #ffffff;
	padding: 10px;
	width: 730px;
	text-align: center;
	clear:both;
}
#gallery_block .pic {
	max-height:500px;
}


/* --------- VOTE ---------- */
.star-rating, .star-rating a:hover, .star-rating a:active, .star-rating a:focus, .star-rating .current-rating {
	background: url(/img/star.gif) left -1000px repeat-x;
}
.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;
}
.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;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}
.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}
.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}
.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}
/* for an inline rater */
.inline-rating {
	display: -moz-inline-block;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
}

/* --------- BIG news fresh ----------------------------------------------- */
#content_news_fresh {
	float: left;
	width: 440px;
	background-color: #E8EAEC;
	padding: 8px;
	margin: 5px 5px 0 10px;

}

#content_news_fresh .date {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-left: 15px;
	background: transparent url(/img/23.png) 0 0 no-repeat;
}

#content_news_fresh .pic {
	border: 1px solid #ccc;
	padding: 3px;
	margin: 0 8px 0 0;
	width: 60px;
	float:left;
	background-color:#FFF;
}
#content_news_fresh a {
	color: #6E9B03;
	text-decoration: none;
}
#content_news_fresh a:hover {
	color: #999;
	text-decoration: underline;
}
#content_news_fresh .pointille {
	width:440px;
	height:1px;
	clear:both;
	border-bottom:#999 dashed 1px;
	margin:5px 0 5px 0;
}

/* --------- 460 BIG PHOTOS  ----------------------------------------------- */
#content_photos {
	width: 455px;
	margin:5px 5px 0 10px;
	float:left;

}
#content_photos a {
	color: #E75000;
	text-decoration:none;
}
#content_photos table {
	text-align:center; background-color:#eee; width:460px;

}
#content_photos .bloc_photo {
	border:#FFF 1px solid;
	padding:5px;

}
#content_photos .titre {
	display: block;
	background: transparent url(/img/fd_title_rouge.gif) repeat-x;
	height: 22px;
	width: 100%;
	padding:3px 0 0 5px;
}


/* ---------  FIN SOUS_MENU PHOTOS -------- BLEU FONCE FIN --------------------- */
.content_photos {
	width: 100%;
}
.content_photos .fiche_star_border {
	border:#c1cedd 1px solid;
	margin:5px 3px 5px 5px;
	float:left;
	width:220px;
}
.content_photos .fiche_star {
	background-color:#eaeff3;
	padding:8px;
	border:#FFF 4px solid;
}
.content_photos .fiche_star a{
	text-decoration:none;
}
.content_photos .pic {
	margin-right: 5px;
	width: 60px;
	height: 60px;
	float:left;
}

.content_photos .photo_news a {
	font-weight: bold;
	text-decoration: none;
	color: #7EA819;
}
.content_photos .photo_news a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #7EA819;
}
.content_photos .date {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

/* ---------  SOUS_BLOCS NEWS -------- BLEU FONCE --------------------- */
.fiche_liee_title {
	width: 460px;
	background: transparent url(/img/bloc_fiche_star_top.png) no-repeat;
	padding:5px 0 0 5px;
}

/* ---------  share this --------------------- */
.sharethis a {
	color: #3D64A0;
	font-weight: bold;
}
.sharethis a:hover {
	text-decoration: underline;
}
/* ---------  460 SOUS_MENU NEWS -------- VERT --------------------- */
.comment_lie_title {
	background: transparent url(/img/bloc_comments_top.png) no-repeat;
	width: 460px;
	margin-top:10px;
	padding:5px 0 0 5px;
}
.comment_lie {
	padding:3px 10px 0 0;
}
.comment_lie li {
	border-bottom:#6e6e6e dashed 1px;
	margin-left:-27px;
}
/* ---------  460 SOUS_MENU LIFESTYLE -------- TURC--------------------- */
.lifestyle_lie_title {
	background: transparent url(/img/bloc_lifestyle_458_top.png) no-repeat;
	width: 460px;
	margin-top:10px;
	padding:5px 0 0 5px;
}


/* ---------  SOUS_MENU NEWS --------------------- */
#sous_news {
	background-color: #ffffff;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 440px;
}
#sous_news p {
	display: block;
}
#sous_news a {
	font-weight: bold;
	text-decoration: none;
	color: #93BA16;
}
#sous_news a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #BBD068;
}
#sous_news .pic {
	border: 1px solid #A6A6A6;
	padding: 4px;
	margin-right: 5px;
	width: 50px;
	height: 50px;
}
#sous_news .soustitre {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	background: transparent url(/img/fd_title_news.gif) 100% 100% no-repeat;
	height: 25px;
	width: 440px;
}
#sous_news ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px 0 8px 0;
	list-style: none;
	border-bottom: 1px dashed #7EA819;
	margin-left: -25px;
	margin-right: 5px;
}
/* --------- PHOTOS ------------ */
.content_cat {
	float: left;
	width: 430px;
	background-color: #E8EAEC;
	padding: 10px;
	margin: 5px 10px 10px 10px;
}
.content_consult {
	float: left;
	width: 200px;
	background-color: #fff;
	padding-bottom: 10px;
	margin-right: 10px;
	border-bottom: 2px solid lightgrey;
	border-right: 2px solid lightgrey;
}
.content_consult .titre {
	display: block;
	background: transparent url(/img/fd_title_bleu.gif) repeat-x;
	height: 22px;
	width: 195px;
	padding:3px 0 0 5px;
}
.content_consult .fiche {
	height:80px;
	padding-top:10px;
	border-bottom:#CCC dashed 1px;
}
.content_consult .form {
	padding:10px;
}
.content_consult ul li {
	padding: 4px 0 4px 0;
	list-style: none;
	margin-left: -25px;
	border-bottom: 1px dashed #ccc;
}

.content_consult a {
	color: #000;
	text-decoration: none;
}
.content_consult a:hover {
	text-decoration: underline;
}
.content_consult .pic {
	border: 1px solid #999;
	padding: 5px;
	margin: 0 10px 0 8px;
	width: 60px;
	height: 60px;
}
.content_alpha {
	float: left;
	width: 480px;
	background-color: #E8EAEC;
	padding: 10px;
	margin: 5px 0 5px 0;
}
.content_alpha .titre {
	display: block;
	background: transparent url(/img/fd_title_bleu.gif) repeat-x;
	height: 22px;
	width: 470px;
	padding:3px 0 0 5px;
}
.content_minialpha {
	float: left;
	width: 160px;
}
.alpha_col {
	float: left;
	width: 150px;
	background-color: #fff;
	margin: 5px 0 5px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid lightgrey;
	border-right: 2px solid lightgrey;
}
.alpha_col ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px 0 1px 5px;
	list-style: none;
	margin-left: -30px;
	margin-right: 10px;
	border-bottom: 1px dashed #ccc;
}
.alpha_col .lettre {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	background-color:#cdcdcd;
	height: 22px;
	width: 140px;
	padding:5px 0 0 10px;
	
}
.alpha_col .select {
	color: #0067bf;
}
.alpha_col .new {
	border-left: 2px solid #0067bf;
	padding-left: 3px;
}
.alpha_col p {
	display: block;
}
.alpha_col a {
	color: #000;
	text-decoration: none;
}
#alpha_col a:hover {
	color: #333;
	text-decoration: underline;
}
.alpha_col .pic {
	border: 1px solid #333;
	padding: 5px;
	margin: 0 20px 0 8px;
	width: 50px;
	height: 50px;
}

/* --------- ROMANCE liste ------------ */
.romance_versus {
	width: 445px;
	height: 70px;
	background-color: #fae0f5;
	padding: 8px;
	clear:both;
	margin-bottom:5px;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.romance_versus a{
	color: #DD42C5;
	text-decoration: none;
	
}
.romance_versus a:hover{
	text-decoration: underline;
	
}
.romance_thumb {
	float: left;
}
.romance_thumb .pic {
	border: 1px solid #A6A6A6;
	padding: 4px;
	width: 50px;
	background-color:#FFF;
}

.romance_icon {
	width: 320px;
	float: left;
}
.romance_icon .pic{
	padding-left:140px;
}
.romance_icon .statut {
	text-align:center;
}

/* --------- romance DETAIL------------ */
.romance_portraits {
	background-color:#E3E4E6;
	display:block;
	height:200px;
	padding:10px 10px 3px 10px;
}
.romance_portraits .big_portrait {
	float:left;
}
.romance_portraits .big_portrait img{
	width: 150px;
	background-color:#FFF;
	padding:5px;
	border:#ababab 1px solid;
}
.romance_portraits .big_portrait_status {
	float:left;
	width:116px;
	text-align:center;
	margin-top:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:25px;
}
.romance_infos_stars {
	background-color:#E3E4E6;
	padding:5px 10px 10px 10px;
	overflow:hidden;
}
.romance_infos_stars .star_fiche {
	float:left;
	width:162px;
	text-align:center;
}
.romance_infos_stars .star_fiche a{
	text-decoration:none;
	color:#333;
	line-height:30px;
}

/* --------- 460 SOUS NEWS COLONNES --------------------------------------------------------- */
.newssmall_col {
	padding: 0 0 5px 0;
	float:left;
	width:460px;
}
.newssmall_col a {
	color: #7EA819;
	text-decoration: none;
	font-weight: bold;
}
.newssmall_col a:hover {
	text-decoration: underline;
}
.newssmall_col ul li {
	padding: 8px 0 8px 0;
	list-style: none;
	margin-left: -35px;
	border-bottom: 1px dashed #999;
	max-height: 70px;
	height: 70px;
	overflow: hidden;
}
.newssmall_col ul li img{
	border:1px solid #ccc;
	padding:3px;
	margin:0 8px 0 8px;
	height:60px;
	float:left;
}

/* ---------  mini VIDEO --------------------- */
.video {
	text-align:center;
	margin-top:5px;
}
.video a {
	color:#5f9f0f;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
/* ---------  big news --------------------- */
#col_news_big {
	background-color: #dbeeae;
	width: 184px;
	float: left;
	color: #FFFFFF;
	margin-top: 2px;;
}
#col_news_big a {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
#col_news_big a:hover {
	color: #000;
	text-decoration: underline;
}
#col_news_big .titre_news {
	display: block;
	background: transparent url(/img/bloc_last_news_top.png);
	height: 14px;
	width: 174px;
	padding:5px;
}
#col_news_big .title {
	color: #771100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
#col_news_big .title a {
	color: #5f9f0f;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
#col_news_big .title a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}
#col_news_big .date {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#col_news_big ul li {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px 0 8px 0;
	list-style: none;
	border-bottom: 1px dashed #8bbd00;
	margin-left: -30px;
	margin-right: 5px;
}
#col_news_big ul li a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}
#col_news_big ul li a:hover {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}


/* --------- 300 DOSSIERS 300 star ac & co --------------------- */
#col_dossier_peoples {
	background-color: #ecfaff;
	width: 300px;
	margin: 0;
	text-align: left;
	border-top: 7px solid #269ba8;
}
#col_dossier_peoples a {
	color: #999999;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#col_dossier_peoples a:hover {
	text-decoration: underline;
}
#col_dossier_peoples .pic {
	border: 1px solid #cccccc;
	margin: 10px 5px 0px 10px;
	padding: 3px;
	width: 80px;
	height: 80px;
	background-color: #FFFFFF;
}
#col_dossier_peoples .bloc {
	border-bottom: 1px dashed #269ba8;
	padding-bottom: 5px;
}
.dossier {
	float: left;
	margin: 10px 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
/* --------- 300 ROMANCE COL --------------------- */
#col_romance_big {
	background-color: #FAE0F5;
	width: 300px;
	float: left;
	margin: 0;
	list-style-type: none;
	text-align: center;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#col_romance_big a {
	color: #DD42C5;
	text-decoration: none;
}
#col_romance_big a:hover {
	text-decoration: underline;
}
#col_romance_big .titre_news {
	display: block;
	background: transparent url(/img/bloc_romance_top.png);
	height: 19px;
	width: 295px;
	text-align:left;
	padding:5px 0 0 5px;
}
#col_romance_big .pic {
	border: 1px solid #ffacf2;
	margin: 10px;
	padding: 3px;
	width: 80px;
	height: 80px;
	background-color:#FFF;
}
#col_romance_big .icon {
	padding-bottom: 30px;
}
#col_romance_big ul li {
	padding: 8px 5px 8px 0;
	list-style: none;
	margin-left: -30px;
	margin-right: 5px;
	border-bottom: 1px dashed #DD42C5;
}
/* --------- 300 BLOC LIFESTILE --------------------- */

#lifestyle_bloc {
	margin-bottom: 10px;
}
#lifestyle_bloc .lifestyle_top_bloc {
	background: transparent url(/img/bloc_lifestyle_top.png) no-repeat;
	height:24px;
	
}
#lifestyle_bloc .lifestyle_top_bloc h2{
	padding-left:7px;
	line-height:24px;
}
#lifestyle_bloc .lifestyle_content h3{
	color:#0096a3;

}
#lifestyle_bloc .lifestyle_bottom_bloc {
	background: transparent url(/img/bloc_lifestyle_bottom.png) no-repeat;
	height:4px;
	
}
#lifestyle_bloc .lifestyle_content {
	padding-left:5px;
	padding-right:5px;
	border-left:#54cdd4 solid 1px;
	border-right:#54cdd4 solid 1px;
	line-height:18px;

}
#lifestyle_bloc .lifestyle_content img{
	float:left;
	margin-left:7px;

}
#lifestyle_bloc .lifestyle_content a {
	color:#0096a3;
	background: transparent url(/img/arrow_small_turq.png) no-repeat scroll right 6px;
	padding-right:7px;
}
#lifestyle_bloc .lifestyle_content a:hover {
	text-decoration:none;
}
#lifestyle_bloc .lifestyle_content .lifestyle_bloc_links {
	background-color:#dceeef;
	padding:1px;
	margin-top:4px;

}
#lifestyle_bloc .lifestyle_content .lifestyle_bloc_links li {
	margin-left:-34px;
}
#lifestyle_bloc .lifestyle_content .lifestyle_bloc_links a {
	background: transparent url(/img/arrow_small_turq.png) no-repeat scroll left 6px;
	padding-left:7px;
}
#lifestyle_bloc .lifestyle_content .lifestyle_bloc_links a:hover {
	text-decoration:none;
}
/* --------- 300 CONCOURS 300--------------------- */

#concours {
	margin-bottom: 10px;
	width: 100%;
}
#concours .concours_list {
	background: transparent url(/img/bloc_concours_middle.png) bottom no-repeat;
	border-left:#efbfc3 solid 1px;
	border-right:#efbfc3 solid 1px;
	padding:10px;
	overflow:hidden;
}
#concours .concours_list a {
	font-weight:bold;
	color:#C00;
}
#concours .concours_list a:hover {
	text-decoration: underline;
}
#concours .concours_list img {
	margin: 5px;
	float:left;
	width:60px;
	height:60px;
}
#concours .titre_concours {
	display: block;
	background: transparent url(/img/bloc_concours_top.png);
	height: 19px;
	width: 295px;
	padding:5px 0 0 5px;
}
#concours .concours_bottom {
	background: transparent url(/img/bloc_concours_bottom.png);
	height: 4px;
	width: 300px;
}

/* --------- 300 BLOC POLLS  --------------------- */

#poll {
	background-color: #e3e4e6;
	padding:10px 10px 10px 10px;
	-moz-border-radius: 5px;
	margin-bottom:10px;
}


/* --------- 184 BLOC RECHERCHE / NEWSLETTER --------------------- */

#recherche {
	background-color: #e3e4e6;
	margin-bottom: 5px;
}
#recherche .recherche_top_bloc {
	background: transparent url(/img/bloc_search_top.png) no-repeat;
	height:5px;
	
}
#recherche .recherche_bottom_bloc {
	background: transparent url(/img/bloc_search_bottom.png) no-repeat;
	height:5px;
	
}
#recherche .recherche_content {
	padding:2px 7px 2px 7px;
}

/* --------- 184 BLOC PEOPLE --------------------- */

.bloc_people_184 {
	background-color: #e3e4e6;
}
.bloc_people_184 .titre{
	background: transparent url(/img/bloc_people_small_top.png) no-repeat;
	display:block;
	height:24px;
	padding:5px 0 0 5px;
}
.bloc_people_184 img{
	float:left;
	height:60px;
	padding:3px;
	border:#aaa solid 1px;
	background-color:#FFF;
	margin-right:3px;
}
.bloc_people_184 li{
	border-bottom:#999 dashed 1px;
	clear:both;
	margin-left:-30px;
	overflow:hidden;
	padding-bottom:3px;
	
}
.bloc_people_184 li a{
	color:#0067BF;
	text-decoration:none;
	
}
/* --------- 184 PUB --------------------- */
#col_pubmini {
	width: 180px;
	padding: 0;
	margin: 0;
	float: left;
}

/* --------- FIN CONTAINER ------------ */
/* --------- SUB CONTENT ---------------------------------------------------------- */
.subcontent {
	width: 100%;
	clear: both;
}
.bloc_today_anniversary {
	border:#c1cedd solid 1px;
	width: 456px;
	overflow:hidden;
}
.subcontent .birth_titre {
	display: block;
	background: transparent url(/img/bloc_anniversary_top.png);
	height: 19px;
	width: 453px;
	padding:5px 0 0 5px;
}
.birth_titre2 {
	display: block;
	background:transparent url(/img/fd_title_bleu.gif) repeat-x scroll 0 0;
	height: 19px;
	width: 100%;
	padding:5px 0 0 5px;
}


#birthbloc {
	width: 224px;
	float: left;
	margin-left: 5px;
}
#birthbloc .titre_birth {
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3D64A0;
	display: block;
	border-bottom: 1px dashed #3D64A0;
}
.birthcontenu {
	float: left;
	padding: 5px;
	width: 212px;
	margin:3px;
	background-color:#eaeff3;
}
.birthcontenu a {
	color: #3d64a0;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.birthcontenu img {
	height: 60px;
	margin-left: 3px;
	margin-right: 5px;
	float:left;
}
.small_anniversary {
	width: 100%;
	display: block;
	margin-left: 5px;
}
.small_anniversary ul {
	padding: 5px 5px 5px 5px;
	margin-left: -10px;
	list-style-type: none;
}
.small_anniversary li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/img/barre-bleue.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	border-top: 1px dashed #3D64A0;
	padding: 3px 0 3px 3px;
}
.small_anniversary a {
	vertical-align: top;
	color: #333333;
	font-weight: bold;
	padding: 10px;
	text-decoration:none;
}
.small_anniversary .right {
	float: right;
}
.small_anniversary .right a {
	color: #3D64A0;
	font-weight: bold;
}

/* --------- FOOTER ------------------------------------------------- */
#footer {
	height: 85px;
	background-color: #4F5353;
	clear: both;
	color: #fff;
	border-width: 1px 0 0 0;
	margin: 0;
	text-align: center;
}
#linkfooter {
	background-color: #737a7a;
	clear: both;
	color: #fff;
	margin: 0;
	text-align: center;
	height: 150px;
	border-top: solid 1px #000;
}
.footer_block {
	float: left;
	text-align: left;
	width: 210px;
	padding: 10px 0 0 30px;
	height: 140px;
}
.footer_block h3 {
	padding: 5px;
	background-color: #e26ac8;
}
.footer_block ul {
	margin: 5px 0 0 0;
	padding: 0;
}
.footer_block a {
	color: #FFF;
	text-decoration: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
#relatednews_starblock a {
	color: #000;
}
.contestLink {
	text-decoration: none;
	font-weight: bold;
	color: #BD1E00;
	font-size: 14px;
}
.contestDetails {
	color: #313131;
	font-style: italic;
}
/* --------- 300 BUZZ colonne --------------------- */
#col_buzz {
	background-color:#DBEEAE;
}
#col_buzz .titre_news{
	background:transparent url(/img/bloc_buzz_news_top.png) repeat scroll 0 0;
	display:block;
	height:14px;
	padding:5px;
	width:290px;
}

#tabs {
	font-size: 90%;
	margin: 0 0;
	width: 300px;
	overflow: hidden;
}
#tabs ul {
	float: right;
	width: 300px;
	padding: 4px 0 0 0;
}
#tabs li {
	margin-left: 8px;
	list-style: none;
}
* html #tabs li {
	display: inline;
/*
ie6

double float margin bug */
}
#tabs li, #tabs li a {
	float: left;
}
#tabs ul li a {
	text-decoration: none;
	padding: 8px;
	color: #7ea819;
	font-weight: bold;
}
#tabs ul li.active {
	background: #b4e247;
}
#tabs ul li.active a {
	color: #fff;
}
#tabs div {
	background: #b4e247;
	clear: both;
	margin: 0;
	padding: 10px;
	min-height: 150px;
}
#tabs div .title {
	color: #c30053;
}
#tabs div .tab_buzz {
	width: 260px;
	text-align: justify;
	display: block;
	padding: 5px 10px 0 10px;
	background-color: #dbeeae;
	margin-bottom: 7px;
	
}

#tabs div p {
	padding: 0;
	margin: 3px 0 0;
	overflow:hidden;
}
#tabs div a {
	color: #c30053;
	font-weight: bold;
	text-decoration: none;
}
#tabs div a:hover {
	color: #c30053;
	font-weight: bold;
	text-decoration: underline;
}
#tabs div .con_fr {
	padding: 10px 0 13px 0;
	margin: 10px 0 0 5px;
	display: block;
	float: left;
	width: 81px;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	background: transparent url(/img/buzz_bof.gif) no-repeat;
}
#tabs div .con_fr a {
	color: #FFFFFF;
	text-align: center;
}
#tabs div .con_nl {
	padding: 10px 0 13px 0;
	margin: 10px 5px 0 5px;
	display: block;
	float: left;
	width: 81px;
	height: 52px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	background: transparent url(/img/buzz_flop.gif) no-repeat;
}
#tabs div .con_nl a {
	color: #FFFFFF;
	text-align: center;
}
#tabs div .pro_fr {
	padding: 10px 0 13px 0;
	margin: 10px 0 0 0;
	display: block;
	float: left;
	width: 81px;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	background: transparent url(/img/buzz_super.gif) no-repeat;
}
#tabs div .pro_fr a {
	color: #FFFFFF;
	text-align: center;
}
#tabs div .pro_nl {
	padding: 10px 0 13px 0;
	margin: 10px 0 0 0;
	display: block;
	float: left;
	width: 81px;
	height: 52px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	background: transparent url(/img/buzz_top.gif) no-repeat;
}
#tabs div .pro_nl a {
	color: #FFFFFF;
	text-align: center;
}
#tabs div .com {
	padding: 10px 0 13px 0;
	margin: 10px 0 0 0;
	display: block;
	float: left;
	width: 81px;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	background: transparent url(/img/buzz_com.gif) no-repeat;
}
#tabs div .com a {
	color: #FFFFFF;
	text-align: center;
}
#tabs div .tab_comments {
	color: #333333;
	width: 260px;
	display: block;
	padding: 5px 10px 10px 10px;
	background-color: #dbeeae;
	margin-bottom: 10px;
}
#tabs div .tab_comments p {
	border-bottom: 1px dashed #333;
	padding-bottom: 5px;
	text-align: justify;
}
#tabs div .tab_links {
	padding: 5px 10px 0 0;
}
.feed {
	background-color: #ffdddb;
	margin-bottom: 10px;
	width: 100%;
	min-height: 80px;
}
.feed .feed_title {
	display: block;
	background: transparent url(/img/bloc_concours_top.png);
	height: 19px;
	width: 295px;
	padding:5px 0 0 5px;
}
.feed_item {
	padding: 0 10px 0 10px;
}
.feed_item h4 {
	margin: 5px 0;
	font: bold 13px Georgia, "Times New Roman", Times, serif;
}
.feed_item h4 a {
	color: #CC0000;
	text-decoration: none;
}
.feed_item img {
	float: left;
	padding-right: 5px;
	width: 80px;
	padding-bottom: 10px;
}
