﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color:#CD1838;
}

#masthead {
	margin-left: 10px;
	margin-right: 10px;
	height: 90px;
	background-color: blue;
}

#container {
	position:relative;
	width: 950px;
	margin:0 auto;
	background-image: url("../images/bande1.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
}

#centre-default {
	background-color:#FFFFFF;
	margin-left: 150px;
	margin-right: 10px;
	height:700px;
	overflow:hidden;
	color:blue;
}

#centre {
	background-color:#FFFFFF;
	margin-left: 150px;
	margin-right: 10px;
	height:720px;
	overflow:auto;
	color:blue;
}

#centre-class {
	background-color:#FFFFFF;
	margin-left: 150px;
	margin-right: 10px;
	height:220px;
	overflow:hidden;
	color:blue;
}

#banner{
	margin-left: 100px;
	margin-right: 10px;
	height:20px;
	font-weight:bold;
	font-size:large;
	overflow:hidden;
}

#centre-res{
	background-color:#FFFFFF;
	margin-left: 150px;
	margin-right: 10px;
	height:500px;
	overflow:hidden;
	color:blue;
}

#sidebar {
	position: absolute;
	left:0;
	margin-left: 10px;
	width: 140px;
	height:720px;
	background-color: blue;
}

#footer {
	text-align: center;
	background-image: url("../images/footer.gif");
	height: 35px;
	color: #FFF;
}

#copyright {
	position: absolute;
	top:830px;
	right:0px;
	font-size: 0.8em;
	color: #fff;
	text-align:center;
}

#masthead object{
	border:0px;
	height:90px;
	overflow:hidden;
}

table{
	width:100%;
	border:1px blue solid;
}

tr{
	border:1px blue solid;
	color:blue;
	text-align:center;
	font-size:0.8em;
}

td{
	font-size:0.9em;
}

td.td-red{
	background-color:#CD1838;
	border:0px;
	color:white;		
	font-weight: bold;
	text-align:center;	
}

td.td-blue{
	background-color:blue;
	border:0px;
	color:white;		
	font-weight: bold;
	text-align:center;
}

tr.tr-red{
	background-color:#CD1838;
	border:0px;
	color:white;		
	font-weight: bold;
	text-align:center;
}

tr.tr-red-class{
	background-color:#CD1838;
	color:white;
	font-weight: bold;
	text-align:center;
	font-size:1em;
}

tr.tr-red-class td{
	border:0px;
}

tr.tr-blue{
	background-color:blue;
	border:0px;
	color:white;		
	font-weight: bold;
	text-align:center;
}

tr.tr-blue-class{
	background-color:blue;			
	color:white;
	font-weight: bold;
	text-align:center;
	font-size:0.8em;
}

tr.tr-blue-class td{
	/*border:0px;*/
}

tr.tr-red-res{
	color:#CD1838;		
	font-size:0.8em;
	text-align:center;
}

tr.tr-red-res td{
	border:0px;
}

tr.tr-blue-res{
	color:blue;
	font-size:0.8em;
	text-align:center;
}

tr.tr-blue-res td{
	border:0px;
}

/* Styles pour les éléments de la barre de navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}

#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}

#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}

#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: red;
	border-bottom: 1px solid #f2f2f2;
	background-color: #f2f2f2;
}

#sidebar img{
	border:0;
}

/*Elements de navigation niveau 2 normaux*/
.li_sidebar{
	text-align:center;
	font-style:oblique;
	font-size: 0.5em;
	display: block;
}

/*Elements de navigation niveau 3 normaux*/
.li2_sidebar{
	text-align:right;
	font-style:italic;
	font-size: 0.3em;
	display: block;
}

/*Elements de navigation niveau 1 highlighté*/
.li3_sidebar{
	background-color:#CD1838;
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}

/*Elements de navigation niveau 3 highlighté*/
.li4_sidebar{
	text-align:right;
	font-style:italic;
	font-size: 0.3em;
	display: block;
	background-color:#CD1838;
}

/*Elements de navigation niveau 2 highlighté*/
.li5_sidebar{
	text-align:center;
	font-style:oblique;
	font-size: 0.5em;
	display: block;
	background-color:#CD1838;
}

/* Styles pour les éléments de l'entête de page */
#masthead img{
	margin: 0 0 0 0;
}

#centre a, #centre-default  a, #centre-class  a{
	color: #fff;
	text-decoration: none;	
}

#centre-res  a{
	color:blue;
	font-weight:bold;
	white-space:nowrap;
	text-decoration: none;	
}

.centre-res-td-red{
	color:#CD1838;
	font-weight:bold;
	white-space:nowrap;
}

.centre-res-td-blue{
	color:blue;
	font-weight:bold;
	white-space:nowrap;
}
 
#centre a.histo-club{
	color: blue;
	text-decoration: none;	
}

/* Styles pour les éléments de pied de page */
#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
	text-align:center;
}
.style_italic {
	font-style: italic;
}


