/* @group Génériques */
html, body
{
	background-color: #E8E3E3;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #d61516;
	margin: 5px 0 10px 0;
	padding: 0;
}

a:link, a:visited
{
	color: #d61516;
	text-decoration: none;
}

a:hover
{
	color: #FFF;
	text-decoration: underline;
}

img
{
	border: 0;
}
form
{
	margin: 0;
	padding: 0;
}

#email
{
	width: 150px;
}

h2
{
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	width: 152px;
	height: 14px;
	padding: 3px 4px 3px 4px;
}

/* @end */


/* @group Global layout */
#wrapper_content
{
	margin: 0 auto;
	width: 918px;
}

#wrapper
{
    float: left;
	padding: 0 0px 0 23px;
	width: 867px;
	text-align: left;
	background-color: #ffe707;
	overflow: hidden;
	border: 1px solid #333;
}

#header
{
    width: 841px;
    overflow: hidden;
    margin: 21px 0;
}

#header div.baseline
{
	float: left;
	margin: 119px 0 0 28px;
	display: block;
	width: 428px;
	height: 35px;
	text-indent: -5000px;
}

body.lng_fr  #header div.baseline
{
	background: url(/assets/images/baseline_fr.gif) top left no-repeat;
}
body.lng_en  #header div.baseline
{
	background: url(/assets/images/baseline_en.gif) top left no-repeat;
}
#lng 
{
    width: 21px;
	float: left;
	display: block;
}

body.lng_en #lng 
{
    background: url(/assets/images/fr_off.gif) top left no-repeat;
    height: 150px;
    text-indent: -5000px;
    outline: none;
}

body.lng_en #lng:hover
{
    background: url(/assets/images/fr_hover.gif) top left no-repeat;
    height: 150px;
}

body.lng_fr #lng 
{
    background: url(/assets/images/en_off.gif) top left no-repeat;
    height: 135px;
    text-indent: -5000px;
}

body.lng_fr #lng:hover
{
    background: url(/assets/images/en_hover.gif) top left no-repeat;
    height: 135px;
}

#menu
{
	width: 175px;
	float: left;
	clear: left;
	background: url(/assets/images/background/menu.gif) no-repeat;
}

#logo
{
    clear: left;
    float: left;
    margin: 14px 0 0 0;
    padding: 0;
}
#logo a
{
	background: url(/assets/images/logo.gif) top left no-repeat;
	display: block;
	width: 155px;
	height: 140px;
	text-indent: -5000px;
}

#content
{
    float: left;
    width: 653px;
    margin: 0 0 0 13px;
}
/* @end */


/* @group Menu */

#menu div.block_zone
{
	width: 160px;
	text-align: right;
	padding: 0 0 10px 0;
}

#menu div.block_zone h2
{
	text-align: left;
	display: block;
	width: 158px;
	height: 20px;
	text-indent: -5000px;
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
}

#zone_contact h2
{
	background-image: url(/assets/images/titles/contact.gif);
}

#zone_newsletter h2
{
	background-image: url(/assets/images/titles/newsletter.gif);
}

#zone_labels h2
{
	background-image: url(/assets/images/titles/labels.gif);
}

