/*
Theme Name: Garance Dore
Theme URI: http:/colorz.fr
Description: A theme for Garance Dore by Colorz.fr
Author: Colorz
Version: 0.1
Tags: blank
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
        color:#333;
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img {
	border: none;
}

html {
    text-align: center;
    background: transparent url(css/background.png) repeat top left;
}

body{
    font:62.5% sans-serif;
    background: transparent url(css/header-background.jpg) repeat-x top center;
}

#main {
    text-align: left;
    width:945px;
    margin:0 auto;
}

a{
  color:#000;
}

a:hover{
  color:#900;
}

.screen-reader-text {
    display : none;
}

hr {
    visibility : hidden;
   height : 1px;
    overflow:hidden;
    clear : both;
}

/* Grilles et Flottants */
.grid_1 {width:60px; }
.grid_2 {width:140px; }
.grid_15 {width : 15%;}
.grid_20 {width : 20%;}
.grid_49 {width : 49%;}
.grid_40 {width : 40%;}
.grid_60 {width : 60%;}
.grid_50 {width : 50%;}
.grid_33 {width : 33%;}
.grid_66 {width : 66%;}
.grid_20 {width : 20%;}
.grid_25 {width : 25%;}
.grid_75 {width : 75%;}
.grid_80 {width : 80%;}
.grid_324p {width : 324px;}
.grid_136p {width : 136px;}
.bloc_content{width:600px;padding-right:10px;}
.bloc_sidebar{width:320px;padding-left:10px;padding-right:5px;}
.bloc_sidebar_gauche{padding-right:20px;width:150px;}
.bloc_sidebar_droite{width:150px;}

.column {
  float: left;
  margin: 0;
  overflow: hidden;
  display: inline;
}
.column2 {
  float: left;
  margin: 0;
  display: inline;
}
.row {
  margin: 0 auto;
  overflow: hidden;
}

.row100{
     width:100%;
}

/* Header */
#nav {
    padding: 5px 0;
    background:  transparent url(css/border-nav-top.png) no-repeat bottom left;
    margin-bottom: 25px;
    height:42px;
}

#nav p {
    margin : 14px 0 0 4px;
    font-size : 15px;
    font-family : Times New Roman, serif;
    font-style: italic;
    font-weight: bold;
}

#nav ul {
    margin : 8px 0;
    text-align:right;
}

#nav ul li {
    display : inline;
    list-style-type: none;
}

#nav ul li a{
    padding : 0 15px;
    text-decoration: none;
    font-size:12px;
}

#nav ul li a.active{
    color : #900;
}

#nav ul li.lastnav img {
    position : relative;
    top : 4px;
}

#nav ul li.lastnav a {
    padding:0;
}


h1{
    padding-bottom: 2px;
    background:  transparent url(css/border-nav-top.png) no-repeat bottom center;
}

/* Footer */
#footer {
    font:14px Times New Roman,serif;
    color : #CCC;
    margin-top : 10px;
    margin-bottom : 35px;
    padding-top: 17px;
    background:  transparent url(css/border-nav-top.png) no-repeat top left;
}

#footer a {
    color : #999999;
    text-decoration : none;
}

#footer a:hover {
    color : #900;
    text-decoration : none;
}

#bottomlogo {
    position:relative;
    top : 5px;
}

#bottomnav {
    position:relative;
    top : -10px;
    left:5px;
}



#linkcolorz{
    text-align:right;
    margin-top : 10px;
    line-height : 2;
}

#copycolorz {
    font-size:12px;
}

#copycolorz a{
    font-style:italic;
}

p.copyfooter{
    font:12px Georgia,serif;
}

/* Index */
.post, .commentlist, #sublaisseruncommentaire{
    background : #fff url(css/fondpost.jpg) no-repeat bottom left;
    padding : 20px;
    box-shadow: 1px 1px 3px #BFBFBF;
    -moz-box-shadow: 1px 1px 3px #BFBFBF;
    -webkit-box-shadow: 1px 1px 3px #BFBFBF;
}


#laisseruncommentaire {
    background : #fff url(css/shadow.png) repeat-x top left;
      margin-bottom : 50px;
         box-shadow: 1px 1px 3px #BFBFBF;
    -moz-box-shadow: 1px 1px 3px #BFBFBF;
    -webkit-box-shadow: 1px 1px 3px #BFBFBF;
}


.post {
    margin-bottom : 50px;
}

.singlepost {
    margin-bottom : 20px;
}

.post h2 a{
    text-decoration: none;
}

.post h2{
    font : 30px Georgia,serif;
    margin-bottom : 18px;
}

.post_content p, .post_content ul {
    font : 14px Georgia,serif;
    line-height : 20px;
    margin-bottom : 20px;
}

.post_content li {
    list-style: circle inside;
}

.post_content blockquote p {
    border : 1px solid #ccc;
    padding : 10px;
    background : #efefef;
    color : #555555;
}

