/* CSS Document */

/* Page */
html {
	font-size: 100%; /* Voir -> Note 1 a la fin de la feuille de styles. */
}
body {
	margin: 0;
	font-family: Arial, Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: 12px;
}
b{
	color:#9EAE0D;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin-bottom:0px; /* -> 6 */
}
h1, h2 {
	font-family: Arial, "Bitstream Vera Serif", Norasi, serif;
	font-size:24px;
	color:#9EAE0D;
}
h2 {font-size: 1.8em;}
h3 {font-size: 16px;color:#9EAE0D;}
h4 {font-size: 1em;}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; /* -> 9 */
}
ul{
	list-style: square;
}

.carre_vert {
	list-style:url(images/puce.gif);
	margin: 0;
	padding: 0;
}

ul .norm{
	list-style: square;
}

.orange{
	color:#FF9933;
}

.rouge{
	color:#f7c600;
}

.vert{
	color:#9EAE0D;
}

.normVert{
	list-style-image: url("images/validVert.png");
}

.normOrange{
	list-style-image: url("images/validOrange.png");
}

.normRouge{
	list-style-image: url("images/validRouge.png");
}


/* 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;
}

.bolder {
	font-weight:bold;
	font-size:14px;
	color:#666666;
}

#apports a  {
	font-weight:bold;
	font-size:13px;
	color:#9EAE0D;
}

/* Liens */
a {
	text-decoration: none;
}
a:hover, a:focus {
	color: #9EAE0D;
}

a img {
	border: none; /* -> 10 */
}

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

#titre img, #titre span {
  vertical-align: middle;
  display: inline-block;
  font-size:16px;
}

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

/* ----------- TITRE -------------------*/

.orangeTitle {color:#FF9933; font-weight:bold; font-size:14px; }
.vertTitle {color:#9EAE0D; font-weight:bold; font-size:14px; }
.rougeTitle {color:#f7c600; font-weight:bold; font-size:14px; }
