@import url(reset.css);

.center{
	text-align: center;
}

br.reset{
	clear:both;
	height:0;
}

#kw {
	height:1px;
	line-height:20em;
	overflow:hidden;
}

#signature {
	font-family: Arial;
	font-size: 0.7em;
	color: #fff;
}

body, html {
	width: 100%;
	height: 100%;
	background-color: #000;
}

h1 {
	height:1px;
	line-height:20em;
	overflow:hidden;
}

div#page {
	position: relative;
	width: 950px;
	height: 550px;
	margin-left: -475px;
	left: 50%;
	margin-top: 100px;
	/*top: 50%;*/
	background-image: url(images/fond_page.jpg);
	overflow:hidden;
}

p#texte_haut {
	position: absolute;
	left: 50px;
	top: 17px;
	font-family: Arial;
	font-size: 0.75em;
	color: #d6a537;
	font-weight: bold;
	padding-left: 6px;
}

div#titre {
	position: absolute;
	width: 385px;
	height: 38px;
	left: 224px;
	top: 48px;
}

p#titre2 {
	position: absolute;
	width: 170px;
	left: 619px;
	top: 40px;
	font-family: Arial;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
}

div#menu {
	position: absolute;
	width: 80px;
	height: 126px;
	left: 56px;
	top: 166px;
}
div#menu ul{
	font-family: Arial;
	font-size: 0.75em;
	font-weight: bold;
	line-height:1.3em;
}
div#menu ul li a{
	text-decoration: none;
	color: #efd041;
}
div#menu ul li a:hover{
	text-decoration: none;
	color: #c37d00;
}

div#flash {
	position: absolute;
	width: 735px;
	height: 281px;
	left: 113px;
	top: 111px;
}

p#adresse {
	position: absolute;
	left: 29px;
	top: 476px;
	font-family: Arial;
	font-size: 0.75em;
	color: #d6a537;
	font-weight: bold;
	padding-left: 6px;
}
p#adresse a {
	text-decoration: none;
	color: #d6a537;
}
p#adresse a:hover {
	text-decoration: underline;
	color: #d6a537;
}

p#titre_page {
	position: absolute;
	width: 180px;
	height: 28px;
	left: 662px;
	top: 158px;
	color: #342100;
	font-family: Arial;
	font-size: 1em;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}
p#texte_droite {
	position: absolute;
	width: 180px;
	height: 194px;
	left: 662px;
	top: 186px;
	color: #342100;
	font-family: Arial;
	font-size: 0.75em;
	overflow: auto;
	text-align: justify;
	font-weight: bold;
	padding-right: 5px;
}
p#texte_droite a {
	text-decoration: none;
	color: #efd041;
}
p#texte_droite a:hover {
	text-decoration: none;
	color: #342100;
}

ul#mini {
	position: absolute;
	right: 100px;
	top: 416px;
	list-style-type: none;
}
ul#mini li {
	float: left;
	margin: 0 0 0 15px;
}
ul#mini li a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #ff0000;
	margin: 2px 0 2px 1px;
}
ul#mini li a:hover {
	border-color: #882119;
}

p#signature {
	font-family: tahoma,arial,verdana,helvetica;
	font-size: 0.7em;
	color: #c37d00;
	position: absolute;
	width: 950px;
	bottom: 20px;
	text-align: center;
	line-height: 1.1em;
}
p#signature a {
	font-family: tahoma,arial,verdana,helvetica;
	color: #c37d00;
	text-decoration: none;
}
p#signature a:hover {
	color: #efd041;
}

p#titre_plan {
	position: absolute;
	left: 320px;
	top: 30px;
	color: #342100;
	font-family: Arial;
	font-size: 1em;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}
img#plan {
	position: absolute;
	left: 150px;
	top: 60px;
}

/* Admin */
div#formulaire {
	width: 400px;
	margin: 10px auto 0 auto;
}
div#formulaire p.ligne {
	line-height: 24px;
}
div#formulaire p.ligne label {
	width: 395px;
	text-align: right;
	padding-right: 3px;
}
div#formulaire p.ligne textarea {
	width: 395px;
	height: 200px;
}
div#formulaire .bouton {
	width: 80px;
	margin: 10px 10px 10px 10px;
}

/************* Popup carte  ****************/
div#page_carte {
	position: relative;
	width: 500px;
	margin-left: -250px;
	left: 50%;
	background-color: #c37d00;
}

div#titre1_carte {
	position: absolute;
	width: 385px;
	height: 38px;
	left: 50px;
	top: 10px;
}

p#titre2_carte {
	position: absolute;
	left: 220px;
	top: 60px;
	color: #342100;
	font-family: Arial;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
}

div#contenu_carte {
	position: relative;
	width: 500px;
	top: 100px;
	margin: auto;
}

div#contenu_carte .texte {
	color: #342100;
	font-family: Arial;
	font-size: 0.75em;
	font-weight: bold;
}
