* {
	padding: 0;
	margin: 0;
	color: #555;
	font-family: Tahoma;
	font-size: 12px;
}

img {
	border: 0;
}

table {
	border-spacing: 0;
}

body {
	text-align: center;
}

#layout {
	margin: auto;
	width: 1000px;
	text-align: left;
}

/* 
 * Le premier Header 
 */
#header_1 {
	height: 120px;
	width: 100%;
	position: relative;
}

#logo {
	position: absolute;
	top: 20px;
}

#search {
	position: absolute;
	top: 60px;
	left: 250px;
}

#search td {
	height: 29px;
	line-height: 29px;
}

#search #search_input {
	padding-top: 5px;
	border: 0;
	width: 323px;
	height: 24px;
	background: url(../images/search-input.png);
	padding-left: 20px;
	font-style: italic;
}

#search #search_submit {
	margin-left: 4px;
	background: url(../images/search-submit.png);
	width: 122px;
	border: 0;
	cursor: pointer;
	height: 29px;
	line-height: 29px;
}

#header_1 #menu_header_1 {
	position: absolute;
	top: 60px;
	right: 0px;
	height: 29px;
	line-height: 29px;
}

#header_1 #menu_header_1 a {
	float: left;
	display: block;
	line-height: 29px;
	height: 29px;
	padding-left: 30px;
	text-decoration: none;
	margin-left: 10px;
}

#header_1 #menu_header_1 a:hover {
	color: #046604;
}

#header_1 #h1_help_link {
	background: url(../images/icons/help-icon.png) no-repeat;
}

#header_1 #h1_mail_link {
	background: url(../images/icons/mail-icon.png) no-repeat;
}

#header_1 #h1_blog_link {
	background: url(../images/icons/blog-icon.png) no-repeat;
}

/*
 * Le deuxième Header
 */
#header_2 {
	height: 35px;
	width: 100%;
	background: url(../images/header-2-bg.png);
	text-align: center;
	position: relative;
}

#header_2 #header_2_left {
	background: url(../images/header-2-bg-left.png);
	width: 7px;
	height: 35px;
	float: left;
}

#header_2 .newlink {
  display:block;
  position: absolute;
  top:10px;
  left:10px;
  text-decoration: none;
  color: #D9E6EB;
}

#header_2 .newlink:hover {
  color:#fff;
}

#header_2 #header_2_right {
	background: url(../images/header-2-bg-right.png);
	width: 7px;
	height: 35px;
	float: right;
}

#header_2 #menu_header_2 {
	border-left: 1px solid #7b0c26;
	border-right: 1px solid #7b0c26;
	margin: auto;
	height: 35px;
	background: url(../images/menu-header-2-border.png);
	width: 400px;
}

#header_2 #menu_header_2 a {
	font-size: 13px;
	display: block;
	height: 35px;
	line-height: 35px;
	float: left;
	color: #FFF;
	text-decoration: none;
	background: url(../images/header-2-bg.png);
	margin-right: 1px;
	text-align: center;
	width: 99px;
}

#header_2 #menu_header_2 a:last-child {
	margin-right: 0px;
        width:100px;
}

#header_2 #menu_header_2 a:hover {
	background: url(../images/menu-header-2-border.png) 0 -35px;
}

/*
 * Le troixième Header
 */
#header_3 {
	margin-top: 15px;
	height: 132px;
	background: url(../images/header-3-bg.png);
	text-align: center;
	position: relative;
}

#header_3 #header_3_left {
	background: url(../images/header-3-bg-left.png);
	width: 7px;
	height: 132px;
	float: left;
}

#header_3 #header_3_right {
	background: url(../images/header-3-bg-right.png);
	width: 7px;
	height: 132px;
	float: right;
}

#header_3 #header_3_col_1 {
	padding: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../images/header-3-border.png) right no-repeat;
	width: 330px;
	height: 102px;
}

#header_3 #header_3_col_2 {
	padding: 15px;
	position: absolute;
	left: 360px;
	top: 0px;
	background: url(../images/header-3-border.png) right no-repeat;
	width: 330px;
	height: 102px;
}

#header_3 #header_3_col_3 {
	padding: 15px;
	position: absolute;
	left: 720px;
	top: 0px;
	width: 260px;
	height: 102px;
}

