/* Start of CMSMS style sheet 'base' */
/* Page */
html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	/*font-size: 1 em;*/
	font-size: 14px;
	line-height: 1.36;
	color: black;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: .7em 0 .5em 0;
	line-height: 1.18em;
        text-align:left;
        /*font-weight: normal;*/
}
h1 {font-size: 1.8em; color:#999;}
h2 {font-size: 1.6em; color:#888;}
h3 {font-size: 1.25em; color:#777;}
h4 {font-size: 1.18em; color:#666;}
h5 {font-size: 1.1em; color:#555;}
h6 {font-size: 1em; color:#444;}

h1 {color:#599b35;}
h2 {color:#dd2951;}
h3 {color:#5f4771;}
h4 {color:#666;}
h5 {color:#972f22;}
h6 {color:#444;}
strong {color :#a01433;}

/*h1 {font-size: 1.9em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.18em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}*/


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

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

/* Citations */
blockquote, q, .signature {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 0;
}
.signature {
	margin: 0 0 .75em 0;
	/*font-weight:bold;*/
	text-align:right;
}
cite {
	font-style: italic;
}

/* Liens */
a {
	color: #610;
	text-decoration: underline;
}
a img {
	border: none;
}

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


/* --- 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;
}
pre strong {
	font-weight: normal;
	color: black;
}
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
}
#copyright a {
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}
/* End of 'base' */

