/*  
Theme Name: Amazing Grace
Theme URI: http://www.prelovac.com/vladimir/wordpress-themes/amazing-grace
Description: Amazing Grace is a lightweight, super-optimized WordPress theme packed with features (SEO, Adsense & Widget Ready). Brought to you by <a href="http://www.prelovac.com/vladimir/">Vladimir Prelovac</a>
Version: 3.0
Tags: fixed width, widgets, valid CSS, valid XHTML, SEO, SEO friendly, adsense, custom header, three columns, clean, right sidebar, gray, green, brown, photoblogging, widget ready, simple, gravatars
Author: Vladimir Prelovac
Author URI: http://www.prelovac.com/vladimir/

The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

/*************************************
 +Containers
 *************************************/
 
 /**** ILLUSTRATIONS ***/
.illustrations-centre
{
max-width: 570px;
margin: 0 auto;
position: relative;
overflow: hidden;
}
.illustrations-centre img, .illustrations-gauche img, .illustrations-droite img
{
    display: block;
	margin:0;
}
.legende-illustrations
{
    position: absolute;
    bottom: -6em;
    left: 0;
    background: url(../../../photos/site/fond-illustrations.png);
    color: white;
    width: 94%;
    padding: 0.5em 3%;
}
.illustrations-centre:hover .legende-illustrations, .illustrations-gauche:hover .legende-illustrations, .illustrations-droite:hover .legende-illustrations
{
    bottom: 10px;
	font-weight:bold;
	font-size:13px;
}

.illustrations-gauche
{
	margin:7px 5px -12px 0;
	float:left;
	position: relative;
    display: inline-block;
    overflow: hidden;
} 

.illustrations-droite
{
	margin:7px 0 -12px 5px;
	float:right;
	position: relative;
    display: inline-block;
    overflow: hidden;
}
 
 /**** FIN ILLUSTRATIONS ***/  
 
.entrybody ol a
{
display:inline;
}
 
/**** Liens externes ***/


.entrybody a{
    display: inline-block;
    padding: 0px  0px;
    margin: 0px 0px;
}

.entrybody a:hover{
	text-decoration:underline;
	color:red;
}
.entrybody a{
 /* nécessaire pour que le positionnement du badge soit relatif à son lien*/

    position : relative;
}

.entrybody a:after{
    position : absolute;
	top   : -2.3em;
    right : -0.4em;

 /* L'arrière plan est rouge foncé et le texte blanc */
    background : #DA6F6F;
    color : #FFF;

 /* On ajoute une bordure blanche de 2 pixels de larges */
    border : 2px solid #FFF;

 /* Le texte est graissé et 1/3 plus petit que le texte du lien. Il est également mis systématiquement en majuscule */
    font : bold 0.7em Verdana, Helvetica, Arial, sans-serif;


 /* L'ajout de marge permet de laisser le texte respirer */
    padding : 0.4em 0.5em;
}
.entrybody a{
    position : relative; /* nécessaire pour la bonne application de z-index */
    z-index  : 1;
}
.entrybody a:after{
 /* On masque le badge, mais on utilisera le sélecteur générique pour définir le style global du badge */

    display : none;
}

.entrybody a[lang]:hover:after{
 /* On affiche le contenu de l'attribut hreflang */

    content : attr(lang);
    display : block;
	top   : -2.3em;
    right : -0.4em;

}

.entrybody a[target="_blank"]:hover:after{
 /* Si l'attribut hreflang est définie, on affichera son contenu. S'il n'existe pas, il ne s'affichera pas. Dans tous les cas, on affichera une icône qui matérialise le changement de fenêtre */

    content : attr(lang) " " url(../../../photos/site/lien-externe.png);
    display : block;
}

.entrybody a:hover
{
/*
    -moz-border-radius : 1.3em;
 -webkit-border-radius : 1.3em;
         border-radius : 1.3em;
*/
}

