html {
	font-size: 100%; 
	height: 100%;
}

body { 
	/*font-family: verdana,sans-serif;*/
	font-family: Arial, Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	color: black;
	background-image: url("../images/degrade-body.jpg");
	background-repeat: repeat-x;
	margin-top: 0;
	font-size: 0.8em;
	
}

ol li {
	/*color: #8c0101;*/	
}

html, body {
	margin: 0;
	padding: 0;
	
}

h1,h2,h3,h4,h5,h6 {
	margin: 1em 0 0.5em 0; 
}

h1,h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
}

h1 {
	font-size: 2.2em; 
	/*font-style: italic;*/
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.3em;
	
}

h4 {
	font-size: 1em;
}

ul,ol {
	
}

ul {
	list-style: square;
}

li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p { 
	
}

li p,blockquote p {
	margin: 0.5em 0;
}

select {
	border-width: 0.0625em;
	border-style: solid;
	border-color: #5680d5;
	width: 15em;
}

blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}

blockquote {
	margin: 0.75em 0 .75em 1.5em;
}

cite {
	font-style: italic;
}

a {
	color: mediumblue;

}

a:hover,a:focus {
	color: crimson;
}

a img {
	border: none; 
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* --- STYLES POUR CERTAINS CONTENUS DES GABARITS --- */
pre,code { 
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New",
		monospace;
}

pre { 
	overflow: auto;
	overflow-y: hidden;
	margin: 0.75em 0;
	padding: 0.75em;
	background: #eee;
	color: #555;
}

pre strong {
	font-weight: normal;
	color: black;
}

#copyright {
	margin: 1.25em 0 0.3125em 0;
	text-align: right;
	font-size: 0.8em;
	color: #848F63;
}

#copyright a {
	color: #848F63;
	text-decoration: none;
}

#copyright a:hover,#copyright a:focus {
	text-decoration: underline;
}

.qui-sommes-nous-span, .offres-services {
	font-size: 1.3em;
	color: #3c6cce;
}


form {
	
}

label {
	color: #626262;
	font-size: 0.9em;
}

.text-field, .button, .search-input {
	border:1px solid #3C6CCE;
}

.button {
	font-size: 0.75em;
	font-variant: small-caps;
}