/****
 *
 * PT p3
 *
****/
body {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	background-color: #583119;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Verdana,Arial,sans-serif;
	font-size: 105%;
	word-spacing: normal;
	color: #626262;
	text-align: center;
}

#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	text-align: left;
        background-color: #fff;
/*	background: #AAAAAA url("http://static.blogspirit.com/backend/graphics/design/preview/set11/DEDBC3/f_general.gif") repeat-y 0% 0%; */
	width: 988px; /* IE 5 */
}
html>body #container {
	width: 988px; /* Mozilla & Safari & IE bug */
}
#container .container-decorator1 {
    width: 100%;
}
#container .container-decorator1 .container-decorator2  {
    width: 100%;
	background: transparent url("http://static.blogspirit.com/backend/graphics/design/preview/set11/DEDBC3/f_bas.gif") no-repeat 0% 100%;
	padding-bottom:47px;
}


#left {
	float: left;
	line-height: 100%;
	width: 221px;
        background-color: #F6EAD3;
}
/*on definit la taille de la div du menu ainsi que la taille de parties du menu.*/
div#menu {
          width: 195px;
         }

div#menu ul {
             padding: 0;
             width: 195px;
             border:1px none #EDD;
             margin:27px;
            }

/*On positionne les elements du menu */
div#menu ul li {
                position:relative;
                list-style: none; /*on enleve les icones de liste */
                border-bottom:0px none; /*ajout d'une bordure de separation d'element:*/
                margin-left: -27px;
               }

div#menu ul ul {
                position:absolute;
                top: 0;
                left: 195px; /*195px correspond au décalage a droite, on décale de la taille du ul de base*/
               }  

div#menu li a {
               text-align: left;
               text-decoration: none; /* plus de soulignement pour les liens */
               text-indent: 5px;
              } 

 /* fichier pour internet explorer */
body {
      behavior: url(csshover.htc);
     }

/* On cache tous les sous menu avec la propriété display none */
div#menu ul ul {
                position: absolute;
                top: -5px;
                left: 195px;
                display:none;
               }

/*Lors du survol ,avec la souris, les sousmenu apparaissent grace a display: block */
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2,
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {
                                                  display:block;
                                                 }

 /* fond blanc pour le menu */
/* div#menu a {
            background-color: #d8d8d8
           } */

div#menu ul ul {
                            background-color: #F6EAD3
                           }

/* fond different au survol de la souris entre les sous-menu et les "basiques"*/
/* div#menu li:hover {
                   background: #EDD
                  }

div#menu li.sousmenu:hover {
                            background: #EDD;
                           } */

 /*fond blanc pr les sous-menu*/
/*div#menu li.sousmenu {
                      background: #EBEBEB;
                     } */

/* on rajoute une bordure a gauche et des padding, on doit donc réajuster la taille 100-(0 de bordure + 0 de padding) =200 */
div#menu li a {
               text-decoration: none;
               padding: 0px 0px 0px 0px;
               display:block; border-left:
               0px solid #ffffff; width:200px
              }

/* la bordure de chaque hauteur a une couleur de survol*/
div#menu li a:hover {
                     border-left-color: #EDD;
                    }
div#menu ul ul li a:hover {
                           border-left-color: #EDD;
                          }
div#menu ul ul ul li a:hover {
                              border-left-color: #EDD;
                             }  


/*#right {
	overflow: hidden;
	width: 205px;
        background-color: #FFFDEE;*/
/*	background: transparent;*/
/*	line-height: 100%;
    color: #000;
	padding-top:16px;
		float: right;
               text-indent: 5px;
	}*/

#center {
	width: 550px;
	overflow: hidden;
	float: left;
	background-color: #fff;
/*	background: transparent; */
}

#banner {
	width: 990;
	height: 220;
	margin:0px 0px 40px 0px;
	padding:0px 0px 0px 0px;
	background-image: url(http://avant-apres.blogspirit.com/images/design/banniere_990px.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	    	display : none;
	}
#banner h1 {
	padding: 18px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	font-size: 140%;
	font-weight: bolder;
}
#banner h2 {
	color:#653c4c;
	font-size: 70%;
	width: auto;
	padding: 10px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
}
#banner a {
	color: #653c4c;
	text-decoration: none;
}
#banner-img {
	    	background: url("http://avant-apres.blogspirit.com/images/design/banniere_990px.gif") no-repeat 0% 0%;
    	height: 185px;
	}