#header_3 h2 {
	text-align: left;
	font-weight: normal;
	font-size: 15px;
	color: #046604;
}

#header_3 p {
	margin-top: 10px;
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.6em;
}

#header_3 .subtitle {
	padding-left: 4px;
	font-size: 15px;
	color: #666;
}

#header_3 .connexion_div .connected_user {
	padding: 10px 0;
}

#header_3 .connexion_div h2 {
	color: #860120;
}

#header_3 .connexion_div table {
	padding-top: 5px;
	width: 100%;
	height: 100%;
}

#header_3 .connexion_div td {
	padding: 1px;
	text-align: right;
}

#header_3 .connexion_div .connexion_input {
	border: 0;
	width: 152px;
	height: 18px;
	background: url(../images/connexion-input.png);
	padding: 3px 0 0 10px;
}

.connexion_submit {
	background: url(../images/connexion-submit.png);
	height: 28px;
	width: 91px;
	border: 0;
	cursor: pointer;
	float: right;
}

#header_3 .connexion_div tr td:last-child {
	width: 162px;
}

#header_3 .connexion_div label {
	font-family: Verdana;
	font-size: 11px;
	padding-right: 5px;
}

#header_3 #connexion_bottom {
	width: auto;
	padding-top: 4px;
}

#header_3 a {
	color: #046604;
	text-decoration: none;
}

#header_3 #connexion_bottom a {
	display: block;
	line-height: 28px;
	float: right;
	margin-right: 10px;
}

#header_3 a:hover {
	color: #2c922c;
}

/*
 * La sidebar
 */
#content {
	margin-top: 15px;
}

#sidebar {
	float: right;
	width: 290px;
	margin-left: 15px;
}

#main_content {
	width: 695px;
}

#propose_feed,#propose_blog {
    border: 1px solid #333;
    margin-bottom: 15px;
	background: url(../images/propose-feed-bg.png);
	border: 1px solid #000;
}

#propose_blog_link:hover, #propose_feed_link:hover{

    background-color:#000;
    color:#fff;
}

#propose_feed_link {
	display: block;
	background: url(../images/icons/propose-feed-icon.png) 40px 1px
		no-repeat;
	text-align: center;
	color: #FFF;
	height: 31px;
	padding-left: 20px;
	line-height: 31px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.1em;
}

#propose_blog_link {
	display: block;
	background: url(../images/icons/propose-blog-icon.png) 40px 1px
		no-repeat;
	text-align: center;
	color: #FFF;
	height: 31px;
	padding-left: 20px;
	line-height: 31px;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.1em;
}




.sidebar_block {
	margin-bottom: 15px;
}

.sidebar_block .sidebar_content {
	padding: 10px;
}

.sidebar_block .sidebar_title {
	font-size: 16px;
}

.sidebar_block .sidebar_title a {
	color: #9e0226;
	text-decoration: none;
	font-size: 16px;
}

.sidebar_block .sidebar_title a:hover {
	color: #ff0000;
}

.sidebar_block a {
	color: #9e0226;
	text-decoration: none;
}

.sidebar_block a:hover {
	color: #ff0000;
}

.sidebar_block ul,.connexion_div ul {
	text-align: left;
	padding: 5px;
	list-style: inside url(../images/puce.png);
	line-height: 20px;
}

.sidebar_block ul li,.connexion_div ul li {
	padding: 4px 0;
}

.connexion_div ul li a {
	color: #046604;
	text-decoration: none;
}

.connexion_div ul li a:hover {
	color: #046604;
}

.sidebar_block .comment_title {
	color: #037a8e;
}

/*
  * Blue Block in Sidebar
  */
.blue_block {
	background: url(../images/blue-block-border-top.png) top no-repeat
		#fcfcfc;
	padding-top: 1px;
}

.blue_block table {
	width: 100%;
}

.blue_block table td {
	vertical-align: top;
}

.blue_block_right {
	width: 1px;
	background: url(../images/blue-block-border-right.png) no-repeat #be7e8d;
		;
}

.blue_block_left {
	width: 1px;
	background: url(../images/blue-block-border-left.png) no-repeat #fcfcfc;
}

.blue_block_left div {
	height: 140px;
}

