
html {
	font-size: 100%; 
}
body {
	margin: 0;
	padding: 10px 20px; 
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; 
	font-size: .8em; 
	line-height: 1.25; 
	color: black;
	background: white;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; 
}

h1, h2 {
	/*font-family: Georgia, "Bitstream Vera Serif", Norasi, sans-serif;
	font-weight: normal;*/
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; 
}

h1 {
	font-size: 3em; /* -> 8 */
	/*font-style: italic;*/
	font-variant: small-caps;
	
	font-weight: bold;
	color:  #333; 
	
}

h2 {
	font-size: 1.8em;
	color:black;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

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

/* Paragraphes */
p {
	margin: .75em 0;
	margin-right: .75em;
	text-align:justify;
}
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;
}

/* Liens */
a {
	color: mediumblue;
	text-decoration: underline;
}
a:hover, a:focus {
	color: crimson;
}
a img {
	border: none; /* -> 10 */
}

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



.souligne {
	display:inline;	
	text-decoration: underline;	
	}
.msgerr
 {
	 font-size: 1em;
	 color:#8B0000;
 }
.msgok
 {
	 font-size: 1em;
	 color:#006400;
 }
 
.vert
	{
		color:green;	
	}
.orange
	{
		color:orange;	
	}
.rouge
	{
		color:red;	
	}
.jaune
	{
		color:yellow;	
		background:black;
		text-align:center;
		font-weight:bold;
	}
	
	
	
	
	
.error {	
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	min-height:50px;
	border:1px solid #8B0000;
	background: red;
	color:white;	
	width:95%;
	}
.error img {
	float:left;
	}
.error p {
	margin-left : 60px;
	text-align:left;
	font-weight:bold;	
	}
	
.info {	
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
	width:95%;			
	min-height:50px;
	border:1px solid white;
	background: black ;
	color:white;	
	}
.info img {
	float:left;
	}
.info p {
	margin-left : 60px;
	text-align:left;
	font-weight:bold;	
	}		
	
.attention {	
	margin:auto;
	width:95%;		
	min-height:50px;
	border:1px solid red;
	background: orange ;
	color:black;
	/*padding:10px;*/
	margin-top:10px;
	margin-bottom:10px;
	}
.attention img {
	float:left;
	margin:5px;
	}
.attention p {
	margin-left : 60px;
	text-align:left;
	font-weight:bold;	
	}		