root { 
    display: block;
}

body {
    margin : 0;
    font-family: verdana;
}

a img{
   border : none;
}

.centrer {
    width : 1000px;
    position: relative;
    float : left;
    left: 50%;
    margin-left: -500px;
}

#menuBarre {
    padding-top : 5px;
    height : 50px;
    width : 100%;
    position : fixed !important;
    position : absolute;
    background-image: url("../images/graph/menuBG.png");
    background-repeat: repeat-x;
    font-family: "Lobster", arial, sans-serif;
    z-index: 11;
    text-shadow : 1px 1px 1px #000;
}

#topBarre {
    height : 156px !important;
    height : 216px;
    width : 100%;
    padding-top : 60px;
    background-image: url("../images/graph/topBG.png");
    background-repeat: repeat-x;
}

#corps {
    z-index: 10;
    width : 100%;
    position: relative;
    float : left;
    background-image: url("../images/graph/bg2.jpg");
    min-height: 500px;
    padding-top : 10px;
    padding-bottom : 10px;
}

#bottomBarre {
    z-index: 10;
    width : 100%;
    position: relative;
    float : left;
    min-height : 200px;
    background-color: #4d4a4a;
    background-image: url("../images/graph/bgBottom.png");
    background-repeat: repeat-x;
}
/********************************************** menu ********************************************/
.menuItem {
    position: relative;
    float : left;
    margin-right : 30px;
}
.menuItem a {
    color: #EEE;
    font-size : 22px;
    text-decoration: none;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    transition: color 0.5s ease-in-out;
}
.menuItem a:hover {
    color : #969a99;
}

#menuBarre img {
    float : right;
    display : none;
}

/********************************************* top ************************************/
#logo {
    width : 600px;
    position : relative;
    float : left;
    height : 155px;
}
#logo img, #seConnecter, #validerCompte, #demandePassArrow, #rechercher, .messSuppr img {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    z-index: 9;
}
#logo img:hover, #seConnecter:hover, #validerCompte:hover, #demandePassArrow:hover, #rechercher:hover, .messSuppr img:hover {
    -moz-transform: scale(1) rotate(360deg) translate(0px, 0px) skew(0deg, 0deg);
    -webkit-transform: scale(1) rotate(360deg) translate(0px, 0px) skew(0deg, 0deg);
    -o-transform: scale(1) rotate(360deg) translate(0px, 0px) skew(0deg, 0deg);
    -ms-transform: scale(1) rotate(360deg) translate(0px, 0px) skew(0deg, 0deg);
    transform: scale(1) rotate(360deg) translate(0px, 0px) skew(0deg, 0deg);
}
#liensSociaux {
    width : 399px;
    position : relative;
    float : left;
    height : 140px;
    padding-top : 5px;
    background-image: url("../images/graph/megaphone.png");
    background-repeat: no-repeat;
    background-position: right;
}
#socialFb {
    padding-left : 237px;
}
#socialTw {
    padding-left : 220px;
}
#socialRss {
    padding-left : 220px;
}
#socialMail {
    padding-left : 227px;
}

#liensSociaux img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#liensSociaux img:hover {
    -moz-transform: scale(1.4) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -webkit-transform: scale(1.4) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -o-transform: scale(1.4) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -ms-transform: scale(1.4) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    transform: scale(1.4) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
}

/******************************* corps ********************************/
#corpsGauche {
    width : 620px;
    position : relative;
    float : left;
    overflow: hidden;
}

#corpsDroit {
    margin-left : 15px;
    width : 365px;
    position : relative;
    float : left;
    overflow: hidden;
}

/*************************** gauche ********************/


/******* Article ***********/
#allArticles, #allBlocForum {
    min-height: 600px;
    width : 600px;
    padding-left : 5px;
    padding-right : 5px;
}

#navigation {
    width : 610px;
    height : 30px;
}

.barreArticle {
    margin-bottom: 5px;
    margin-left : 10px;
}

