@font-face
{
	font-family: "BallparkWeiner";
	src: url("polices/ballpark.eot");
	src: url("polices/ballpark.eot?#iefix") format ("embedded-opentype"), 
	url("polices/ballpark.woff") format("woff"),
	url("polices/ballpark.ttf") format("truetype"),
	url("polices/ballpark.svg#BallparkWeiner") format("svg");
	font-weight:normal;
	font-style:normal;
}

@font-face
{
	font-family: "Dayrom";
	src: url("polices/dayrom.eot");
	src: url("polices/dayrom.eot?#iefix") format ("embedded-opentype"), 
	url("polices/dayrom.woff") format("woff"),
	url("polices/dayrom.ttf") format("truetype"),
	url("polices/dayrom.svg#Dayrom") format("svg");
	font-weight:normal;
	font-style:normal;
}

header
{
	background:url("0216_separateur.png") repeat-x bottom; /*crée une ligne séparateur */
}

header img
{
	border-radius: 10px; /* crée un bord arrondi à la photo chalet */
	box-shadow: 4px 4px 4px #1c1a19; /* crée une ombre sous la photo */
	margin-right: 10px;
	margin-bottom: 15px;
}
header, h1
{	
	color:black;
	font-family: 'BallparkWeiner', 'Times New Roman', 'Trebuchet MS', Arial, sans-serif;
	font-size: 1.4em;
}

header, h2
{	
	color:black;
	font-family: 'BallparkWeiner', 'Times New Roman', 'Trebuchet MS', Arial, sans-serif;
	font-size: 1.1em;
}
#clignote
{
	animation: Test 2s infinite;
}
@keyframes Test
{
0%{opacity:1;}
50%{opacity:0;}	
100%{opacity:1;}
}
h3
{	
	color:black;
	font-family: 'BallparkWeiner', 'Times New Roman', 'Trebuchet MS', Arial, sans-serif;
	font-size: 1.1em;
}
#info
{
	color:black;
	font-family: 'BallparkWeiner', 'Times New Roman', 'Trebuchet MS', Arial, sans-serif;
	font-size: 1.1em;
}
body,p
{
	background-color: #ffffd6;
	font-family:'Trebuchet MS', Arial, sans-serif;
	color:black;
}

#bloc_page
{
	width:1100px;
	margin: auto;
	text-align: justify;
}

#titre_principal
{
	display: inline-block;
	margin-bottom: 2px;
}

#chalet, header h1, h2
{
	display: inline-block;
	vertical-align: middle;
}

/* Navigation */

#banniere_image
{
	height: 320px; /* hauteur de la banniere */
	border-radius: 5px; /* crée un cadre arrondi à la photo */
	background: url("0215_BANNIERE.jpg") no-repeat; /* indroduit la photo en fond de section */
	position: relative;
	box-shadow: 0px 4px 4px #1c1a19; /* crée une ombre sous la photo */
	margin-bottom: 25px; /* crée un espace sous la photo */
	margin-right: 180px; /* crée un espace à droite de la photo */
}

#banniere_description
{
	position: absolute; /*fixe la position de la description en absolu */
	bottom: 0; /*positionne le texte en bas à gauche */
	border-radius: 0px 0px 5px 5px;
	width: 99.5%;
	height: 33px; /* crée une hauteur à la section du texte */
	padding-top: 15px; /* introduit marge en dessus du texte */
	padding-left: 4px; /* introduit marge à gauche du texte */
	background-color: rgb(24,24,24); /* introduit une bande noire transparente Pour les anciens navigateurs */
	background-color: rgba(24,24,24,0.6); /* introduit une bande noire transparente à 0.6 */
	color: white; /* les lettres s'affichent en blanc */
	font-size: 0.8em; /* hauteur de lettre */
}

.bouton_rouge
{
	display: inline-block; /* inscrit le texte voir l'article à côté */
	position: absolute; /*fixe la position de la description en absolu */
	right: 400px; /*positionne le texte en bas à droite */
	bottom: 5px; /*positionne le texte à 5 px du bas */
	color: black; /* couleur des lettres */
	text-decoration: none; /* pas de soulignement */
	background-image: url("fond_degraderouge.png") repeat-x; /* indroduit un fond */
	border: 1px solid #760001; /*indroduit un cadre */
	border-radius: 5px; /* indroduit un arrondi */
	font-size: 1.2em; /* hauteur de lettre */
	text-align: center;
	padding: 8px 8px 8px 8px; /* marge intérieure */
	text-decoration: none; /* pas de soulignement */
	background-color: red; /* remplis le fond en rouge */
}

