@charset "UTF-8";
/* Page */
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 10px 20px;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	/*font-size: 0.9em;*/
	line-height: 1.25em;
	color: black;
	background: #FFF;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0em 2em 0em;
}
h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
}
h1 {
	font: 7em ParmaPetit;
}
h2 {font-size: 1.8em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
h2 {
	-moz-text-shadow: 5px 3px 5px #333;
	-webkit-text-shadow: 3px 10px 5px #333; 
	-o-text-shadow:5px 3px 5px #333;
	text-shadow: 5px 3px 5px #333;
		
	/* Ne fonctionne pas avec IE */
	/* Utiliser filtres pour IE = filtre "progid:DXImageTransfomr.Microsoft.Shadow(sProperties)"*/
		
	/* Deux couleurs :
	-moz-text-shadow: 5px 0 cyan, -5px 0 red;
	-webkit-text-shadow: 5px 0 cyan, -5px 0 red;
	-o-text-shadow: 5px 0 cyan, -5px 0 red;
	text-shadow: 5px 0 cyan, -5px 0 red;*/
}


/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}
ul {
	list-style: none;
}
li {
	font-size: 0.85em;
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	font-family: helvetica, "sans serif";
	font-size: .95em;
	margin: 0.5em 0.5em;
	padding: 0em 1.5em 0.5em 0em;
	line-height: 0,95em;
}
p.savoye {
	font-family: 'SavoyeLETPlain';
	font-size: 2em;
	line-height: 1em;
	text-align: justify;
}
p.savoye_centree {
	font-family: 'SavoyeLETPlain';
	font-size: 2em;
	line-height: 1em;
	text-align: center;
}

/* Liens en general */
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #006400;
	transition-property: background, color;
	-moz-transition-duration: 1s,5s; /* Firefox */
	-webkit-transition-duration: 1s,5s; /* Chrome Safari */
	-o-transition-duration: 1s,5s; /* Opera */
	transition-duration: 1s,5s; /* Pour le futur */
	
	-moz-transition-timing-function: ease-in-out; /* Firefox */
	-webkit-transition-timing-function: ease-in-out; /* Chrome Safari */
	-o-transition-timing-function: ease-in-out; /* Opera */
	transition-timing-function: ease-in-out; /* Pour le futur */
	
	-moz-transition-delay: 1s, 1.5s; /* Firefox */
	-webkit-transition-delay: 1s, 1.5s; /* Chrome Safari */
	-o-transition-delay: 1s, 1.5s; /* Opera */
	transition-delay: 1s, 1.5s; /* Pour le futur */
}
a:hover, a:focus {
	color: #800000;
}
/* Liens bas de page */
#bas a {
	color: #000;
}
#bas a:hover, #bas a:focus {
	color: #800000;
}

/* ECRITURES DIAPORAMA */
.titre_diaporama {
	text-shadow: 1px 1px 0px #C0C0C0;
}

/* Divers */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #000;
	font-size: 1.2em;
}

/* TARIFS */
.span-prix {
	font-style: italic;
	font-size: 15px;
	float: right;
}
.span-petit{
	font-size: 15px;
	text-decoration: none;
	margin-left: 20px;
}
.span-script {
	font-size: 1.7em;
	font-family: 'SavoyeLETPlain';
	font-style: italic;
	text-align: justify;
	font-weight: normal;
	color: #42150E;
	line-height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
.remonter_chiffres {
	position: relative;
	bottom: 0.225em;
	font-size: 67%;
	font-weight: bolder;
	margin-left: 0.1em;
}
.R {
	font-size: 0.5em;
	font-family: helvetica, "sans serif";
	font-weight: normal;
}
#devise {
	font-size: 0.55em;
	font-family: helvetica, "sans serif";
	font-weight: normal;
}