.post_content p a {
    text-decoration : none;
    color : #900;
}

.post_content p a:hover {
    color : #000;
}

.post_content p img[width="500"], .size-full {
    width : 560px;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

.post a.more-link {
    display : block;
    padding : 2px 0 2px 20px;
    color : #000;
    width : 100px;
    font:10px Georgia,serif;
    background : transparent url(css/picto-plus.png) no-repeat center left;
}

.post a.more-link:hover {
    color:#900;
}

.postmetas{
    background : transparent url(css/spacers-trans.png) no-repeat center left;
    height : 59px;
    overflow:hidden;
    position:relative;
}

.bordmetas2{
    background : transparent url(css/spacers-4.gif) no-repeat bottom left;
}

.postmetas2{
    margin-top : 37px;
    background : transparent url(css/spacers-4.gif) no-repeat top left;
    padding-top : 23px;
}
.postmetas2 .grid_20{
    text-align : right;
}

.postmetas div{
    padding-top : 22px;
}

.postmetas div div{
    padding-top : 0;
}

.postmetas span.iLikeThis {
    display : block;
    float : left;
    padding-top : 22px;
}


.postmetas div, .postmetas2 p, .postmetas span.iLikeThis a, .postmetas2 span.iLikeThis a{
    color : #CCC;
    font : 12px Georgia,serif;
    font-style: italic;
    margin-bottom : 10px;
}

.postmetas span.iLikeThis a  {
    color : #999;
}

.postmetas2 span.iLikeThis a  {
    color : #555555;
}
.postmetas2 span.iLikeThis a span {
    color : #900;
}

.postmetas div {
    float : left;
}

.postmetas .datedupost, .postmetas2 .datedupost{
    color : #999;
    font-style: normal;
}

.postmetas a, .postmetas2 a{
    text-decoration : none;
    font-style: normal;
    color : #555555;
}

.postmetas div img, .postmetas2 p img{
    position : relative;
    top: 2px;
}

.postmetas span.circlecomments{
    position:absolute;
    right:0;
    display : block;
}

.postmetas span.circlecomments span{
    display : block;
    float : right;
    padding : 20px 0 20px 0;
    font : italic 16px Georgia, serif;
}

.postmetas span.circlecomments a span.nbcomm{
    display : block;
    background : transparent url(css/puce-trans.png) no-repeat 0 10px;
    color : #fff;
    width:40px;
    text-align : center;
    padding-right:5px;
}

.postmetas span.circlecomments a:hover span.nbcomm{
    background-position : 0 -110px;
}

.postmetas span.circlecomments a span.extcomm{
    color : #000;
    width:45px;
    overflow:hidden;
    display : block;
    float : right;
}


.a_post #bottomnav {
    margin-bottom: 25px;
}

.a_post .bottomnav {
    padding-top:40px;
}

.bottomnav {
    height : 50px;
}

.bottomnav li{
    display : block;
    width:50%;
    float:left;
}

.bottomnav li img{
    filter:alpha(opacity=20);
    -moz-opacity:0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
}

li.bottomnavlast{
    text-align : right;
}

/* Sidebar */

#mysidebar h2  {
    padding-bottom : 15px;
    text-transform : uppercase;
    font-size : 14px;
    font-weight : lighter;
}

#blocspubssidebar > *,
#bloc300x600sidebar > *,
#blocbottomsidebar > * {
    overflow:hidden;
    margin-bottom : 20px;
    padding:10px;
    width:300px;
    background : transparent url(css/fond-ad300.gif) no-repeat top left;
}

#blocbottomsidebar > *,
#blocspubssidebar > * {
    height:250px;
}

#bloc300x600sidebar > * {
    height:600px;
        background : transparent url(css/fond-ad600.gif) no-repeat top left;

}

#sidebarapropos {
    padding-bottom : 20px;
}

#sidebarapropos p {
    font : 12px Georgia,serif;
    line-height: 1.4;
    margin-bottom : 10px;
}

#sidebarapropos .moreapropos a {
    display : block;
    padding : 2px 0 2px 20px;
    width : 40%;
    color : #000;
    font:10px Georgia,serif;
    background : transparent url(css/picto-plus.png) no-repeat center left;
}

#sidebarapropos .moreapropos a:hover{
    color:#900;
}

.widget_etre_informe,
#sidebarsearch, 
#sidebarenglishreaders {
    padding-top : 20px;
    padding-bottom : 10px;
    background : transparent url(css/sidebar-separator.png) no-repeat top left;
}

#sidebarenglishreaders{
    padding-top : 39px;
    padding-bottom : 45px;
}

#sidebarcatarch {
    padding-bottom:47px;
}

#sidebarcatarch h2{
        background : transparent url(css/sidebar-dualseparator.png) no-repeat top left;
	padding-top :24px;
}

