/* ==================================================
   Définition Basique des éléments - GENERIC Alp 2011
   ================================================== 
   Adapt H-DC STONE AGE octobre 2011 - V1.4 */ 

/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	font-size: 100%; /* Voir -> Note 1 à la fin de la feuille de styles. */
}
body {
	margin: 0;
	padding: 10px 20px; /* Note -> 2 */
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: .8em; /* -> 4 */
	line-height: 1.25; /* -> 5 */
	color: black;
/*	background: black;  */
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/* Liens */
a {
	color: mediumblue;
	text-decoration: underline;
}
a:hover, a:focus {
	color: crimson;
}
a imgt {
	border: none; /* -> 10 */
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: dimgray;
}


/* --- STYLES POUR CERTAINS GABARITS --- */

#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}

/* ==============================================
   Extensions - personnalisation pour MAJ
   ============================================== */


/* --- COULEURS --- */


/* Général */
body {
	color: #F0E39E;
	background-image: url(../images/lascaux6.jpg);
	background-attachment:fixed;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FFFFFF;
}
strong {
	color: #A1B55D;
}


/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 0px 10px 0px 10px;
}
/* Global */
#global {
/*	border-right: 1px solid #888999;  */
/*	border-left: 1px solid #888999;   */
	color: #F0E39E;
	width: 80%;
	overflow: hidden; 
	min-width: 700px;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
/*	background: #181A12;  */
/*	background: #DDDFFF;  */
/*	background: #000000;  */ 
}

/* En-tête */
#entete {
/*	background-image: url(../images/ban06.png); */
	background-image: url(../images/ph01.gif);
	padding: 15px;
}
#enteteep {
	background-image: url(../images/ph01.gif);
	padding: 15px;
}


/* Bas-page */
#pied {
/*	background-image: url(../images/rock050.gif);  */
	margin-top: -10px;
	min-width: 700px;
	max-width: 750px;
    height: 20px;
}

/*  Bloc Gauche */
#gauche {
	margin-top: 40px;
	margin-left: 10px;
    width: 410px;
    height: 580px;
}

/* Bloc droite */
#droite {
	margin-top: -605px;
	margin-left: 470px; 
	width: 220px;
	height: 600px;
	background: #770000;
}

/* Bloc page */
#page {
	background-image: url(../images/Image5.jpg);
	margin-top: 10px;
	margin-left: 0px; 
	padding: 10px 20px 10px 40px;
}

/* Mention de copyright */
#copyright {
	width: 180px;
	margin: 0;
	padding: 0 0 10px 20px;
	text-align: left;
}


/* HEADER MENU */

#accueil a {display:block;width:75px;height:34px;background-image:url(../images/s01.gif);
}
#accueil a:hover{display:block;width:75px;height:34px;background-image:url(../images/s01.jpg);
}
#photos a {display:block;width:80px;height:34px;background-image:url(../images/s02.gif);
}
#photos a:hover{display:block;width:80px;height:34px;background-image:url(../images/s02.jpg);
}
#liens a {display:block;width:77px;height:34px;background-image:url(../images/s03.gif);
}
#liens a:hover{display:block;width:77px;height:34px;background-image:url(../images/s03.jpg);
}
#calendrier a {display:block;width:113px;height:34px;background-image:url(../images/s04.gif);
}
#calendrier a:hover{display:block;width:113px;height:34px;background-image:url(../images/s04.jpg);
}
#livredor a {display:block;width:111px;height:34px;background-image:url(../images/s05.gif);
}
#livredor a:hover{display:block;width:111px;height:34px;background-image:url(../images/s05.jpg);
}
#quitter a {display:block;width:195px;height:32px;background-image:url(../images/s06.gif);
}
#quitter a:hover{display:block;width:195px;height:32px;background-image:url(../images/s06.jpg);
}
#espace a {display:block;width:200px;height:32px;background-image:url(../images/s07.gif);
}
#espace a:hover{display:block;width:200px;height:32px;background-image:url(../images/s07.jpg);
}

/* Navigation */
#navigation {
/*	background: #181A12;  */
/*	background: #000000;  */
    background: #990000;
	margin-left: 20px;
}
#navigation a {
/*	color: #FF6533;  */
	color: #ffffff;  
}
#navigation a:hover, #navigation a:focus {
/*	background: #000000;  */
	background: #181A12;
}
#navigation {
	width: 180px;
	float: left; /* -> 5 */
}
#navigation ul {
	margin: 0;
	padding: 10px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%; /* -> 6 */
	padding: 6px 6px 6px 10px;
	line-height: 1.0;
	font-size: .9em;
	text-decoration: none;
}
/* FIN du DOCUMENT @lp */