h1 {
    font-family: "Lobster", arial, sans-serif;
    margin :0;
    font-size: 32px;
    text-shadow: 1px 1px 1px #aaa;
    filter: dropshadow(color=#b8b8b8, offx=1, offy=1);
    color : #303030;
}
h1 a {
    text-decoration : none;
    color : #303030;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
h1 a:hover {
    color : #000;
}

h2 {
    font-family: 'Myriad Pro','Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size: 24px;
    text-shadow : 1px 1px 1px #AAA;
    margin : 0px;
    margin-top : 10px;
}
h2 a{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color : #303030;
    text-decoration : none;
}

h2 a:hover {
    color : #ca0c0c;
}

h3 {
    padding-left: 10px;
    margin : 0;
    color : #AAA;
    font-weight : 400;
    font-size : 13px;
}
h3 a {
    color : #AAA;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
h3 a:hover {
    color : #000;
}

p {

}
.plusInfos {
    color : #ca0c0c;
    text-shadow:0px 1px 0px #FFF;
}
p a, .plusInfos a {
    color : #ca0c0c;
    text-decoration: none;
}
p a:hover, .plusInfos a:hover {
    text-decoration: underline;
}

.article {
    margin-top : 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #808080;
}


.jaime {
    margin-top : 5px;
}

ul.tabnav {
    font-size : 16px;
    font-weight: 100;
    list-style-type: none;
    padding-bottom: 33px;
    border-bottom: 1px solid #808080;
    margin-left: -42px !important;
    margin: 0;
    text-shadow : 0px 1px 0px #fff;
}
ul.tabnav li {
    float: left;
    height: 30px;
    margin: 2px 2px 0 2px;
    border: 1px solid #f1f3e7;
    border-bottom: 1px solid #808080;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
}
ul.tabnav li.active {
    border: 1px solid #808080;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
.tabnav li.autre:hover {
    border: 1px solid #A0A0A0;
    border-bottom: 1px solid #808080;
    background: rgba(222,222,222,.3);
}

.tabnav a {
    float: left;
    display: block;
    color: #666;
    text-decoration: none;
    padding: 6px;
}

#contenu {
    width : 610px !important;
    width : 617px;
    border : 1px solid #808080;
    border-top : none;
    background-color: #FFF;
    padding : 4px;
    font: normal 13px verdana, arial, sans-serif;
    position : relative;
    float : left;
}
#contenu .typeNav {
    color : #564f4f;
    font-style: italic;
}
#contenu .typeNav a {
    padding : 5px;
    padding-right: 15px;
    position : relative;
    float : left;
    color : #564f4f;
    text-decoration: none;
}#contenu .typeNav a:hover {
    color : #202020;
}
#contenu .typeNav img {
    vertical-align:-5px;
}

.plusInfos {
    background-image: url("../images/graph/bgInfos.png");
    background-repeat: repeat;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border : 1px solid #A0A0A0 !important;
    border : 0;
    padding : 10px;
    color : #202020;
    display : none;
    -moz-box-shadow:inset 2px 2px 2px #414141;
    -webkit-box-shadow:inset 2px 2px 2px #414141;
    box-shadow:inset 2px 2px 2px #414141;
}

li .fastArticle {
    font-size : 16px;
    font-family: arial;
    padding-bottom : 5px;
    padding-top : 10px;
    padding-left : 15px;
}
li .fastArticle a {
    color : #202020;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
li .fastArticle a:hover  {
    color : #ca0c0c;
}

li .articleSimilaire a {
    color : #202020;
    text-decoration: none;
}
li .articleSimilaire a:hover  {
    color : #ca0c0c;
}

/* commentaires : */
.comFull {
    margin-top : 10px;
    border-bottom : 1px dashed #404040;
    width : 600px;
    overflow:auto;
}

.comFull a img {
    float:right;
    position:relative;
    margin-left : 5px;
    margin-bottom : 5px;
    padding : 5px;
    border : 1px solid #BBB;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
.comFull a:hover img {
    border : 1px solid grey;
    opacity: 0.6;
}
.comFull .comTete {
    color : #606060;
}
.comFull .comTete a {
    color : #000;
    text-decoration: none;
}
.comFull .comTete a:hover {
    text-decoration: underline;
}
.comFull p {
    padding-left : 10px;
}
.postCommentaireAll input, .postCommentaireAll textarea, .postCommentaireAll input[type=submit]:hover, #newSujetCat, #addNewPhotos, #newMessDest, #newAnnMarque, #newAnnCat, #modifAnnCat, #modifAnnMarque {
    display : block;
    border : 1px solid #606060;
    background-color: #FFF;
    color : #606060;
    margin-top : 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    padding : 5px;
    -moz-box-shadow:inset 2px 2px 2px #818181;
    -webkit-box-shadow:inset 2px 2px 2px #818181;
    box-shadow:inset 2px 2px 2px #818181;
}
.postCommentaireAll input[type=submit], #addNewPhotos {
    -moz-box-shadow:2px 2px 2px #202020;
    -webkit-box-shadow:2px 2px 2px #202020;
    box-shadow:2px 2px 2px #202020;
    width : 200px;
    height : 30px;
    background-color: #606060;
    color : #FFF;
}
.postCommentaireAll input[type=submit]:hover, #addNewPhotos:hover {
    background-color: #606060;
    color : #FFF;
    -moz-box-shadow:inset 2px 2px 2px #101010;
    -webkit-box-shadow:inset 2px 2px 2px #101010;
    box-shadow:inset 2px 2px 2px #101010;
    cursor : pointer;
}