.blue_block_bottom {
	width: 100%;
	height: 1px;
	background: url(../images/blue-block-border-bottom.png);
}

.blue_block h3 {
	display: block;
	height: 25px;
	line-height: 25px;
	background: url(../images/blue-block-title-bg.png) repeat-x;
}

/*
  * Red Block in Sidebar
  */
.red_block {
	background: url(../images/red-block-border-top.png) top no-repeat
		#fcfcfc;
	padding-top: 1px;
}

.red_block table {
	width: 100%;
	border-spacing: 0;
}

.red_block table td {
	vertical-align: top;
}

.red_block_right {
	width: 1px;
	background: url(../images/red-block-border-right.png) no-repeat #cdb2c5;
}

.red_block_left {
	width: 1px;
	background: url(../images/red-block-border-left.png) no-repeat #fcfcfc;
}

.red_block_left div {
	height: 140px;
}

.red_block_bottom {
	width: 100%;
	height: 1px;
	background: url(../images/red-block-border-bottom.png);
}

.red_block h3 {
	display: block;
	height: 25px;
	line-height: 25px;
	overflow: visible;
	background: url(../images/red-block-title-bg.png) repeat-x;
}

.sidebar_block h3 * {
	display: block;
	font-size: 14px;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #FFF;
	padding: 1px 0 0 8px;
	height: 35px;
	line-height: 22px;
}

.sidebar_block h3 a:hover {
	padding: 2px 0 0 9px;
	color: #eee;
}

.sidebar_block .description_p {
	padding-top: 10px;
	font-size: 11px;
	text-align: justify;
	line-height: 16px;
}

.sidebar_block .sidebar_p {
	padding: 10px;
	font-size: 11px;
	text-align: justify;
	line-height: 20px;
}

/*
 * Contenu principal
 */
.menu-horizontal {
	min-height: 32px;
	-height: 32px;
	line-height: 32px;
	border: #ebebeb 1px solid;
	background: #fcfcfc;
	color: #858585;
	padding: 0 5px;
}

.menu-horizontal-right {
	font-size: 11px;
	text-align: right;
}

.menu-horizontal a {
	text-decoration: none;
	color: #858585;
	font-size: 11px;
	padding-left: 2px;
}

.menu-horizontal h1 {
	float: left;
}

.menu-horizontal a:hover,.menu-horizontal .current {
	color: #046604;
}

.menu-icons {
	padding: 0 1px 0 0;
	float: right;
}
.rss{
    padding: 5px 0 5px 10px;
    height: 22px;
}
.menu-horizontal h1,.content-block h1,.content-block h1 a, .menu-horizontal h1 a {
	color: #046604;
	font-size: 16px;
	font-weight: normal;
	padding-left: 5px;
}

.erreur-block {
	height: 32px;
	line-height: 32px;
	margin-top: 15px;
	border: #ebebeb 1px solid;
	background: #fcfcfc;
	color: #F00;
	padding: 0 5px;
}

.content-div {
    padding: 5px;
    overflow: hidden;
}

.content-block {
	margin-top: 15px;
	border: #ebebeb 1px solid;
	background: #fcfcfc;
	padding: 5px;
	overflow: hidden;
}

.white-block {
	border: #ebebeb 1px solid;
	background: #fff;
}

.white-block h1{
    max-width: 595px;
}

.content-block h2, .content-div h2 {
	color: #046604;
	font-size: 14px;
	font-weight: normal;
	padding-left: 5px;
}

.content-block p, .content-div p {
	padding: 10px 5px 0;
	line-height: 1.5em;
	text-align: justify;
}

.content-block-right {
	margin: 4px;
	padding: 4px;
	float: right;
	width: 206px;
}

.content-block-min {
	min-height: 160px;
	-height: 160px;
}

.content-table-right {
	padding-top: 10px;
}

.content-table-right th {
	background: url(../images/puce.png) no-repeat center;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	color: #FFF;
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px;
}

.content-table-right td {
	height: 18px;
	line-height: 18px;
	font-size: 11px;
}

.content-block a, .content-div a {
	color: #9e0226;
	text-decoration: none;
}

.content-block a:hover, .content-div a:hover {
	color: #ff0000;
}

.content-block ul.content-list, .content-div ul.content-list {
	padding: 10px 5px;
	list-style: inside url(../images/puce.png);
}

