@charset "utf-8"; 
/* $Id: style.css,v 1.5 2009/07/13 23:52:57 andregriffin Exp $ */
/* Drupal 6 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Main
 4.Sidebars
 5.Header
 6.Navigation
 7.Nodes
 8.Comments
 9.Blocks
10.Footer
12.CSS Support
13.Advanced

[Font sizes - based on 75%/12px body]
36px = 3em
30px = 2.5em
24px = 2em
18px = 1.5em
16px = 1.333333em
14px = 1.1667em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 0.RESET 
 */
@import "reset.css";

/**
 * 1.GLOBAL
 */
body {
  background: black url(images/fond-accueil.jpg) no-repeat fixed top center;
  color: #222;
/*
  font-family: "Lucida Grande", "Lucida Sans",
  "Lucida Sans Unicode", "Lucida", "Verdana",
  "Bitstream Vera Sans", sans-serif;
*/
  font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 12px;
  line-height:1.5;
  margin: 0;
  padding: 0;
}

 
h1, h2, h3, h4, h5, h6 {
  color: #111;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  letter-spacing: -1px;
}

h1 {
  font-size: 3em;
  letter-spacing: -2px;
  line-height: 1em;
  margin-bottom: .5em; 
}

h2 {
  font-size: 2em;
  letter-spacing: -2px;
  text-transform: uppercase;
}

h2 a.title {
  color: #fc0;
}

h2 a.title:hover {
  color: #fff;
  text-decoration: none;
}

h3 {
  font-size: 1.5em;
  line-height: 2em;
}

.block h3 {
  font-size: 13px;
  text-transform: uppercase;
  color: white;
}

.sidebar .block h3 {
  text-shadow: 2px 2px 0px #222;
}

h4 {
  font-size: 1.2em;
  line-height: 1.25em;
  margin-bottom: 1.25em; 
}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; 
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

p {
  margin: 9px 0 9px 0;
}

p a:link {
  text-decoration: underline;
}

a:link, a:visited {
  color: #069;
  outline: none;
  text-decoration: none;
}
/*
a:focus {
  outline: 1px dotted;
}
*/
a:hover, a:active, li a.active {
  color: #069;
  outline: none;
  text-decoration: underline;
}

/**
 * 2.LAYOUT
 */
.container {
  margin: 0 auto;
  width: 1008px;
  background: transparent url(images/container.png) repeat-y top left;

}

/* add this class to div.container in page.tpl to show grid */
.showgrid {
  background: url(images/grid.png) repeat 10px 10px;
}

/**
 * 3.MAIN
 */
/* 1 column */
#main {
  padding: 0;
  position: relative;
  background: white;

}

body.front #main,
body.node-type-video #main,
body.node-type-article #main,
body.node-type-visuel #main,
body.page-sketches #main,
body.page-fausses-pubs #main,
body.page-aujourdhui-2-mains #main,
body.page-kaminskaia #main,
body.page-psychose-toujours #main,
body.page-dans-ton-quizzz #main,
body.page-experimental #main,
body.page-qui-sommes-nous #main,
body.page-actus #main,
body.page-inside-duboss #main,
body.page-du-rififi-a-mi-temps #main,
body.page-videos #main,
body.page-articles #main,
body.page-visuels #main,
body.page-peut-on #main,
body.page-rebubblegum #main {
  background: black;
}

body.page-videos h2.title,
body.page-articles h2.title,
body.page-visuels h2.title,
body.page-qui-sommes-nous h2.title {
  color: white;
}


/* 3 columns */
body.two-sidebars #main {
  float: left;
  width: 470px;
}

/* 2 columns - sidebar-left */
body.sidebar-left #main {
  float: right;
  width: 790px;
}

/* 2 columns - sidebar-right */
body.sidebar-right #main {
  float: left;
  width: 576px;
  margin-left: 36px;
  padding-top: 12px;

}

body.no-sidebars #main {
  margin: 0 18px;
  padding:0 18px;
}

/**
 * 4.SIDEBARS
 */
.sidebar {
  
}

#sidebar-left {
  float: left;
  margin-right: 10px;
  width: 150px;
}

#sidebar-right {
  width: 342px;
  float: right;
  margin-right: 36px;
  margin-top: 12px;

}


/**
 * 5.HEADER
 */
#header {
  margin: 0 auto;
  width: 1008px;
  padding: 0;
  height: 134px;
}

#header #logo {
  margin-left: 9px;
}

#header #sitename {
  float: left;
  height:144px;
  width: 612px;
  background: #80c2ff;
}

#header h1 {
  margin: 0;
}

#header h1 a {
  text-decoration: none;
}

#header #siteslogan {
  display: block;
  font-size: 1.5em;
  line-height: 1em;
}

#search-theme-form {
  float: right;
  margin: 0;
}

#search-theme-form input {
  margin: 1em 0 1.85em;
}


/* removes "Search this site:" label from search forms */
div#edit-search-theme-form-1-wrapper label, 
div#edit-search-block-form-1-wrapper label {
  display: none;
}

/**
 * 6.NAVIGATION
 */
ul.links li {
  background: none;
  margin: 0 1em 0 0;
  padding: 0;
}

/* bottom margin leaves space for secondary links */
#nav {
  margin: 0 auto;
  width: 1008px;
  osition: relative;

  background: transparent url(images/nav.png) no-repeat 0 0;
}

#nav ul.primary-links, 
#nav ul.dynamic-persistent-menu-menu,
#nav ul.nice-menu {
  background: transparent;
  font-weight: normal;
  font-family: "Arial Black", Gadget, sans-serif;
  text-transform: uppercase;
  margin: 0 27px;
  font-size: 1em;
  line-height: 36px;

}

#nav ul.primary-links li, 
#nav ul.secondary-links li, 
#nav div.block-dynamic_persistent_menu li,
#nav ul.nice-menu li {
  background: transparent;
  margin: 0;
  padding: 0;
  border: none;
  padding: 0 9px;

}