div.img-link a {
    display: block;
	text-decoration: none;
	width: 100%;
	    	height: 185px;
	}
.nowrap {
	white-space: nowrap;
}


/* CENTRE */
.content {
	overflow: hidden;
	padding: 0px 0px 0px 28px;
	font-size: 11px;
}
.content h2 {
	margin: 0px 0px 3px 0px;
	padding: 10px 0px 3px 0px;
	font-size: 20px;
	color:#583119;
	line-height:110%;
}
.content h2.date {
	margin: 0px 0px 3px 0px;
	padding: 10px 0px 3px 0px;
	font-size: 0px;
	color:#D88E6E;
	line-height:100%;
}
.content h3 {
	margin: 0px;
	padding: 5px 0px 15px 0px;
	font-size: 20px;
	color:#583119;
	line-height:110%;
}
.content .posttext,
.content p {
	font-size: 12px;
	color:#5e5e5e;
}
.content blockquote {
	font-size: 12px;
}
.content ul {
	font-size: 12px;
}
.content ul li{
	list-style-type:none;
	background: url("http://static.blogspirit.com/backend/graphics/design/preview/set11/DEDBC3/puce.gif") no-repeat 0px 6px;
	padding: 0px 0px 0px 15px;
	line-height:150%;
	color:#5B5B5B;
}
.content p.posted {
	margin: 15px 0px 30px 0px;
	font-size: 0px;
	color:#5B5B5B;
	clear: both;
	border-top: 1px dotted #A0A0A0;
	padding: 5px 10px 5px 0px;
}
.content p.posted a {
	color: #5e5e5e;
}
.content p.posted a:hover {
	color: #D88E6E;
	text-decoration:none;
}

a {
    text-decoration: none;
}
a:link {
	color: #5e5e5e;
}
a:visited {
	color: #5e5e5e;
}
a:hover {
	color: #D88E6E;
}
a:active {
	color: #D88E6E;
}

/* Sidebar */

.sidebar {
	padding: 20px 0px 8px 8px;
	color:#5B5B5B;
	font-size:12px;
}
#left .sidebar{
	border:1px solid #ffffff;
}
.decorator1, .decorator2 {
    padding: 0px;
    margin: 0px;
}
.sidebar .boxcontent-decorator3 {
    margin: 0px 0px 30px 0px;
}
.sidebar ul {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.sidebar li {
	margin: 0px 0px 5px 0px;
	list-style-type: none;
}
.sidebar img {
	border:5px solid #DCDCDC;
	margin:0px;
	padding:0px;
}
#right .sidebar li.album, #left .sidebar li.album {
	list-style-type: none;
	background: none;
	border:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	border:0px;
}
#right .sidebar li.album.cover, #left .sidebar li.album.cover {
	list-style-type: none;
	background: none;
	border:0px;
	padding:0px 0px 0px 0px;
	margin:15px 0px 0px 0px;
	text-align:center;
	border:0px;
}
#right .sidebar li.album a, #left .sidebar li.album a{
	font-size:12px;
	color:#5B5B5B;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px;
}
#left .sidebar li.album a:hover{
	color:#9D9B81;
}
#right .sidebar li.album a:hover{
	color:#7D7B65;
}
.sidebar li.link img {
    border: 0px;
    padding: 0px;
    margin: 0px;
    vertical-align: -4px;
}
.sidebar a:link, .sidebar a:visited {
	color: #000;
}
.sidebar a:hover, .sidebar a:active {
	color: #99cc00;
	text-decoration: underline;
}

/* LEFT */
#left .sidebar form{
	margin: 0px;
	padding: 0px;
}
#left .sidebar form ul li{
	background:none;
	text-align:left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border:0px;
}
#left .sidebar {
	padding: 0px 0px 0px 0px;
}
#left .sidebar h2 {
    margin: 10px 10px 10px 22px;
	font-size: 15px;
	font-weight: normal;
	color:#583119;
	border-bottom: 2px dotted #FFFFFF;
    padding: 0px 0px 5px 13px;
	text-transform:uppercase;
}
#left .sidebar .boxcontent-decorator2,
#left .sidebar .boxtitleless-decorator2 {
	margin: 0px 10px 0px 34px;
}
#left .sidebar ul {
	padding: 0px;
	margin: 0px 0px 21px 0px;
}
#left .sidebar li {
	margin: 5px 13px 5px 3px;
	padding: 0px 13px 5px 13px;
	list-style-type: none;