#menu div.block_zone p
{
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Content */
#content div.block_zone
{
	margin: 0 0 30px 0;
}

#content div.block_zone h2
{
	color: white;
	background-color: #d61516;
	margin-bottom: 0;
}

div.block_content
{
	background-color: #FFF;
	padding: 0 0 10px 0;
	overflow: hidden;
}

div.block_content.about
{
	padding: 13px 7px 5px 7px;
}

#about.block_zone h2
{
    background-image: url(/assets/images/titles/about_en.gif);
    background-repeat: no-repeat;
    text-indent: -5000px;
    margin-top: 10px;
}

body.lng_fr #about.block_zone h2
{
    background-image: url(/assets/images/titles/about_fr.gif);
}

#reference_list.block_zone h2
{
    background-image: url(/assets/images/titles/creamblog.gif);
    background-repeat: no-repeat;
    text-indent: -5000px;
}

#content p
{
	padding: 0;
	margin: 0 0 10px 0;
}

/* @end */


/* @group News Item */


.reference_item
{
  width: 633px;
	overflow: hidden;
	border-bottom: 1px solid #fcb4b7;
	margin: 0;
	padding: 0 10px 10px 10px;
}

.reference_item.line_2
{
  background-color: #fffaa5;
}

.reference_item h4
{
    font-size: 10px;
	padding: 6px 0 0 0;
	margin: 0 0 5px 0;
	background-repeat: no-repeat;
	overflow: hidden;
	font-weight: normal;
	float: right;
}

.reference_item h3
{
    font-size: 12px;
    float: left;
	padding: 6px 0 5px 0;
	margin: 0 0 5px 0;
	background-repeat: no-repeat;
	overflow: hidden;
}

.reference_item h3.movies
{
	background-image: url(/assets/images/ico_movies.gif);
}

.reference_item h3.press
{
	background-image: url(/assets/images/ico_press.gif);
}

.reference_item h3.games
{
	background-image: url(/assets/images/ico_games.gif);
}

.reference_item h3 span.title
{
	float: left;
}
.reference_item h3 span.date
{
	font-size:11px;
	float: right;
	font-weight: normal;
}

.reference_item .creaminal_player
{
	margin: 10px 0 0 0;
	text-align: center;
}

.reference_item .news_content
{
	clear: left;
}

.reference_item .news_content a:hover
{
    color: #d61516;
}


/* @end */

#newsletter_submit_link
{
    display: none;
}
#newsletter_subscribe,
#newsletter_unsubscribe
{
    margin-bottom: 10px;
}
#newsletter_unsubscribe
{
    display: none;
}
#subscribe_link,
#unsubscribe_link
{
    float: right;
    clear: left;
    margin-top: 3px;
}
#newsletter_message
{
    clear: right;
    
}

#loading
{
    width: 300px;
    height: 300px;
    background: red;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

/* @group Search */
#zone_search
{
	overflow: hidden;
	width: 653px;
	margin: 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #fcb4b7;
}

#content #zone_search h2
{
  text-transform: none;
  text-indent: 0;
	background: none;
	color: #d61516;
	margin: 5px 0 0 8px;
	padding: 0;
	float: left;
	width: 40px;
}
#zone_search form
{
	float: left;
	margin: 0 0 0 10px;
}

#zone_search form input[type="text"],
#zone_search form select
{
	margin: 0 0 0 0;
	color: #d61516;
}

#zone_search form#keyword_filter
{
	float: right;
	padding-right: 15px;
}

#filter_search
{
  float: right;
  width: 200px;
}

#filter_search label
{
  float: left;
  width: auto;
  margin: 0;
  padding: 0;
}
#filter_search input[type="text"]
{
  margin: 0;
	width: 100px;
}

#filter_search input[type="image"]
{
  margin: 2px 0 0 0;
}

#filter_media
{
  float: left;
  width: 310px;
  margin-top: 3px;
}
#filter_media select
{
  width: 140px;
}

#filter_media .media_video 
{
  margin-top: 4px;
  float: left;
  clear: left;
}


/* @end */


#pager
{
    margin-top: -20px;
    float: right;
}
#pager .pager_curr { color: #FFF; font-weight: bold; }

#media_list_img,
#media_list_mp3,
#media_list_flv
{
clear: left;
float: left;
}
#media_list_mp3,
#media_list_flv
{
    margin: 0 0 10px 0;
}

#media_list_img a:link,
#media_list_img a:visited
{
    display: block;
    float: left;
    margin: 0 10px 10px 0;
}

#soundoftheday
{
    width: 156px;
    height: 156px;
    float: right;
}