#nav ul.primary-links li a:link, 
#nav ul.primary-links li a:visited, 
#nav ul.dynamic-persistent-menu-menu li a:link, 
#nav ul.dynamic-persistent-menu-menu li a:visited,
#nav ul.nice-menu li a:link,
#nav ul.nice-menu li a:visited{
  display: inline-block;
  margin: 0;
  padding: 0;
  color: white;
  text-decoration: none;
}

#nav ul.primary-links li a:hover, 
#nav ul.primary-links li a:active, 
#nav ul.dynamic-persistent-menu-menu li a:hover, 
#nav ul.dynamic-persistent-menu-menu li a:active,
#nav ul.nice-menu li a:hover,
#nav ul.nice-menu li a:active {
  text-decoration: none;
  color: #fc0;
}

#nav ul.nice-menu-down ul {
  left:0;
  top: 36px;
  border: none;
  background: #000;
  padding-bottom: 9px;
  -moz-border-radius-bottomleft: 9px;
  -moz-border-radius-bottomright: 9px;
  -webkit-border-bottom-left-radius: 9px;
  -webkit-border-bottom-right-radius: 9px;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

#nav ul.nice-menu ul li {
  width:15em;
  line-height: 18px;
  font-size: 11px;
}

#nav ul.nice-menu-down li.menuparent {
  background: #000 url(images/arrow-down.png) no-repeat scroll right center;
  padding-right: 18px;
}

li#menu-917{
  float:right;
}

#nice-menu-0 {
  float:none;
}



#nav div#secondary-links, 
#nav ul.dynamic-persistent-menu-sub-menu {
  padding: 0;
  position: absolute;
  width: 100%;
}

#nav ul.secondary-links li a:link, 
#nav ul.secondary-links li a:visited, 
#nav ul.dynamic-persistent-menu-sub-menu li a:link, 
#nav ul.dynamic-persistent-menu-sub-menu li a:visited {
  display: inline-block;
  line-height: 3em;
  margin: 0;
  padding: 0 .5em;
}

#nav ul.secondary-links li a:hover, 
#nav ul.secondary-links li a:active, 
#nav ul.dynamic-persistent-menu-sub-menu li a:hover, 
#nav ul.dynamic-persistent-menu-sub-menu li a:active {
  text-decoration: underline;
}

#nav .block {
  margin: 0;
}

#nav ul.dynamic-persistent-menu-menu {
  display: block !important;
}

.breadcrumb {
  color: #ccc;
  padding: 0;
}

.breadcrumb a:link, 
.breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}

/**
 * 7.NODES
 */

.node {
  margin-bottom: 6px;

}

.node .content {
  background-color: white;
  padding: 19px 18px 18px 18px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

span.submitted {
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  height: 18px;
  margin-left: 18px;
  margin-bottom: -20px;
  margin-top: 2px;
}

.node .picture {
  float: left;
  margin: .5em .5em .5em 0;
}

.meta {
  font-size: 0.9167em;
  line-height: 1.6363em;
  color: black;
}

.meta div.links {
  float: left;
}

.meta div.terms {
  float: right;
}

.meta div.terms span {
  float: left;
}

.meta div.links ul.links li {
  float: left;
  padding: 0 1em 0 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 0 0 0 1em;
}

.node_read_more {
  font-weight: bold;
}

/* pagination */
.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, 
.item-list ul.pager li a:visited, 
.item-list ul.pager li.pager-current {
  margin: 0;
  padding: 0 .2em;
  text-decoration: none;
}

.item-list ul.pager li a:hover, 
.item-list ul.pager li a:active {
  text-decoration: underline;
}

.item-list ul.pager li.pager-current {
  border-bottom: 2px solid;
  color: #069;
  font-weight: bold;
}

/**
 * 8.COMMENTS
 */
h2.comments {
  font-size: 21px;
  color: white;
  /*background: transparent url(icons/comments-32x32.png) no-repeat;
  padding-left: 36px;*/
}

#comments {
  background: white;
  color: #222;
  padding: 18px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

.comment {
  margin: 0;
  padding: 0;
}

.comment .content {
  margin-left: 61px;
  padding: 1px 9px;
  background: #eee;
  margin-top: 18px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

.comment-bar {

}

.comment-username {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 15px;
  letter-spacing: -1px;
  text-transform: none;
  font-weight: normal;
  color: #555;
}

.comment-datetime {
  font-size: 9px;
  font-weight: normal;
}

.comment span.submitted {
  color: #898989;
  margin-bottom: 0;
}

.comment span.new {
  color: red;
}

.comment-title {
  display: none;
}

.comment .picture {
  float: left;
}

.comment .picture img{
  border: 1px solid black;
  margin-right: 9px;
  margin-top: 3px;
}

.comment ul.links {
  margin: 0 0 5px;
  text-align: right;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 2em;
  padding-left: 1em;
}

#comments input[type="text"], #comments input[type="password"] {
margin: 0px;
}

/**
 * 9.BLOCKS
 */
.block {
  position: relative;
}

.sidebar .block {
  position: relative;
  padding: 0 18px 18px 18px;
  margin-bottom: 18px;
  background: black url(images/sidebar.jpg) repeat top center;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

/* login block */
#user-login-form {
  padding: 0 .5em;
  text-align: left;
}

#user-login-form .form-item {
  margin: 0;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;
}

/* block configuration links */
div.block div.edit {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  display: none;
  font-size: 9px;
  padding: 2px 0 2px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
}

div.block:hover div.edit {
  display:block;
}

div.block div.edit a {
  color: #999;
  margin-right: 10px;
}

div.block div.edit:hover a {
  color: #000;
}

/* views configuration links */
div.view {
  position: relative;
}

