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


/* --- COULEURS --- */

/* Général */
body {
	color: #000;
	background-color: #FFF;
	font-size: 0.8em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 3em
. 0; /* En diminuant la marge du bas, on cherche à rapprocher le titre du contenu qu'il introduit. */
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	font-weight: bold;
	font-style: italic;
	padding-left: 0.3em;
}
h1 {
	font-size: 1.8em; /* la taille du texte sera le triple de la taille du texte de l'élément parent */
	border-bottom: 4px dotted #000;
	border-left: 4px dotted #000;
}
h2 {
	font-size: 1.6em;
	border-bottom: 2px solid #3CC;
	border-right: 2px solid #3CC;
	text-align: right;
}
h3 {
	font-size: 1.4em;
	border-bottom: 2px solid #09F;
	padding-bottom: 7px;
}
h4 {
	font-size: 1em;
	color: #FF0;
	border-top: 2px solid #FF0;
	border-bottom: 2px solid #FF0;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 7px;
	text-align: right;
}
h5 {
	font-size: 1em;
	color: #FF0;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 7px;
	text-align: right;
	line-height: 1.5em;
}
h6 {
	font-size: 1.2em;
	color: #3CC;
	text-align: center;
	text-decoration: underline;
}
p {
	margin: 0.75em 0;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	color: #09F;
}
a:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	color: #09F;
}
a img {
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	border: none;
}
em {
	font-style: italic;
	font-size: 0.8em;
}
strong {
	font-weight: bold;
	color: #000;
}

/* Début de la partie à ne pas imprimer */
#navigation {
	display: none;
}
#horizontal {
	display: none;
}
#secondaire {
	display: none;
}
#entete {
	display: none;
}
#copyright {
	display: none
}
/*  Fin de la partie à ne pas imprimer  */

/* Début de la partie à imprimer  */
#principal {
	color: #000;
	width: 70%;
	text-align: justify;
	font-size: 0.8em;
	font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
	line-height: 1.5em;
}
/*  Fin de la partie a imprimer  */


