@charset "utf-8";
/* CSS Document */

body
	{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #400101;
	margin: 0;
	padding: 0;
	background: #2a020a;
	background: url(../images/fond.gif) repeat-x top center #70634e;
	}
	
#accueil
	{ 
	background: #2a020a;
	}

#wrapper
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	min-height: 900px;
	/*height: auto !important;  Correction IE6 */
	z-index: 10;	
    }
	
#wrapper_intro
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height: 800px;
	/*height: auto !important;  Correction IE6 */
	text-align: right;
    }
	
#wrapper_intro p a
	{
	line-height: 20px;
	color: #b59469;
	text-decoration: none;
	}
	
#wrapper_intro p a:hover
	{
	color: #fff;
	text-decoration: none;
	}


#header
	{
	position: relative;
	height: 170px;
	background: url(../images/header.jpg) no-repeat top center;
	}
	
h1
	{
	position: absolute;
	margin: 0;
	padding: 0;
	text-align: center;
	left: 23px;
	top: 0;
	z-index: 10;
	}
	
h2
	{
	margin: 0;
	padding: 15px 0 20px 0;
	text-align: center;
	/*left: 463px;
	top: 172px;*/
	}
	
.h2_bug
	{
	padding-top: 23px;
	}
	
p
	{
	line-height: 1.4em;
	padding: 0;
	margin: 0;
	}
	
img
	{
	border: 0;
	}

a
	{
	outline: 0;
	}
	
:focus
	{
	-moz-outline-style: none;
	}
	
.clear 
	{
	clear: both;
	height: 1px;
	overflow: hidden;
	}

#son
	{
	margin-left: 650px;
	}
	
.lecteur
	{
	margin-bottom: 70px;
	}

#serviette
	{
	position: absolute;
	z-index: 10;
	width: 169px;
	height: 139px;
	top: 11px;
	left: 881px;
	background:url(../images/serviette.png) no-repeat !important;
	background-image: none;
	}
	
#appareil
	{
	position: absolute;
	z-index: 10;
	width: 176px;
	height: 158px;
	top: 11px;
	left: 881px;
	background:url(../images/appareil.png) no-repeat !important;
	background-image: none;
	}

#sac
	{
	position: absolute;
	z-index: 10;
	width: 235px;
	height: 138px;
	top: 10px;
	left: 841px;
	background:url(../images/sac.png) no-repeat !important;
	background-image: none;
	}


/* ACCUEIL
+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++
*/

#header_accueil
	{
	position: relative;
	height: 170px;
	background: none;
	}

.choisir
	{
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
	}
	
.ville
	{
	width: 180px;
	height: 278px;
	text-align: center;
	color: white;
	list-style-type: none;
	/*line-height: 2em;*/
	}
	
	.ville
		{
		position: relative;
		margin: 0;
		padding: 20px 0 0 410px;
		}
	
	.ville ul
		{
		margin: 0;
		padding: 0;
		}
		
	.ville li
			{
			margin: 0;
			padding: 0;
			}	
			
	.ville a
		{
		color: #FFF;
		margin: 0;
		padding: 0;
		}
		
	.ville img
		{
		margin: 0;
		padding: 0;
		}

	.ville a:hover
		{
		color: #b59469;
		text-decoration: none;
		}


/* CONTENU || BLOCS GENERAUX
+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++
*/

#global
	{
	width: 958px;
	height: 525px;
	margin-top: 70px;
	/*background: url(../images/contenu.jpg) no-repeat bottom center;*/
	}

#contenu
	{
	/*width: 958px;*/
	height: 525px;
	background: url(../images/contenu.jpg) no-repeat top center;
	}
	

/* PLATS
+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++
*/

.nom_plat
	{
	display: block;
	width: 80%;
	float: left;
	overflow: hidden;
	}

.prix
	{
	display: block;
	width: 20%;
	float: left;
	text-align: right;
	}
	
.desc {
	display: block;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	/*line-height: 1.7em;*/
	background: none;
	clear: left;
}


/* ETIQUETTES
+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++
*/

.nom
	{
	display: block;
	padding: 10px;
	background: url(../images/strie.gif) repeat top left;
	font-size: 24px;
	font-weight: bold;
	color: white;
	text-align: center;
	}
	
.nom span
	{
	font-size:18px;
	color: #400101;
	}
	
.galerie
	{
	display: block;
	padding: 10px;
	background: url(../images/strie.gif) repeat top left;
	font-size: 24px;
	font-weight: bold;
	color: #400101;
	text-align: center;
	}


/* EQUIPE
+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++
*/

