body {
    margin: 0px;    
    padding: 0px;
	width: 657px;
	margin: auto;
	background: url("images/background.jpg") no-repeat 50% 0% #96cee7;
	font-size:15px;
	font-family: Times new roman, times, serif;
	margin-top: 180px;
}
#header {
	float:left;
	width: 202px;
	height: 100px;
	background: url("images/header.png") no-repeat;
	/* espace pour le fondu de description */
	padding-left: 430px;
	padding-right: 25px;
	padding-top: 80px;
	font-size: 12px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-329px;
	z-index:2;
}
#corps {
	width: 657px;
	min-height: 500px;
	background: url("images/contenu.png") repeat-y;
	padding-bottom: 40px;
}
#footer {
	width: 657px;
	height: 64px;
	background: url("images/footer.png");
}
#menu { /* Menu des pages mode inclusion */
	float:left;
	width: 150px;
	margin-left: 32px;
}
#textes { /* Contenu textuel de la page mode inclusion */
	width: 430px;
	margin-left: 200px;
}
#bords {
	padding: 4px;
	border: 1px dashed black;
	background:#FFFFFF url("images/fond_bords.jpg") no-repeat;
}
/* Livre d'or */
#bords2_pair {
	border: 1px dashed black;
	padding:5px;
	background:url("images/pairs.png") 100% 100% no-repeat;
}
#bords2_impair {
	border: 1px dashed black;
	padding:5px;
	background:url("images/impair.png") 0% 0% no-repeat;
}
/* Vérifier si ces lignes sont utiles */
#sm1,#sm2,#sm3,#sm4,#sm5,#sm6,#sm7,#sm8,#sm9 {
    width:15px;
    height:15px;
    border:1px solid black;
    float:left;
    margin-right:4px;
	margin-bottom:4px;
	background:#96d0e8;
}
#sm1:hover,#sm2:hover,#sm3:hover,#sm4:hover,#sm5:hover,#sm6:hover,#sm7:hover,#sm8:hover,#sm9:hover {
    background: gray;
}
/* Bulles - CSS */
#bulle, #bulle2, #bulle3, #bulle4, #bulle5, #bulle6 {
	padding:5px;
	border:1px solid black;
	background:url("images/lepixel.png");
	position:fixed;
}
#nuages  {
	float:left;
	width: 479px;
	height:150px;
	background:url("images/nuages.png");
	position:absolute;
	left:50%;
	top:0px;
	margin-left: -239px;
	z-index:1;
}
/* balises*/
#menu a,#menu a:visited {
    color: #000000;
    text-decoration:none;
	padding-left: 11px;
	background:url("images/puce.png") no-repeat;
}
#menu a:hover {
    padding-left: 15px;
	background:url("images/puce_hover.png") no-repeat;
}
.pashover:hover {
	margin:0px;
}
.infos_stats {
	padding:3px;
	padding-left:10px;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin-bottom:2px;
}
p {
	margin: 0px;
}
h1 {
	width: 350px;
	border-bottom: 1px solid black;
	margin: 0px;
	font-size: 16px;
	margin-bottom: 2px;
}
h2 {
	font-size: 14px;
	margin:0px;
	width: 350px;
	border-bottom: 1px dashed black;
	margin-bottom: 2px;
}
a, a:hover, a:visited {
	color:#000000;
}
input, textarea {
	border:1px solid black;
	background: white;
	margin-bottom: 2px;
}
input[type="submit"] {
	background: white;
}
input[type="radio"] { /* Pour les courageux qui utilisent IE */
	border:none;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	-moz-box-shadow: 0px 0px 4px black;
}
input[disabled="disabled"]:hover, input[disabled="disabled"]:focus, textarea[disabled="disabled"]:hover, textarea[disabled="disabled"]:focus {
	-moz-box-shadow: 0px 0px 4px red;
}
fieldset {
	background:#C5E0F3;
	border:1px solid black;
}
quote {
	margin-left:20px;
	padding-left:5px;
}
/* Tableaux */
td, tr, table {
	vertical-align:top;
}
table {
	border-collapse: collapse;
}
td {
	border-bottom: 1px solid black;
	padding-top: 4px;
	padding-right: 5px;
}