.entrybody a:after{
    -moz-border-radius : 50%;
 -webkit-border-radius : 1.3em;
         border-radius : 1.3em;
}
.entrybody a:after{
    background : red;
    background : -moz-radial-gradient(35% 35% 0deg, ellipse cover, #E00 0%, #800, 90%);
    background :      radial-gradient(35% 35% 0deg, ellipse cover, #E00 0%, #800, 90%);

 -webkit-box-shadow : rgba(0, 0, 0, .8) 0 2px 5px;

    -moz-box-shadow : rgba(0, 0, 0, .8) 0 2px 5px,
                      rgba(255, 247, 0, .9) 0 0 3px inset;

         box-shadow : rgba(0, 0, 0, .8) 0 2px 5px,
                      rgba(255, 247, 0, .9) 0 0 3px inset;

}
.entrybody a[hreflang]:hover:after,
.entrybody a[hreflang]:active:after,
.entrybody a[hreflang]:focus:after{
    ...
}

.entrybody a[target="_blank"]:hover:after,
.entrybody a[target="_blank"]:active:after,
.entrybody a[target="_blank"]:focus:after{
    ...
}
  
/**** Fin liens externes ***/
 
 
body
{
background:url(../../../photos/site/banniere-copie_02.jpg) no-repeat;
background-color:#FFF9EB;
background-position:center top;
color:#151515;
font-family:"Trebuchet MS", Verdana, sans-serif;
font-size:80%;
line-height:1.4;
text-align:left;
margin:0;
padding:0;
overflow-X:hidden;
}

#blason
{
float:left;
width:120px;
height:120px;
margin:10px 0 0 10px;
background-repeat:no-repeat;
}

a#portrait-bg
{
display:block;
width:1280px;
height:212px;
}

#wrap
{
  padding-top:3em;
  text-align:left;
  width:1004px;
  margin:0 auto;
}

#header
{
  text-align:left;
  width:1004px;
}
#content
{
  font-size:1.1em;
  float:left;
  width:590px;
  padding:0 0.5em 0 1em;
}




a.more-link
{
font-weight:bold;
}
 .colonne-droite
{
width:370px;
float:right;
margin-right:20px;
}
.colonne-droite h4, .colonne-droite h3
{
text-indent:10px;
background-color:#DFD5C3;
}
.colonne-droite h4
{
color:#FF8D4F;
font-weight:bold;
padding-left:5px;
font-size:1.3em;
}

.colonne-droite h3
{
border-radius: 5px;
color:#C32929;
font-weight:bold;
font-size:1.6em;
text-indent:15px;
margin:10px 0 -10px 0;
}

/*************************************
 +Sidebar
 *************************************/
.sidebar
{

}
 
 .sidebar ul
{
  list-style-type:none;
  clear:both;
  margin:0 0 1em;
  padding:0;
}

.sidebar ul li,.sidebar ul li a
{
  padding-top:.2em;
  padding-bottom:.2em;
  padding-right:.2em;
}

.sidebar ul li:hover,.sidebar ul li a:hover, #recent-posts-2 ul li:hover, .appel-lecteurs ul li:hover
{
  background-color:#EFE9DD;
}

.sidebar ul.children
{
	margin:0 0 0 10px;
}

.fil-info hr
{
margin:0px;
color:#FDFDFD;
}
.fil-info li
{
list-style-type:none;
padding:5px 0 5px 15px;
}

.fil-info hr
{
margin-left:15px;
margin-right:20px;
}

.fil-info li:hover
{
background-color:#EFE9DD;
}

.fil-info .heure
{
font-size:85%;
font-weight:bold;
margin-right:5px;
}

.depeches
{
font-size:90%;
font-weight:bold;
margin:5px;
text-indent:40px;
padding:3px;
background:url(../../../icones/depeche.png) 25px 3px no-repeat;
}

.sidebar h2
{
  color:#6F6F6F;
  font-size:1.5em;
  margin-top:1em;
}

.sidebar-left #cat
{
  width:195px;
}


.sidebar img
{
  max-width:195px;
  border:0;
}

.sidebar-left
{
  background:#FCFCFC;
  border:1px # solid;
  font-size:1em;
  width:206px;
  margin:0 0 15px 0;
}

.sidebar-right
{
  font-size:1em;
  float:right;
  width:153px;
}

a.envoyer-article, a:hover.envoyer-article, a.devenez-redacteur, a:hover.devenez-redacteur
{
width:195px;
margin:5px auto;
height:80px;
}


a.envoyer-article
{
display:block;
background:url(../../../icones/envoyer-article.png) no-repeat;
}

a:hover.envoyer-article
{
display:block;
background:url(../../../icones/envoyer-article.png) no-repeat 0px -120px;
}
a.devenez-redacteur
{
display:block;
background:url(../../../icones/devenez-redacteur.png) no-repeat;
}

a:hover.devenez-redacteur
{
display:block;
background:url(../../../icones/devenez-redacteur.png) no-repeat 0px -119px;
}

#footer
{
  background:url(images/bg-footer.png) repeat-x bottom left;
  color:#e6e6e6;
  font-size:1em;
  clear:both;
  text-align:center;
  padding:1em;
}
/*************************************
 +Search form
 *************************************/

.search-form 
{
font-size:1.2em;
background:url(images/search.png) no-repeat;
position:relative;
width:147px;
height:44px;
margin:5px auto;
}
.search-form input
{
width:125px;
margin:14px 0 0 10px;
border:0px;
background:#f9f9f9;
 color: #454545;
}

/*************************************
 +Footer
 *************************************/

#credits
{
  margin:55px 0 -10px;
}

#footer a
{
  color:#E6E6E6;
}

#footer a:hover
{
  color:#b2b2b2;
}

.rss
{
  background:url(./images/rss.png) no-repeat;
  padding-bottom:6px;
  padding-left:20px;
}

/*************************************
 +Hn, a and p
 *************************************/


a{
color:#6062A8;
text-decoration:none;
}
a:hover
{
color:#FF796F;
}

h1,h2,h3,h4,h5,h6
{
  font-weight:400;
  letter-spacing:-.1px;
  margin:0;
}

.entrybody h3
{
color:#FF8D4F;
margin:10px 0px;
}

h3
{
	color:#ff6600;
}

#header h1
{
  font-size:4em;
  margin-left:.5em;
}

#header h1 a
{
color:#424242;
}

#header p
{
  color:#424242;
  font-size:1.3em;
  margin-top:-6px;
  margin-left:250px;
  text-align:left;
  font-style:italic;
}

.entrytitle
{
  text-align:left;
}

.entrytitle h3
{
  font-size:1.5em;
  color:#6F6F6F;
}

.entrytitle h1 a,.entrytitle h2 a
{
color:#C32929;
font-family:"Trebuchet MS", Verdana;
}

.entrytitle h1 a:hover, .entrytitle h2 a:hover
{
text-decoration:underline;
}

.entrytitle h1,.entrytitle h2
{
border-radius:3px;
font-size:1.4em;
font-weight:bold;
background-color:#D2D2D2;
text-align:justify;
padding:10px;
}

#rss-big a
{
  display:block;
  width:110px;
  height:64px;
}



blockquote
{
  display:block;
  background:#BFBFBF  none repeat scroll 0 0;
font-style:italic;
  padding:2px 10px;
	clear:both;
	margin-left:0px;
	margin-right:0px;
}
.citation-haut
{
color:#DDDDE7;
margin:0 auto;
height:22px;
width:539px;
background: url(../../../icones/citation_01.png) no-repeat;
}
.citation-bas
{
font-family:Georgia;
color:#5A5A5B;
padding:0px 50px 30px 50px;
font-style:italic;
font-size:16px;
background: url(../../../icones/citation_02.png) no-repeat bottom;
margin-bottom:20px;
margin-left:2px;
}

.citation-bas .auteur
{
font-style:normal;
font-size:70%;
float:right;
margin-right:20px;
}

pre
{
  max-width:580px;
  font-size:12px;
  padding:10px;
  overflow: auto;
  clear:both;
}

code
{
  font-size:12px;
  max-width:580px;
  padding:10px;
  clear:both;
  overflow:auto;
}


/*************************************
 +Entry
 *************************************/
.entry
{
  margin-bottom:0;
  text-align:justify;
}

.entry p
{
  margin:0;
  padding:0 0 10px;
}

.entry h3
{
  font-size:1.3em;
  padding-bottom:.3em;
}
  
.entry h4 {
	font-size:1.1em;
	padding-bottom:0.2em;	
}

.entrybody
{
margin-bottom:40px;
overflow:auto;
border-bottom:2px dotted #000;
padding: 24px 10px 0 10px;
}

.entry code
{
  font-size:1.1em;
  text-align:left;
  padding:.2em;
}

.entrymeta
{
  padding-top:.5em;
  color:#b3960e;
  clear:both;
}

.postedby
{
  background:url(../../../icones/user.png) no-repeat;
  padding:2px 3px 3px 20px;
  color:#6F6F6F;
}

.filedto
{
  background:url(../../../icones/fleche-rubrique.png) no-repeat;
  padding:2px 3px 3px 20px;
}

.commentslink
{
  background:url(../../../icones/bulles.png) no-repeat;
  padding:1px 2px 2px 31px;
}

.btitle
{  
  letter-spacing:-.1px;
  font-size:47px;
  font-family:georgia, times New Roman;
  font-style:italic;
  margin:0 0 0 .5em;
}

.btitle a
{
  color:#333;
}

.postinfo
{
  margin-top:3px;
}

#recent-comments-2 ul,.appel-lecteurs ul
{
margin-top:10px;
}

#recent-posts-2, #recent-comments-2, .sidebar-left, .archives, .fil-info, .appel-lecteurs
{
border:1px #ccc solid;
margin-bottom:10px;
}
li.recentcomments, .appel-lecteurs li
{
font-size:90%;
background:url(../../../icones/puce.png) 10px 7px no-repeat;
padding-left:25px;
}

#recent-comments-2 h4
{
  background-image:url(../../../icones/bulles.png);
  background-position:200px 2px;
  background-repeat: no-repeat;
}

.postinfo img
{
  border:2px solid #F8F8EC;
  margin:0;
  padding:0;
}

.entrydate .dateMonth
{
  font-size:10px;
  text-align:center;
  color:#FFF;
}

.entrydate .dateDay
{
  font-family:Times New Roman,Helvetica,Sans-Serif;
  font-size:14px;
  font-weight:700;
  text-align:center;
  color:#6F6F6F;
  margin:0px 0px 0px 0px;
}

.entrydate .dateYear
{
  font-size:9px;
  padding:0 0 0 1pt;
}

.entrydate
{
  background:transparent url(../../../icones/date.png) no-repeat scroll 0 0;
  float:right;
  height:38px;
  margin-left:5px;
  margin-top:5px;
  width:44px;
}

.entrytitle_wrap
{
  padding-bottom:1.8em;
}

.gravatar a
{
width:300px;
height:55px;
background:url(../../../photos/site/avatar.png);
float:right;
}

.gravatar a:hover
{
width:300px;
height:55px;
background:url(../../../photos/site/avatar.png) 0 -65px;
float:right;
}

.avatar
{
  
  color:#FFF;
  clear:right;
  float:left;
  margin:0 15px 0 0;
  padding: 2px;
}


img.centered, img.aligncenter
{
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright
{
  display:inline;
  margin:0 0 2px 5px;
  padding:4px;
}

img.alignleft
{
  display:inline;
  margin:0 5px 0 0;
  padding:4px;
}

.alignleft
{
  float:left;
}

.aligncenter
{
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption
{
  border:1px solid #ddd;
  text-align:center;
  background-color:#FCFCFC;
  padding-top:4px;
  border-radius:3px;
  margin:5px;
}

 .wp-caption p
 {
 margin:1px 1px 0 1px;
 }

 .wp-caption-text
 {
 color:#6F6F6F;
 font-style:italic;
 font-size:85%;
 }

.wp-caption img
{
  border:0 none;
  margin:0;
  padding:0;
}

.wp-caption-dd
{
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}

.socbook,.alignright
{
  float:right;
}

  /*************************************
 +Unes
 *************************************/
 .unes
 {
margin:0 auto;
background-color: #dfd9ce;
padding-bottom:5px;
border-radius: 3px;
} 
 
.unes p
 {
 font-weight:bold;
 font-size:14px;
 margin-bottom:5px;
 padding:4px 10px 0 10px;
 color:#5B5653;
 text-align:justify;
}

 .unes a img
 {
border:0;
margin-left:4px;
 }
 
 .unes a:hover p
 {
 color:#FF796F;
 text-decoration:none;
 }

/*************************************
 +Menu
 *************************************/
#menu
{
  width:690px;
  overflow: hidden;
  height:43px;
}

#menu ul
{
  font-size:1.1em;
  list-style:none;
  margin-top:3px;
  padding:0;
}

#menu li
{
  float:left;
  border-bottom:0;
}

#menu li a
{
  color:#fff;
  margin-left:60px;
  display:block;
  padding:.6em .6em .3em;
}

#menu li a:hover
{
color:#FF796F;
text-decoration:underline;
}

#menu ul li ul
{
  display:none;
}
/*************************************
 +Menu Categories
 *************************************/
#catmenu
{
width:990px;
height:39px;
margin:0 auto;
}

#catmenu ul
{
  font-size:1em;
  list-style:none;
  margin:0;
  padding:0;
}

#catmenu li
{
  float:left;
  border-bottom:0;
}

#catmenu li a
{
font-weight:bold;
font-size:120%;
color:#FF8D4F;
margin-left:20px;
display:block;
padding:10px 7px 10px 7px;
}

#catmenu li.current-cat a
{
  background:url(../../../photos/site/fond-active.jpg) repeat-x;
  color:#C82929;
  font-weight:bold; 
}

#catmenu li a:hover
{
  background:url(../../../photos/site/survole.jpg) repeat-x;
color:#FF796F;
text-decoration:underline;
}

#catmenu ul li ul
{
  display:none;
}


/*************************************
 +Comments
 *************************************/
.commentsblock,contactform
{
  font-size:1em;
  clear:both;
  padding-top:20px;
}

.commentsblock textarea,.contactform textarea
{
  width:100%;
}

.commentsblock input,.commentsblock textarea,.contactform input,.contactform textarea
{
  border:1px solid #d1d1d1;
}

.commentauthor
{
  display:block;
  font-size:1.5em;
}

ol.commentlist
{
  color:#505247;
  font-size:1em;
  list-style-type:none;
  margin:1.5em 0 0;
  padding:0;
}

ol.commentlist a
{
  color:#AF9C62;
}

ol.commentlist a:hover
{
  color:#FF796F;
}

.commentlist li
{
  margin-bottom:.5em;
  padding:8px;
  overflow:auto;
  border:solid 1px;
  border-color:#96AF8E;

}

.commentlist p
{
  text-transform:none;
  font-size:1em;
  margin:10px 5px 10px 59px;
}

.commentlist p a
{
color:blue;
}

.commentlist blockquote p
{
  margin:10px 5px;
}

.commentlist blockquote
{
  margin:10px 0 10px 59px;
}

.commentlist .children
{
	padding-left:15px;
}
#commentform p
{  
  margin-left:0px;
}

.alt
{
  background:#DFDFDF;

}

.comment_headings
{
  font-size:1.3em;
  color:#6C6C6C;
}

.vcard
{
  font-size:1em;
}

.vcard cite
{
  font-weight:700;
  font-size:16px;
  color:#FF8D4F;
}

.commentsblock textarea:focus,.contactform textarea:focus,.commentsblock textarea:focus,.commentsblock input:focus,.contactform textarea:focus,.contactform input:focus
{
  background:#eee;
  border:1px solid #a1a1a1;
}
/*************************************
 +Flickr
 *************************************/
#flickr {
	margin:0 1em 0 .5em;
	padding:0em;
}
#flickr img {
	border:0px;	
}
#flickr a {
	background:#FFF;
	border: 1px dotted #ccc;
	float: left;
	display: inline;
	margin:0.7em;
	padding:5px;
	width: 75px;
	height: 75px;
}
#flickr a:hover{
	border: 1px dotted #000;
}
/*************************************
 +Misc
 *************************************/

