/* ==============================================
  FEUILLE DE STYLES DES GABARITS HTML/CSS
   © SE Beaune Handball 2009-2011
   ============================================== */


/* --- COULEURS --- */

/* Général */
body {
	padding: 20px 5px;
	color: #FFF;
	background-color: #006;
}

/* Menu de navigation horizontal */
#horizontal {
	color: #FFF;
	background-color: #006;
	text-decoration: none;
	padding: 0px 10px;
	margin-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	line-height: center;
}
#horizontal ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#horizontal li.gauche {
	float: left;
	margin-right: 40px;
	color: #FFF;
}
#horizontal li.droite {
	float: right;
	color: #FFF;
	margin-left: 40px;
	padding: 0px 0;
}
#horizontal li.centre {
	float: left;
	margin-left: 30px;
	font-size: 0.9em;
}
#horizontal a {
	padding: 6px;
	color: #FFF;
	line-height: 1.5;
	font-size: 0.9em;
	text-decoration: none;
}
#horizontal li a:hover, #horizontal li a:focus{
	font-weight: bold; /* Affichage lors du passage de la souris sur les sous-titres du menu horizontal */
	color: #09F;
	text-decoration: underline;
}
#horizontal li a:visited{
	color: #FFF; /* Affichage après un clic sur un sous-titre du menu horizontal */
}
#horizontal p img {
	border: none;
	text-align: center;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	padding-right: 5px;
}

/* Menu de navigation horizontal-bis */
#horizontal-bis {
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	line-height: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 0.8em;
}
#horizontal-bis p {
	text-align: justify;
	font-style: italic;
}

/* Contenu principal */
#principal {
	color: #FFF;
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	padding: 0 10px;
	text-align: justify;
}
#principal p, #principal li {
	line-height: 1.5em;
	text-align: center;
	color: #FFF;
	text-align: justify;
}
#principal p img {
	border: none;
	width: 640px;
	height: 390px;
	margin: 20px 0 20px 0;
}
#principal caption { /* Titre du tableau */
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 20px;
	padding: 5px 0 5px 0;
	text-align: center;
	color: #000;
	background-color: #FC0;
}
#principal table { /* Le tableau lui-même */
	border-collapse: separate;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	width: 100%;
}
#principal td { /* Les cellules normales */
	text-align: center;
	padding-bottom: 15px;
	line-height: 1.2em;
}
#principal td a img { /* Les cellules avec des images pointant vers des liens */
	border: none;
	vertical-align: middle;
	margin: 10px 0 0px 0;
	width: 123px;
	height: 90px;
}
#principal td a {
	color: #0FF;
	text-decoration: none;
}
#principal td a:visited{
	color: #0FF;
	text-decoration: none;
}
#principal td a:hover, #principal a:focus {
	color: #09F;
	font-weight: bold;
	text-decoration: underline;
}

/* --- POSITIONNEMENT --- */

/* Page */
#global {
	width: 90%;
	max-width: 90em;
	min-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
	padding: 0 0;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;
}

/* Bloc central */
#centre {
	width: 100%;
	overflow: hidden;
}
#centre-bis {
	width: 100%;
	overflow: hidden;
}

/* Pied de page */
#pied p {
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	color: #FFF;
	font-size: 0.9em;
	text-align: center;
	padding-top: 50px;
	line-height: center;
	text-decoration: none;
}
#pied ul {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
#pied li.gauche {
	float: left;
	margin-right: 40px;
	color: #FFF;
}
#pied li.droite {
	float: right;
	color: #FFF;
	margin-left: 40px;
	padding: 3px 0;
}
#pied a {
	padding: 6px;
	color: #FFF;
	line-height: 1.5;
	font-size: 0.9em;
	text-decoration: none;
}
#pied li a:hover, #pied li a:focus{
	font-weight: bold; /* Affichage lors du passage de la souris sur les sous-titres du menu horizontal */
	color: #09F;
	text-decoration: underline;
}
#pied li a:visited{
	color: #FFF; /* Affichage après un clic sur un sous-titre du menu horizontal */
}
#pied img {
	border: none;
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
	padding-top: 50px;
}

/* Mention de copyright */
#copyright p {
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	color: #006;
	background-color: #FFF;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	padding: 10px 10px 10px 0;
}