#sidebarcatarch .categories li a{
    display : block;
    text-decoration : none;
    text-transform : uppercase;
    font : 12px Georgia,serif;
    padding-bottom :7px;
}

#sidebarcatarch .archives li a{
    font : 12px Georgia,serif;
    color : #999;
    text-decoration : none;
    display : block;
    padding-bottom : 7px;
}

#sidebarcatarch .archives li#viewall a, #sidebarlinks .viewall a {
    display : block;
    padding : 2px 0 2px 20px;
    color : #000;
    font:10px Georgia,serif;
    text-transform : uppercase;
    color : #000;
    text-decoration : none;
    background : transparent url(css/picto-plus.png) no-repeat center left;
}

#sidebarcatarch .archives li a:hover,#sidebarlinks .viewall a:hover {
   color : #900;
}

#sidebarsearch, #sidebarsearch input{
    font : italic 12px Georgia,serif;
    color : #999;
    line-height : 1.4;
}

#sidebarrss {
    background : transparent url(img/rssfeeds.jpg) no-repeat top left;
    width:320px;
    padding-top : 50px;
    height:137px;
    box-shadow: 1px 1px 3px #BFBFBF;
    -moz-box-shadow: 1px 1px 3px #BFBFBF;
    -webkit-box-shadow: 1px 1px 3px #BFBFBF;
    margin-bottom : 51px;
}

#sidebarrss .column {
    text-align:center;
}

#sidebarrss a {
    font-size : 12px;
    text-decoration: none;
}

#sidebartwitter {
    background : transparent url(css/top-sidebar-twitter-trans.png) no-repeat top center;
    margin-top : 43px;
    padding-top : 60px;
}

#sidebartwitter ul {
    background : transparent url(css/bottom-sidebar-twitter-trans.png) no-repeat bottom center;
    padding-bottom : 30px;
}

#sidebartwitter li{
    overflow : hidden;
    padding:10px 0;
}

#sidebartwitter .twittcontent {
    display:block;
}

#sidebartwitter li a{
    text-decoration : none;
}

#sidebartwitter li.has_twitpic{
    height : 130px;
}

#sidebartwitter img{
    height : 120px;
    width : 120px;
    float : left;
    margin-right:15px;
}

#sidebartwitter .twitttext {
    line-height:1.25;
    font : italic 13px Georgia,serif;
    display : block;
    margin-bottom :5px;
}

#sidebartwitter .twitttext a {
    color : #900;
}

#sidebartwitter li a.twitttime{
    margin-top : 10px;
    display : block;
    font:10px Times New Roman, serif;
    text-transform:uppercase;
    color : #999;
}

#sidebarsearch p {
    margin-bottom : 15px;
}

#sidebarsearch #lienrechercheavancee a{
    display : block;
    height:23px;
    background : transparent url(img/recherche-avancee-trans.png) no-repeat top left;
}

.page_en #sidebarsearch #lienrechercheavancee a {
    background-image : url(img/advanced-search-trans.png);
}

#sidebarsearch #lienrechercheavancee a img{
    width:144px;
    height:23px;
}

#sidebarsearch #lienrechercheavancee a:hover{
    background : transparent url(img/recherche-avancee-2-trans.png) no-repeat top left;
}
.page_en #sidebarsearch #lienrechercheavancee a:hover {
    background-image : url(img/advanced-search-2-trans.png);
}

#sidebarsearch #searchform {
    text-align:right;
    background : transparent url(css/formsearch-bg.png) no-repeat top left;
    height:30px;
    padding:10px;
    box-shadow: 1px 1px 3px #BFBFBF;
    -moz-box-shadow: 1px 1px 3px #BFBFBF;
    -webkit-box-shadow: 1px 1px 3px #BFBFBF;
    margin-bottom : 15px;
}

#sidebarsearch #searchform input {
    padding:5px;
    background : transparent;
    border:0;
}

#sidebarsearch #searchform input#searchsubmit {
    padding : 0;
}

#sidebarsearch #s{
    width:245px;
    position : relative;
    top:-10px;
}

#sidebarfollow {
    background : transparent url(css/sidebar-dualseparator.png) no-repeat top left;
    padding-top : 25px;
}

#sidebarfollow h2 {
    margin-bottom : 5px;
}

#sidebarfollow a img {
    background :#000;
}

#sidebarfollow a:hover img {
    background :#900;
}

#sidebardontmiss{
    background : transparent url(css/sidebar-separator.png) no-repeat top left;
    position : relative;
    padding-top:55px;
    padding-bottom:50px;
}

#sidebardontmiss span{
    position : absolute;
    display : block;
    text-align:center;
    width :100%;
}

#sidebardontmiss .dontmisstop{
	top:55px;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#sidebardontmiss .dontmissbottom{
	bottom : 50px;
	display : block !important;
	display : none;
}

#sidebardontmiss a{
    display : block;
    padding : 15px 0 20px 0;
}