#ad_block
{
  background:#e3e7cb;
  text-align:center;
  margin:1em 0;
  padding:10px 0;
}

#ad_block_middle
{
  background:#e3e7cb;
  text-align:center;
  margin:1em 0 0;
  padding:10px 0;
}

img.left
{
  float:left;
  margin-right:15px;
  margin-bottom:10px;
}

img.right
{
  float:right;
  margin-left:15px;
  margin-bottom:10px;
}

/*************************************
 +Vlado
 *************************************/

.relpost
{
  padding-bottom:2px;
  border-bottom:1px dotted #ccc;
  color:#6C6C6C;
}

.relpost ul
{
  list-style-type:none;
  padding:.01em;
}

.endate
{
  font-size:1em;
  color:#6F6F6F;
}

#ftnav
{
  margin:0 0 5px;
}



.navigation
{
	padding-bottom: 30px;
}

.nav-previous a
{
margin-left:100px;
}
  
.sticky {
	border:dashed #C0C0C0;
	border-width:1px;
	margin-bottom:20px;
	padding:10px;
}
.sticky .entrytitle h1
{
border-radius:3px;
font-size:1.4em;
font-weight:bold;
min-height:80px;
padding: 10px 0 0 90px;
background:url(../../../icones/epingle.png) no-repeat;
background-color:#D2D2D2;
}
/*************************************
 +Dewplayer
 *************************************/
 
