@charset "UTF-8";
/* CSS Document */

/* --- FONTS --- */

/* Page */
html {
	font-size: 100%; 
}
body {
	margin: 0;
	font-family: Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #72797F;
	line-height: 1.25;
	background: white;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0.5em;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
}
h1, h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 44px;
	color: #72797F;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}


/* coleurs */

.txt_rouge1 {
	color: #F72923;
}
.txt_rouge2 {
	color: #DE252B;
}
.txt_rouge3 {
	color: #C02014;
}
.txt_gris1 {
	color: #A1ACB0;
}
.txt_gris2 {
	color: #8E9398;
}
.txt_gris3 {
	color: #7C8287;
}
/* tailles */

.txt13 {
	font-size: 13px;
}

.txt14 {
	font-size: 14px;
}

.txt15 {
	font-size: 15px;
}

.txt16 {
	font-size: 16px;
}

.txt18 {
	font-size: 18px;
}

/* Listes */
ul {
	list-style-type: none;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 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 {
	color: #72797F;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #72797F;
}
a img {
	border: none; 
}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: dimgray;
}


/* --- 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: 0.8em;
	color: #72797F;
}
#copyright a {
	color: #72797F;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}