.bouton_rouge img
{
	border: 0;
}

#barre_dossiers
{
	display: inline-block;
	text-decoration: none;
	margin-top: 20px;
}

#Accueil
{
	display: inline-block;
	text-decoration: none;
	margin-bottom: 2px;
	border: 1px black solid;
	border-radius:0px 10px 0px 0px;
	background-color: silver;
	font-weight: bold;
	width: 140px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	box-shadow: 6px 0px 0px black;
}

#Actu
{
	margin:auto;
	background:url("0216_separateur.png") repeat-x bottom; /*crée une ligne séparateur */
	padding-bottom:15px;
	color:black;
}

/*12_Becassierepage2.php*/
#Actualite
{
	display: inline-block;
	text-decoration: none;
	margin-bottom: 2px;
	border: 1px black solid;
	border-radius:0px 10px 0px 0px;
	background-color: silver;
	font-weight: bold;
	width: 140px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	box-shadow: 6px 0px 0px black;
	color:black;
}

#Hist
{
	margin:auto;
	background:url("0216_separateur.png") repeat-x bottom; /*crée une ligne séparateur */
	padding-bottom:15px;
	color:black;
}
#Histoire
{
	display: inline-block;
	text-decoration: none;
	margin-bottom: 2px;
	border: 1px black solid;
	border-radius:0px 10px 0px 0px;
	background-color: silver;
	font-weight: bold;
	width: 140px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	box-shadow: 6px 0px 0px black;
}

#Liste_d_adresse
{
	display: inline-block;
	text-decoration: none;
	margin-bottom: 2px;
	border: 1px black solid;
	border-radius:0px 10px 0px 0px;
	background-color: silver;
	font-weight: bold;
	width: 180px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	box-shadow: 6px 0px 0px black;
}

#Agenda
{
	display: inline-block;
	text-decoration: none;
	margin-bottom: 2px;
	border: 1px black solid;
	border-radius:0px 10px 0px 0px;
	background-color: silver;
	font-weight: bold;
	width: 140px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	box-shadow: 6px 0px 0px black;
}
#PageAgenda
{	
	position: relative;
	top: 30px;
	text-align: center;	
}

#Arch
{
	margin:auto;
	background:url("0216_separateur.png") repeat-x bottom; /*crée une ligne séparateur */
	padding-bottom:15px;
	color:black;
}
#Archives
{
	display: inline-block;
	text-decoration: none;
	margin-bottom: 2px;
	border: 1px black solid;
	border-radius:0px 10px 0px 0px;
	background-color: silver;
	font-weight: bold;
	width: 140px;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	box-shadow: 6px 0px 0px black;
}

article, aside
{
	display: inline-block; /* déplace l'image de la fontaine à droite de l'article */
	vertical-align: top; /* corrige la hauteur de la photo */
}

article
{
	width: 600px; /* règle la largueur du bloc article */
	border: 2px black solid;
	border-radius: 5px;
	padding-top: 20px;
	padding-left: 10px;
	height: 200px;
	margin-right: 20px;
	color:black;
}

aside
{
	position: absolute;
	
	width: 240px; /* règle la largueur de la partie écrite */
	height: 200px;
	background-color: #706b64;
	box-shadow: 0px 2px 5px #1c1a19;
	border-radius: 5px;
	padding: 10px;
}

aside, p
{
	color: black;
}

table
{
	border-collapse: collapse;
}

td, th /* mettre une bordure sur les td et les th */
{
	border: 1px solid black;
	padding-left: 5px;
	padding-right: 5px;
}
td
{
	font-size: 0.7em;
}
/*16_Becassierepage6.php*/
#contact
{
	/*position:absolute;*/
	margin:auto;
	width: 600px; /* règle la largueur du bloc article */
	border: 2px black solid;
	border-radius: 5px;
	padding-top: 40px;
	padding-left: 10px;
	height: 360px;
	/*margin-right: 200px;*/
}
/*17_Becassierepage7.php*/
#douche
{	
	margin-left:50px;	
}
footer
{
	/*position:absolute;*/
	margin:auto;
	bottom: 20px;	
}
