@charset "utf-8";

html {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-image:url(img/root.png);
	font-size:small;
	color:#999999;
	background-color: rgb(236,236,236);
}


body {
	background-color: rgb(246,246,246);
	padding: 0;
	width:1000px;
	margin: 0 auto;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:larger;	
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	color:#CC0000;
	top: 30px;
	background-image: url(img/top.png);
	background-repeat: repeat-x;
	padding: 30px 10px 15px 5em;
	margin: 0;
	border-bottom: 1px solid rgb(144,144,144);
	min-height: 25px;
}

h2 {
	font-family: sans-serif;
	font-size: 75%;
	font-weight: normal;
	letter-spacing: -1px;
	color: rgb(74,74,74);
	background-color: rgb(227,227,227);
	background-image: url(img/bar.png);
	background-repeat: repeat-x;
	background-position: 0px -5px;
	padding: 5px 7px;
	margin: 0;
	border-top: 1px solid rgb(144,144,144);
	border-bottom: 1px solid rgb(144,144,144);
}

a {
	text-decoration:none;
	color:#339999;
	background-color: transparent;
	font-weight:bold;
}

a:hover {
	color:#FF9900;
}

#lien_id a{
	text-decoration:underline;
	font-weight:normal;
	color:#339999;
	background-color: transparent;
	font-size:85%;
}

#lien_id a:hover{
	text-decoration:underline;
	color:#FF9900;
	font-size:85%;
}


p {
	font-size: 83%;
	margin: 20px 10px;
}

li {
	font-size: 83%;
	margin: 10px 10px 0 0;
}

dl {
	font-size: 83%;
	margin: 10px;
}

dt {
	font-weight: bold;
	margin: 0 5px 0 0;
}

dd {
	margin: 0;
}

pre {
	font-size: 75%;
	line-height: 160%;
	background-color: rgb(251,251,251);
	padding: 5px;
	margin: 20px;
	border: 1px solid rgb(70,70,70);
	overflow: auto;
}

pre em {
	font-weight: bold;
	font-style: normal;
	color:#CCCCCC;
	background-color: rgb(0,0,0);
	padding: 2px;
	speak: spell-out;
}

pre em.error {
	color:#003399;
	background-color: rgb(204,0,0);
}

.saisie{
	border: "1px solid #ABADB3";
	font-family:"Courier New", Courier, monospace;
	color:#003399;
}

.pied {
	font-family: sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: rgb(74,74,74);
	background-color: rgb(227,227,227);
	background-image: url(img/bar.png);
	background-repeat: repeat-x;
	background-position: 0px -5px;
	margin: 0;
	border-top: 1px solid rgb(144,144,144);
	border-bottom: 1px solid rgb(144,144,144);
}

.pied_tot {
	content: "";
	background-color: rgb(250,250,250);
	background-image: url(img/center.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 1px solid rgb(144,144,144);
	height: 20px;
	width: 100%;
	display: block;
}


.titre_legende{
	font-size:85%; color:#666666; font-weight:bold;
}

.titre_caractere{
	font-size:85%; color:#339966; text-align:left;
}