h2{font-size: inherit; font-weight:inherit;}

.ombreGold{text-shadow: 1px 1px 1px black; color:#ffffff;}

.ombre{text-shadow: 1px 1px 1px black; color:#000000;}
.ombreRed{text-shadow: 1px 1px 1px black; color:red;}
.ombreBlue{text-shadow: 1px 1px 1px black; color:#005580;}
.ombreBrown{text-shadow: 1px 1px 1px black; color:#802A00;}
.ombreGreen{text-shadow: 1px 1px 1px black; color:green;}
.ombrePink{text-shadow: 1px 1px 1px black; color:#FF00FF;}
.ombreOrange{text-shadow: 1px 1px 1px black; color:orange;}

#nav{list-style: none; height: 26px; padding: 4px 4px 4px 4px; font-weight: bold;}
#nav li{float: right; margin-right: 10px;}
#nav a{ display: block; padding: 5px; color: #000000; background: #E4BD58; text-decoration: none; border: 3px solid white;}
#nav a:hover{background: #FFF2B7;}

p{color: #555; font-size: 22px; padding: 0 !important; font-family: "georgia",sans-serif; border: 0px solid #dedede;}

.cadre{color: #555; width: 97%; border-width:3px; border-style:solid; border-color:#F2F2F2; box-shadow:3px 3px 3px black inset; padding:19px; font-size: 22px; font-family: "georgia",sans-serif;} 

.cadre2 {
	width: 97%;
	color: #555;
	font-size: 22px;
	font-family: "georgia",sans-serif;
	font-size: 22px;
	font-family: "georgia",sans-serif;
/*background-color:#C0C0C0;*/
background-color:#FFF;
/*border:1px solid gray;#cd0000*/
border-left: 4px solid  #8A0808;
border-radius: 4px;
padding:5px;
box-shadow:2px 2px 10px gray; 
-moz-box-shadow:2px 2px 10px gray;
-webkit-box-shadow:2px 2px 10px gray;
}

.cadre2 p {margin-bottom: 10px; font-size: 1em;}

.button {
    display: inline-block;
    margin: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:    0 8px 0 silver, 0 15px 20px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 8px 0 silver, 0 15px 20px rgba(0, 0, 0, .35);
    box-shadow: 0 8px 0 silver, 0 15px 20px rgba(0, 0, 0, .35);
    -webkit-transition: -webkit-box-shadow .1s ease-in-out;
    -moz-transition: -moz-box-shadow .1s ease-in-out;
    -o-transition: -o-box-shadow .1s ease-in-out;
    transition: box-shadow .1s ease-in-out;
    font-size: 40px;
    color: #000000;
}

.button span {
    display: inline-block;
    padding: 20px 20px;
    background-color: #FFF2B7;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .15);
    font-family: 'Pacifico', Arial, sans-serif;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .7);
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
}

.button:hover span {
    background-color: #F5EF9A;
    text-shadow: 0 -1px 1px rgba(175, 49, 95, .9), 0 0 5px rgba(255, 255, 255, .8);
}

.button:active, .button:focus {
    -webkit-box-shadow:    0 8px 0 #000000, 0 12px 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 8px 0 #000000, 0 12px 10px rgba(0, 0, 0, .3);
    box-shadow:    0 8px 0 #000000, 0 12px 10px rgba(0, 0, 0, .3);
}

.button:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}
