@charset "utf-8";

body,td,th {
/* On définit ici la police principale utilisée pour les pages du site ainsi que la couleur des textes */
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

body {
	/* On définit ici la couleur (ou image) de fond de page et les marges de la page */
	background-color: #e6e6f5;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/fond_page.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

a:link {
/* Aspect des liens */
	color: #666666;
	text-decoration: none;
}

a:visited {
/* Aspect des liens déjà visités */
	text-decoration: none;
	color: #666666;
}

a:hover {
/* Aspect des liens survolés */
	text-decoration: none;
	color: #000000;
}

a:active {
/* Aspect du lien actif */
	text-decoration: none;
	color: #666666;
}
.PseudoLien {
	font-weight: bold;
	cursor: pointer;
	clear: both;
}

h1 {
	/* Aspect des balises h1 utilisées pour afficher les titres de rubrique et d'article */
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
}
div#ListeLiens {
	padding-left: 20px;
}
h2 {
	/* Aspect des balises h2 utilisées pour afficher les sous-titres de rubrique et d'article */
	font-size: 14px;
	font-weight: normal;
}

h3 {
	/* Aspect des balises h3 utilisées pour afficher les titres de chapitre */
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 6px;
	margin: 0px;
}
.TitreActu {
	font-weight: bold;
	font-variant: small-caps;
	color: #666666;
}

img.right {
	/* Aspect des images avec alignement de l'image à droite (le texte est alors placé sur la gauche de l'image)
Le style doit être accompagné du paramètre - align="right" - placé dans la balise image */
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-left-color: #DFDFDF;
	background-image: url(../images/FondImage.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 8px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
}

img.left {
	/* Aspect des images avec alignement de l'image à gauche (le texte est alors placé sur la droite de l'image)
Le style doit être accompagné du paramètre - align="left" - placé dans la balise image */
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-top: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-left-color: #DFDFDF;
	background-image: url(../images/FondImage.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 8px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
}
div#page {
/* Aspect de la balise div principale des pages du site
On définit ici la largeur et la couleur (ou l'image) de fond de la partie "utile" de la page */
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/FondContenu.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.livreDor {
	background-image: url(../images/livre_d_or.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 575px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.Agenda {
	width: 590px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(../images/Coin-feuille.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
}
.billet {
	font-family: "Courier New", Courier, monospace;
}
hr {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666666;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.SmallText {
	font-size: 9px;
}

div#bandeau {
/* Aspect du bandeau entête des pages */
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#TitreBandeau {
	/* Aspect du bandeau titre des pages */
	width: 100%;
	height: 32px;
	background-image: url(../images/ferme_equestre.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: 185px;
	font-family: "Courier New", Courier, monospace;
	font-variant: small-caps;
	font-size: 16px;
	color: #FFFFFF;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#MenuVertical {
/* Aspect de la balise div contenant le bloc de menu en version verticale */
	width: 300px;
	margin-left: 20px;
	background-image: url(../images/Trait_Menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-top: 3px;
	margin-bottom: 10px;
	float: left;
}

.SousMenuVertical img, .SousMenuVertical span { 
/* s'applique au images et balises span des sous-menus du menu vertcal.
Il sert entre autre chose à aligner verticalement la vignette du sous-menu avec le bloc (span) qui contient les éléments du sous-menu. */
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 8px;
}

.SousMenuVertical { 
/* Sous-menu du menu vertical permet surtout de marquer les différents sous-menus */
	background-image: url(../images/Coin-feuille.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#Contenu {
/* Aspect du bloc (div) qui contient le contenu (là ou s'affichent rubriques et articles */
	width: 610px;
	float: left;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

div#RubHeader {
/* Balise div qui contient l'entête complet de la rubrique */
	clear: both;
}

div#RubChapter {
/* Balise div qui contient les chapitres de la rubrique */
	clear: both;
}

div#PiedPage {
/* s'applique à la balise div qui contient le pied de page */
	font-size: 10px;
	background-image: url(../images/PiedPage.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	vertical-align: top;
	height: 50px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}

#NumerosPages {
	font-size: 10px;
}

#NumerosPages span {
	color: #FFFFFF;
	background-color: #999999;
	border: 1px solid #666666;
	padding-right: 3px;
	padding-left: 3px;
	margin: 2px;
	font-weight: bold;
}

#NumerosPages a:hover {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #333333;
	padding-right: 3px;
	padding-left: 3px;
	margin: 2px;
}

#NumerosPages a:link, #NumerosPages a:active, #NumerosPages a:visited {
	padding-right: 3px;
	padding-left: 3px;
	margin: 2px;
	border: 1px solid #666666;
}li {
	list-style-image: url(../images/Puce.gif);
}
.Slide {
	font-weight: normal;
	padding-top: 3px;
}
.photoSimple {
	border: 0px none #FFFFFF;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
}.vignette {	/* Aspect des images avec alignement de l'image à droite (le texte est alors placé sur la gauche de l'image)
Le style doit être accompagné du paramètre - align="right" - placé dans la balise image */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-left-color: #DFDFDF;
	background-image: url(../images/FondImage.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 8px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
}
table.galerie {
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
	width: 100%;
}

table.galerie td {
	text-align: center;
	vertical-align: middle;
}.AlbumPhoto {
	border: 1px ridge #DFDFDF;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.vignetteAlbum {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	color: #422100;
	background-image: url(../images/Album-photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	vertical-align: middle;
	height: 100px;
	width: 205px;
	padding-top: 70px;
	padding-right: 25px;
	padding-bottom: 55px;
	padding-left: 50px;
	margin: 10px;
	float: left;
}
.popup {	/* Aspect des images avec alignement de l'image à droite (le texte est alors placé sur la gauche de l'image)
Le style doit être accompagné du paramètre - align="right" - placé dans la balise image */
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-left-color: #DFDFDF;
	background-image: url(../images/FondImage.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
}
.popupPhoto {	/* Aspect des images avec alignement de l'image à gauche (le texte est alors placé sur la droite de l'image)
Le style doit être accompagné du paramètre - align="left" - placé dans la balise image */
	text-align: center;
	margin: 5px;
	border: 0px none #FFFFFF;
}
div#popUp_Photo {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-left-color: #DFDFDF;
	background-image: url(../images/FondImage.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 180px;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
div#popUp_Actu {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-left-color: #DFDFDF;
	background-image: url(../images/FondImage.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	float: right;
	width: 382px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.calendrier {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DFDFDF;
	border-left-color: #DFDFDF;
	background-image: url(../images/FondImage.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 8px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	margin: 0px;
}
.calendrier td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	height: 33px;
	width: 55px;
	text-align: right;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
}
.calendrier  td.Titre {
	font-size: 16px;
	font-variant: small-caps;
	background-color: #666666;
	text-align: center;
	vertical-align: middle;
	height: auto;
	width: auto;
	padding: 3px;
	border: 1px solid #666666;
}
.calendrier   td.LienMois {
	font-size: 12px;
	font-weight: normal;
	font-variant: small-caps;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}

.calendrierDispo {
	background-color: #009900;
	padding-right: 3px;
	cursor: pointer;
}

.calendrierNonDispo {
	background-color: #CC0000;
	padding-right: 3px;
	cursor: default;
}
.calendrierDateOff {
	background-color: #CCCCCC;
	padding-right: 3px;
}
.calendrier td.Today {
	font-size: 18px;
	border: 2px solid #666666;
}
.calendrier	 td.legendes {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 20px;
	width: auto;
}
.FormResa {
	background-color: #EEEEEE;
	width: 550px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;
}
.ChampFormulaire {
	font-weight: bold;
	color: #999999;
	padding: 1px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}
