/* _____ mise en place generale   _____*/

body {
	margin: 0;
	padding: 0;
	font-size : 14px;
	font-size : 90%;
	font-family: "Times New Roman",Times,serif;
	font-weight: normal;
	font-style: italic;
	color: #FFD8BB;
	background-color: #2A002A;
	overflow : hidden;
}

html>body {
	overflow : visible;
}

div#page {
	position: absolute;
	width: 78%;
	right: 0;
	top: 0;
	font-size: 1.4em;
	text-align: center;
	padding: 25px 0px;
	overflow : auto;
	height: 100%;
}

div#menu {
	position: absolute;
	width: 150px;
	left: 10px;
	top: 40px;
	color: #FF00AC;
	background-color: #3A113A;
	border-top: 1px #993366 solid;
	border-left: 1px #993366 solid;
	border-right: 1px #FF00AC solid;
	border-bottom: 1px #FF00AC solid;
}

div#switcher {
	position : absolute;
	top : 0px;
	left : 40px; 
}

#page[id] {
	padding: 0;
	overflow : visible;
}

div#menu[id],div#switcher[id] {
	position : fixed;
}

/* _____ les liens   _____*/

a {
	color: #FF00AC;
	background-color: transparent;
}

a:hover{
	color: #CCFFFF;
	background-color: transparent;
	font-weight : bold;
}

a img {
	border: none;
}

.pieddepage a {
	text-decoration : none;
}

/* _____ le menu   _____*/

ul {
	list-style-position: outside;
	margin-top: 15px;
	margin-left: 0;
	padding-left: 20px;
	text-align: left;
}

li {
	list-style-type: none;
	font-weight: normal;
	margin-top: 6px;
}

li.actif,li.secret {
	font-weight: bold;
	list-style-image: url(../images/star10.gif);
}

#accueil {
	margin-right: 25px;
	text-align: center;
	line-height : 60px;
	background : url(../images/boussole.gif) 14px 0px no-repeat;
}

#accueil a {
	display : block;
}

#switcher ul {
	font-size : 0.8em;
	font-style : normal;
	padding : 0;
}

#switcher li {
	margin-top: 0;
	display : inline;
	padding-right : 10px;
}

/* _____ page proprietes generales   _____*/

h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 1.6em;
	color : #F8F1DF;
	background-color : inherit;
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 1%;
}

em {
	font-weight: bold;
	font-style: italic;
	font-size: 0.7em;
}

.justifie p {
	line-height : 30px;
	width: 70%;
	margin : 30px auto;
	text-align : justify;
	text-indent : 3.5em;
}

.caps {
	font-variant : small-caps;
}

.cadre {
	border : 3px #FFD69C solid;
	color : #466987;
	background-color: #FFFFEC;

}

.pieddepage {
	font-family: Verdana, sans-serif;
	font-size: 0.5em;
	font-weight: bold;
	font-style: normal;
	color: #F8F1DF;
	background-color: transparent;
	position: absolute;
	width: 100%;
	left: 0%;
}

/* _____ les pages de vignettes   _____*/

.vignettes h1 {
	color : #F8F1DF;
	background-color : inherit;
	position : absolute;
	width : 250px;
}
.vignettes li {
	position : absolute;
	width : 250px;
	font-family: Verdana, sans-serif;
	font-size: 0.5em;
	font-style: normal;
	font-weight: normal;
	text-align: center;
}

div.vignettes a {
	text-decoration : none;
}

.vignettes a img {
	border: white 2px solid;
}

/* _____ les photos  agrandies   _____*/

.photo h1 {
	margin: auto;
	padding-top: 15px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	font-weight: bold;
	font-style: normal;
	color: #466987;
	background: #FFFFEC;	
}

#horizontale {
	width: 500px;
	margin-top: 70px;
}

#verticale {
	width: 360px;
	margin-top: 10px;
}

.photo img {
	margin: 20px;
	border: #466987 1px solid;
}

.copyright {
	font-size: 0.8em;
	font-weight : normal;
	line-height : 2em;
}

.photo ul {
	width: 360px;
	position: absolute;
	top: 510px;
	left: 50%;
	margin-left: -180px;
	padding: 0;
}

.photo li {
	float: left;
	width: 120px;
	text-align : center;
}

/* _____ cas particuliers   _____*/

h1#intro {
	width: 500px;
	height : 180px;
	font-size : 30px;
	line-height: 35px;
	margin: 50px auto 70px;
	color: #3E003E;
	background: url(../images/titre.jpg) no-repeat;
	border : 1px #FFD8BB solid;
}

img#etoile {
	height: 8px;
	width: 8px;
	margin-left: 300px;
	margin-top: 23px;
}

 h1#balu {
	color: #443333;
	width: 350px;
	height : 50px;
	line-height : 40px;
	margin: 70px auto;
	background: url(../images/baluh1.jpg) no-repeat;
	border : 1px #443333 solid;
}
