/****
*
La largeur maximale (et idéale) des images dans les notes est de 600px;
Couleur des titres et des liens en hover dans la sidebar : color: #33b1dc;
Couleur du texte et des liens dans la sidebar : color: #202020;
*
****/

body {
margin: 0px 0px 0px 0px;
padding: 0px;
font-family: Georgia, 'Times New Roman', serif;
color: #202020;
font-size: 100%;
word-spacing: normal;
text-align: center;
/*background-color:#fff;*/
background-image: url("http://www.latoupie.fr/files/fond.png"); 
background-repeat : repeat;
}

#container {
width: 940px;
margin-right: auto;
margin-left: auto;
text-align: left;
}

.container-decorator2 {
background-image: url(http://static.hautetfort.com/backend/graphics/design/preview/set19/ba1c75/container_footer.gif);
background-repeat: no-repeat;
background-position: bottom;
padding: 0px 0px 0px 0px;
margin: 0px 0px 20px 0px;
}

.container-decorator4 {
background-image: url(http://static.hautetfort.com/backend/graphics/design/preview/set19/ba1c75/container_footer.gif);
background-repeat: no-repeat;
background-position: bottom;
padding: 0px 0px 80px 0px;
}

/* la colonne de gauche */
#left {
float: right; /* on la fait flotter à droite pour ne pas avoir à changer toute la programmation tout en la changeant de sens */
line-height: 110%;
font-size: 100%;
width: 290px;
padding: 5px;
}


/* colonne de droite */
/* ici, il n'y en a pas */
#right {
display:none
}


/* le center contient les notes : pas de background si on veut voir le fond */
#center {
font-size: 120%;
line-height: 110%;
float: left;
width: 620px;
}


/* la bannière */
#banner {
width: 940px;
height: 150px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
display : none;
}

#banner h1 {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font-size: 140%;
font-weight: bolder;
}

#banner h2 {
color:#ba1c75;
font-size: 70%;
width: auto;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}

#banner a {
color: #ba1c75;
text-decoration: none;
}

#banner-img {
background: url("http://www.latoupie.fr/files/banniere4.png") no-repeat 0% 0%;
background-position: top center;
height: 200px;
}

/*Fin de la bannière */

div.img-link a {
display: block;
text-decoration: none;
width: 100%;
height: 150px;
}

.nowrap {
white-space: nowrap;
}

/* le content contient l'ensemble des note : on peut le laisser sans couleur ou le colorer */
.content {
padding: 0px 0px 0px 0px;
width: 100%;
overflow:hidden;
font-size: 80%;
}

/*
.content h2 {
color:#5e5e5e;
margin: 0px 0px 30px 40px;
padding: 0px 0px 0px 0px;
font-size: 120%;
font-weight: bold;
line-height: 150%;
}
*/


/* TITRE DES NOTES */
.content h3 {
height: 40px;
color: #33b1dc;
margin: 0px 0px 0px 0px;
padding: 0px 5px 0px 5px; /* le padding sert à déplacer le titre */
font-size: 135%;
font-weight: bold;
border-left:3px solid rgb(230,230,230);
border-right:3px solid rgb(230,230,230);
background-color:#fff;
}

.content h3 span {
padding: 0px 0px 0px 0px;
}
/* FIN : TITRE DES NOTES */


/* DATE DES NOTES */
.content h2.date {
margin: 0px 0px 0px 0px;
padding: 0px 5px 0px 5px; /* le padding sert à déplacer la date */
font-size: 80%;
line-height: 150%;
border: none;
color: rgb(200,200,200);
border-top:3px solid rgb(230,230,230);
border-left:3px solid rgb(230,230,230);
border-right:3px solid rgb(230,230,230);
background-color:#fff;
}

.content h2 span {
display:block;
margin: 0px 0px 0px 0px;
}

