/*********************************************************
								HTML
*********************************************************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-color: black;
	color: #fffffd;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

/*********************************************************
								Structure
*********************************************************/

#conteneur1 {
	width: 967px;
	height: 816px;
	position: relative;
	z-index: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/template/fond.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#accueil {
	position:absolute;
	top: 40px;
	left: 35px;
	width:170px;
	height:100px;
	z-index:10;
}

#perso {
	height: 323px;
	width: 262px;
	position: absolute;
	top: 495px;
	left: 57px;
	z-index: 1;
	background-image: url(../images/template/mila.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#vaisseau {
	height: 862px;
	width: 743px;
	position: absolute;
	top: 40px;
	left: 35px;
	z-index: 2;
	background-image: url(../images/template/vaisseau.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#exoteam {
	height: 275px;
	width: 58px;
	position: absolute;
	top: 225px;
	left: 156px;
	z-index: 3;
	background-image: url(../images/template/exoteam.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#entete {
	height: 80px;
	position: relative;
	z-index: 4;
}

#milieu {
	/*height: 600px;*/
	position: relative;
	z-index: 4;
}

#pied {
	height: 25px;
	position: relative;
	z-index: 4;
}

/*********************************************************
								Mise en forme entete
*********************************************************/


#entete ul {
	margin-left: 230px;
	padding-top: 50px;
}

#entete li {
	float: left;
	padding-right: 18px;
}

#entete .vert {
	color: #5F7F78;
}

#entete a {
	text-decoration: none;
	color: #fffffd;
}

#entete a:hover {
	text-decoration: underline;
}

/*********************************************************
								Mise en forme milieu
*********************************************************/

#milieu h1, h2, h3, p, table {
	margin-left: 235px;
}

#milieu h1 {
	padding-top: 3px;
	padding-bottom: 8px;
	font-size: 1.6em;
	letter-spacing: 5px;

}

#milieu h2 {
	padding-top: 2px;
	padding-bottom: 4px;
	font-size: 1.4em;
	letter-spacing: 1px;
	color: #233934;
	margin-left: 255px;
}

#milieu p {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 255px;
	margin-right: 80px;
	text-align: justify;
	clear: both;
}

#milieu img.imgfloat {
	float: left;
	margin-left: 5px;
	margin-right: 10px;
}

#milieu a {
	color: #b7b8b8;
	text-decoration: none;
}

#milieu a:hover {
	color: #fffffd;
	text-decoration: underline;
}

#milieu a.apetit {
	font-size: 0.9em;
	color: #fffffd;
	text-decoration: none;
}

#milieu a.apetit:hover {
	text-decoration: underline;
}

#milieu a.anormal {
	color: #d0cead;
	text-decoration: none;
}

#milieu a.anormal:hover {
	color: #fffffd;
	text-decoration: underline;
}

#milieu a.aplan {
	font-weight: bold;
	color: #ffebcd;
	text-decoration: none;
}

#milieu a.aplan:hover {
	color: #FFD699;
	text-decoration: underline;
}

#milieu td > p {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#milieu td.tdgoodies {
	text-align: center;
	width: 260px;
	padding-top: 3px;
	padding-bottom: 6px;
}

#milieu td.td1contact {
	text-align: right;
	width: 100px;
	padding-top: 3px;
	padding-bottom: 6px;
	vertical-align: top;
}

#milieu td.td2contact {
	text-align: left;
	width: 400px;
	padding-top: 3px;
	padding-bottom: 6px;
	padding-left: 10px;
}

#milieu ul.ulplan {
	margin-left: 255px;
}

#milieu ul.ulplan2 {
	margin-left: 30px;
	list-style-type: square;
}

#milieu ul.ulplan3 {
	margin-left: 30px;
	list-style-type: square;
}
/*********************************************************
								Mise en forme pied
*********************************************************/
#pied p {
	padding-top: 10px;
	text-align: right;
	font-size: 0.8em;
}

#pied a {
	color: #d0cead;
	text-decoration: none;
}

#pied a:hover {
	text-decoration: underline;
}