body{
        background-image: url('/images/lespierresenvie_30.png');
        background-position: center;
        background-repeat: no-repeat;
	background-color: #F1DFB9;
	background-attachment: fixed;
        font-size: 1em;
        text-align: justify;
        font-style: normal;
        font-weight: normal;
        #color: #AB8F53;
        #color: #CDB582;
        #color: #FFFCF5;
        #color: #FFF5E0;
        #color: #000000;
}
h1{
        font-size: 2.8em;
        font-weight: bold;
        text-align: center;
	background-color: #CDB582;
	padding: 5px;
	margin: 10px;
        color: #FFF5E0;
        text-shadow: 0.1em 0.1em 0.02em #AB8F53;
	box-shadow: 8px 8px 10px #AB8F53;
	-webkit-border-radius: 10px 10px 10px 10px;
           -moz-border-radius: 10px 10px 10px 10px;
                border-radius: 10px 10px 10px 10px;
	-webkit-transition:all 0.3s ease;
           -moz-transition:all 0.3s ease;
             -o-transition:all 0.3s ease;
                transition:all 0.3s ease;
	opacity:0.8;
        filter:alpha(opacity=80); /* For IE8 and earlier */
}
h1:hover{
        text-shadow: 0.15em 0.15em 0.04em #AB8F53;
	opacity:1.0;
        filter:alpha(opacity=100); /* For IE8 and earlier */
}
h2{
        font-size: 2.3em;
        font-weight: bold;
        text-align: left;
        padding-left: 60px;
        color: #FFF5E0;
        text-shadow: 0.1em 0.1em 0.02em #AB8F53;
}
h3{
        font-size: 1.8em;
        font-weight: bold;
        text-align: left;
        padding-left: 80px;
        color: #FFF5E0;
        #color: #CDB582;
        text-shadow: 0.1em 0.1em 0.02em #AB8F53;
	-webkit-border-radius: 10px 10px 0px 0px;
           -moz-border-radius: 10px 10px 0px 0px;
                border-radius: 10px 10px 0px 0px;
}
.footer{
        font-size: 0.6em;
        font-weight: 100;
        text-align: right;
        width: 100%;
        min-width: 100%;
}
.divh3{
	scroll-margin-top: 20px;
	-webkit-border-radius: 10px 10px 10px 10px;
           -moz-border-radius: 10px 10px 10px 10px;
                border-radius: 10px 10px 10px 10px;
	border: 1px solid #AB8F53;
	box-shadow: 8px 8px 10px #AB8F53;
	padding: 0px 20px 20px 20px;
	margin: 20px;
	-webkit-transition:all 0.3s ease;
           -moz-transition:all 0.3s ease;
             -o-transition:all 0.3s ease;
                transition:all 0.3s ease;
	opacity:0.8;
        filter:alpha(opacity=80); /* For IE8 and earlier */
}
.divh3:hover{
	box-shadow: 12px 12px 10px #AB8F53;
	opacity:1.0;
        filter:alpha(opacity=100); /* For IE8 and earlier */
}
