/* Début CSS des balises */
body {
	margin: 0px;
	background: black;
	font-size: 11px;
	font-family: Tahoma, "Sans Serif";
	color: white;
}

a { color: #19e8e5; text-decoration: none; }
a:hover { text-decoration: underline; }
#menu a { color: white; }
#menu a:hover { color: black; text-decoration: none; }
img { border: none; }

input {
	background-color: black;
	border: 1px dotted #808080;
	color: white;
}
/* Fin CSS des balises */

/* Début CSS du design général */
#header-site {
	width: 470px;
	height: 105px;
	border-bottom: 3px solid white;
}

#header-bar {
	width: 380px;
	height: 105px;
	text-align: center;
	border-bottom: 3px solid white;
}

#menu {
	width: 773px;
	height: 20px;
	background: url('images/fond-menu.jpg') no-repeat;
	float: left;
	letter-spacing: 1pt;
	font-size: 13px;
	text-align: center;
	padding-top: 2px
}

#colonne {
	width: 170px;
	border-right: 3px solid white;
}

#underban {
	padding: 0px 5px;
	width: 670px;
	height: 144px;
}

#underban-texte {
	width: 660px;
	height: 41px;
	position: relative;
	top: 90px;
	padding: 2px 5px;
}

#content {
	font-size: 11px;
	text-align: justify;
}

#footer {
	height: 100px;
	letter-spacing: 1pt;
}

.titre {
	letter-spacing: 3pt;
	font-size: 160%;
	padding-top: 5px;
}

.gros_titre {
	letter-spacing: 3pt;
	font-size: 300%;
	padding-top: 5px;
}

.border {
	border-bottom: 5px solid #141414;
	width: 98%;
	margin-top: 10px;
}

.cadre {
	background-color: #0B0B0B;
	border: 1px solid red;
	padding: 5px 30px;
	text-align: center;
}

.cadre_ok {
	background-color: #0B0B0B;
	border: 1px solid green;
	padding: 5px 30px;
	text-align: center;
}
/* Fin CSS du design général */

/* Début CSS des différentes pages */
#sport {
	background: url('images/accueil-sport-2.jpg') no-repeat center;
	width: 100%;
	height: 144px;
}

.image_fiche {
	width: 200px;
	border-top: 1px dotted #808080;
	border-right: 1px dotted #808080;
	padding: 10px 0px;
}

.contenu_fiche {
	width: 450px;
	border-top: 1px dotted #808080;
	padding: 0px 10px;
}

.date {
	color: #f13226;
	font-weight: bold;
}

.titre_anecdote {
	color: #FF6C01;
}
/* Fin CSS des différentes pages */