.content-block ul.content-list.nomargin, .content-div ul.content-list.nomargin {
	padding: 0 5px;
}

.content-block ul li, .content-div ul li {
	line-height: 20px;
}

.content-table {
	overflow: hidden;
}

.content-table .content-block {
	width: 328px;
	margin-left: 14px;
	float: left;
}

.content-table .content-block:first-child {
	margin-left: 0;
}

.content-block .content-subblock {
	padding-left: 5px;
	padding-top: 10px;
}

.content-block .content-subblock * {
	font-size: 11px;
}

.content-block .content-subblock div {
	padding: 3px 0;
}

#subscribe-and {
	float: left;
	font-size: 24px;
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	color: #046604;
	padding: 10px 10px 0 0;
}

#newComment {
	padding-top: 10px;
}

#newComment h2 {
	font-size: 14px;
	color: #046604;
}

/*
 * Tabulations
 */
.content-tabs {
	margin: 15px 0 0 0;
	height: 24px;
	background: url(../images/tablinks-bg.png) repeat-x bottom;
}

.content-tabs a {
	height: 22px;
	line-height: 23px;
	display: block;
	float: left;
	border: #ebebeb 1px solid;
	background: #f0f0f0;
	padding: 0 10px;
	margin-right: 10px;
	text-decoration: none;
}

.content-tabs a:hover {
	color: #046604;
	background: #fcfcfc;
}

.content-tabs .activeTab {
	background: #fcfcfc;
	border-bottom: #fcfcfc 1px solid;
}

.content-blocks-tabs .content-block {
	margin: 0;
	display: none;
	border-top: 0;
}

.content-blocks-tabs .content-block.activeBlock {
	display: block;
}

/*
 * Article
 */
.article {
	padding-top: 15px;
}

.article h3 {
	padding-left: 15px;
}

.article h3 a {
	text-decoration: none;
	font-size: 14px;
	color: #9e0226;
        /*direction:rtl;
        unicode-bidi: embed;*/
}

.article h3 a:hover {
	color: #ff0000;
}

.article_table {
	padding: 10px 15px 0;
}

.article_table td {
	vertical-align: top;
}

.article_content {
	text-align: justify;
	line-height: 1.7em;
}

.article_vote_button {
	margin: 5px 10px 0 0;
	background: url(../images/icons/vote-icon.png);
	width: 48px;
	height: 53px;
}

.article_vote_button a,.article_propose_button a {
	padding-left: 1px;
	display: block;
	width: 47px;
	height: 56px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 22px;
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.article_vote_button a:hover {
	color: #ff9999;
}

.article_has_voted_button {
	padding-left: 1px;
	margin: 5px 10px 0 0;
	background: url(../images/icons/has-voted-icon.png);
	width: 47px;
	height: 53px;
	text-align: center;
	line-height: 32px;
	color: #909090;
	font-size: 22px;
	font-family: "Tw Cen MT", Arial, Helvetica, sans-serif;
}

.article_propose_button {
	margin: 5px 10px 0 0;
	background: url(../images/icons/propose-icon.png);
	width: 48px;
	height: 53px;
}

.article_propose_button a:hover {
	color: #66cc99;
}

/* Le block header d'un article */
.article-block .article_vote_button, .article-block .article_has_voted_button, .article-block .article_propose_button {
    float:left;
    margin-left: 5px;
}

.article-block h1 {
    margin-top:10px;
}

.article-block .article-header-link {
    margin-top:10px;
    float:right;
    margin-right: 5px;
}

.article-block .article-header-link.first-link {
    margin-right: 10px;
}

/* Decalage des puces des listes */
.article_content ul {
    list-style-position: inside;
}

/* Le block des tag */

.tag-link {
    float:left;
    padding:0 10px;
}

.tag-link * {
    vertical-align: middle;
}

.tag-link h3 {
    padding: 5px 0;
}

/* La fin d'un article, les icones ... */

.comment_moderation,.article_bottom {
	margin-top: 10px;
	background: url(../images/article-bottom-border.png) no-repeat top right
		;
	height: 30px;
	text-align: right;
}

.comment_moderation {
	border-bottom: 1px solid #ddd;
}

.comment_moderation p,.article_bottom p {
	text-align: right;
	padding: 0 5px 0 0;
}

.comment_moderation p {
	line-height: 30px;
}

.comment_moderation *,.article_bottom * {
	line-height: 30px;
	color: #adadad;
	font-size: 11px;
}

.comment_moderation a,.article_bottom a {
	color: #046604;
	text-decoration: none;
}

.comment_moderation a:hover,.article_bottom a:hover {
	color: #2c922c;
}

.comment_moderation img,.article_bottom img {
	margin: 0 5px 0 20px;
	vertical-align: middle;
	display: inline-block;
}

.article.even,.comment.even {
	background: #fcfcfc;
	border: 1px dotted #ebebeb;
}

.source_link a {
	line-height: 20px;
	color: #046604;
	font-size: 10px;
	text-decoration: none;
}

.source_link a:hover {
	color: #046604;
}

.article_source_link a {
	padding-left: 5px;
}

.blog_source_link a {
	padding-left: 5px;
}

.popularity{
    margin-left:170px;
    margin-top:2px;
    
}

span.rating{
  
}
span.rating img{
    
    margin-right:1px;
}
/* Affichage d'un blog */

.item_description {
	padding: 2px 5px 5px 5px;
	text-align: justify;
        line-height: 17px;
        font-size: 95%;
        margin-left: 188px;
}

#blog-followship, #blog-followship a {
    padding:0;
    margin:0;
    margin-top:2px;
    color:#339933;
}