.content h2.date span {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
/* FIN : DATE DES NOTES */


/* zone des infos sur commentaires */
.postbottom {
padding: 20px 20px 20px 20px; /* Le padding sert à insérer la zone d'info : il sera centré et contiendra une marge en dessous de lui */
margin: 0px 0px 30px 0px; /* le margin bas (3ème) sert à espacer les notes entre elles */
font-size: 70%;
clear: both;
background-color:#fff;
border-bottom:3px solid rgb(230,230,230);
border-left:3px solid rgb(230,230,230);
border-right:3px solid rgb(230,230,230);
/*
background-image: url(http://static.hautetfort.com/backend/graphics/design/preview/set19/ba1c75/postbottom_bas.gif);
background-position: bottom;
background-repeat: no-repeat;
zoom: 1;
*/
}

.postbottom .emailthis {
margin-left: 18px;
}

.postbottom-decorator1 {
padding: 5px; /*  */
margin: 0px 0px 0px 0px; /*  */
border: 1px dotted rgb(230,230,230);
background-color: #eeeeee;
/*
background-image: url(http://www.latoupie.fr/files/fond_note_bas.png);
background-position: top;
background-repeat: no-repeat;
min-height: 40px;
_height: 40px;
zoom: 1;
*/
}

.posted {
clear: both;
}

.content p.posted a {
color: #202020;
}

.content p.posted a:hover {
color: #33b1dc;
text-decoration: none;
}
/* FIN : zone des infos sur commentaires */


/* Paragraphes */
.content p {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

.content .posttext p {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
/* Fin : Paragraphes */

.posttext {
margin: 0px 0px 0px 0px;
padding: 7px 5px 0px 5px;
background-color:#fff;
border-left:3px solid rgb(230,230,230);
border-right:3px solid rgb(230,230,230);
}

.posttext img {
max-width:600px;
margin: 10px 0px;
}

.posttext-decorator1  {
/*
padding: 20px 20px 20px 40px;
background-image: url(http://static.hautetfort.com/backend/graphics/design/preview/set19/ba1c75/post_haut.gif);
background-position: top;
background-repeat: no-repeat;
*/
}

.listcontent {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background-color:#fff;
/*
background-image: url(http://static.hautetfort.com/backend/graphics/design/preview/set19/ba1c75/post_bg.gif);
background-position: top;
background-repeat: repeat-y;
*/
}

.listcontent-decorator1  {
/*
padding: 20px 20px 100px 40px;
background-image: url(http://static.hautetfort.com/backend/graphics/design/preview/set19/ba1c75/post_haut.gif);
background-position: top;
background-repeat: no-repeat;
*/
}

/* le séparateur entre les notes */
.separateur{
text-align:center;
color: #33b1dc;
margin-bottom: 10px;
}

.content blockquote {
margin: 15px 25px 15px 20px;
padding: 0px 0px 0px 20px;
border-left: 1px solid #33b1dc;
}
.content ul {
font-size: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.content li {
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 15px;
background-image: url(http://static.hautetfort.com/backend/graphics/design/preview/set19/ba1c75/puce_liste.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
}
a, TABLE.calendar a {
text-decoration: none;
}
a:link, TABLE.calendar a:link {
color: #33b1dc;
}
a:visited, TABLE.calendar a:visited {
color: #33b1dc;
}
a:hover, TABLE.calendar a:hover {
color: #33b1dc;
text-decoration: underline;
}
a:active, TABLE.calendar a:active {
color: #33b1dc;
}


/* La barre */
.sidebar {
padding: 0px 0px 0px 0px;
font-size: 70%;
margin: 0px 0px 0px 0px;
}
.decorator1 {
padding: 0px;
margin: 0px;
}
.decorator2 {
padding: 0px;
margin: 0px;
}

.sidebar h2 {
color: #33b1dc;
font-size: 120%;
font-weight: bold;
margin: 0px 0px 5px 5px;
padding: 0px 0px 0px 0px;
line-height:120%;
}

.sidebar ul {
padding: 0px;
margin: 0px;
}

.sidebar li {
margin: 0px 0px 0px 0px;
list-style-type: none;
line-height: 150%;
}

.sidebar li.description {
text-align: left;
margin: 0px 0px 15px 0px;
}

.sidebar li.album {
text-align: center;
}

.sidebar img {
padding: 0px;
background-color: transparent;
}

.sidebar li.link img {
border: 0px;
padding: 0px;
margin: 0px;
vertical-align: -4px;
}

.box-decorator1 {
margin: 0px 0px 20px 0px;
border: 0px solid rgb(230,230,230);
background-color:#fff;
}

.box-decorator2 {
/*
margin: 0ps 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 1px solid green;
background-image: url(http://static.hautetfort.com/backend/graphics/design/preview/set19/ba1c75/box_bg.gif);
background-repeat: repeat-y;
zoom: 1;
*/
}
.box-decorator3 {
/*
margin: 0ps 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 1px solid yellow;
background-image: url(http://static.hautetfort.com/backend/graphics/design/preview/set19/ba1c75/box_haut.gif);
background-repeat: no-repeat;
background-position: top;
zoom: 1;
*/
}

.boxcontent-decorator1 {
margin: 0ps 0px 0px 0px;
padding: 0px 0px 5px 0px;
/*
background-image: url(http://static.hautetfort.com/backend/graphics/design/preview/set19/ba1c75/box_bas.gif);
background-repeat: no-repeat;
background-position: bottom;
zoom: 1;
*/
}

.boxcontent-decorator2 {
padding: 0px 0px 0px 5px;
}

.link-note {
text-align: center;
line-height: 100%;
margin: 0px 0px 20px 0px;
}

.link-note img {
border: 0px;
margin-bottom: 0px;
background: transparent;
}

.photo {
margin-bottom: 00px;
}

.sidebar a {
text-decoration: none;
color: #202020;
}

.sidebar a:link {
color: #202020;
}

.sidebar a:visited {
color: #202020;
}

.sidebar a:hover {
color: #33b1dc;
}

.sidebar a:active {
color: #202020;
}

h1, h2, h3 {
margin: 0px;
padding: 0px;
font-weight: normal;
}

/* debut listes */
li {
padding: 0px 0px 6px 0px;
}

li a {
color: #202020;
text-decoration: none;
background-image: url(http://www.latoupie.fr/files/puce_noeud.png);
background-repeat: no-repeat;
background-position: 0px 3px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 15px;
}

li a:hover {
color: #33b1dc;
background-image: url(http://www.latoupie.fr/files/puce_noeud.png);
background-repeat: no-repeat;
background-position: 0px 3px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 15px;
}

#box-photoalbums li a {
background: none;
padding:0px 0px 0px 0px;
color: #33b1dc;
}
#box-photoalbums li a:hover {
color: #33b1dc;
text-decoration:underline;
padding:0px 0px 0px 0px;
}

/*
li.album{
background: none;
}

li.album a{
padding: 0px 0px 0px 0px;
color: #33b1dc;
background: none;
}

li.album a:hover {
color: #33b1dc;
text-decoration:underline;
padding: 0px 0px 0px 0px;
background: none;
}
*/

#box-recentcomments ul li {
background-image: url(http://www.latoupie.fr/files/puce_noeud.png);
background-repeat: no-repeat;
background-position: 0px 4px;
padding: 0px 0px 10px 15px;
}
#box-recentcomments ul li a {
display: inline;
border: none;
padding: 0px 0px 0px 0px;
background: none;
}
#box-recentcomments ul li a:hover {
display: inline;
border: none;
padding: 0px 0px 0px 0px;
background: none;
}
#box-recentcomments li {
padding: 0px 0px 6px 0px;
}
/* fin listes */


/* Calendar */
#box-calendar h2 {
color: #ba1c75;
font-size: 120%;
font-weight: bolder;
margin: 0px 0px 10px 0px;
padding: 35px 58px 0px 58px;
line-height:120%;
}
#box-calendar {
background-image: url(http://static.hautetfort.com/backend/graphics/design/preview/set19/ba1c75/calendrier.gif);
background-repeat: no-repeat;
height: 254px;
padding: 0px 0px 0px 0px;
margin: 0px;
}
#box-calendar .box-decorator1,
#box-calendar .box-decorator2,
#box-calendar .box-decorator3,
#box-calendar .boxcontent-decorator1 {
background-image: none;
}
#box-calendar .boxcontent-decorator2 {
padding: 0px 25px 0px 30px;
}
TABLE.calendar {
font-size: 10px;
margin-bottom: 20px;
letter-spacing: .1em;
text-align: left;
width: 68%; /* IE 5 */
voice-family: ""}"";
voice-family: inherit;
width: 80%; /* IE 6 */
margin: 0px auto 0px auto;
}
html>body .calendar {
width: 80%; /* Mozilla & Safari & IE bug */
margin: 0px auto 0px auto;
}
TH.day-of-week {
text-align: center;
line-height: 150%;
margin-top: 10px;
list-style-type: none;
color: #676767;
}
TD.selected-day {
text-align: center;
line-height: 150%;
margin-top: 10px;
list-style-type: none;
}
TD.day {
color: #676767;
text-align: center;
line-height: 150%;
margin-top: 10px;
list-style-type: none;
letter-spacing: 0.05em;
}
td.even {
padding:3px 0px 3px 0px;
}
td.odd{
padding: 3px 0px 3px 0px;
}
td.selected{
background: #ba1c75;
}
TABLE.calendar a:link {
color:#999999;
}
TABLE.calendar a:visited {
color:#999999;
}
TABLE.calendar td.selected a{
color:#FFFFFF;
}
TABLE.calendar a {
text-decoration: none;
}
TABLE.calendar a:active {
color: #000;
background-color: #2376c0;
}