.postCommentaireAll input[type=text], #newSujetCat, #newMessDest, #newAnnMarque, #newAnnCat, #modifAnnCat, #modifAnnMarque, #newArticleType, #newArticleType {
    width : 300px;
    min-height : 40px;
}
.postCommentaireAll textarea {
    width : 580px;
    height : 200px;
}
/**************************** droite *****************/

/*Definition des visibilités*/
#rechercheBloc, #membresBloc, #forumBloc, #newSujetBloc, #newAnnonceBloc {
    display : none;
    min-height: 100px;
}
#commentairesBloc, #membresBloc, #forumBloc, #annoncesBloc {
    min-height: 200px;
}
#inscriptionInput {
    display : none;
}
.proposer{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: 10px;
    opacity: 1;
}
.proposer:hover {
    opacity: 0.6;
}

.sousOngletDroit {
    width : 355px !important;
    width : 365px;
    border : 1px solid #808080;
    border-top : none;
    background-color: #FFF;
    padding : 4px;
    font: normal 13px verdana, arial, sans-serif;
    margin-bottom: 10px;
}

.imageDroite {
    margin-bottom: 10px;
    font-family: "Lobster", arial, sans-serif;
    font-size: 18px;
    text-shadow : 0px 1px 0px #fff;
}
.imageDroite a {
    color : #808080;
    text-decoration: none;
}
.imageDroite a:hover {
    color : #404040;
}


.imageDroite img {
    width : 365px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.imageDroite img:hover {
    -webkit-transform: scale(1.03); /*multiplication de la taille de départ x 4*/
    -moz-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-transform-origin: center center; /*origine de l'animation*/
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

#connexionBloc input, #s {
    padding-left : 10px;
    margin : 5px;
    width : 345px;
    height : 40px;
    border: 1px solid #808080;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    display : block;
    color : #404040;
    background: #E8E8E8; /* old browsers */
    background: -moz-linear-gradient(top, #E8E8E8 0%, #EFEFEF 11%, #FFFFFF 79%, #FFFFFF 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E8E8E8), color-stop(11%,#EFEFEF), color-stop(79%,#FFFFFF), color-stop(100%,#FFFFFF)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E8E8E8', endColorstr='#FFFFFF',GradientType=0 );
}
#connexionBloc input:focus, #s:focus {
    background: #D6D6D6; /* old browsers */
    background: -moz-linear-gradient(top, #D6D6D6 0%, #DDDDDD 11%, #FFFFFF 79%, #FFFFFF 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D6D6D6), color-stop(11%,#DDDDDD), color-stop(79%,#FFFFFF), color-stop(100%,#FFFFFF)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D6D6D6', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
}

#connexionBloc div a {
    text-decoration : none;
    color : #202020;
}
#connexionBloc a:hover {
    text-decoration: underline;
}

.alaune {
    border-bottom : 1px dashed #404040;
    height : 80px;
    margin-top : 5px;
}
.alaune:last-child {
    border-bottom: 0;
    height : 75px;
}
.alaune a {
    text-decoration : none;
    color : #202020;
}
.alaune a:hover {
    text-decoration: underline;
}
.alaune img {
    height : 70px;
    width : 70px;
    float : left;
    margin-right : 5px;
}

.comForum {
    border-bottom: 1px dashed #202020;
    padding-top : 5px;
    padding-bottom : 5px;
}
.comForum:last-Child {
    border-bottom: 0;
}
.comForum a {
    text-decoration: none;
    color : #202020;
}
.comForum a:hover {
    text-decoration: underline;
}