#blog-followship a:hover {
    text-decoration: underline;
}

#blog-followship img {
    vertical-align: middle;
}

/*
 * Footer
 */
#footer {
	clear: both;
	padding: 30px 0 15px;
}

#footer_content {
	background: url(../images/footer-bg.png);
	height: 136px;
}

#footer_left {
	background: url(../images/footer-left.png);
	height: 136px;
	width: 8px;
	float: left;
}

#footer_right {
	background: url(../images/footer-right.png);
	height: 136px;
	width: 8px;
	float: right;
}

.footer_menu {
	padding: 20px 50px 0 25px;
	float: left;
}

.footer_menu h3 {
	font-size: 15px;
	color: #046604;
	font-weight: normal;
}

.footer_menu ul {
	list-style: none;
	padding-top: 10px;
}

.footer_menu li a {
	text-decoration: none;
	color: #555;
	font-size: 11px;
	line-height: 1.6em;
}

.footer_menu li a:hover {
	color: #046604;
}

#footer_copyright {
	float: right;
	width: 100px;
	padding-top: 72px;
}

#footer_copyright * {
	color: #969696;
	font-size: 11px;
	line-height: 1.6em;
	text-decoration: none;
}

/*
 * Le block tag cloud sur la sidebar
 */
#tag_cloud p {
	line-height: 25px;
	text-align: justify;
	padding: 5px;
	font-size: 11px;
}

#tag_cloud p a {
	color: #9e0226;
	text-decoration: none;
}

#tag_cloud p a:hover {
	color: #ff0000;
}

/*
 * Pager
 */
.pager {
	margin: auto;
	text-align: center;
	margin: 20px 0 10px;
}

.pager a {
	border: 1px solid #ccc;
	padding: 4px 6px;
	text-decoration: none;
	color: #046604;
	background: #fcfcfc;
}

.pager a:hover {
	background: #f2f2f2;
	color: #7b0c26;
}

/*
 * Commentaires
 */
.comment {
	margin-top: 10px;
	padding: 5px;
	min-height: 70px;
	-height: 70px;
}

.comment.moderate {
	background-color: #f0f3ff;
}

.comment .comment-user {
	color: #555;
}

.comment .comment-user a {
	color: #9e0226;
	text-decoration: none;
}

.comment .comment-date {
	color: #046604;
	font-size: 10px;
	padding-left: 20px;
}

.comment .comment-avatar {
	border: 1px dotted #adadad;
	padding: 4px;
	float: right;
        margin-left:5px;
}

.comment .comment-content {
	padding-top: 10px;
        text-align: justify;
        line-height: 18px;
}

.comment.odd {
	background: #fff5f5;
	border: 1px solid #eee1f1;
}

.comment.newComment {
	background: #e3e7f2;
	border: 1px solid #a6cbd3;
}

