/* CSS3 Document  */

body
{
	width:1024px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
 }

#reveillon
{
	width: 200px;
	height: 201px;
   	margin: 50px 0 0 880px;
	position:absolute;
   	background-image: url(images/boule_rev.png);
   	background-repeat:no-repeat; 
   	border-width: 0px;
}
 
#bann
{
	width: 700px;
	height: 250px;
   	margin: 0 auto 0 auto;
   	background-image: url(images/bann.png);
   	background-repeat:no-repeat; 
   	border-width: 0px;
}
 
#logo
{
	margin-top:-240px;
	position:absolute;
}

#livre
{
   	width: 825px;
   	height: 650px;
 	margin: auto;
  	background-image:url(images/livre.png);
 	background-repeat:no-repeat; 
   	position:relative;
}

#onglets
{
	height: 650px;
	width: 100px;
	margin-left: 89%;
	margin-top: -625px;
}

#onglets2
{
	height: 650px;
	width: 100px;
	margin-left: -3.5%;
	margin-top: -650px;
}

#copyright
{
	margin: 0 0 0 35%;
}


/*FORMULAIRE CONTACT*/

#formulaire
{
	width: 340px; 
	height: 450px;
}

/*FIN DU FORMULAIRE*/


/*FORMULAIRE LIVRE D'OR*/

.livreor1
{
	height: 500px;
}


/*FIN DU FORMULAIRE*/

.espace_onglet
{
	margin-top: -25px;
}

.espace_onglet2
{
	margin-top: 10px;
}

/*Mise en forme du texte pour toutes les pages*/

.titre
{
	font-size:1.9em;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px; 
	text-align:center;
}

.cadre
{
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
}
	
.sous_titre
{
	font-size: 1.5em;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
}

.prix
{
	font-size: 1.5em;
	font-weight: bold;
	width: 300px;
	margin-left: 15px;
}

/* Mise en forme du texte pour la carte*/

.separateur_carte
{
	/*position:absolute;
	padding-left: 75px;
	padding-right: 25px;*/
	/*margin-bottom: -20px;*/
	margin-bottom:-3em;
	text-align:center;
}

.sous_titre_carte
{
	font-size: 1.5em;
	text-align:center;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.sous_catégorie_carte
{
	font-size: 1.2em;
	text-align:center;
	color: #4d453f;
}

.espace
{
	margin-left: 10px;
}

/*Ligne de point pour le menu*/

.point
{
	text-align: right;
	background: url(images/point.png) center repeat-x;
	margin-left: 10px;
}

.cadre_g { width: auto; padding: 0 0 0 14px; margin:0 30px 0 0; }

.cadre_d { width: auto; padding: 0 14px 0 0; margin:0 0 0 30px; }

p
{
	text-align: right;
	background: url(images/point.png) center repeat-x;
}
			
span.left
{
	float: left;
	padding: 0 5px 0 0;
}

span.right { padding: 0 0 0 5px; }

span.left, span.right { background: #FFF9F5; }