@charset "utf-8";
body  {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}
#container  {
	width: 900px; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 1px solid #000;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(image/mainfond.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px;
	color: #FFF;
	float: none;
	background-attachment: scroll;
} 

#header  {
	text-align: center;

} 

#sidebar1  {
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	float: left;
	text-align: center;
	margin-right: 10px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-bottom: 35px;
	margin-left: 0px;
}
.pub {
	color: #FFF;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}
#pub {
	text-align: center;
	border: 2px groove #FFF;
	background-color: #000;
	width: 900px;
	clear: both;
}

#barnav {
	text-align: center;
	background-color: #000;
	background-image: none;
	color: #000;
	padding: 0px;
	width: 900px;
	height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
}

#mainContent  {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	height: 980px;
	border: 2px groove #FFF;
	margin-left: 5px;
	padding: 1px;
	float: none;
	overflow: auto;
} 
#pied {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: none;
	margin-top: 50px;
	margin-right: 15px;
	margin-left: 264px;
	text-align: center;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}


#footer  {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
} 
#favoris {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	width: 250px;
}
.favoris {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.T1 { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */
	float: left;
	margin-right: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #C30;
	font-weight: bold;
	text-align: left;
}
.T2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C30;
	font-weight: bold;
	text-align: left;
}
.T3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #C30;
	text-align: center;
}
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.date {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
}
.cd {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	text-align: center;
}



.clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FF9;
}
a:active {
	text-decoration: none;
	text-align: center;
	color: #FFF;
}
.accueil {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