#equipe_title
	{
	position: absolute;
	z-index: 9;
	width: 398px;
	height: 43px;
	top: 106px;
	left: 495px;
	background: url(../images/prenom.jpg) no-repeat top left;
	}

.identite
	{
	width: 120px;
	padding-left: 15px;
	font-size: 12px;
	float: left;
	}

.age
	{
	width: 100px;
	padding-left: 15px;
	font-size: 12px;
	float: left;
	}
	
.fonction
	{
	width: 310px;
	height: 20px;
	margin-left: 15px;
	font-weight: normal;
	color: #f2780c;
	clear: left;
	}


/* AGENDA
+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++
*/

.agenda
	{
	width: 95%;
	padding-left: 15px;
	font-size: 12px;
	float: left;
	}
	
.agenda_desc
	{
	padding: 10px;
	}


/* LIVRE D'OR
+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++
*/

.livre_or
	{
	position: relative;
	width: 439px;
	height: 449px;
	margin-top: 15px;
	padding: 8px 3px 6px 11px;
	background: url(../../images/cadre.jpg) no-repeat top right;
	float: left;
	}
.commentaire_livre
	{
	width:400px;
	height: 380px;
	margin: 24px 10px 0 0;
	padding-right: 20px;
	overflow: auto;
	float: right;
	}
.commentaire_livre ul
	{
	padding: 5px 0;
	border-bottom: 1px solid #CCC;
	list-style: none;
	}
.commentaire_livre ul li
	{
	padding: 2px 0 2px 0;
	color: #675b47;
	}
.commentaire_livre ul li strong
	{
	padding: 2px 0 2px 0;
	color: #5f000f;
	}
		
	.mail_valide
		{
		width: 435px;
		height: 400px;
		background: url(../../images/mail_valide.png) no-repeat top right;
		}
		
	.img_bug
		{
		display: none;
		width:0;
		height: 0;
		}
	.livre_form
		{
		width: 315px;
		height: 249px;
		padding-left: 125px;
		padding-top: 190px;
		background: url(../../images/livredor.jpg) no-repeat top right #000;
		}
		
.livre_or textarea
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFF;
	margin: 5px 0 10px 12px;
	padding: 0 5px;
	width: 260px;
	max-width: 270px;
	font-size: 12px;
	border: 1px solid #000;
	}
	
.livre_or input
	{
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFF;
	margin: 5px 0 10px 12px;
	padding: 0 5px;
	font-size: 12px;
	border: 1px solid #000;
	}
	
.livre_or label
	{
	margin: 0;
	padding: 0;
	}
	
	
/* CONTACT
+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++
*/
	
#contact_wrap
	{
 	width: 921px;
	padding: 15px 0 10px 0 !important;
	padding: 35px 0 10px 0;
	}

#map
	{
	float: left;
	}
	
.contact_infos
	{
 	float: left;
	}

.contact_infos img
	{
 	float: left;
	}
	
.contact_infos object
	{
 	float: right;
	}

.map
	{
	position: relative;
	width: 432px;
	height: 407px;
	margin: 0;
	padding: 40px 3px 6px 18px;
	background: url(../images/cadre.jpg) no-repeat top right;
	float: left;
	clear: none;
	}
	
.contact_valide
	{
	width: 435px;
	height: 303px;
	background: url(../../images/contact_valide.png) no-repeat top right;
	float: right;
	}
	
.contact_form
	{
	width: 400px;
	height: 303px;
	margin-right: 25px;
	margin-top: 40px;
	background-color: #fff5e8;
	float: right;
	}
	
#contact_wrap textarea
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFF;
	margin: 5px 0 10px 12px;
	padding: 0 5px;
	width: 260px;
	max-width: 270px;
	font-size: 12px;
	border: 1px solid #000;
	}
	
#contact_wrap input
	{
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #FFF;
	margin: 5px 0 10px 12px;
	padding: 0 5px;
	font-size: 12px;
	border: 1px solid #000;
	}
	
#contact_wrap label
	{
	margin: 0;
	padding: 0;
	}
	


	
/* FOOTER
+++++++++++++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++
*/

#footer
	{
	height: 100px;
	line-height: 2.2em;
	padding: 15px 40px;
	font-size: 12px;
	color: #b59469;
	text-align: right;
	}
	
#footer_accueil
	{
	height: 50px;
	line-height: 2.2em;
	padding: 80px 0 0 0;
	font-size: 12px;
	color: #b59469;
	text-align: center;
	}
	
#footer a, #footer_accueil a
	{
	text-decoration: underline;
	color: #b59469;
	}

#footer a:hover, #footer_accueil a:hover
	{
	text-decoration: none;
	color: #fff;
	}