/****************************************** Bottom ******************************************/
.bottom4 {
    width : 240px !important;
    width : 250px;
    float : left;
    position : relative;
    padding-left : 10px;
    padding-top: 25px;
    color : #FFF;
    padding-bottom: 15px;
    text-shadow: 1px 1px 1px #000;
    filter: dropshadow(color=#000, offx=1, offy=1);
}

.bottom4 .bottomTitre {
    font-family: "Lobster", arial, sans-serif;
    font-size: 28px;
    margin-bottom : 15px;
}
.bottom4 .listeBottom {
    font-size: 13px;
}
.bottom4 .listeBottom a{
    text-decoration: none;
    color : #FFF;
}
.bottom4 .listeBottom a:hover{
    text-decoration: underline;
}

/*********************************************** liens ************************************************/
.liens {
    width : 300px !important;
    width : 305px;
    padding-left: 5px;
    position : relative;
    float : left;
}
.liens p a{
    color : #202020;
}
.liens p a:hover{
    color : #ca0c0c;
}

/********************************* forum ******************************************/
#contenu select {
    height : 25px;
    border: 1px solid #808080;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}
#newSujetBloc {
    width : 610px;
}

.forumSujetListe {
    padding : 5px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #202020;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.forumSujetListe:hover {
    -moz-transform: scale(1.02) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -webkit-transform: scale(1.02) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -o-transform: scale(1.02) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -ms-transform: scale(1.02) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    transform: scale(1.02) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
}
    
.forumSujetListe h1 {
    font-family: 'Myriad Pro','Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size: 22px;
}
.forumSujetListe h2 {
    padding-left : 25px;
    font-size: 13px;
    color : #909090;
    font-style: italic;
    font-weight: 300;
    margin : 0;
    margin-bottom : 5px;
    font-family: arial;
    text-shadow : 0px 0px 0px #fff;
}
.forumSujetListe h3 {
    font-size: 13px;
    color : #606060;
    font-weight: 300;
    margin : 0;
    font-style: italic;
}
.forumSujetListe h3 a{
    text-decoration: none;
    color : #cf6d6d;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.forumSujetListe h3 a:hover{
    color : #ca0c0c;
}

/*************** membres ****************/
.membreListe {
    margin-top : 10px;
    margin-bottom : 20px;
    position : relative;
    float : left;
    width : 600px;
}
.membreListe .imageProfil {
    width : 94px;
    height : 113px;
    position : relative;
    float : left;
    overflow: hidden;
    margin : 3px;
    text-align : center;
}

.membreListe .imageProfil img {
    width : 94px;
    height : 94px;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity : 1;
}
.membreListe .imageProfil img:hover {
    opacity : 0.6;
}
.membreListe a {
    text-decoration: none;
    color : #202020;
}
.membreListe a:hover {
    text-decoration: underline;
}
.membreListe select {
    height : 25px;
    width : 600px;
    border: 1px solid #808080;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
}

.membreDesc {
    margin-left : 70px;
    margin-top : 10px;
    margin-bottom : 10px;
    padding : 5px;
    border-left : 5px solid #808080;
}

.plusInfos img {
    margin-top : 5px;
    margin-right : 5px;
    padding : 5px;
    border : 1px solid #BBB;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    opacity: 1;
}
.plusInfos img:hover {
    border : 1px solid grey;
    opacity: 0.6;
}

/******************************* video du jour **************************/
.blocVDJ {
    border-bottom : 1px solid grey;
    margin-top : 10px;
    margin-bottom : 10px;
    overflow: auto;
    padding-bottom : 10px;
    width : 600px;
    position : relative;
    float : left;
}

.VDJembed {
    position : relative;
    float : left;
    width : 365px;
}
.VDJtitre {
    position : relative;
    float : left;
    padding-left : 5px;
    width : 230px;
}
.VDJtitre h1 {
    font-family: 'Myriad Pro','Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size: 28px;
}

.VDJtitre h5 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color : grey;
    font-weight: 200;
    margin : 0;
}

.amisDroite {
    padding-left: 5px;
}
.amisDroite h1 {
    font-family: 'Myriad Pro','Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size: 36px;
    text-shadow : 0px 1px 0px #fff;
    margin-bottom : 10px;
}
.amisDroite h2 {
    margin : 0;
}
.amisDroite h2 a {
    padding-left : 15px;
    padding-bottom: 10px;
    color : #999;
    text-decoration : none;
    font-size: 15px;
    font-weight : bold;
    text-shadow : 0px 1px 0px #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.amisDroite h2 a:hover {
    color : #ca0c0c;
}
.tagsBox {
    word-spacing: 10px;
}
.tagsBox a  {
    color : #999;
    text-decoration : none;
    font-weight : bold;
    text-shadow : 0px 1px 0px #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    word-spacing: 0px;
}
.tagsBox a:hover {
    color : #ca0c0c;
}