#sidebardontmiss a img{
    background-color :#fff;
    padding:10px;
    box-shadow: 1px 1px 3px #BFBFBF;
    -moz-box-shadow: 1px 1px 3px #BFBFBF;
    -webkit-box-shadow: 1px 1px 3px #BFBFBF;
}

#sidebarfamille li{
    padding-bottom:10px;
}

#sidebarfamille{
     background : transparent url(css/sidebar-dualseparator.png) no-repeat top left;
     padding-top : 20px;
     padding-bottom : 70px;
}


#sidebarlinks{
    background : transparent url(css/sidebar-dualseparator.png) no-repeat top left;
    padding-top : 28px;
}

#sidebarlinks h3{
    font : 13px Georgia,serif;
    text-transform : uppercase;
    padding-bottom : 12px;
    margin-bottom : 10px;
    padding-top : 10px;
    background : transparent url(css/sidebar-separator.png) no-repeat bottom left;
}

#sidebarlinks ul li a{
    font : 12px Georgia,serif;
    color : #999;
    text-decoration : none;
    display : block;
    padding-bottom : 8px;
}

#sidebarlinks ul li a:hover{
    color : #900;
}


/* Comments */
h3#comments{
    margin-left:17px;
    height : 60px;
    margin-bottom : 20px;
}

h3#comments .commnumber{
    text-align:center;
    color : #fff;
    background : transparent url(css/puce-noire-60-trans.png) no-repeat top left;
}

h3#comments span{
    font : italic 21px Georgia,serif;
    font-weight : normal;
    padding-top:18px;
    height:42px;
    width : 60px;
    float : left;
    margin-right : 5px;
}

a#ajouterlevotre {
    display : block;
    text-align : right;
    text-decoration:none;
    background : transparent url(css/picto-plus.png) no-repeat 153px 21px;
    text-transform: uppercase;
    padding-top:23px;
    padding-right:24px;
    height:22px;
    color : #000;
    font:10px Georgia,serif;
}

.page_en a#ajouterlevotre{
    background-position : 196px 21px;
}

a#ajouterlevotre:hover {
    color : #900;
}

.commentlist li .commmetas a{
    text-decoration : none;
}

.commentlist li .commmetas{
    color : #CCC;
    font-family: Georgia,serif;
    font-style : italic;
    font-size : 12px;
    margin : 8px 0;
}

.commentlist li .commmetas cite a:hover {
    color : #900;
}

.commentlist li .commmetas cite a{
    color : #777777;
}

.commentlist li.author .commmetas cite a{
    color : #900;
}

.commentlist li .commmetas cite{
    color : #777777;
    font-size : 14px;
    font-style: normal;
    font-weight : bold;
}


.commentlist li .commmetas a.comment-edit-link, .commentlist li .commmetas a.comment-date{
    font-size : 11px;
    color : #999;
}

.commentlist li .commtext p{
    margin-bottom : 15px;
}

.commentlist li .commtext a{
    color : #999;
}

.commentlist li .commtext{
    background: #efeeed;
    padding:15px 20px 7px 20px;
    font : 14px Georgia,serif;
    color : #333;
    line-height : 1.4;
    margin-bottom : 25px;
}

#respond {
    font-size:14px;
    text-transform : uppercase;
    font-weight : bold;
    margin :  10px 0 25px 0;
}

#commentform label {
    display : none;
}

#commentform input, #commentform textarea {
    padding:3px;
    background : #f2f1f0;
    color : #999;
    border : 1px solid #e7e7e7;
}

#commentform input:focus, #commentform textarea:focus {
    color : #676767;
}


#commentform input {
    width : 292px;
    font : italic 13px Georgia,serif;
}

#commentform textarea {
    width : 532px;
    font : 13px Georgia,serif;
}

#commentform p{
    line-height: 1;
    border : 1px solid #e7e7e7;
    width : 300px;
    padding:5px;
    background : #fff;
    margin-bottom : 15px;
}

#commentform p.textarea{
    width:540px;
}

#commentform .submitcomm {
    width:115px;
}

#commentform #submit {
    width : 112px;
    height : 26px;
    padding:0;
        background : #fff url(img/envoyer.png) no-repeat center center;
	text-indent : -999px;
	cursor : pointer;
}

.page_en #commentform #submit {
     background-image :  url(img/send.png);
}


#commentform #submit:hover {
    background-image :  url(img/envoyer-hover.png);
}

.page_en #commentform #submit:hover {
     background-image :  url(img/send-hover.png);
}


/* Categorie */
#entetecategory {
    height : 30px;
    margin-bottom : 20px;
}

#entetecategory h2 {
    font-size : 14px;
    display : inline-block;
    *display : inline;
    background : #000;
    padding : 7px;
    padding-right : 9px;
    padding-left:20px;
    text-transform : uppercase;
    color : #fff;
    position : relative;
    left : -20px;
}