.comment .comment-spacer {
	height: 2px;
	clear: both;
}

/* Voter */
#feedVoters {
    margin-bottom:15px;
}

.moyen_avatar {
	margin-right: 5px;
}

/* Loading */
#loading {
  display: none;
}

.loading {
	width: 24px;
	margin: auto;
	padding: 140px 0;
}

.loadinglive {
    text-align: center;
    margin: 10px auto 0 ;
    background: #ebebeb;
    padding:3px;
    border: 1px solid #ddd;
}

.hiddendiv {
	display: none;
}

/* Supprimer un tag */
.newtag {
	float: left;
	margin-right: 15px;
}

.deleteTag {
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../images/deletetag-submit.png);
	height: 20px;
	width: 20px;
}

.deleteTag:hover {
	background-position: 0 20px;
}

/* Profil */
#user_avatar {
	float: left;
}

#user_avatar img {
	margin: 5px 10px 5px 5px;
	padding-right: 10px;
	border-right: 1px dashed #999;
}

#user_informations {
	overflow:hidden;
        margin-bottom: 15px;
}

#user_infos p {
	padding: 5px 0;
}

#user_infos .user_infos_icon {
    display: block;
    float: left;
    padding: 5px 5px 0 0;
}

.badge {
	padding: 8px 5px 5px;
	float: left;
}

/* Les badges */
.badges {
	margin: 5px 0 5px 10px;
}

.badges td {
	vertical-align: top;
	padding: 10px 10px 10px 0;
}

.badges td textarea {
	width: 350px;
	height: 60px;
	background: #f2eef2;
	border: 1px solid #a33c80;
	font-size: 12px;
	color: #a33c80;
}

/* Avatars */
.petit-avatar {
	width: 20px;
	height: 20px;
}

.moyen-avatar {
	width: 50px;
	height: 50px;
}

.normal-avatar {
	width: 100px;
	height: 100px;
}

.comment-avatar {
	width: 60px;
	height: 60px;
}

/* Affichage de la liste des blogs */
.blog-description {
    padding:10px 0 5px 25px;
}

#blogThumbnail {
    float:left;
    margin: 0 5px 0 0;
    border:1px solid #ccc;
    width: 180px;
    height: 135px;
    text-align: center;
}

.blog-loading img {
    display: block;
    margin: 50px auto;
}

div.blog{
margin:5px;
padding:10px;
}

div.blog_odd{
background-color:#f7f6f6;
}

div.blog:hover{
background-color:#fff7f7;
}

p.blog_info, p.blog_description{
padding:0;
margin-bottom:2px;
line-height:18px;
font-size:95%
}

span.blog_title a{
font-weight:bold !important;
font-size:110% !important;
}

span.blog_url{
float:right;
}

span.blog_url a{
font-size:95% !important;
}

span.blog_region
{
font-size:95% !important;
float:right;
margin-right:5px;
padding-right:5px;
border-right:1px #c0c0c0 solid;
}

.rtl{
    direction: rtl;
}


/* Plus de résultats dans les live*/

.moreentries a{
    margin-top:10px;
    background: #ebebeb;
    padding:8px;
    text-align: center;
    color: #888;
    display: block;
    border: 1px solid #ddd;
    text-decoration: none;
}

.moreentries a:hover {
    color: #333;
    border: 1px solid #999;
}

.moreentriesSpacer {
    margin-top:10px;
    height:1px;
    border-top: 1px dotted #999;
}

.bloginytable {
    margin:5px;
}

.bloginytable td, .bloginytable th {
    padding: 5px;
}

/* Styles spécifiques */
#actufoot {
    margin: 0 0 15px -8px;
    display: block;
    width: 297px;
    height: 187px;
    background: url(../images/actu_foot.png);
    background-position: 0 187px;
    text-indent: -200000px;
}

#actufoot:hover {
    background-position: 0 0;
}

#dzblogday {
    margin: 0 0 15px 1px;
    display: block;
    width: 287px;
    height: 70px;
    background: url(../images/dzblogday.png);
    background-position: 0 0;
    text-indent: -200000px;
}

#dzblogday:hover {
    background-position: 0 70px;
}

div.status{
    margin-top:5px;
    color:#999;
}