div.view div.views-hide-hover,
div.view:hover div.views-hide,
div.view div.views-admin-links,
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 9px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

div.view div.views-admin-links li a {
  color: #999;
}

/**
 * 10.FOOTER
 */
#footer {
  margin: 0 0 1.5em;
  padding: 1.5em 0;
  position: relative;
}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 1.416667em;
}

/* support drupal */
#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 1.5em;
}

/**
 * 11.CSS SUPPORT
 */
span.clear       { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear           { clear: both; }
.clear-block     { display: block; }

.clearfix:after,
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
.clearfix,
.container       { display: block; }

.float-left      { float: left; }
.float-right     { float: right; }
.img-left        { float: left; margin: 1.5em 1.5em 1.5em 0; }
.img-right       { float: right; margin: 1.5em 0 1.5em 1.5em; }

.first           { margin-left: 0; padding-left: 0; }
.last            { margin-right: 0; padding-right: 0; }
.top             { margin-top: 0; padding-top: 0; }
.bottom          { margin-bottom: 0; padding-bottom: 0; }

.text-left       { text-align: left; }
.text-right      { text-align: right; }
.text-center     { text-align: center; }
.text-justify    { text-align: justify; }

.bold            { font-weight: bold; }
.italic          { font-style: italic; }
.underline       { border-bottom: 1px solid; }
.highlight       { background: #ffc; }
.quiet           { color: #666; }
.loud            { color: #000; }
.added           { background: #060; color: #fff; }
.removed         { background: #900; color: #fff; }
.small           { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large           { font-size: 1.2em; line-height: 1.25em; margin-bottom: 1.25em; }

.nopadding       { padding: 0; }
.noindent        { margin-left: 0; padding-left: 0; }
.nobullet        { background: none; list-style: none; list-style-image: none; }

.wrap            { width: 950px; margin: 0 auto; }

.hide            { display: none; }

/**
 * 12.ADVANCED
 */
 
/* lists */
ol{margin:0 0 1.5em;padding:0;}
ol li{margin:0 0 0 1.5em;}
ul{margin:0 0 1.5em;padding:0;}
ul li{background:transparent url(images/menu-leaf.gif) no-repeat 1px .4em;list-style-image:none;list-style-type:none;margin:0;padding:0 0 0 1.5em;}
li ol,li ul,ul ul,ol ol{margin:0;}
ul.menu,.item-list ul{margin:0 0 1.5em;padding:0;}
ul.menu ul,.item-list ul ul{margin:0;}
ul.menu li,.item-list ul li,li.leaf{background:transparent url(images/menu-leaf.gif) no-repeat 1px .4em;list-style-image:none;list-style-type:none;margin:0;padding:0 0 0 1.5em;}
ul li.expanded{background:transparent url(images/menu-expanded.gif) no-repeat 1px .35em;}
ul li.collapsed{background:transparent url(images/menu-collapsed.gif) no-repeat 0 .35em;}
ul li.leaf a,ul li.expanded a,ul li.collapsed a{display:block;}
ul li.fake-leaf{font-size:1em;font-weight:bold;}
ul.inline li{background:none;margin:0;padding:0 1em 0 0;}
dl{margin:0 0 1.5em;}
dl dt{font-weight:bold;}
dl dd{margin-left:1.5em;}

/* forms & fieldsets */
input{color:#494949;font:1em Verdana, sans-serif;}
textarea,select{color:#494949;font:1em Verdana, sans-serif;}
fieldset ul.clear-block li{background-image:none;margin:0;padding:0;}
fieldset{background:#fff;border:1px solid #ccc;margin:1em 0;padding:1em;}
fieldset legend{padding:0 0.5em;}
html.js fieldset.collapsed{background:transparent;padding-bottom:.6em;padding-top:0;}
html.js fieldset.collapsible legend a{background:url(images/menu-expanded.gif) no-repeat 0 50%;}
html.js fieldset.collapsed legend a{background:url(images/menu-collapsed.gif) no-repeat 0 50%;}
.form-checkboxes,.form-radios,.form-checkboxes .form-item,.form-radios .form-item{margin:.25em 0;}
.form-button,.form-submit{margin:1em .5em 1em 0;}
.confirmation .form-submit,.search-form .form-submit,.poll .form-submit,fieldset .form-button,fieldset .form-submit,.sidebar .form-button,.sidebar .form-submit,table .form-button,table .form-submit{margin:0 0 1.2em;}
#autocomplete li{cursor:pointer;margin:0;padding:2px;}
#autocomplete li.selected{background:#027ac6;color:#fff;}

/* admin tab links */
#tabs-wrapper{border-bottom:1px solid #ccc;margin:0;padding:0;}
ul.primary{border-bottom:5px solid #eee;margin:0;padding:.25em 0;}
ul.primary li{background:#aaa;border-top:3px solid #ccc;margin:0 .5em 0 0;padding:.25em 0;-moz-border-radius: 3px 3px 0px 0px;-webkit-border-radius: 3px 3px 0px 0px;}
ul.primary li.active{background:#eee;}
ul.primary li:hover{background:#f5f5f5;}
ul.secondary{background:#eee;border:none;margin:0;padding:.5em 1em;}
ul.secondary li{background:none;border:none;display:inline;line-height:2em;margin:0;padding:0 1em 0 0;}
ul.primary li a,ul.primary li.active a,ul.primary li a:hover,ul.primary li a:visited{background:none;border:0;margin:0;padding:0 1em;text-decoration:none;}
ul.secondary li a,ul.secondary li a:visited{background:none;border:0;margin:0;padding:0;text-decoration:none;}
ul.secondary li.active a,ul.secondary li a:hover{text-decoration:underline;}
ul.primary li.active a,ul.secondary li.active a{font-weight:bold;text-decoration:none;}

  
/* admin styling */
div.admin,div.admin .left,div.admin .right,div.admin-panel,div.admin-panel .body,div.admin .expert-link{margin:0;padding:0;}
div.admin .left{float:left;width:48%;}
div.admin .right{float:right;width:48%;}
div.admin-panel .description,.form-item .description{color:#666;font-size:0.9167em;line-height:1.636364em;margin:0 0 1.63636em;padding:0;}
div.admin-panel { }
body.section-admin dt{font-weight:normal;}
body.section-admin dd{color:#898989;font-size:.9167em;line-height:1.636364em;}
.more-help-link {font-size:.8333em;padding:0.2em 0 0.1em;}
.block-region {font-size:0.8333em;line-height:1.5em;margin:0;padding:0.15em 0.5em;}

/* tables */
#forum thead th {border-bottom:3px solid #ccc;}
#forum td.posts,#forum td.topics,#forum td.replies,#forum td.pager{text-align:left;}
#forum tr td.forum{background-position:4px 9px;}
.forum-topic-navigation{background:#eee;border:none;border-bottom:1px solid #ccc;margin-bottom:1em;padding:5px;}
body.section-admin table{margin:0 0 1.4em;width:100%;}
body.section-admin thead th{border-bottom:2px solid #ccc;font-weight:bold;padding:0 1em 0 0;}
body.section-admin tbody{border-top:none;}
body.section-admin td,body.section-admin th{padding:.3em .5em;vertical-align:middle;}
body.section-admin tr.even,body.section-admin tr.odd,body.section-admin tbody th{border:solid #ccc;border-width:1px 0;}
body.section-admin tr.odd td.active{background-color:#e9e9e9;}
body.section-admin tr.even td.active{background-color:#eee;}
body.section-admin tr.odd,body.section-admin tr.info{background-color:#eee;}
body.section-admin tr.even{background-color:#f5f5f5;}
body.section-admin tr.drag{background-color:#fffff0;}
body.section-admin tr.drag-previous{background-color:#ffd;}
body.section-admin td.region,body.section-admin td.module,body.section-admin td.container,body.section-admin td.category{background-color:#ddd;border-bottom:1px solid #ccc;border-top:1em solid #fff;color:#666;font-weight:bold;}
body.section-admin tr:first-child td.region,body.section-admin tr:first-child td.module,body.section-admin tr:first-child td.container,body.section-admin tr:first-child td.category{border-top-width:0;}
body.section-admin table.sticky-header{margin:0 0 0 1px;z-index:1;}
body.section-admin table.sticky-header th{padding-top:.5em;}
span.form-required{color:#ffae00;}

/* messages */
.messages{background-color:#fff;border:1px solid #b8d3e5;}
.messages,.preview,div.warning,div.error{margin:0 0 1.5em;padding:8px 1em;}
.messages ul{margin:0;}
.preview{background-color:#fcfce8;border:1px solid #e5e58f;}
.preview .node{background-color:#fcfce8;}
div.status{border-color:#c7f2c8;color:#33a333;}
div.error,tr.error{background-color:#fcc;color:#a30000;}
.form-item input.error,.form-item textarea.error{border:1px solid #c52020;color:#363636;}

/* status report */
table.system-status-report tr.error,table.system-status-report tr.error th{background-color:#fcc;border-color:#ebb;color:#200;}
table.system-status-report tr.warning,table.system-status-report tr.warning th{background-color:#ffd;border-color:#eeb;}
table.system-status-report tr.ok,table.system-status-report tr.ok th{background-color:#dfd;border-color:#beb;}
table.system-status-report th{padding-bottom:6px;padding-top:6px;}
table.system-status-report th,table.system-status-report tr.merge-up td{padding-left:30px;}

/* Links ICONS */

ul.tabs #view a{
background: url("icons/view.png") transparent no-repeat 3px 0px;
padding-left: 20px;
}

ul.tabs #edit a,
.node .links li.admin_links_node_edit a{
background: url("icons/edit.png") transparent no-repeat 3px 0px;
padding-left: 20px;
}

ul.tabs #delete a,
.node .links li.admin_links_node_delete a{
background: url("icons/delete.png") transparent no-repeat 3px 0px;
padding-left: 20px;
}

.node .links li.comment_comments a,
.node .links li.comment_add a{
background: url("icons/comments.png") transparent no-repeat left;
padding-left: 20px;
}

.comment-count {
float: right;
margin-top: -45px;
margin-right: -18px;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -1px;
  background: transparent url(icons/comments.png) no-repeat right center;
padding-right: 20px;
padding-top: 5px;
padding-bottom: 3px;
}

.comment-count a {
color: #fc0;

}

/* Bloc INTROS */

#block-block-7 {
  margin: 0 18px;
  background: black url(images/header-accueil.jpg) no-repeat center -28px;
  color: #fff;
  height: 161px; /* 180+18=198 */
  padding-left: 18px;
  padding-right:378px;
  padding-top: 1px;
  text-shadow: 2px 2px 1px #000; 
}

#block-block-7 .content{
  margin-top: -3px;
}

#block-block-7 h3.taxonomy-title,
#block-block-7 h2.taxonomy-title,
#block-block-7 h3.page-title {
  position: absolute;
  bottom: 0;
  font-size: 50px;
  letter-spacing: -6px;
  line-height: 1.2em;
  color: white;
}
body.front #block-block-7 h3.page-title {
  margin-bottom: 6px;
}

#block-block-7 h3.taxonomy-title a,
#block-block-7 h2.taxonomy-title a,
#block-block-7 h3.page-title  a{
  color: white;
}

#block-block-7 div.taxonomy-title {
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -1px;
  position: absolute;
  bottom: 39px;
}

#block-block-7 div.taxonomy-title a{
  color: #ffcc00;
}

#block-block-7 .views-field-edit-node {
  float: right;
}

/* TERMLIST View */

#block-views-termlist-block_1 .views-row-5 {
  display: none;
}

#block-views-termlist-block_1 {
  padding-bottom: 12px;
}

.view-termlist .views-row {
  border: 2px solid #222;
  height: 36px;
  margin-bottom: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.view-termlist .views-row:hover {
  border: 2px solid #fc0;
}

.view-termlist .views-row:hover a{
  color: #fc0;
}

.view-termlist .views-field-name {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 11px;
  letter-spacing: -1px;
  text-transform: uppercase;
  position: absolute;
  margin-top: -30px;
  margin-left: 12px;
  text-shadow: 2px 2px 0px #222; 

}

.view-termlist .views-field-name a{
  color: white;
}

.view-termlist .views-field-name a:hover{
  text-decoration: none;
}

/* VIDEO AU HASARD */

.view-videoauhasard  {
padding-bottom: 12px;
}

.view-videoauhasard .views-field-field-video-vignette-fid {
height: 172px;
}

.view-videoauhasard .views-field-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: black;
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

.view-videoauhasard .views-field-title  a{
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 11px;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-left: 12px;
  color: white;
}

.view-videoauhasard .views-field-title a:hover{
  text-decoration: none;
  color: #ffcc00;
}

/* Node VISUEL */

body.node-type-visuel h2.title{
  margin-top: -40px;
  margin-bottom: 16px;
  width: 936px;
  font-size: 42px;
  letter-spacing: -4px;
  line-height: 42px;
  color: white;
}

body.node-type-visuel #tabs-wrapper {
  margin-top: -6px;
}

body.node-type-visuel #main{
padding-top: 0px;
}

.node-type-visuel .levisuel-teaser {
margin-bottom: 9px;
}

/* Node ARTICLE */
body.node-type-article h2.title{
  margin-top: -40px;
  margin-bottom: 16px;
  width: 936px;
  font-size: 42px;
  letter-spacing: -4px;
  line-height: 42px;
  color: white;
}

body.node-type-article #tabs-wrapper {
  margin-top: -6px;
}

body.node-type-article #main{
padding-top: 0px;
}

body.node-type-article .node .content, 
div.node-type-article .content {
  
}
.field-field-article-teaser {
margin-top: -6px;
}

/* Node VIDEO */

body.node-type-video h2.title{
  margin-top: -40px;
  margin-bottom: 10px;
  width: 936px;
  font-size: 42px;
  letter-spacing: -4px;
  line-height: 42px;
  color: white;
}

/*
.view-taxonomy-views .node-teaser,
.view-articles .node-teaser {
  min-height: 135px;
}
*/

.view-taxonomy-views .node-teaser .field_video_submitted,
.view-videos .node-teaser .field_video_submitted,
.view-accueil .node-teaser .field_video_submitted  {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  margin-top: -17px;
  padding-bottom: 1px;
  height: 16px;
}

.view-taxonomy-views .node-teaser .fivestar-static-form-item label, 
.view-videos .node-teaser .fivestar-static-form-item label,
.view-articles .node-teaser .fivestar-static-form-item label,
.view-visuels .node-teaser .fivestar-static-form-item label,
.view-accueil .node-teaser .fivestar-static-form-item label {
  display: none;
}

.view-taxonomy-views .node-teaser .fivestar-static-form-item .description, 
.view-videos .node-teaser .fivestar-static-form-item .description,
.view-articles .node-teaser .fivestar-static-form-item .description,
.view-visuels .node-teaser .fivestar-static-form-item .description,
.view-accueil .node-teaser .fivestar-static-form-item .description {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  position: absolute;
  right: 0;
  margin: -17px 101px 0 0;
}

.view-taxonomy-views .node-teaser .fivestar-widget-static,
.view-videos .node-teaser .fivestar-widget-static,
.view-articles .node-teaser .fivestar-widget-static,
.view-visuels .node-teaser .fivestar-widget-static,
.view-accueil .node-teaser .fivestar-widget-static {
  margin-top: -17px;
}

.view-taxonomy-views .node-teaser .field-field-video-resume,
.view-videos .node-teaser .field-field-video-resume,
.view-accueil .node-teaser .field-field-video-resume {
  margin-top: -6px;
}

body.node-type-video .node{
padding:0;
background: black;
color:white;
}

body.node-type-video .node .content{
  background-color: black;
  padding: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

body.node-type-video #main{
padding-top: 0px;
}

body.section-node-edit #main{
  width: 900px;
  margin: 0 36px;
  padding:0 18px;
  background: white;
  color: #222;
}

img.imagecache-video_vignette {float:left; border: 1px solid black; margin-top:9px; margin-right:8px;}
body.page-wall img.imagecache-video_vignette_wall {float:left;}
#edit-field-video-vignette-0-wrapper .filefield-element .widget-preview {max-width:43%;}

.views-field-title-1 {
  position: absolute;
  left:0;
  margin-left: 18px;
  margin-top: 9px;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  color:white;
  font-size: 24px;
  text-transform: uppercase;
  text-shadow: 2px 3px 1px #000; 
filter: Shadow(Color=#000000,   
        strength=3,
        direction=120);
}

.playvideo {
  position: absolute;
  margin: 0;
  padding:0;
  margin-top: -331px;
  width: 576px;
  height: 326px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
}

.playvideo img {
  margin-left: -3px;
  margin-top: 123px;
}

/*
body.node-type-video .playvideo img{
  margin-left: 246px;
  margin-top: 122px;
}
*/


body.node-type-video .field_video_submitted,
.views-field-created {
  position: absolute;
  margin-top: -323px;
  margin-left: 19px;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 2px 1px #000; 
filter: Shadow(Color=#000000,   
        strength=3,
        direction=120);


}

.views-field-created {
  margin-top: -290px;
}

body.node-type-video .field_video_duration,
.views-field-duration {
  position: absolute;
  margin-top: -309px;
  margin-left: 19px;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 9px;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  text-shadow: 1px 2px 1px #000; 
filter: Shadow(Color=#000000,   
        strength=3,
        direction=120);

}

.views-field-duration {
  margin-top: -276px;
}

.views-field-comment-count {
  position: absolute;
  right: 0;
  margin-right: 18px;
  margin-top: 13px;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: -1px;
  background: transparent url(icons/comments-32x32.png) no-repeat right center;
padding-right: 14px;
padding-top: 5px;
padding-bottom: 3px;
  text-shadow: 1px 1px 1px #fff; 

}



body.node-type-video .field_video_resume-label,
.views-field-field-video-resume-value label {
  position: absolute;
  margin-top: -112px;
  margin-left: 18px;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px #000; 
}

body.node-type-video .field_video_resume,
.views-field-field-video-resume-value .field-content {
  background-color: #000000;
  color: white;
  position: absolute;
  margin-top: -95px;
  width: 540px;
  height: 95px;
  overflow: hidden;
  padding: 0px 18px 0px 18px;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

body.node-type-video .encoulisses {
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: 0;
  padding: 0;
  margin: 0;
  margin-right: 18px;
  background: #ffcc00;
  border: none;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 9px;
  font-weight: normal;
  text-transform: uppercase;
  width: 100px;
  height: 18px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

body.node-type-video .field_video_coulisses-label {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  margin-bottom: 9px;

}

body.node-type-video .field_video_coulisses {
  background-color: #000000;
  color: white;
  position: absolute;
  margin-top: -331px;
  width: 540px;
  height: 311px;
  overflow: hidden;
  padding: 9px 18px 9px 18px;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  text-shadow: 2px 2px 0px #000; 

}

body.node-type-video .contenttabs {
 display: none;
}

body.node-type-video .contentpanes {
 height: 326px;
}

/*
body.node-type-video .field-field-video-resume .field-items p{
  margin: 0;
  padding: 0;
}
*/

div.node-type-video h3.video-carousel-title {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 13px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: white;
  margin-top: 9px;
}

div.node-type-video h3.video-carousel-title a{
  color: #ffcc00;
}

div.node-type-video .jcarousel-container-horizontal {
  width: 540px;
  padding: 0px 0px 0px 36px;
  margin-bottom: 18px;
  background: none;
  border: none;
  -moz-border-radius: 0px;
}

div.node-type-video .jcarousel-clip-horizontal {
  width: 504px;
  height: 94px;
}

div.node-type-video .jcarousel-item {
  width: 156px;
  height: 88px;
  margin-right: 9px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 3px solid #333;
}

div.node-type-video .jcarousel-item:hover {
  border: 3px solid #fc0;
}

/*
div.node-type-video .jcarousel-item:hover .views-field-title a{
  color: #fc0;
}
*/

div.node-type-video .jcarousel-item .views-field-title a{
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 9px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background: black;
  position: absolute;
  width: 153px;
  padding-left: 3px;
  bottom: 3px;
  filter:alpha(opacity=80);
  -moz-opacity:0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

div.node-type-video .jcarousel-item-0 {
  border: 3px solid #ffcc00;
}

div.node-type-video .jcarousel-item .views-field-nothing {
  position: absolute;
  top: 71px;
  margin-left: 132px;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

div.node-type-video .jcarousel-item .views-field-nothing:hover {
  filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal ,
.jcarousel-skin-tango .jcarousel-next-horizontal  {
  top: 29px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  left: 0px;
}

.jcarousel-skin-tango .jcarousel-next-horizontal  {
  right: 0px;
}

div.node-type-video .jcarousel-skin-tango .jcarousel-item-placeholder {
  background:#000000 none repeat scroll 0 0;
  border: 3px solid #000000;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
background-position:-130px 0;
cursor:default;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
background-position:-130px 0;
cursor:default;
}

.bt-wrapper h3{
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
}

.bt-wrapper .carousel-resume{
  font-size: 10px;
}



/* HABILLAGES */

body.page-qui-sommes-nous {
  background: black url(images/fond-quisommesnous.jpg) no-repeat fixed top center;
}

body.page-qui-sommes-nous #block-block-7 {
  background: url(images/header-quisommesnous.jpg) no-repeat center -28px;
}

/* ACTUS */
body.section-actus {
  background: black url(images/fond-actus.jpg) no-repeat fixed top center;
}

body.section-actus #block-block-7 {
  background: url(images/header-actus.jpg) no-repeat center -28px;
}

/* DU RIFIFI A MI-TEMPS */
body.section-du-rififi-a-mi-temps {
  background: black url(images/fond-rififi.jpg) no-repeat fixed top center;
}

body.section-du-rififi-a-mi-temps #block-block-7 {
  background: url(images/header-rififi.jpg) no-repeat center -28px;
}

/* CHRONIQUE DUBOSS */
body.section-inside-duboss {
  background: black url(images/fond-chroniqueduboss.jpg) no-repeat fixed top center;
}

body.section-inside-duboss #block-block-7 {
  background: url(images/header-chroniqueduboss.jpg) no-repeat center -28px;
}

/* REBUBBLEGUM */
body.section-rebubblegum {
  background: black url(images/fond-rebubblegum.jpg) no-repeat fixed top center;
}

body.section-rebubblegum #block-block-7 {
  background: url(images/header-rebubblegum.jpg) no-repeat center -28px;
}

/* PEUT-ON */
body.section-peut-on {
  background: black url(images/fond-peuton.jpg) no-repeat fixed top center;
}

body.section-peut-on #block-block-7 {
  background: url(images/header-peuton.jpg) no-repeat center -25px;
}

/* AUJOURD'HUI 2 MAINS */
body.section-aujourdhui-2-mains{
  background: black url(images/fond-aujourdhui-2-mains.jpg) no-repeat fixed top center;
}

body.section-aujourdhui-2-mains #block-block-7 {
  background: url(images/header-aujourdhui-2-mains.jpg) no-repeat center -28px;
}

/* DANS TON QUIZZZ */
body.section-dans-ton-quizzz{
  background: black url(images/fond-danstonquizzz.jpg) no-repeat fixed top center;
}

body.section-dans-ton-quizzz #block-block-7 {
  background: url(images/header-danstonquizzz.jpg) no-repeat center -28px;
}

body.page-dans-ton-quizzz-antoine-et-rene #block-block-7 {
  background: url(images/header-danstonquizzz-1.jpg) no-repeat top center;
}

body.page-dans-ton-quizzz-guy-et-adrienne #block-block-7 {
  background: url(images/header-danstonquizzz-2.jpg) no-repeat center -28px;
}

/* EXPERIMENTAL */
body.section-experimental {
  background: black url(images/fond-experimental.jpg) no-repeat fixed top center;
}

body.section-experimental #block-block-7 {
  background: url(images/header-experimental.jpg) no-repeat center -28px;
}

/* KAMINSKAIA */
body.section-kaminskaia{
  background: black url(images/fond-kaminskaia.jpg) no-repeat fixed top center;
}

body.section-kaminskaia #block-block-7 {
  background: url(images/header-kaminskaia.jpg) no-repeat center -28px;
}

/* PSYCHOSE TOUJOURS */
body.section-psychose-toujours{
  background: black url(images/fond-psychose-toujours.jpg) no-repeat fixed top center;
}

body.section-psychose-toujours #block-block-7 {
  background: url(images/header-psychose-toujours.jpg) no-repeat center -28px;
}

/* SKETCHES */
body.section-sketches{
  background: black url(images/fond-sketches.jpg) no-repeat fixed top center;
}

body.section-sketches #block-block-7 {
  background: url(images/header-sketches.jpg) no-repeat center -5px;
}


body.page-sketches-administrator {
  background: black url(images/fond-administrator.jpg) no-repeat fixed top center;
}

body.page-sketches-atelier-112 #block-block-7 {
  background: url(images/header-atelier-112.jpg) no-repeat center -28px;
}

body.page-sketches-atelier-112 {
  background: black url(images/fond-atelier-112.jpg) no-repeat fixed top center;
}

body.page-sketches-administrator #block-block-7 {
  background: url(images/header-administrator.jpg) no-repeat center -28px;
}

body.page-sketches-fabio-relooking {
  background: black url(images/fond-fabio-relooking.jpg) no-repeat fixed top center;
}

body.page-sketches-fabio-relooking #block-block-7 {
  background: url(images/header-fabio-relooking.jpg) no-repeat center -28px;
}

body.page-sketches-festival-de-vannes {
  background: black url(images/fond-festival-de-vannes.jpg) no-repeat fixed top center;
}

body.page-sketches-festival-de-vannes #block-block-7 {
  background: url(images/header-festival-de-vannes.jpg) no-repeat center -28px;
}

body.page-sketches-loose-du-lose {
  background: black url(images/fond-loose-du-lose.jpg) no-repeat fixed top center;
}

body.page-sketches-loose-du-lose #block-block-7 {
  background: url(images/header-loose-du-lose.jpg) no-repeat center -28px;
}

body.page-sketches-saint-valentin {
  background: black url(images/fond-saint-valentin.jpg) no-repeat fixed top center;
}

body.page-sketches-saint-valentin #block-block-7 {
  background: url(images/header-saint-valentin.jpg) no-repeat center -28px;
}


body.page-experimental-les-sosies-sont-secs{
  background: black url(images/fond-sosies.jpg) no-repeat fixed top center;
}

body.page-experimental-les-sosies-sont-secs #block-block-7 {
  background: url(images/header-sosies.jpg) no-repeat center -28px;
}

body.page-experimental-presidentielles-2007,
body.page-experimental-presidentielles-2007-les-candidats,
body.page-experimental-presidentielles-2007-resultats-du-1er-tour,
body.page-experimental-presidentielles-2007-debat-presidentiel,
body.page-experimental-presidentielles-2007-discours-dinvestiture {
  background: black url(images/fond-presidentielles.jpg) no-repeat fixed top center;
}

body.page-experimental-presidentielles-2007 #block-block-7,
body.page-experimental-presidentielles-2007-les-candidats #block-block-7,
body.page-experimental-presidentielles-2007-resultats-du-1er-tour #block-block-7,
body.page-experimental-presidentielles-2007-debat-presidentiel #block-block-7,
body.page-experimental-presidentielles-2007-discours-dinvestiture #block-block-7 {
  background: url(images/header-presidentielles.jpg) no-repeat center -28px;
}

/* FAUSSES PUBS */
body.section-fausses-pubs{
  background: black url(images/fond-fausses-pubs.jpg) no-repeat fixed top center;
}

body.section-fausses-pubs #block-block-7 {
  background: url(images/header-fausses-pubs.jpg) no-repeat center -28px;
}

body.page-fausses-pubs-addimil {
  background: black url(images/fond-addimil.jpg) no-repeat fixed top center;
}

body.page-fausses-pubs-addimil #block-block-7 {
  background: url(images/header-addimil.jpg) no-repeat center -28px;
}

body.page-fausses-pubs-merci-patron,
body.page-fausses-pubs-working-boy,
body.page-fausses-pubs-jobophile {
  background: black url(images/fond-ampe.jpg) no-repeat fixed top center;
}

body.page-fausses-pubs-merci-patron #block-block-7 ,
body.page-fausses-pubs-working-boy #block-block-7,
body.page-fausses-pubs-jobophile #block-block-7 {
  background: url(images/header-ampe.jpg) no-repeat center -28px;
}

body.page-fausses-pubs-lagence-du-rire {
  background: black url(images/fond-agencedurire.jpg) no-repeat fixed top center;
}

body.page-fausses-pubs-lagence-du-rire #block-block-7 {
  background: url(images/header-agencedurire.jpg) no-repeat center -28px;
}

body.page-fausses-pubs-professeur-kraimeu {
  background: black url(images/fond-kraimeu.jpg) no-repeat fixed top center;
}

body.page-fausses-pubs-professeur-kraimeu #block-block-7 {
  background: url(images/header-kraimeu.jpg) no-repeat center -28px;
}

