/* Page */
html {
	font-size: 100%; 
}
body {
	margin: 0;
	padding: 10px 20px; 
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif; /* 3 */
	font-size: .8em; 
	line-height: 1.25; 
	color: black;
	background: white;

}

#frame {
	position:relative;
	width:1085px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
	left: 38px;
	top: 35px;

}

.clearit{clear:both;}
/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0; 
}
h1, h2 {
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
	font-weight: normal;
	color:#81DDF0;
}
h1 {
	font-size: 3em; 
	font-style: normal;
	margin-top:29px;
}
h2 {font-size: 1.9em;}
h3 {font-size: 1.2em; color:#727384;}
h4 {
color:#000;
font-size:1.1em;
padding:0;
}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0; 
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#333;
}

li li {
font-size:0.8em;
margin:0;
padding:0 0 0 0;
width:185px;
}

/* Paragraphes */
p {
	margin: .75em 0;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#333;
}
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;
}
caption {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

/* Liens */
a {
	color: #3D1704;
	text-decoration: underline;
}
a:hover, a:focus {
color:#000
}
a img {
	border: none; 
}

.linkh4 {
	text-decoration:none;
	color:#81ddf0;
	}

/* Divers éléments de type en-ligne */
em {
	font-style: italic;
}
strong {
	font-weight: bold;
	color: dimgray;
}

/* Table */

table, th, td
{
border: 1px solid #999;
}

.forfait table
{
border: 1px solid #999;
color:#3D1704;
}



/* --- 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;
}