.dewplayer
{
margin:10px 10px 10px 5px;
color:#800000;
font-weight:bold;
text-indent:20px;
}
/*************************************
 +Edition
 *************************************/
.edition h4
{
color:#C0334C;
font-size:16px;
font-weight:bold;
}
 
.edition
{
margin-bottom:10px;
background-color:#EFEFEF;
padding: 5px 10px 0px 10px;
border:1px dashed black;

}
/*************************************
 +Vidéos
 *************************************/
 .video
 {
 width:560px;
 margin:10px auto 25px auto;
 } 
/*************************************
 +extrait
 *************************************/
 .extrait-droit, .extrait-gauche
 {
border-radius:7px;
font-size:100%;
background:#DFD5C3;
width:40%;
color:#7F7F7F;
font-style:italic;
font-weight:bold;
padding:5px;
background-image:url(../../../icones/guillemets.png);
background-repeat:no-repeat;
background-position:190px 15px;
  -moz-box-shadow: 4px 4px 10px #888;  
  -webkit-box-shadow: 4px 4px 10px #888;  
  box-shadow:4px 4px 6px #888;

 }
.extrait-droit 
{ 
 float:right;
 margin:5px 0 0 10px;
 }
 .extrait-gauche 
{ 
 float:left;
 margin:5px 10px 0 0;
 }
