/* En Général */

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

body
{
	background: url("/images/backgroundx.jpg") #D0D4CC repeat-y center;
	width: 760px;
	margin: auto;
}

/* Ids */

#page
{
	padding: 0 20px;
	min-height: 100%;
	margin-bottom: -3em;
	background: url("/images/backgroundy.jpg") #F1F3F8 repeat-x;
}

* html #page
{
	height: 100%;
}

#header
{
	width: 100%;
	text-align: center;
	margin: auto;
	border-bottom: 1px solid black;
}

#menu
{
	padding-top:7px;
	padding-bottom:7px;
	width: 100%;
	height: 27px;
}

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

#contenu
{
	border-top: 1px solid black;
}

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

#footer a
{
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}

#footer strong a
{
	font-weight:bold;
}

#footer a:hover
{
	border-bottom: dotted 1px #666666;
}

#TitleMox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: black;
}

#sceau
{
	font-size: 1.4em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

/* Balises spécifiques */

	/* Liens */
	
	a
	{
		color: #0541A3;
		text-decoration:none;
	}
	
	a:visited
	{
		color: #107AB4;
	}
	
	a:hover
	{
		text-decoration:underline;
	}
	
	a:active, a:focus /* Appliquer le même style aux liens actifs et focus */
	{
		background-color: #B4BDDE;
	}
	
	a.external
	{
		padding-right: 15px;
		background-image:url("/images/ext.gif");
		background-position:right;
		background-repeat: no-repeat;
	}
	
	a.version_en
	{
		border-bottom: 1px dashed black;
		border-top: 1px dashed black;
		float: right;
		padding-left: 21px;
		margin-right: 10px;
		background-image: url("/images/english.png");
		background-repeat: no-repeat;
		background-position: left;
		margin-top: -2.5em;
		text-decoration: none;
	}
	
	a.version_fr
	{
		border-bottom: 1px dashed black;
		border-top: 1px dashed black;
		float: right;
		padding-left: 21px;
		margin-right: 10px;
		background-image: url("/images/french.png");
		background-repeat: no-repeat;
		background-position: left;
		margin-top: -2.5em;
		text-decoration: none;
	}
	
		a.version_pdf
	{
		border-bottom: 1px dashed black;
		border-top: 1px dashed black;
		float: right;
		padding-left: 18px;
		margin-right: 10px;
		background-image: url("/images/pdf.gif");
		background-repeat: no-repeat;
		background-position: left;
		margin-top: -2.5em;
		text-decoration: none;
	}
	
	/* Titres */
	
	h1
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		font-weight: normal;
		text-decoration: none;
		color: black;
	}
	
	h2
	{
		font-family: "Arial";
		font-size: 1.3em;
		text-decoration: none;
		clear: both;
	}
	
	h3
	{
		font-family: "Arial";
		font-size: 1.1em;
		text-decoration: none; 
	}
	
	h4
	{
		font-family: "Arial";
		font-size: 1em;
		text-decoration: none;
		margin-left: 20px;
	}
	
	/* Images */

	a img
	{
		border:0
	}
	
	img.screenshot
	{
		float:right;
		margin:10px;
		border:1px solid #999;

	}

	/* Tableaux */

	table
	{
		border-color: #DDE2EE;
	}
	
	th
	{
		vertical-align: bottom;
		background-color: #DDE2EE;
	}
	
	td
	{
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.9em;
	}
	
	/* Code */
	
	code
	{
		font-family: "Courier New", Courier, monospace;
	}
		
	.red
	{
		color: #990000;
	}
	
	.green
	{
		color: #009900;
	}
	
	.blue
	{
		color: #0033CC;
	}
	
	/* Listes */
	
	p, li
	{
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
	}
	
	li li
	{
		font-size: 0.95em;
	}
	
	li li li
	{
		font-size: 0.95em;
	}