/* puce décoration */
	background: url("http://avant-apres.blogspirit.com/images/design/fleur_484_clair.gif") no-repeat 0px 5px;
	_background: url("http://avant-apres.blogspirit.com/images/design/fleur_484_clair.gif") no-repeat 0px 6px; /*IE*/
	border-bottom: 1px dotted #A0A0A0;
}
#left .sidebar li.description {
	font-size:12px;
    text-align: left;
	margin: 0px;
	padding: 0px 5px 15px 3px;
	list-style-type: none;
	background: none;
	border-bottom: 0px solid #A0A0A0;
}
#left .sidebar a {
	text-decoration: none;
	font-size:12px;
	color:#5b5b5b;
}
#left ul.popular-tags {
	margin:0px 10px 22px 0px;
	padding:0px;
}
#left ul.popular-tags li {
    display: inline;
	margin:0px;
	padding:0px;
	background:none;
	border:none;
}
/* RIGHT */
#right .sidebar form{
	margin: 0px;
	padding: 0px;
}
#right .sidebar form ul li{
	background:none;
	text-align:left;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border:none;
}
#right .sidebar {
	padding: 0px 13px 0px 13px;
}
#right .sidebar h2 {
	font-size:15px;
	font-weight:normal;
    color: #583119;
	text-transform:uppercase;
 	padding: 0px 0px 5px 0px;
}
#right .sidebar ul {
	padding: 0px;
	margin: 10px 0px 21px 0px;
}
#right .sidebar li {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 12px;
	list-style-type: none;
/* puce decoration */
	background: url("http://avant-apres.blogspirit.com/images/design/fleur_484_clair.gif") no-repeat 0px 4px;
	_background: url("http://avant-apres.blogspirit.com/images/design/fleur_484_clair.gif") no-repeat 0px 5px;
	border-bottom: 1px dotted #A0A0A0;
}
#right .sidebar a {
	text-decoration: none;
	font-size:12px;
	color:#5b5b5b;
}
#right .sidebar li.description {
    margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background:none;
	border:none;
}
#right ul.popular-tags {
	margin:0px 0px 22px 0px;
	padding:0px;
}
#right ul.popular-tags li {
    display: inline;
	margin:0px;
	padding:0px;
	background:none;
	border:none;
}
/* rollover des liens gauche droite*/
#right a:hover, #right a:active {
	color: #D88E6E;
	text-decoration: none;
}
#right li a:hover, #right li a:active, #right .calendar a:hover, #right .calendar a:active {
	color: #D88E6E;
	text-decoration: none;
}
#left a:hover, #left a:active {
	color: #D88E6E;
	text-decoration: none;
}
#left li a:hover, #left li a:active, #left .calendar a:hover, #left .calendar a:active {
	color: #D88E6E;
	text-decoration: none;
}
#left TD.day a:hover, #right TD.day a:hover {
	color:#D88E6E;
}
/* fin rollover des lien gauche centre droite*/

.link-note {
	font-size: 100%;
	text-align: center;
	line-height: 100%;
	margin: 15px 0px 15px 0px;
}
.link-note img {
	border: none;
	margin: 5px;
	background: transparent;
}
.photo {
	margin-bottom: 20px;
}

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

/* Calendar */
.calendar a:link, .calendar a:visited {
	color: #4B4B4B;
}
#left TABLE.calendar {
	border:1px solid #ffffff;
	border-collapse:collapse;
	background-color: #F5F4ED;
    margin: 10px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 169px; /* IE 5 */
	voice-family: ""}"";
	voice-family: inherit;
	width: 169px; /* IE 6 */
	text-transform:uppercase;
}
#right TABLE.calendar {
	border:1px solid #ffffff;
	border-collapse:collapse;
	background-color: #F5F4ED;
    margin: 10px 20px 22px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 169px; /* IE 5 */
	voice-family: ""}"";
	voice-family: inherit;
	width: 169px; /* IE 6 */
	text-transform:uppercase;
}
html>body .calendar {
	width: 169px; /* Mozilla & Safari & IE bug */
}
TH.day-of-week {
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	margin-top: 10px;
	list-style-type: none;
}
#right TH.day-of-week, #left TH.day-of-week {
	background:#FFFFFF;
    color: #272727;
	padding:5px;
}
TD.selected-day {
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	margin-top: 10px;
	list-style-type: none;
	background:#DDD162;
}
TD.day {
	font-size: 10px;
	text-align: center;
	line-height: 100%;
	margin-top: 10px;
	list-style-type: none;
	border:1px solid #ffffff;
	padding:5px;
}
#left TD.day a, #right TD.day a {
	font-size: 10px;
	font-weight:bold;
	text-align: center;
	line-height: 100%;
	margin: 0px;
	padding:0px 3px 0px 3px;
	background:#FFFFFF;
	color:#4B4B4B;
}