/*************************************
 +revoir
 *************************************/
 .revoir
 {
background-color:#D2D2D2;
background:url(../../../icones/revoir.png) no-repeat;
font-size:85%;
font-weight:bold;
padding-top:25px;
padding-bottom:15px;
padding-left:85px;
 }
 
  /*************************************
 +Archives
 *************************************/

.archives li
 {
list-style-type:none;
padding:5px 0 0 20px;
background:url(../../../icones/puce.png) 6px 11px no-repeat;
}

 }
 
  /*************************************
 +Courtoisie
 *************************************/
 .containeur-courtoisie
 {
 margin-bottom:20px;
 width:198px;
 margin:0 auto;
 }
 .courtoisie
 {
background:url(../../../icones/radio-courtoisie.png) no-repeat;
height:80px;
}

#reinfo TR, #reinfo TD 
 {
font-size:8pt;
width:153px;
}
#reinfo TR
{
height:35px;
text-align: center;
vertical-align:middle;
margin: 0;
padding: 1px 1px 1px 1px;
}
#reinfo TR.pair
{
background-color:#FFEFCD;
}
#reinfo TR.impair 
{
background-color:#DFD5C3;
}
#reinfo TD.date
{
font-weight: bold;
color: #DC4800;
}
#reinfo TD.date .petit
{
font-size: 4px;
}
#reinfo TD.mp3
{
font-size:6pt;
font-weight: bold;
border-left: 1px solid #A0A0A0;
}
#reinfo TD.archive
{

}
#reinfo TD.externe IMG
{
border:0;
cursor: pointer;
}
#reinfo TD.externe:hover
{
 background:url(../../../icones/lecteur/fond-survol.png) 10px 5px no-repeat;
}
#reinfo TD.download
{
padding-right: 1px;
padding-left:1px;
}
#reinfo TD.download:hover
{
 background:url(../../../icones/lecteur/fond-survol.png) 12px 3px no-repeat;
}
#reinfo TD.download A
{
text-decoration:none;
}
#reinfo TD.download IMG
{
border:0;
}
#reinfo TD.doc
{
border-right: 1px solid #A0A0A0;
}
#reinfo TD.doc A
{
text-decoration:none;
}
#reinfo TD.doc IMG
{
border:0;
}
#reinfo OBJECT
{
outline: none;
}
#reinfo TR.bt TD
{
border-top: 1px solid #9D9D9D;
}
#reinfo TR.titre TD
{
font-variant: small-caps;
font-weight: bold;
padding: 5px 0 5px 0;
border: 1px solid #A0A0A0;
border-bottom: 0px;
}
#reinfo TR.legende TD
{
width:100%;
padding: 0px;
margin: 0px;
border:1px solid #A0A0A0;
border-top:0px;
}
#reinfo TR.legende TD IMG
{
vertical-align: middle;
}
#reinfo TR.tout TD
{
font-family:Georgia;
cursor: pointer;
border: 1px solid #A0A0A0;
border-top: 0px;
font-size:110%;
}
#reinfo TR.tout TD:hover
{
color:red;
}
#reinfo TR.premier TD
{
border-top:1px solid #A0A0A0;
}
#reinfo TR.dernier TD
{
border-bottom:1px solid #A0A0A0;
}
/* chaque ligne TR contient un class de nom "nXXX" avec XXX...= numero de ligne (1, 2,... 10,... 100...) */