#af-ela-menu {
    display : none;
}

#af-ela-year {
    height : 45px;
}

#af-ela-year li {
    width : 43px;
    padding : 6px 10px;
    background : #dddddd;
    color : #000;
    margin-right : 5px;
    text-align:center;
    float : left;
    font : 18px Times New Roman, serif;
}

#af-ela-year li:hover,#af-ela-year li.selected {
    background : #000;
    color : #FFF;
}

#af-ela-month {
    padding : 15px 0;
}

#af-ela-month li {
    padding : 4px 0;
    margin : 0;
    list-style-type: disc;
    list-style-position: inside;
    width : 33%;
    float : left;
    color : #CCC;
}

#af-ela-month li.last {
    clear : both;
    width : 100%;
    list-style-type : none;
    height : 15px;
}

#af-ela-month li span {
    font : 13px Georgia,serif;
    color : #333;
    text-transform: capitalize;
}


#af-ela-month li.selected span,#af-ela-month li:hover span{
    color :#900;
}

#af-ela-post-chrono {
    padding-top : 15px;
    background : transparent url(css/spacers-rech.gif) no-repeat top center;
    clear : both;
}

#af-ela-post-chrono li .clear {
    clear : both;
    height : 27px;
    border : 0;
    background : transparent url(css/spacers-arch.gif) no-repeat center center;
}

#af-ela-post-chrono li .descpost h3 a {
    font : 19px Georgia;
    color : #000;
    text-decoration : none;
    display : block;
    padding-bottom : 6px;
}

#af-ela-post-chrono li .descpost h3 a:hover {
    color : #900;
}

#af-ela-post-chrono li .descpost {
    float : left;
    height : 50px;
    padding-left : 8px;
}

#af-ela-post-chrono li .descpost p{
    font : 11px Georgia;
    color : #CCC;
}

#af-ela-post-chrono li .descpost p span{
    color : #999;
}

#af-ela-post-chrono li .descpost p span.coms{
    font-style : italic;
}


#af-ela-post-chrono li .miniature {
    float : left;
    display : block;
    width : 40px;
    height : 50px;
}

#af-ela-post-chrono li .miniature img {
    border : 1px solid #ccc;
    padding : 2px;
}

/* Revue de Presse */

#pagemini3 {
    background : #fff url(css/fondpost.jpg) no-repeat bottom left;
    box-shadow: 1px 1px 3px #BFBFBF;
    -moz-box-shadow: 1px 1px 3px #BFBFBF;
    -webkit-box-shadow: 1px 1px 3px #BFBFBF;
    margin-bottom : 5px;
}

#pagemini3 div {
    padding : 20px 0 0 20px;
}

.elemmini3 {
    position:relative;
    padding : 20px;
    padding-bottom:0;
    overflow : hidden;
    border-right : 1px solid #e6e6e6;
}

.elemmini3 img {
    width:160px;
    height:190px;
}

.elemmini3.rev-2{border-width:0;}

.groupmini3 {
    border-top : 1px solid #e6e6e6;
    height:310px;
}

.groupmini3.first {
    border-top : 0;
}

.groupmini3.elempresse.first{
    border-top : 1px solid #e6e6e6;
}

.elempresse h3 a {
    font : 15px Georgia, serif;
    text-decoration : none;
    padding : 5px 0;
    display : block;
    line-height: 1.3;
}

.elempresse a.mois{
    font : 11px Georgia, serif;
    color : #999;
}

.thereismore {
     position : relative;
     margin-top : 40px;
}

.thereismore h2{
    font-size : 14px;
    background : #000;
    color : #FFF;
    padding : 17px 20px;
    text-transform : uppercase;
}

.thereismore .paperclip {
    position : absolute;
    top : -15px;
    left:315px;
}

.thereismore h3 a {
    font : 15px Georgia,serif;
    text-decoration : none;
    display : block;
    height:40px;
    overflow:hidden;
    padding-top:7px;
}

.images_hovt190 {
    height : 190px;
    width : 160px;
}

/* Rechercher */

#methodesrech{
    padding-bottom : 20px;
    margin-bottom : 28px;
    background : transparent url(css/spacers-rech.gif) no-repeat bottom center;
}

#methodesrech .column div {
    text-align : right;
}

#methodesrech .column div.first {
    text-align : left;
}

#methodesrech .column div a {
    background : transparent url(css/picto-fleche-noire.gif) no-repeat center right;
    display : inline-block;
    padding : 2px;
    font : 10px Georgia;
    text-transform : uppercase;
    text-decoration : none;
    padding-right : 20px;
}

#methodesrech .column div a:hover {
    background : transparent url(css/picto-fleche-rouge.gif) no-repeat center right;
}

