/*__________________________________________________________________________________________________________________________

Cette feuille de style contient les styles de la page d'accueil :
1. Menu de gauche
2. Visuel central
3. Actualités
4. Pied de page
__________________________________________________________________________________________________________________________*/


/*__________________________________________________________________________________________________________________________

POUR VERIFIER LES EVENTUELS PBS DE MISE EN PAGE : VISUALISATION DU DECOUPAGE 
__________________________________________________________________________________________________________________________
table {border: 1px solid black;}
td {border: 1px dotted gray;}
div {border: 1px solid orange;}
img, form {border: 1px dashed blue;}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow;}
ul {border: 1px solid green;}
li {border: 1px solid lightgreen;}
a {border: 1px solid red;}
*/

/*__________________________________________________________________________________________________________________________

      1. MENU GAUCHE
__________________________________________________________________________________________________________________________*/

#contenu
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	/* ___Texte */
	/* ___Décoration */
	background: #901119;
}

/*______________________________________________ Menu gauche ______________________________________________ */
#menu_gauche_index
{
	/* ___Dimensions et positionnement */
	float: left;
	clear: left;
	width: 271px;
	/* ___Marges */
	margin: 0;
	padding: 15px 0 0 0;
	/* ___Texte */
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	line-height: 3.3em;
	/* ___Décoration */
	list-style: none;
	background: url(../images/index/fd_menu_gauche.gif) top left no-repeat;
}

#menu_gauche_index a
{
	/* ___Dimensions et positionnement */
	display: block;
	/*width: 100%;*/
	height: 40px;
	/* ___Marges */
	margin-left: 13px;
	padding-left: 12px;
	/* ___Texte */
	color: #900D19;
	/* ___Décoration */
	background: url(../images/index/puce_menu_gauche.gif) 0px 15px no-repeat;
	text-decoration: none;
}

.firstletter
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	/* ___Texte */
	font-size: 1.4em;
	/* ___Décoration */
}

#menu_gauche_index a#chateau:hover
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	margin: 0;
	padding-left: 25px;
	/* ___Texte */
	/* ___Décoration */
	background: url(../images/index/fd_menu_gauche_over.gif) no-repeat;
	background-position: 0px -15px;
}

#menu_gauche_index a#locations:hover
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	margin: 0;
	padding-left: 25px;
	/* ___Texte */
	/* ___Décoration */
	background: url(../images/index/fd_menu_gauche_over.gif) no-repeat;
	background-position: 0px -57px;
}

#menu_gauche_index a#visites:hover
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	margin: 0;
	padding-left: 25px;
	/* ___Texte */
	/* ___Décoration */
	background: url(../images/index/fd_menu_gauche_over.gif) no-repeat;
	background-position: 0px -99px;
}

#menu_gauche_index a#anims:hover
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	margin: 0;
	padding-left: 25px;
	/* ___Texte */
	/* ___Décoration */
	background: url(../images/index/fd_menu_gauche_over.gif) no-repeat;
	background-position: 0px -141px;
}

#menu_gauche_index a#evenements:hover
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	margin: 0;
	padding-left: 25px;
	/* ___Texte */
	/* ___Décoration */
	background: url(../images/index/fd_menu_gauche_over.gif) no-repeat;
	background-position: 0px -183px;
}

#menu_gauche_index a#tres_tot:hover
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	margin: 0;
	padding-left: 25px;
	/* ___Texte */
	/* ___Décoration */
	background: url(../images/index/fd_menu_gauche_over.gif) no-repeat;
	background-position: 0px -225px;
}

/*__________________________________________________________________________________________________________________________

      2. VISUEL CENTRAL
__________________________________________________________________________________________________________________________*/


#visuel_index
{
	/* ___Dimensions et positionnement */
	float: left;
	position: relative;
	width: 276px;
	height: 322px;
	/* ___Marges */
	margin: -40px 0 0 0;
	padding: 0;
	/* ___Texte */
	/* ___Décoration */
}

/*__________________________________________________________________________________________________________________________

      3. ACTUALITES
__________________________________________________________________________________________________________________________*/


#actualites
{
	/* ___Dimensions et positionnement */
	float: right;
	position: relative;
	width: 193px;
	/* ___Marges */
	margin: -40px 0 0 0;
	padding: 0 0 35px 0;
	/* ___Texte */
	/* ___Décoration */
	background: url(../images/index/bas_actu.gif) bottom left no-repeat;
}

#actualites h2
{
	/* ___Dimensions et positionnement 
	height: 40px;*/
	/* ___Marges */
	margin: 0;
	padding: 13px 0 0 0;
	/* ___Texte */
	color: #900D19;
	font-size: 1.2em;
	text-align: center;
	font-family: "Trebuchet MS", helvetica, sans-serif ;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	/* ___Décoration */
	background: url(../images/index/fd_titre_actus.gif) top left no-repeat;
}

#actualites p
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	margin: 0 8px 0 5px;
	padding: 5px;
	/* ___Texte */
	font-size: 0.85em;
	text-align: left;
	/* ___Décoration */
	background: #EDE7DF;
}

#actualites a
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	padding-left: 12px;
	/* ___Texte */
	color: #F48F1E;
	font-weight: bold;
	/* ___Décoration */
	background: url(../images/index/puce_actu.gif) top left no-repeat;
}

#actualites img
{
	/* ___Dimensions et positionnement */
	/* ___Marges */
	margin: 0 auto;
	/* ___Texte */
	/* ___Décoration */
	border: 1px solid #f93;
}

/*__________________________________________________________________________________________________________________________

      4. PIED DE PAGE
__________________________________________________________________________________________________________________________*/

#pied 
{
	/* ___Dimensions et positionnement */
	clear:both;
	height: 21px;
	/* ___Marges */
	margin: 0;
	padding: 0;
	/* ___Texte */
	font-size: 1px; /* supprime un bug qui permet à la hauteur d'être plus petite que la hauteur du texte */  
	/* ___Décoration */
	background: url(../images/index/pied.gif) top left no-repeat;
}