@charset "UTF-8";

@import url(esp.css);

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

/********************************************/
/*											*/
/*			         Page			        */
/*											*/
/********************************************/
html {
	font-size: 100%; 
	}
	
body {
	margin: 0;
	padding: 10px 20px; 
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	line-height: 1.25; 
	color: black;
	background: white;
	background-image: url('../images/entete-fond.jpg');
	background-repeat: repeat-x;
	background-position: 0px 10px;
}

#global {
	width: 1000px;
	margin: 0 auto; 
}

/********************************************/
/*											*/
/*			         Titres			        */
/*											*/
/********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 0 0; 
}

h1, h2 {
	font-weight: normal; 
}

h1 {
	font-size: 17px; 
}

.h1_intro {
	font-size: 15px; 
	text-align: center;
}

h2 {font-size: 14px;}

h3 {font-size: 12px;}

h4 {font-size: 12px;}

/********************************************/
/*											*/
/*			         Listes			        */
/*											*/
/********************************************/
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; 
}

ul {
	list-style: square;
}

li {
	margin: 0;
	padding: 0;
}

/********************************************/
/*											*/
/*			      Paragraphes			    */
/*											*/
/********************************************/
p {
}

li p, blockquote p {
	margin: 7px 0;
}

/********************************************/
/*											*/
/*			      Citations			        */
/*											*/
/********************************************/
blockquote, q {
	font-size: 12px;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}

blockquote {
	margin: .75em 0 .75em 24px;
}

cite {
	font-style: italic;
}

/********************************************/
/*											*/
/*			         Liens			        */
/*											*/
/********************************************/
a {
}
a:hover, a:focus {
}
a img {
}

/* 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;
	background: #eee;
	color: #555;
}

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

#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: 8px;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}

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

hr{
	clear:both;
	color : #A0A7D1;
	background-color:#A0A7D1;
	height:1px;
	border:none;
	border-top:1px dotted #A0A7D1;
	margin-top:30px;

}