#modulerecherche {
    background : #fff url(css/fondrech.jpg) no-repeat bottom right;
    width : 900px;
    padding : 20px;
     box-shadow: 1px 1px 3px #BFBFBF;
    -moz-box-shadow: 1px 1px 3px #BFBFBF;
    -webkit-box-shadow: 1px 1px 3px #BFBFBF;
}

#listeresultats {
    text-align : center;
}

#listeresultats .bottomnav {
    width : 600px;
    margin : 45px auto 35px auto;
    text-align : left;
}

#listeresultats table {
    background : #fff;
            box-shadow: 1px 1px 3px #BFBFBF;
    -moz-box-shadow: 1px 1px 3px #BFBFBF;
    -webkit-box-shadow: 1px 1px 3px #BFBFBF;
width : 940px;
}

#listeresultats table td{
    border : 1px solid #e6e6e6;
    width : 187px;
    overflow : hidden;
    text-align : center;
    background : transparent url() no-repeat center center;
}

#listeresultats table td a{
    display : block;
    height : 37px;
    padding : 90px 6px 90px 6px;
    width : 136px;
    margin : 0 auto;
    text-decoration : none;
    text-align : left;
}

#listeresultats table td a{
    background : transparent url(css/t175-hover-trans.png) no-repeat center center;
}

#listeresultats table td a .searcht {
    display : block;
    color :#fff;
    font : 15px Georgia, serif;
    margin-bottom : 6px;
}

#listeresultats table td a .searchmetas {
    color : #555555;
    font : italic 11px Georgia, serif;
}

#listeresultats table td a .searchmetas span {
    color : #999999;
}

#listeresultats table td a .searchmetas .searchttime {
    font-style: normal;
}

#pagerecherche #methodesrech .row, #pagerecherche #rechdlibre {
    width : 460px;
    margin : 0 220px;
}


#rechdlibre #searchsubmit{
   border : 0;
   background : transparent url(css/rechercher.gif) no-repeat center left;
   display : block;
   width : 126px;
   height : 46px;
}

.page_en #rechdlibre #searchsubmit{
   background-image : url(css/rech-en.gif);
}

#rechdlibre #searchsubmit:hover{
      background-image : url(css/rechercher-hover.gif);
}

.page_en #rechdlibre #searchsubmit:hover{
      background-image : url(css/rech-en-hover.gif);
}


#rechdlibre #s{
    border : 0;
    background : transparent url(css/search.gif) no-repeat center center;
    display : block;
    width : 276px;
    height : 21px;
    padding : 15px 0 10px 40px;
}

#rechtags .input-submit{
    margin-top : 10px;
    cursor : pointer;
}

#rechtags #submit-tag {
    text-align : center;
}


#rechcategory ul.categories {
    text-align : left;
    margin-left : 150px;
}

#rechcategory ul.categories li{
    display : inline-block;
    *display : inline;
    width : 240px;
    padding : 5px 0;
}

#rechcategory ul.categories li a{
    text-decoration : none;
    text-transform : uppercase;
    font : 17px Georgia, serif;
}


.brows-result {
    margin : 20px;
    text-align : center;
    font :  13px Georgia, serif;
    color : #999;
}

.result-search2 {
    font : italic 13px Georgia, serif;
}

.list-checkbox .checkbox {
    display : none;
}

.list-checkbox a {
    display : inline-block;
    padding : 3px;
    text-decoration : none;
    font : italic 11px Georgia, serif;
    background-color : #ccc;
    color : #555555;
    margin-bottom : 4px;
    margin-right : 2px;
}

#menutris {
    border : 1px solid #e8e8e8;
    font : italic 13px Georgia, serif;
    padding : 3px 5px;
    border-radius : 2px;
    -moz-border-radius : 2px;
    -webkit-border-radius : 2px;
    color : #999;
    margin-left : 5px;
    background : transparent url(css/bg-select.png) repeat-x center left;
}

#menutris option{
    background : none;
    border : 0;
    font : italic 13px Georgia, serif;
}

.brows-result .search-nb {
    font-size : 19px;
    color : #000;
}

#pagemini3 div.more,
#pagemini3 div.more div{
    padding:0;
    margin:0;
    height : auto;
}

#pagemini3 div.more{
    width:160px;
    height:50px
}

#pagemini3 div.more .comments_number{
    display : block;
    float : right;
}

#pagemini3 div.more .comments_number a{
    display : block;
    background : transparent url(css/puce-noire-30-trans.png) no-repeat center center;
    color : #fff;
    font : italic 11px Georgia, serif;
    height : 12px;
    width : 30px;
    margin-top:2px;
    height:30px;
    line-height:30px;
    text-decoration : none;
    text-align : center;
}

#pagemini3 div.more .comments_number a:hover{
    background-image : url(css/puce-rouge-30-trans.png);
}

.elemmini3 .searchttime, .elemmini3 span.iLikeThis a {
    font : 11px Georgia, serif;
    color : #999;
}