/* Comments */

input {
    font-size: 0px;
    border:1px solid #999999;
    border-width: expression(this.type=="radio"||this.type=="checkbox"?'0px':'');
}
textarea {
    clear: both;
    width: 99%;
    font-size: 0px;
    border:1px solid #999999;
}
form  {
	padding-top: 1em;
}
form .formelement {
	clear: both;
	padding-bottom: 10px;
	font-size: 0px;
	background: transparent;
	width: 99%;
}
form .formelement .name {
	float: left;
	width: auto;
    font-size:0px
}
form .formelement .value {
	float: right;
	width: 70%;
}
form .formelement .error {
	color: #f00;
	font-size: 0px;
}
 /* APPS */
.apps-container {
 	background-color: #FFFFFF !important;
 	background-image: none !important
}

/* Albums */
.album-container {
	background-image : none ! important;
	background-color: #ffffff! important;
}
.container-decorator4 {
    width: 100%;
	padding-bottom:13px;
	background: transparent url("http://static.blogspirit.com/backend/graphics/design/preview/set11/DEDBC3/f_bas_album.gif") no-repeat 100% 100%;
}
.album-container h3 {
    text-align: left;
	color:#5B5B5B;
	background:url("F5F4ED/puce2.gif") no-repeat 0px 1px;
    margin: 0px 0px 0px 22px;
    padding: 3px 0px 5px 26px;
    font-weight: bold;
    font-size: 16px;
}
.album-container a img {
    padding: 3px;
    border: 1px solid #000;
    background: #fff;
}
.album-container p {
	font-size: 70% ! important;
	line-height: 150% ! important;
}
.album-container #gallery,
.album-container #cover-intro {
    text-align: center;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	width: 988px;
}
* html .album-container #gallery {
    width: 988px; /* IE 5*/
	voice-family: ""}"";
	voice-family: inherit;
    width: 988px; /* IE 6*/
}
html>body .album-container #gallery {
	width: 988px; /* Mozilla & Safari & IE bug */
}
* html .album-container #cover-intro {
    width: 988px; /* IE 5*/
	voice-family: ""}"";
	voice-family: inherit;
    width: 988px; /* IE 6*/
}
html>body .album-container #cover-intro {
	width: 988px; /* Mozilla & Safari & IE bug */
}
.album-container #cover-intro p {
	font-size:12px;
	color:#5B5B5B;
    text-align: center;
	line-height: 130%;
}
.album-container #cover-intro p a {
    font-size:14px;
	font-weight: bold;
}
.album-container #cover-intro img {
	padding:0px;
    border: 5px solid #dcdcdc;
    background: #fff;
}
.album-container .nav {
    text-align: right;
	font-size:12px;
	color: #5B5B5B;
	margin: 22px 38px 0px 0px;
}
.album-container .nav a {
	color: #5B5B5B;
	text-decoration:none;
}
.album-container .nav a:hover {
	color: #9D9B81;
	text-decoration:none;
}
.album-container #photo-detail {
	margin: 0px 0px 9px 0px;
	padding: 0;
	background-color: #ffffff;
}
.album-container #photo-detail .photo-container {
    padding: 20px;
    text-align: center;
}
.album-container #photo-detail .photo-container h4 {
    font-size: 14px;
	color:#5B5B5B;
}
.album-container #photo-detail .photo-container img {
    margin: 0 25px;
    border: 5px solid #dcdcdc;
    background: #fff;
    background: #fff;
}
.album-container #photo-detail .photo-container-no-thumb {
	text-align:left;
    padding: 25px 25px 0px 25px;
}
.album-container #photo-detail .photo-container-no-thumb h4 {
    margin: 0;
    font-size: 14px;
	color:#5B5B5B;
}
.album-container #photo-detail .photo-container-no-thumb img {
    float: left;
    margin: 0 20px 20px 0;
    border: 5px solid #dcdcdc;
    background: #fff;
}
.album-container .thumblist {
    float: left;
    width: 100%;
    clear: both;
    padding: 0px 0px 0px 12px;
}
.album-container .thumblist img {
    float: left;
    margin: 10px;
    padding: 0px;
    border: 5px solid #DCDCDC;
    background: #fff;
}
.album-container .thumblist-nofloat {
    padding-top: 15px;
}
.album-container .thumblist-nofloat img {
    margin: 10px;
    padding: 0px;
    border: 5px solid #DCDCDC;
    background: #fff;
}
.album-container .thumblist-with-detail {
    clear: both;
    text-align: left;
    width: 95%;
    margin: 0px 20px 0px 10px;
}
.album-container .thumblist-with-detail .thumb-container {
    float: left;
    width: 100%;
}
.album-container .thumblist-with-detail a {
    float: left;
    font-size: 70%;
}
.album-container .thumblist-with-detail img {
    margin: 10px;
    padding: 0px;
    border: 5px solid #DCDCDC;
    background: #fff;
}
.album-container .thumblist-with-detail h4 {
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 14px;
	color:#5B5B5B;
}
.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: #AAAAAA;
}
#diapo-container {
	margin: 0px;
	padding: 0px;
	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: 5px solid #dcdcdc;
}
#diapo-container .content p {
    font-size: 12px;
    color: #ffffff;
    margin: 25px auto 0 auto;
}
#diapo-container .nav {
	color: #ffffff;
    font-size: 12px;
    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: #ffffff;
    padding: 0px;
    margin: 0px 0px 0px 0px;
	color: #231F20;
    vertical-align: middle;
}
#diapo-container .nav .close {
    text-align: right;
    float: right;
    line-height: 200%;
}
#diapo-container .nav a {
	color: #ffffff;
    text-decoration: underline;
}
#diapo-container .nav a:hover, #diapo-container .nav a:active {
    text-decoration: underline;
}

