/* CSS Document */

h1 {
	font-family: "Baskerville Old Face", "Times New Roman", Times, serif;
	font-size:48px;
	color:#000080;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:5px;
}

h1 a, h2 a{
	color:#000080;
	text-decoration:none;
}

h1 a:hover, h2 a:hover {
	color:#000080;
	text-decoration:none;
}

h2 {
	margin-top:5px;
	margin-bottom:20px;
	font-family: "Baskerville Old Face", "Times New Roman", Times, serif;
	font-size:16px;
	color:#000080;
	
}

hr {
	color:#000080;
	margin-bottom:20px;
}

html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}

body
{
	/* background: url("/images/backgroundx.png") #FCE794 repeat-y center; */
	background: #FCE794;
	width: 760px;
	margin: auto;
	color: #000080;
}

#page
{
	border-left:1px solid #000080;
	border-right:1px solid #000080;
	padding: 0 20px;
	min-height: 100%;
	margin-top: 0;
	margin-bottom: -5em;
	background: #F1F3F8;
}

* html #page
{
	height: 100%;
}

#menu {
	float:left;
	width:140px;
	/*border-right:solid 2px #000080;*/
	margin-right:20px;
	margin-bottom:5px;
}

#menu ul {
	padding-left:25px;
}

#menu ul li {
	margin-bottom:10px;
}

#corps
{
	padding-top: 1px;
	padding-bottom: 2em;

}

#contenu
{
	margin-left:165px;
}

#footer
{
	height: 2em;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	font-size: 0.9em;
}

#footer p {
	margin:0;
	margin-top:2em;
	padding:0;
}

#footer .signature {
	margin-top:0.4em;
	font-size:0.9em;
	color:#7D7D7D;
}

#footer .signature a {
	text-decoration:underline;
	color:#7D7D7D;
}

#footer .signature a:hover {
	text-decoration:none;
	color:#000000;
}

.message {
	font-weight:bold;
}

.acronyme {
	cursor:help;
	border-bottom:dotted 1px #666666;
}

td {
	border: 1px solid #000080;
	padding-left: 6px;
	padding-right: 6px;
}

p, li {
	font-family:"Trebuchet MS", "Times New Roman", Times, serif;
	font-size:14px;
}

.infobulle{
    position: absolute;   
    visibility : hidden;
    border: 1px solid Black;
    padding: 10px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #FFFFCC;
}