.elemmini3 .bull {
        font : 11px Georgia, serif;
    color : #CCC;
}

.elemmini3 .elemminicat {
    font : 11px Georgia, serif;
    display : inline;
}

.elemmini3 .elemminicat a {
    color : #555555;
    text-decoration : none;
}

.topeleminimetas {
    display : block;
    height : 18px;
}

.topeleminimetas span,.topeleminimetas div {
    display : inline!important;
}


/* Plugin Sociable */

div.sociable, div.sociable a img.sociable-img, div.sociable a  {
    margin : 0!important;
    padding : 0!important;
    text-align : right;
}

div.sociable {
    margin-top : 7px!important;
    margin-right : 0!important;
    padding-right : 11px!important;
    position : relative;
    background : transparent url(css/picto-plus.gif) no-repeat center right;
}

div.sociable .sociable-tagline {
    color : #555555;
    font-weight : normal;
    text-transform : uppercase;
    font : 10px Georgia;
    display : block;
    height:13px;
    padding-top:4px;
}


div.sociable ul li img{
    position : relative;
    top:3px;
}

div.sociable ul li {
    line-height:1;
    display : inline;
}

div.sociable ul{
    display : none;
}

div.sociable:hover ul{
    position : absolute;
    width : 300px;
    right : 0;
    display: block;
    z-index:9999;
}

div.sociable:hover .sociable-tagline{
    display: none;
}


span.iLikeThis .counter {
    background : none;
    margin-left : 0;
    padding : 0;
    display : inline;
    cursor : pointer;
}

span.iLikeThis .counter a img {
    margin-left:3px;
    height : auto;
    width : auto;
   cursor : pointer;
}

span.iLikeThis .counter a:hover {
    color : #900;
}

#containertris {
    position : relative;
    display : inline;
    padding-right : 200px;
}

#menutris2 {
    z-index : 99;
    position : absolute;
    top : -5px;
    left: 5px;
    display : block;
    float : left;
    background:transparent url(css/select-trans.png) no-repeat center center;
    width : 173px;
    height:26px;
}

#menutris2 li a{
    display : block;
    height:16px;
    text-align : left;
    padding : 5px 6px;
    font : italic 13px Georgia, serif;
    color : #999;
    text-decoration : none;
}

#menutris2 li a:hover{
    color : #900;
}

#menutris2 li#subresults {
    background: #ebeae8;
    display : none;
}

#menutris2:hover #subresults {
    display : block;
    position : absolute;
    top: 20px;
    left : 0;
    text-align : left;
    width : 173px;
}

#ll {
    display : none;
}

#sendbutton {
    background : transparent url(img/envoyer.png) no-repeat center center;
	text-indent : -999px;
	cursor : pointer;
}

#sendbutton:hover {
    background-image :  url(img/envoyer-hover.png);
}

.page_en #sendbutton {
    background-image :  url(img/send.png);
}

.page_en #sendbutton:hover {
    background-image :  url(img/send-hover.png);
}

/*Partager*/
.share-fb img,.share-em img,.share-tw img {
    height:17px;
    background : #FFF url() no-repeat top left;
}
.share-fb img{
    background-image : url(img/share-fb.png);
    width : 75px;
}
.share-tw img{
    background-image : url(img/share-tw.png);
    width : 65px;
}
.share-em img{
    background-image : url(img/share-em.png);
    width : 65px;
}
.share-fb:hover img,.share-em:hover img,.share-tw:hover img {
    background-position : bottom left;
}

#pagelinks hr {
    margin-bottom : 35px;
}


#pagelinks h3 {
    font : 13px Georgia,serif;
    text-transform : uppercase;
    margin : 15px 0;
}

#pagelinks ul li{
    display : block;
    width : 33%;
    float : left;
    font : 12px Georgia, serif;
}

#pagelinks ul li a{
    display : block;
    padding : 4px 0;
    color : #999999;
    text-decoration : none;
}

.pagecontact span {
    font-size : 13px;
}


.pagecontact span.decobull {
    font-size : 15px;
    color : #990000;
}

#qtranslate-chooser {
    display : none;
}

.pubentredeux > *{
    height:90px;
    position:relative;
    top:-25px;
}

/* --------------------------------------------------------------------
   Slider
   ----------------------------------------------------------------- */

.bigimageinside  {
    position:relative;
    display:block;
    margin-bottom:15px;
}


.lien_centre {
    display:block;
    height:100%;
    position:relative;
    overflow:hidden;
}

.bigimageinside .lien_centre img {
    position:absolute;
    width:100%;
    height:auto;
    top:0;
    left:0;
}


.bigimageinside a.lien_after {
    left:auto;
    right:0;
}



/* Image Top */
#imagetop {
    width:900px;
    position : relative;
    overflow:hidden;
    padding : 20px;
    background : #fff;
        box-shadow: 1px 1px 3px #BFBFBF;
    -moz-box-shadow: 1px 1px 3px #BFBFBF;
    -webkit-box-shadow: 1px 1px 3px #BFBFBF;
}


