/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- STYLES DE BASE POUR LE TEXTE ET LES PRINCIPAUX ÉLÉMENTS --- */

/* Page */
html {
	font-size: 100%; 
}
body {
	margin: 0;
	padding: 10px 20px; /* Note -> 2 */
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-size: .8em; 
	line-height: 1.25;
	color: #cc7d2e;
	background: black;
}

/* Tableaux */

.std {
	align:center;
	border:none;
	border-collapse: collapse;
}

.std td
{
border-collapse: collapse;
border:1px solid #A1D700;
padding : 0.2em 0.2em 0.2em 0.2em
}

.std th
{
border-collapse: collapse;
border:1px solid #A1D700;
padding : 0.2em 0.2em 0.2em 0.2em
font-weight:bold;
background-color:#4F9300;
}

.calendrier {
	align:center;
	border-collapse: collapse;
	border:1px solid #112D32;
}

.calendrier td
{
border: 0px;
padding : 0.2em 0.55em 0.2em 0.55em
}




/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
}
h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal; 
}
h1 {
	font-size: 3em; 
	font-style: italic;
	text-align:center;
}
h2 {font-size: 1.8em;text-align:center;}
h3 {font-size: 1.2em;text-align:center;}
h4 {font-size: 1em;text-align:center;}
h5 {font-size: 1em;color: #4F9300;text-align:left;}


/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/* Liens */

a img {
	border: none; 
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: dimgray;
}
hr { 
clear: both;
width: 100%;
border: 0; /* enleve toute bordure */
border-bottom: 1px #A1D700 solid; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
height: 1px; /* pour IE */
}


/* --- STYLES POUR CERTAINS CONTENUS DES GABARITS --- */

pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: black;
}
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #631f66;
}
#copyright a {
	color: #631f66;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}



