body {
	width: 100%;
	height: 100%;
	background-color: white;
	margin: 0px;
	padding : 0px;
	text-align: justify;
}

#top {
	width: 100%;
	height: 100px;
	background-color: #CCCCCC;
	background-repeat:no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border-width: 1px;
	border-color: #330099;
	border-style: solid;
}

#regle {
	position: relative;
	width: 686px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	top: 60px;
	bottom: 0px;
}

#titre {
	margin: 0px 0px 0px 180px;
}

#menuG, #menuD {
	position: relative;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 1.3em;
	letter-spacing: 1px;
	border: 1px solid gray;
	top: 0px;
	padding: 5px;
}

#menuG {
	float:left; 
	width: 120px;
	margin: 5px 10px 0px 2px;
	text-align: center;
}

#menuD {
	float:right; 
	width: 120px;
	margin: 5px 2px 0px 10px;
	text-align: center;
}

.titreMenu {
	font-size: 0.7em;
	font-weight: bold;
	background-color: #330099;
	display: block;
	height: 25px;
	text-align: center;
	margin: 0px 0px 5px 0px;
	color: white;
}

.barreNav {
	position: relative;
	padding: 5px;
	background-color: #EEEEEE;
	text-align: left;
}

.barreNav a {
	font-size: 0.6em;
	display: block;
	height: 25px;
	color: #666666;
}

.barreNav a:hover {
	color: black;
}

#contenu {
	padding: 0px;
	margin: 0px 150px 0px 150px;
}

.bottom {
	position: relative;
	bottom: 0px;
	text-align: right;
	clear: both;
	border-top-color: #666666;
	border-top-style: dashed;
	border-top-width: 1px;
}

#accueil, #planetes, #contact {
	position: absolute;
	left: 137px;
	width: 120px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 5px;
	background-color: #EEEEEE;
	border-width: 1px;
	border-style: solid;
	border: 1px solid gray;
	visibility: hidden;
}

#accueil {
	top: 131px;
}

#planetes {
	top: 156px;
}

#contact {
	top: 206px;
}

#accueil a, #planetes a, #contact a {
	color: #666666;
	display: block;
	height: 25px;
}

#accueil a:hover, #planetes a:hover, #contact a:hover {
	color: black;
}

.image {
	float: right;
	padding: 0px 0px 5px 5px;
}

.imageG {
	float: left;
	padding: 0px 10px 5px 0px;
}

.lettrine {
	font-size: 3em;
	float: left;
}

#visualisateur {
	float: left;
	padding: 0px 5px 5px 0px;
	z-index: 1;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	background-image: url(../images/h1Gradient.jpg);
	background-repeat: repeat-y;
	color: white;
	letter-spacing: 2px;
	text-align: left;
	padding: 0px 0px 0px 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #333333;
	letter-spacing: 2px;
	text-align: left;
	display: block;
	border-bottom-color: #666666;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: underline;
}

hr {
	clear: both;
	visibility: hidden;
}

ul li a {
	font-size: 1em;
	color: #666666;
	line-height: 30px;
}

ul li a:hover {
	color: black;
}

.definition {
	padding: 10px;
}

.element {
	display: block;
}

.nomElement {
	background-color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

#w3c {
	position: relative;
	padding: 5px;
}

.infosLiens {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url(../images/h1Gradient.jpg);
	background-repeat: repeat-y;
	color: black;
	font-size: 0.8em;
	font-style: italic;
	border: 1px solid gray;
	padding: 10px;
	margin: 0px;
}

#infosLien1, #infosLien2, #infosLien3, #infosLien4, #infosLien5 {
	display: none;
}