.bigimageinside a.lien_before,
.bigimageinside a.lien_after,
#imagetop a.lien_before,
#imagetop a.lien_after,
#imagetop a#lien_before,
#imagetop a#lien_after {
    outline : 0;
    z-index:999999;
    width : 60px;
    bottom:0;
    top:0;
    background : transparent url(img/fleches-slider.png) no-repeat center left;
    text-decoration : none;
    display:block;
    position : absolute;
    top : 0;
    text-align:left;
    text-indent:-9999px;
    -ms-filter:"alpha(Opacity=01)";
    filter: alpha(opacity=01);
    opacity:0.01;
}

.lien_see_more,
.bigimageinside a.lien_before,
.bigimageinside a.lien_after,
#imagetop a.lien_before,
#imagetop a.lien_after,
#imagetop a#lien_before,
#imagetop a#lien_after {
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.bigimageinside:hover a.lien_before,
.bigimageinside:hover a.lien_after,
#imagetop:hover a.lien_before,
#imagetop:hover a.lien_after,
#imagetop:hover a#lien_before,
#imagetop:hover a#lien_after {
    -ms-filter:"alpha(Opacity=70)";
    filter: alpha(opacity=70);
    opacity:0.70;
}

.bigimageinside a.lien_before,
#imagetop a.lien_before,
#imagetop a#lien_before{
    left:20px;
}


.bigimageinside a.lien_before {
    left:0px;
}


.bigimageinside a.lien_before:hover,
#imagetop a.lien_before:hover,
#imagetop a#lien_before:hover,
.bigimageinside a.lien_after:hover,
#imagetop a.lien_after:hover,
#imagetop a#lien_after:hover{
    -ms-filter:"alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity:0.90;
}

.bigimageinside a.lien_after,
#imagetop a.lien_after,
#imagetop a#lien_after{
    background-position:center right;
    left:auto;
    right:20px;
}

.bigimageinside a.lien_after {
    right:0px;
}



.bigimageinside img {
    max-width:560px;
}

.zonetop{
    z-index: 99; position: relative;top : -37px;
}

#imagetop img {
    width:900px;
    height : auto;
}

.lien_see_more {
	position: absolute;
	left: 60px;
	right: 60px;
	bottom: 0;
	top: 0;
	display: block;
	z-index:99999999999;
	-ms-filter:"alpha(Opacity=01)";
    filter: alpha(opacity=01);
    opacity:0.01;
	background: url('img/click-more-img.png') no-repeat scroll center center;
}


.lien_see_more:hover {
	-ms-filter:"alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity:1;
}

#imagetop .lien_see_more {
	bottom: 20px;
	top: 20px;
	left:80px;
	right:80px;
}


/* --------------------------------------------------------------------
   Widget Newsletter
   ----------------------------------------------------------------- */

.widget_etre_informe {
	padding-bottom:20px;
}


.widget_etre_informe form {
	position:relative;
	margin-top:25px;
	padding:10px;
	-moz-box-shadow:  1px 1px 3px rgba(51,51,51,0.25);
	-webkit-box-shadow:  1px 1px 3px rgba(51,51,51,0.25);
	box-shadow:  1px 1px 3px rgba(51,51,51,0.25);
}

.widget_etre_informe form,
.widget_etre_informe input {
	border:1px solid #d3d2d1;
}

.widget_etre_informe label,
.widget_etre_informe input {
	font:italic 12px Georgia, serif;
}

#clrz_messages li {
	font-size:12px;
	padding-bottom:10px;
	line-height:16px;
}

.widget_etre_informe label {
	position:absolute;
	top:-25px;
	left:0;
	color:#999999;
	padding-bottom:10px;
	display:block;
}

.widget_etre_informe input {
	vertical-align:middle;
}

.widget_etre_informe input[type=email] {
	outline:0;
	width:185px;
	padding:0 5px;
	height:30px;
	margin-right:3px;
}

.widget_etre_informe input[type=submit]{
	border:0;
	background: url('img/signup.png') no-repeat scroll top left;
	width: 92px;
	height: 30px;
	text-align:left;
	text-indent:-9999px;
	overflow:hidden;
}

/* ----------------------------------------------------------
   Video Embed
   ------------------------------------------------------- */

.video_embed {
	margin-bottom:20px;
	height:330px;
	width:560px;
	position:relative;
	overflow:hidden;
}

.video_embed img {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	cursor:pointer;
	z-index:9;
}

/* ----------------------------------------------------------
   U can't touch this
   ------------------------------------------------------- */

.elemmini3,
cufon,
#wpadminbar,
#blocspubssidebar,
#bloc300x600sidebar, 
#blocbottomsidebar,
h1,
#imagetop,
#nav {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}


