@charset "UTF-8";

body {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(fondboulangerie.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 12px;
}

.oneColFixCtr #container {
	width: 780px;  /* paramétrage de la largeur à 20 pixels de moins que le plein écran (800 pixels) pour tenir compte de l'habillage du navigateur et éviter l'apparition d'un ascenseur horizontal */
	background: #FFFFFF;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

/*bloc de la page dans l'ordre*/

#blocpratique {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #999;
	display: block;
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#bloctexte {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #999;
	display: block;
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#bloclienchambre {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #999;
	display: block;
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#bloclogo {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #999;
	display: block;
	height: auto;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 10px;
}
#blocdescriptif {
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}

#blocbasdepage {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #999;
	display: block;
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#blocbasdepagerouen {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #999;
	display: block;
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#blocbaguette {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #999;
	display: block;
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#blocbrisedemer {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	color: #999;
	display: block;
	height: auto;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.texte { color: #666; font-size: 14px; font-family: georgia, times; font-style: normal; font-weight: normal; line-height: 16px; }
.texteblanc {
	color: #FFF;
	font-size: 14px;
	font-family: georgia, times;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
}
.textepetit { color: #666; font-size: 12px; font-family: georgia, times; font-style: normal; font-weight: normal; line-height: 14px; }
.petittitreblanc {
	color: #FFF;
	font-size: 17px;
	font-family: georgia, geneva, helvetica, arial;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}
.textepetit10 { color: #666; font-size: 10px; font-family: georgia, times; font-style: normal; font-weight: normal; line-height: 12px; }
.petittitreblanc {
	color: #FFF;
	font-size: 17px;
	font-family: georgia, geneva, helvetica, arial;
	font-weight: normal;
	font-style: normal;
	line-height: 18px;
}

.titre {
	color: #999;
	font-size: 22px;
	font-family: georgia, geneva, helvetica, arial;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
}

.titregris {
	color: #999;
	font-size: 22px;
	font-family: georgia, geneva, helvetica, arial;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
}

.grostitre {
	color: #999;
	font-size: 30px;
	font-family: georgia, geneva, helvetica, arial;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
}
.textejustifie {
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
}