/*************************************
 +Sociable
 *************************************/


.sociable_tagline, .voir-aussi
{
padding:10px 0 10px 0;
font-family:Georgia;
font-weight:bold;
font-style:italic;
color:#3F3F3F;
}

/*************************************
 +Commentaire
 *************************************/
.commentaire
{
padding: 15px;
font-style:italic;
margin:10px;
border:dashed;
border-width:1px;
font-weight:bold;
}
.repondre
{
font-size:85%;
text-align:right;
margin-bottom:15px;
}
 .avertissement-commentaire
 {
text-align:justify;
background:url(../../../icones/warning.gif) 10px 5px no-repeat;
text-indent:30px;
padding:10px;
background-color:#DFDFD1;
}

input.refuse, input.accepte
{
border: 1px #BDBCBC solid;
cursor:pointer;
padding-left:25px;
}

input.refuse
 {
float:right;
background:url(../../../icones/refuse.png) 5px 2px no-repeat #DFDFD1;
 }
 
input.accepte
{
background:url(../../../icones/accepte.png) 5px 0px no-repeat #DFDFD1;
} 
 
 /*************************************
 +Merci
 *************************************/
 .merci
 {
 font-style:italic;
 color:#777676;
 font-size:80%;
 }
  /*************************************
 +bouton j'aime facebook
 *************************************/
 .bouton-facebook
 {
margin-top:10px;
 }