body.page-fausses-pubs-remi-capulet {
  background: black url(images/fond-capulet.jpg) no-repeat fixed top center;
}

body.page-fausses-pubs-remi-capulet #block-block-7 {
  background: url(images/header-capulet.jpg) no-repeat center -28px;
}

body.page-fausses-pubs-saint-homme {
  background: black url(images/fond-saint-homme.jpg) no-repeat fixed top center;
}

body.page-fausses-pubs-saint-homme #block-block-7 {
  background: url(images/header-saint-homme.jpg) no-repeat center -28px;
}



#block-views-sponsors-block_1 .content {
margin-left: 3px;
}


/* FRONTPAGE SLIDESHOW */

#block-quicktabs-1 {

}

#block-quicktabs-1 ul.quicktabs_tabs,
#block-quicktabs-1 ul.quicktabs_tabs li {
  margin: 0;
  padding: 0;
}

#block-quicktabs-1 ul.quicktabs_tabs li a{
  color: #555;
  text-decoration: none;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -1px;
  padding-left: 6px;
  padding-right: 6px;
  border-right: 1px solid black;

}

#block-quicktabs-1 ul.quicktabs_tabs li.active a,
#block-quicktabs-1 ul.quicktabs_tabs li a:hover {
  background: #fc0;
  color: #000;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