/******** message **********/

.messBoite {
    width : 600px;
    border-bottom : 1px solid #404040;
    float : left;
    position : relative;
    height : 50px;
    padding-top : 5px;
    text-shadow : 0px 1px 0px #fff;
}
.messBoite:hover {
    background-color: #DDD;
}
.messAuteur {
    float : left;
    position : relative;
    width : 125px;
    color : #808080;
    font-size : 11px;
}
.messAuteur a {
    color : #ca0c0c;
    font-size : 14px;
    text-decoration : none;
}
.messAuteur a:hover {
    text-decoration : underline;
}
.messContenu {
    float : left;
    position : relative;
    width : 440px;
    color : #202020;
}
.messContenu a {
    text-decoration : none;
    color : #202020;
}
.messContenu a:hover {
    text-decoration : underline;
}
.messSuppr {
    float : left;
    position : relative;
    width : 35px;
    padding-top : 10px;
}

.messExp img {
   position : relative;
   float : left;
   width : 60px;
   height : 60px;
   padding : 0;
   margin-right : 10px;
   margin-top : -5px;
   border : 0;
}
.messExp {
    overflow : auto;
}
.messTitre {
    font-weight: bold;
    padding-left : 25px;
    padding-bottom : 10px;
    font-style: italic;
}

.annPreBoite {
    width : 600px;
    height : 150px;
    text-shadow : 0px 1px 0px #FFF;
    float : left;
    position : relative;
    border-top : 1px solid #202020;
}
.annPreBoite[alt] {
    background-color: #EEE;
}
.annPreBoite:hover {
    background-color: #DDD;
}

.annPreImg {
    width : 200px;
    float : left;
    position : relative;
}

.annPreImg img{
    margin : 5px;
    width : 190px;
    max-height : 140px;
    padding : 0px;
    border : 0;
}

.annPreInfos {
    width : 400px;
    float : left;
    position : relative;
}
.annPreInfos h1 {
    font-family: 'Myriad Pro','Trebuchet MS',Arial,Helvetica,sans-serif;
    font-size: 22px;
    text-shadow : 0px 1px 0px #FFF;
}
.annPreInfos h1 a:hover {
    color : #ca0c0c;
}
.annPreInfos h2 {
    text-shadow : 0px 1px 0px #FFF;
    font-size : 13px;
    font-weight : 700;
    color : #AAA;
    font-style : italic;
    margin : 0px;
}
.annPreInfos h2 a {
    color : #AAA;
}

#chercheAnn {
    width : 160px;
    background-color: #AAA;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border : 0px;
    -moz-box-shadow:1px 1px 1px #202020;
    -webkit-box-shadow:1px 1px 1px #202020;
    box-shadow:1px 1px 1px #202020;
    height : 25px;
    color : #EEE;
    text-shadow : 0px -1px 0px #777;
    font-weight : bold;
}
#chercheAnn:hover {
    -moz-box-shadow:inset 1px 1px 1px #202020;
    -webkit-box-shadow:inset 1px 1px 1px #202020;
    box-shadow:inset 1px 1px 1px #202020;
}

.annIntitule {
    width : 125px;
    float : left;
    position : relative;
    font-style : italic;
    color : #AAA;
    text-align : right;
    padding-top : 5px;
    padding-bottom : 5px;
}
.annDesc {
    /*width : 460px !important;
    width : 470px;*/
    width : 135px !important;
    width : 145px;
    float : left;
    position : relative;
    border-left : 5px solid #888;
    margin-left : 5px;
    padding-left : 5px;
    padding-top : 5px;
    padding-bottom : 5px;
    color : #555;
}
.annCorps {
    width : 600px;
    margin-top : 10px;
    margin-bottom : 10px;
    padding-bottom : 10px;
    border-bottom : 1px solid #666;
    float : left;
    position : relative;
}

.boutonGooglePlusGene {
    position: fixed;
    bottom : 5px;
    right : 0px;
    width : 75px;
}
#rechercheBloc{overflow:auto}