/* Comments */
#commentform {
padding-top: 20px;
margin: 0px 14px 0px 20px;
}
input {
font-size: 100%;
font-family: Verdana, Arial, sans-serif;
}
textarea {
clear: both;
width: 99%;
font-size: 100%;
font-family: Verdana, Arial, sans-serif;
}
form .formelement {
clear: both;
padding-top: 0.4em;
padding-bottom: 0.8em;
font-size: 95%;
background: transparent;
width: 99%;
}
form .formelement .name {
float: left;
width: auto;
padding-left: 1em;
}
form .formelement .value {
float: right;
width: 70%;
}
form .formelement .error {
color: #f00;
font-weight: bold;
font-size: 90%;
}


/* APPS */
.apps-container .content h2 {
text-align: left;
margin-top: 5px;
padding: 1.5em 0.5em 1em 0.5em;
font-weight: bold;
font-size: 100%;
color: #653C4C;
margin-left: 5px;
}


/* Albums 
.album-container{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
.album-container h3 {
text-align: center;
margin-top: 5px;
padding: 1.5em 0.5em 1em 0.5em;
font-weight: bold;
font-size: 100%;
}
.album-container a img {
padding: 3px;
border: 1px solid #000;
}
.album-container p {
font-size: 70% ! important;
line-height: 150% ! important;
}
.album-container #gallery,
.album-container #cover-intro {
text-align: center;
padding-bottom: 1em;
}
.album-container #cover-intro p {
text-align: center;
margin-left: 140px;
margin-right: 140px;
line-height: 130%;
}
.album-container #cover-intro p a {
font-weight: bold;
}
.album-container #cover-intro img {
text-align: left;
padding: 3px;
background-color: transparent;
border: 1px solid #ff9c00;
}
.album-container .nav {
text-align: right;
margin-right: 1em;
color: #33b1dc;
line-height: 110%;
height: 1.1em;
}
.album-container .nav a {
font-size: 70%;
}
.album-container #photo-detail .photo-container {
padding: 20px;
text-align: center;
}
.album-container #photo-detail .photo-container h4 {
font-size: 80%;
}
.album-container #photo-detail .photo-container img {
margin: 0 auto 0 auto;
padding: 3px;
background-color: transparent;
border: 1px solid #ff9c00;
}
.album-container #photo-detail .photo-container-no-thumb {
padding: 20px;
text-align: left;
}
.album-container #photo-detail .photo-container-no-thumb h4 {
margin-top: 0;
font-size: 80%;
}
.album-container #photo-detail .photo-container-no-thumb img {
float: left;
margin: 0 1em 1em 0;
padding: 3px;
background-color: transparent;
border: 1px solid #ff9c00;
}
.album-container .thumblist {
float: left;
clear: both;
padding: 20px;
}
.album-container .thumblist img {
float: left;
margin: 10px;
padding: 3px;
background-color: transparent;
border: 1px solid #ff9c00;
}
.album-container .thumblist-nofloat {
padding-top: 15px;
}
.album-container .thumblist-nofloat img {
margin: 10px;
padding: 3px;
background-color: transparent;
border: 1px solid #ff9c00;
}
.album-container .thumblist-with-detail {
text-align: left;
float: left;
padding: 20px;
width: auto;
}
.album-container .thumblist-with-detail .thumb-container {
padding-top: 1em;
padding-bottom: 1.5em;
float: left;
width: 99%;
}
.album-container .thumblist-with-detail a {
float: left;
font-size: 70%;
}
.album-container .thumblist-with-detail img {
margin-right: 10px;
margin-bottom: 10px;
padding: 3px;
background-color: transparent;
border: 1px solid #ff9c00;
}
.album-container .thumblist-with-detail h4 {
margin: 0;
padding: 0 0 0.5em 0;
font-size: 80%;
}
.album-container .thumblist-with-detail a.view-details {
float: right;
}
.spacer {
clear: both;
}

*/