.views_slideshow_thumbnailhover_breakout_teasers {
  margin-left: 18px;
}

.views_slideshow_thumbnailhover_div_breakout_teaser {
  float:left;
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;

}


#block-quicktabs-1 .activeSlide{
  border-top: 6px solid #ffcc00;
  filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity: 1;
  opacity: 1;
}

#block-quicktabs-1 .pager{
margin: 0;
}

#block-quicktabs-1 .pager-previous{
  float: left;
  margin-top: -50px;
}

#block-quicktabs-1 .pager-next{
  float: right;
  margin-top: -50px;
}

.fivestar-widget-static {
  position: absolute;
  right: 0;
  margin-right: 18px;
  margin-top: 36px;
}

body.front #main h2.title {
  color: white;
  margin-top: -30px;
  margin-bottom: -12px;
}

/* FIVESTAR */

#block-fivestar-0 {
background:none;
margin: 0;
padding: 0;
margin-top: -9px;
}

#block-fivestar-0 form {
  margin-bottom: 18px;
  padding-bottom: 0px;
  background: #fc0;
  height:37px;
  border: 4px solid #333;
  padding: 0 14px;
  padding-top: 3px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

#block-fivestar-0 .form-item label {
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: -1px;
  text-transform: uppercase;
}

#block-fivestar-0 div.fivestar-widget {
  float: left;
  width: 110px;
}

