/* _ mise en place generale _ */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana,Geneva, "Bitstream Vera Sans", sans-serif;
	font-weight: normal;
	color: #424;
	background: #DDD url(../images/negatif.png) 91% 0 repeat-y ;
}

div#page {
	position: absolute;
	top: 0;
	left : 0;
	width: 78%;
	font-size: 0.9em;
	text-align: center;
	padding: 25px 0px;
}

div#menu {
	position: absolute;
	top: 90px;
	right: 3%;
	width : 14em;
	font-size: 0.8em;
	color: #000;
	background-color : #EEE;
	border : 2px solid #FFF;
	-moz-border-radius: 10px;
}

div#switcher {
	position : absolute;
	top : 340px;
	left : 92%;
}

div#menu[id],div#switcher[id] {
	position : fixed;
}

/* _ les liens  _ */

a {
	color: #000;
	background-color : transparent;
}

a:hover{
	color: #FF00AC;
	background-color: transparent;
}

a img {
	border: none;
}

#menu a {
	display : block;
	height: 1em;
}

body>#menu a {
	height : auto;
}

#menu a:hover {
	color : #fff;
	background-color : #667;
}

/* _ le menu _ */

#menu ul ,#switcher ul {
	margin-top: 20px;
	margin-left: 0;
	padding-left : 20px;
	text-align: left;
}

li {
	list-style-type: none;
	font-weight: normal;
	line-height: 1.6em;
	display : block;
}

li.actif, .actif a {
	font-weight: bold;
	text-decoration : underline;
	color : #757;
	background-color : transparent;
}

li.secret {
	display : list-item;
	list-style-image : url(../images/star10.gif);
}

li#accueil a {
	color : #FFF;
	background : url(../images/logo.jpg) no-repeat;
	text-decoration : none;
	line-height : 22px;
}

li#accueil a:hover {
	color : #FFF;
	background-color : transparent;
	font-weight: bold;
}

#switcher ul {
	font-size : 0.6em;
	font-style : normal;
	padding : 0;
}

/* _ page proprietes generales _ */

h1 {
	font-weight: normal;
	font-size: 1.6em;
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 1%;
}

em {
	font-size : 0.8em;
	font-style : inherit;
}

.justifie p {
	line-height : 30px;
	width: 70%;
	margin : 30px auto;
	text-align : justify;
	text-indent : 3.5em;
}

.caps {
	font-variant : small-caps;
}

div.cadre {
	color : inherit;
	background-color: #FFF;
	border : 1px #8E206E solid;
}

.pieddepage {
	font-size: 0.7em;
	font-weight: bold;
	font-style: normal;
	position: absolute;
	width: 100%;
	left: 0%;
}

/* _ les pages de vignettes _ */

div.vignettes h1 {
	color : #121;
	background-color : inherit;
	position : absolute;
	width : 250px;
}

div.vignettes li {
	position : absolute;
	width : 250px;
	font-size: 0.7em;
	text-align: center;
}

div.vignettes a {
	text-decoration : none;
}

div.vignettes a img {
	border: #757 1px solid;
}

/* _ les photos  agrandies _ */

div.photo h1 {
	margin: auto;
	padding-top: 15px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	color: #EEE;
	background: #667;
}

h1#horizontale {
	width: 500px;
	margin-top: 70px;
}

h1#verticale {
	width: 360px;
	margin-top: 10px;
}

div.photo img {
	margin: 20px;
	border: #FFF 1px solid;
}

span.copyright {
	font-size: 0.8em;
	font-weight : normal;
	font-style: italic;
	line-height : 2em;
}

div.photo ul {
	font-size : 0.7em;
	position: absolute;
	top: 390px;
	right: -10%;
	padding: 0;
}

div.photo li {
	text-align : right;
}

/* _ cas particuliers _ */

h1#intro {
	width: 500px;
	height : 180px;
	font-family : "Times New Roman", Utopia, Times, serif;
	font-size : 26px;
	font-style : italic;
	line-height: 35px;
	margin: 50px auto 70px;
	color: #FFF;
	background: url(../images/perlan.jpg) no-repeat;
	border : 1px #000 solid;
}

img#etoile {
	height: 8px;
	width: 8px;
	margin-left: 300px;
}

h1#balu {
	width: 276px;
	height : 101px;
	line-height : 40px;
	margin: 70px auto;
	background: url(../images/baluh1_2bas.jpg) no-repeat;
	border : 1px #433 solid;
}