/* Diapo 
body.diapo {
margin: 0px 0px 0px 0px;
padding: 0px;
background-color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#diapo-container {
margin-right: 1em;
margin-left: 1em;
margin-top: 5px;
text-align: center;
width: 95%;
}
#diapo-container .content {
width: 100%;
position: relative;
text-align: center;
padding: 0px;
margin: 20px 0px 0px 0px;
overflow: auto;
height: 500px;
}
#diapo-container .content img {
margin: 0 auto 0 auto;
border: 4px solid #000;
padding: 3px;
}
#diapo-container .content p {
font-size: 130%;
color: white;
margin: 2em auto 0 auto;
}
#diapo-container .nav {
color: #ddd;
line-height: 90%;
height: 1.1em;
font-size: 70%;
margin: 0px;
width: 100%;
}
#diapo-container .top {
position: relative;
height: 30px;
}
#diapo-container .bottom {
position: relative;
height: 80px;
text-align: center;
float: left;
padding-top: 1px;
}
#diapo-container .nav .menu {
text-align: center;
width: 100%;
}
#diapo-container .nav .menu select {
background-color: #000;
padding: 0px;
margin: 0px 0px 0px 0.5em;
color: #ddd;
height: 18px;
vertical-align: middle;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
#diapo-container .nav .close {
text-align: right;
float: right;
line-height: 200%;
}
#diapo-container .nav a {
color: #ddd;
text-decoration: none;
}
#diapo-container .nav a:hover,
#diapo-container .nav a:active {
text-decoration: underline;
}
*/

