body {
	margin: 0px;
	background-image: url(http://membres.lycos.fr/lesitedesnains/IMAGE/fond.png);
}
#header {
	background-image: url(http://membres.lycos.fr/lesitedesnains/IMAGE/n/ciel.png);
	background-repeat: repeat;
	height: 235px;
	border: thin solid #000000;
}
#menucorp {
	z-index: 5;
	position: absolute;
	top:237px;
	background-image: url(http://membres.lycos.fr/lesitedesnains/IMAGE/fond_menu.png);
	width: auto;
	height: auto;
	background-repeat: repeat-y;
}
#menu {
	float: left;
	height: 100%;
	width: 220px;
	border-top-width: thin;
//	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
//	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
//	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;	
}
#footer {
	height: auto;
	width: 100%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-image: url(http://membres.lycos.fr/lesitedesnains/IMAGE/fond_footer.png);
	margin: 0px;
	padding: 0px;
}

.nain {
	display: inline;
	position: absolute;
	margin-left: 550px;
	margin-top: 30px;
}
.lune {
	margin-left: 20px;
	margin-top: 5px;
	position: absolute;
}
#header .titre {
	display: inline;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 400px;
	position: absolute;
}
.pseudo {
	display: inline;
	margin-top: 140px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 600px;
	position: absolute;	
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #D6FFD6;
}
.le_site {
	z-index: 10;
	position: absolute;
	top: 200px;
}
.accueil {
	position: absolute;
	left: 205px;
	top: 185px;
}
.inscription {
	position: absolute;
	left: 313px;
	top: 185px;
}
.connexion {
	position: absolute;
	left: 422px;
	top: 185px;
}
.membres {
	position: absolute;
	left: 645px;
	top: 185px;
}
.deconnexion {
	position: absolute;
	left: 530px;
	top: 185px;
}

.administration {
	position: absolute;
	left: 745px;
	top: 185px;
}
.programmer {
//	position: absolute;
//	top: 280px;
//	left: 35px;
	padding-top: 35px;
	margin-left: 35px;
}
#menu  a {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
	text-indent : 10px;
	margin-left : 15px;
	background-color: inherit;
}
#menu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
	background-color: inherit;
}
#menu .coment {
	font-size: 0.6oem
}
.telechargemenents {
//	position: absolute;
//	left: 35px;
//	top: 450px;
	margin-left: 20px;// (lien)
}
.autres {
//	position: absolute;
//	left: 35px;
//	top: 610px;
	margin-left: 35px;
}
.partenaires {
//	position: absolute;
//	left: 35px;
//	top: 720px;
	margin-left: 35px;
}
.publicite {
//	position: absolute;
//	left: 35px;
//	top: 860px;
margin-left: 35px;
}

#footer .infos p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00FF33;
	text-decoration: none;
	display: inline;
	background-color: inherit;
}
#corps {
	min-height: 1024px;
	padding-left: 230px;
	margin: 1%;
}
#corps h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
    	color: #FF6600;
	text-decoration: underline;
	text-align: center;
	background-color: inherit;
}
#corps h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00CC33;
	text-decoration: underline;
	background-color: inherit;
}
#corps ul {
	list-style-image: url(http://membres.lycos.fr/lesitedesnains/IMAGE/puce.png);
}
#corps a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	background-color: inherit;
}
#corps a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00FF00;
	text-decoration: none;
	background-color: inherit;
}
.sdz {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table
{
	border-collapse: collapse; /* Les bordures du tableau seront collées*/
	border: 3px outset green;
	margin: 1%;
}

th /* Mettre une bordure sur les td ET les th */
{	
	width: 120px; /* On déffini la largeur de page*/
	height: 50px; /* Hauteur */
	border: 1px solid black;
	vertical-align: top;
	padding: 5px;
	text-align: center;
}

td
{
	width: 98%; /* On déffini la largeur de page*/
	height: 50px; /* Hauteur */
	border: 1px solid black;
	padding: 5px;
	font-size: 0.8em;
}

