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


/* --- COULEURS --- */

/* Général */
body {
	padding: 20px 5px;
	color:rgb(255,255,255);
	background-color: rgb(0,0,0);
}

/* Menu de navigation vertical */
#navigation {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	width: 25%;
	font-size: 0.9em;
	color: rgb(255,255,255);
	text-align: center;
	border: 2px inset orange;
}
#navigation img {
	border: none;
	text-align: left;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 10px;
}
#navigation a {
	text-decoration: none;
	color: rgb(255,255,255);
}
#navigation a:visited{
	text-decoration: none;
	color: rgb(255,255,255);
}
#navigation a:hover, #secondaire a:focus {
	color: rgb(77,207,251);
	font-weight: bold;
	text-decoration: underline;
}
#navigation p {
	line-height: 1.5em;
	text-align: center;
	padding: 0 0 20px 0;
}
#navigation p img {
	border: none;
	text-align: left;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	padding-right: 3px;
}
#navigation li {
	list-style: url(img/png/liste1.png);
	text-align: justify;
	line-height: 1.5em;
}

/* Menu de navigation horizontal */
#horizontal {
	color: rgb(255,255,255);
	background-color: rgb(239,148,6);
	text-decoration: none;
	padding: 5px 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: rgb(255,255,255);
}
#horizontal li.droite {
	float: right;
	color: rgb(255,255,255);
	margin-left: 40px;
	padding: 3px 0;
}
#horizontal li.centre {
	float: left;
	margin-left: 30px;
	font-size: 0.9em;
}
#horizontal a {
	padding: 6px;
	color: rgb(255,255,255);
	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: rgb(0,0,0);
	text-decoration: underline;
}
#horizontal li a:visited{
	color: rgb(255,255,255); /* 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: rgb(255,255,255);
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	margin-left: 300px;
	margin-right: 300px;
	padding: 0 10px;
	text-align: justify;
}
#principal p, #principal li {
	line-height: 1.5em;
	text-align: justify;
	color: rgb(255,255,255);
	text-indent: 20px;
}
#principal p:first-letter {
	font-weight: bold;
	font-size: 2em;
	color: rgb(239,148,6);
	letter-spacing: 2px;
}
#principal p a {
	color: rgb(170,235,242);
	text-decoration: none;
}
#principal p a:visited{
	color: rgb(170,235,242);
}
#principal p a:hover, a:active{
	font-weight: bold;
	color: rgb(77,207,251);
	text-decoration: underline;
}
#principal a {
	color: rgb(170,235,242);
	text-decoration: none;
}
#principal a:visited{
	color: rgb(170,235,242);
}
#principal a:hover, a:active{
	font-weight: bold;
	color: rgb(77,207,251);
	text-decoration: underline;
}
#principal img {
	display: block;
	margin: auto;
	border: none;
	width: 350px;
	height: 200px;
}
#principal p img {
	border: none;
	text-align: right;
	width: 200px;
	height: 175px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
#principal table { /* Le tableau lui-même */
	margin-top: 25px;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	border: none;
	width: 100%;
	font-size: 1em;
}
#principal td { /* Les cellules normales */
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	text-align: center;
	padding: 5px;
}
#principal td img { /* Les cellules avec des images pointant vers des liens */
	border: none;
	width: 100px;
	height: 127px;
	vertical-align: middle;
}

/* Contenu secondaire */
#secondaire {
	float: right;
	width: 25%;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	font-size: 0.9em;
	color: rgb(255,255,255);
	text-align: center;
}
#secondaire p, #principal li {
	line-height: 1.5em;
	text-align: justify;
	color: rgb(255,255,255);
}
#secondaire a {
	color: rgb(170,235,242);
	text-decoration: none;
}
#secondaire a:visited{
	color: rgb(170,235,242);
	text-decoration: none;
}
#secondaire a:hover, #secondaire a:focus {
	color: rgb(77,207,251);
	font-weight: bold;
	text-decoration: underline;
}
#secondaire a img {
	border: none;
}

/* --- POSITIONNEMENT --- */

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

/* En-tête */
#entete {
	padding: 10px 0;
	background-color: rgb(239,148,6);
}

/* 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: rgb(255,255,255);
	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: rgb(255,255,255);
}
#pied li.droite {
	float: right;
	color: rgb(255,255,255);
	margin-left: 40px;
	padding: 3px 0;
}
#pied a {
	padding: 6px;
	color: rgb(255,255,255);
	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: rgb(0,0,0);
	text-decoration: underline;
}
#pied li a:visited{
	color: rgb(255,255,255); /* 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: rgb(0,0,0);
	background-color: rgb(239,148,6);
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	line-height: 1.5em;
	padding: 10px 10px 10px 0;
}