ul.category-list {
-moz-column-count: 2;
margin: 20px 0px 50px 20px;
}
ul.category-list li{
padding:0px 20px 0px 15px;
list-style-type: none;
}
ul.archive-list {
-moz-column-count: 3;
margin: 20px 0px 50px 20px;
}
ul.archive-list li{
list-style-type: none;
padding-left: 15px;
}
#box-populartags {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}
ul.popular-tags li, ul.popular-tags li a{
display: inline;
background: none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
ul.popular-tags li a:hover{
display: inline;
background: none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
ul.popular-tags li{
background: none;
margin:0px 6px 0px 0px;
padding: 0px 0px 0px 0px;
}
ul.popular-tags {
padding: 0px 0px 20px 0px;
}
ul.popular-tags {
padding: 0px 0px 0px 0px;
}
ul.tag-list {
margin: 20px 40px 0px 20px;
padding: 0px 0px 0px 0px;
}
ul.tag-list li {
display: inline;
margin: 0px 20px 0px -10px;
background:none;
}
h3.total {
margin: 10px 0px -20px 0px;
background-image: none;
padding: 0px;
}
h3.total a{
padding: 0px 0px 0px 0px;
}
#box-search form input.search_button {
width:40px;
}
#box-search form input {
width:110px;
}
.commentparent, .commentchild {
line-height:150%;
margin:10px 20px;
padding:0px;
}
.commentparent .gravatar, .commentchild .gravatar {
float: left;
margin: 0 5px 5px 0;
}
.commentparent p.posted, .commentchild p.posted {
font-size: 80%;
margin:5px 5px 5px 0;
padding:0;
}
.commentparent p, .commentchild p {
margin-top:0px;
margin-left:0px;
}
.commentchild.author, .commentparent.author {
background-color:#eee;
padding:7px 7px 1px 7px;
}
.commentparent {
padding:3px;
border-bottom: 1px dotted #33b1dc;
background-color:#fff;
}
.commentchild {
margin:5px 0px 5px 60px;
padding:3px;
}
.content h3 a, .content h3 a:hover, .content h3 a:active, .content h3 a:visited {
color:#ba1c75;
}
.content h3 a:hover{
text-decoration:underline;
}
.content h2#postcomment {
margin-top:20px;
margin-bottom:20px;
}
.content .commentlist .author a, .content .commentlist .author a:hover, .content .commentlist .author a:active, .content .commentlist .author a:focus, .content .commentlist .author a:visited {
color:#33b1dc;
}
.content .commentlist h2 {
margin-bottom:20px;
}
.textlabel, form td {
line-height:150%;
font-size:12px;
}
.emailthis {
line-height:150%;
}
p.readmore {
background: url(http://static.hautetfort.com/backend/graphics/design/preview/set19/ba1c75/post_bg.gif) repeat-y scroll 0 0;
margin:0;
padding:5px 20px;
text-align:right;
}
.postbottom {
line-height:150%;
}
.pager {
padding: 10px 20px;
}
.validation-advice {
display:inline;
color: #f00;
}

#icones ul{
list-style:none;
background-color: #fff;
height: 92px;
border: 0px solid rgb(230,230,230);
}