#block-fivestar-0 div.description {
  float: right;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 9px;
  text-align: right;
  margin-top: 3px;
}

#block-fivestar-0 div.description span.current-vote-hover {
  font-size: 24px;
  position: relative;
  top: -6px;
  color: #222;
}

#block-fivestar-0 div.description span.average-rating,
#block-fivestar-0 div.description span.total-votes {
  font-size: 11px;
  position: relative;
  top: -1px
}

/* READ MORE */

.read-more {
  clear: both;
  width: 108px;
  margin-left: 423px;
  margin-bottom: -18px;
  margin-top: -5px;
  text-align: center;
  font-family: "Arial Black", Gadget, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0px 3px 0px 6px;
  background: #fc0;
  height: 18px;
  line-height: 18px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
}

.read-more a {
color: black;
}

/* SMILEYS */

img.smiley-content {
  margin: 0px 3px -5px 3px;
}


/* COMMENTAIRES RECENTS */

#block-views-comments_recent-block {
  background: #ffffff;
}

#block-views-comments_recent-block h3 {
  text-shadow: none;
  color: black;
}


#block-views-comments_recent-block .picture{
  float: left;
}

#block-views-comments_recent-block .picture img{
  border: 1px solid black;
  margin-right: 6px;
  margin-top: 6px;
}

