body {
	font-family: "Georgia", "Trebuchet MS", sans-serif;
	font-size:13px;
	color:#884400;
	/*background-color:#E8E4BA;*/
	margin:0px;
}
#pub {
	position: absolute;
	top: 0px;
	right: 5px;
}
#total {
	width: 770px;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	background-color:#FFFFFF;

}
#footer {
	width: 770px;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:center;
		
	border-top:solid #884400 1px;
	padding-left:auto;
	padding-right:auto;
	font-size:9px;
	border-spacing:0px;
}
#left {
	float: left;
	width: 190px;
	margin-top:5px;
	padding:0px;
	padding-left:3px;
}

#right {
	margin-left: 190px;
	margin-right:0px;
	padding:0px;
}

#header {
	padding-right:5px;
	padding-top:3px;
}
#main {
	padding:7px;
	min-height:860px;
}

p {
	text-align:center;
}

a {
	color:#884400;
	/*color:#000000;*/
	text-decoration:none;
}
a:hover {
	font-style:italic;
	font-weight:bold;
}

img {
	border:none;
}

table {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:13px;

}


.titre {
	text-decoration: underline;
	font-weight:bold;
	font-variant:small-caps;
	font-size:15px;
	text-transform:capitalize;
}
.titre_side {
	text-decoration: underline;
	font-weight:bold;
	font-size:15px;
	text-transform:capitalize;
}
.soustitre {
	/*text-indent:15px;*/
	/*text-decoration: underline;*/
	font-weight:bold;
	/*text-transform:lowercase;*/
}
/*.soustitre:before {
	content:"&nbsp;&nbsp;&nbsp;&nbsp;";
}*/
.normal {
	text-align:justify;
}
.normal:first-letter {
	font-weight:bold;
	font-size:14px;
	font-style:italic;
}
.center {
	text-align:center;
}
.erreur {
	font-family: "Courier", monospace;
	border-width: 1px;
	border-style:solid;
	border-color:#884400;
	/*border-color:#000000;*/
}


/* pour les stats */

p.stats_titre{
	font-weight:bold;
	border-width: 1px;
	border-style:solid;
	border-color:#884400;	
}
th.stats{
	font-style:italic;
	font-weight:normal;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#884400;
	border-left-width: 1px;
	border-left-style:solid;
	border-left-color:#884400;	
}
th.stats1{/*1ère colonne*/
	font-style:italic;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color:#884400;
}
td.stats {
	border-left-width: 1px;
	border-left-style:solid;
	border-left-color:#884400;
}
td.stats1{
	text-align:left;
}

/* pour le calendrier des stats*/
table.calendrier {
	border-spacing:2px;
	border-collapse: separate;
	
}
td.calendrier_date{
	width:20px;
	text-align:right;
}
td.calendrier_texte{
	width:50px;
	text-align:center;
	border-width: 1px;
	border-style:solid;
	border-color:#E8E4BA;
}
td.calendrier_vide {
	width:70px;
}
th.calendrier{
	width:70px;
	text-align:center;
	padding-left:25px;
}