#icones li{
display:block;
height: 80px;
float:left;
margin: 6px;
}

.dressing{
width:80px;
height:80px;
background:url(http://www.latoupie.fr/files/icones.png) 0 0 no-repeat;
display:block;
}

.dressing:hover{
width:80px;
height:80px;
background:url(http://www.latoupie.fr/files/icones.png) 0 -80px no-repeat;
display:block;
}

.mail{
width:80px;
height:80px;
background:url(http://www.latoupie.fr/files/icones.png) -80px 0 no-repeat;
display:block;
}

.mail:hover{
width:80px;
height:80px;
background:url(http://www.latoupie.fr/files/icones.png) -80px -80px no-repeat;
display:block;
}

.rangetachambre{
width:80px;
height:80px;
background:url(http://www.latoupie.fr/files/icones.png) -160px 0 no-repeat;
display:block;
}

.rangetachambre:hover{
width:80px;
height:80px;
background:url(http://www.latoupie.fr/files/icones.png) -160px -80px no-repeat;
display:block;
}

.categories {
        	width:130px;
        	height: 147px;
        	border: 0px solid #2b4633;
        	overflow: hidden;
        	position: relative;
		margin: auto;
}

.categories img {
        	position: absolute;
        	padding: 0px;
        	top: 0px;
        	left: 0px;
		}

.texte_categories {
/* On règle l'opacité ci-dessous */
			opacity: 1;
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
			-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			display: block;
			background-color: #e5e6dd;
			width: 100%;
			float: left;
			position: absolute;
			bottom: 0px;
			left: 0px;
			padding: 0px 0px; 
}

.texte_categories a {
  display: block;
  width: 126px;
  text-align: center;
  padding: 2px 2px;
  font-size: 120%;
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', serif, sans-serif;
  text-transform: none;
}

.texte_categories a:hover {

}

.disclaimer {
border:0px solid rgb(230,230,230); 
background-color:#fff; 
padding:5px; 
text-align: left; 
font-size:1em;
}

.cat-photo{
border:0px solid rgb(230,230,230); 
background-color:#fff;
}

/* Ceci est le design à fond blanc sans étoile */