#block-views-comments_recent-block .views-field-name {
  display: inline;
  color:#555555;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size:13px;
  font-weight:normal;
  letter-spacing:-1px;
  text-transform:none;

}

#block-views-comments_recent-block .views-field-cid {
  display: inline;
  text-transform:uppercase;
  font-size: 8px;
  margin-left: 3px;
}

#block-views-comments_recent-block .views-field-cid a{
  font-weight: bold;
  font-size: 10px;
  letter-spacing: -1px;
}

#block-views-comments_recent-block .views-field-timestamp {
  color:#999999;
  display:block;
  font-size:10px;
  font-weight:bold;
  letter-spacing: -1px;
  text-transform:uppercase;
  margin-top: -3px;
}

#block-views-comments_recent-block .views-field-comment {
  background: #eeeeee;
  padding: 1px 9px;
  margin-top: 1px;
  margin-bottom: 12px;
  margin-left: 18px;
  font-size: 11px;
  line-height: 15px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

#block-views-comments_recent-block .views-field-comment p {
  margin:  6px  0px;
}

#block-views-comments_recent-block .pager {
  margin:  0;
}

/* HEADER TOP */

#header-top {
  float: right;
  margin-bottom: -68px;
  margin-right: 18px;
  margin-top: 66px;
}

#header-top p {
  margin: 0;
}
