﻿html {
	margin: 0;
	padding: 0;
	font-family: Verdana;
}

body {
	margin: 0;
	background: #ABF865;
}

#tete {
	height: 80px;
	width: 100%;
	/*background: #009900 url("./images/banniere.png");*/
	font-family: "Comic Sans MS";
	color: #000000;
	background: url("./images/sky_tile.jpg");
	padding-top: 20px;
}

#tete h1 {
	display: inline;
	font-size: 250%;
	text-align: left;
	margin-left: 220px;
	font-family: "porky's heavy";
}

#tete h2 {
	display: inline;
	font-size: 180%;
	text-align: center;
	margin-left: 80px;
}

#code {
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 2px;
	font-size: 80%;
	color: #FFFFFF;
	background: url("./images/black_opa_50.png");
}

#code * {
	padding: 0;
	margin: 0;
}

#gauche {
	width: 200px;
	/*background: #009900 url("./images/banniere.png");*/
	/*float: left;*/
	
	color: #FFFFFF;
	/*margin-left: 10px;
	margin-top: 40px;*/
	position: fixed;
	top: 145px;
	left: 10px;
}

#menu {
	/*background: #8888FF;*/
	color: #FFFF88;
	margin: 0;
	padding: 0;
	font-variant: small-caps;
	background: url("./images/black_opa_50.png");
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	-webkit-border-radius: 15px;
}

#menu ul {
	list-style-type: none;
	padding: 10px;;
}

#gauche a, #code a {
	color: #FFFFFF;
}

#menu a {
	font-size: 115%;
}

#gauche a:visited, #code a:visited {
	color: #F0F0F0;
}

#gauche a:hover, #code a:hover {
	color: #FFFF00;
}

#menu a:hover {
	font-size: 125%;
}

#pied {
	/*background: #FF8888;*/
	margin: 0;
	padding: 0;	
	color: #000000;
}

#pied a, #pied a:visited, #pied a:hover {
	color: #000000;
}

#corps {
	margin: 16px;
	margin-left: 210px;
	background: url("./images/black_opa_50.png");
	padding: 20px;
	color: #FFFFFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

#corps a {
	color: #FFFF88;
}

#corps a:visited, #corps a:hover {
	color: #77FF77;
}

a img {
	border: none;
}

#carte_acces {
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.index_text {
	margin: 25px;
}

table {
	width: 100%;
	text-align: center;
}

input {
	background: url("./images/black_opa_50.png");
	color: white;
}

#aqua {
	background: url("./images/minii.jpg");
	position: fixed;
	width: 192px;
	height: 127px;
	left: 10px;
	top: 10px;
}






