﻿/* CSS Document */

html, body 
{
	padding:0px;
	margin:0px;
	height: 100%;
	width: 100%;
	overflow:hidden;
}

body {
	color:#FFFF33;
	font-family:Perpetua;
	margin: 0px;
	padding:0px;
	height: 100%;
	width: 100%;
	overflow:auto;
	background-image:url(images/img_background.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}

#corps {
	padding:0px;
	margin:0px;
	height:100%;
	margin-left:250px;   
    overflow:auto;
}
#corps_du_corps {
	padding:0px;
	margin:0px;
	width:750px;
	height:100%;
}
div {
	margin:0px;
	padding:0px;
}
#corps_du_corps img {
	margin:5px;
}
#corps_du_corps div {
	margin:0px;
	padding:0px;
}

/* divers trucs */
a {
	text-decoration:none;
	color:#0D0080;
}
a img {
	border:none;
}
/* fonts */
h1 {
	color:#FFFF33;
	font-family:Perpetua;
	font-weight:bold;
	font-size:24px;
}
h2 {
	color:white;
	font-family:Perpetua;
	font-weight:bold;
	font-size:28px;
}
h3 {
	color:white;
	font-size:24px;
	font-weight:bold;
}
.titre_blanc {
	color:white;
	font-family:Perpetua;
	font-weight:bold;
	font-size:24px;
}
.texte_jaune{
	color:#FFFF33;
}
.texte_blanc{
	color:white;
}
.petit_texte_jaune{
	color:#FFFF33;
	font-size:16px;
	font-weight:normal;
}
.petit_texte_blanc{
	color:white;
	font-size:16px;
	font-weight:normal;
}

p {
	color:#FFFF33;
	font-size:20px;
	font-weight:normal;
}
ul {
	padding:0px;
	margin:0px;
	color:white;
	font-size:20px;
	font-weight:normal;
}
li {
	list-style:none;
	padding-left:30px;
	color:#FFFF33;
	font-size:20px;
	font-weight:normal;
}

 /*on definit la taille de la div du menu ainsi que la taille de parties du menu.*/
#menu {
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	width:220px;
	height:100%;
	background-image:url(images/img_menu_background.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
#menu a {
	color:#0D0080;
}
#menu p {
	margin-top:8px;
	color:#0D0080;
}

#menu li {
	padding:0px;
	margin:0px;
	width:200px;
	font:Perpetua;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#0D0080;
}

#menu ul {
	padding:0px;
	width:200px;
	margin-left:10px;
	margin-right:0px;
	font:Perpetua;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#0D0080;
}

/*On positionne les elements du menu */
#en_tete_menu {
	height:200px;
}
#pied_menu {
	height:200px;
}

#menu ul li {
	position:relative;
	margin:0px;
	padding-top:1px;
	list-style: none; /*on enleve les icones de liste */
	width:200px;
	height:40px;
	background-image:url(images/img_bouton_menu.gif);
	background-repeat:no-repeat;
}
#menu ul li:hover {
	background-position:0px -60px;
}
#menu ul ul {
	position: absolute;
	top: -10px;
	left:200px; /*150px; correspond au décalage a droite, on décale de la taille du ul de base*/
	width:200px;
	height:40px;
	margin:0px;
	padding:0px;
	margin-right:0px;
	background-image:url(images/img_bouton_menu.jpg);
	background-repeat:no-repeat;
	display:none;
}  

.banniere {
	padding:0px;
	clear:both;
	width:800px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
}
.bouton {
	width:200px;
	height:40px;
	background-image:url(images/img_bouton_menu.gif);
	font:Perpetua;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	color:#0D0080;
	display:block;
}
.bouton:hover {
	background-position:0px -60px;
}
.bouton a {
	color:#0D0080;
}
.bouton p {
	padding-top:8px;
	color:#0D0080;
}

/* les classes */

.flotte_gauche {
	float:left;
}
.flotte_droite {
	float:right;
}
.flotte_stop {
	clear:both;
}

#table_tarifs {
	width:600px;
	font-family:Perpetua;
	font-size:20px;
	color:white;
	font-weight:normal;
	border:#000000;
	border:none;
	text-align:center;
}
#table_tarifs th {
	width:200px;
	color:white;
	border:#000000;
	border:solid;
	border-width:1px;
	border-color:black;
	background-image:url(images/img_table_background.jpg);
	background-repeat:repeat;
	height:40px;
}
#table_tarifs tr{
	width:200px;
	border:#000000;
	border:solid;
	border-width:1px;
	border-color:black;
	font-weight:normal;
}
#table_tarifs td {
	width:200px;
	border:#000000;
	border:solid;
	border-width:1px;
	border-color:black;
	background-image:url(images/img_table_background.jpg);
	background-repeat:repeat;
	color:#FFFF33;	
}
#gallerie {
	width:600px;
}	
.gallerie_H {
	width:600px;
}
.gallerie_V {
	width:140px;
}

#affichage { /* pourl'affichage des images */
	width:420px;
	height:346px;
	background-image:url(images/img_gallerie_background.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#affichage p {
	margin-top:0px;
	color:white;
}
#affichage img {
	padding-top:2px;
}	