ul.category-list {
	margin:0px;
	padding:0px;
}
ul.archive-list {
	margin:0px;
	padding:0px;
}
ul.category-list li, ul.archive-list li {
	font-size:12px;
	list-style-type: none;
	background:url("http://static.blogspirit.com/backend/graphics/design/preview/set11/DEDBC3/puce3.gif") no-repeat 0px 3px;
	margin:5px 0 0 0;
	padding:0px 0px 0px 17px;
}
ul.popular-tags li {
    display: inline;
    margin: 0.2em;
}
ul.tag-list {
    padding:0;
    margin-left:0;
}
ul.tag-list li {
    display: inline;
    margin: 0.2em;
}
h3.total {
    padding: 0;
    font-size: 12px;
    background : none;
    margin-top : 10px;
    font-weight:bold;
}
h3.total a {
    text-decoration : none;
}

#box-search form input.search_button {
	width:40px;
}
#box-search form input {
	width:110px;
}

.commentparent, .commentchild  {
	line-height:150%;
	margin: 10px 0px;
	padding:0px;
	-moz-border-radius: 1% 1% 1% 1%;
	-webkit-border-radius: 1% 1% 1% 1%;
	border-bottom: 1px dotted #A0A0A0;
}
.commentparent .gravatar, .commentchild .gravatar {
    float: left;
    margin: 0 5px 5px 0;
}
.commentparent p.posted, .commentchild p.posted {
    border: none;
	margin: 5px 5px 5px 0;
	padding: 0;
	line-height:100%;
}
.commentparent p, .commentchild p{
	margin-top:0px;
	margin-bottom:0px;
}
.commentchild.author, .commentparent.author {
	background-color:#F5F4ED;
	padding:7px 7px 1px 7px;
	border: none;
}
.commentparent {
	padding:3px;
}
.commentchild {
	margin:4px 0px 4px 40px;
	padding:3px;
}

.content .commentlist h2 {
	margin-bottom:20px;
}
.content h2#postcomment {
	margin:20px 0px;
}
.content h3 a, .content h3 a:hover, .content h3 a:active, .content h3 a:visited {
	color:#D88E6E;
}
.content h3 a:hover{
	text-decoration:underline;
}

.textlabel, form td {
	line-height:150%;
	font-size:12px;
}
.emailthis {
	line-height:150%;
}
.postbottom {
	line-height:150%;
}

/* couleur pager */
.pager a {
color : #D88E6E
}
.pager a:hover {
color: #583119
}
.pager a:active {
color: #D88E6E
}
.pager a:visited {
color: #D88E6E
}
/* fin couleur pager */

.validation-advice {
	display:inline;
	color: #f00;
}