/* En Général */

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

body
{

}

/* Ids */

#page
{
	padding: 0 20px;
	min-height: 100%;
	margin-top: 0;
	margin-bottom: -3em;
}

* html #page
{
	height: 100%;
}

#header
{
	width: 100%;
	text-align: center;
	margin: auto;
}

#menu
{
	display:none;
}

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

#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;
}

#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.external
	{
		padding-right: 15px;
		background-image:url("/images/ext.gif");
		background-position:right;
		background-repeat: no-repeat;
	}
	
	a.version_en
	{
		display:none;
	}
	
	a.version_fr
	{
		display: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;
	}
	
	/* Images */

	a img
	{
		border:0
	}
	
	img.screenshot
	{
		float:right;
		margin:10px;
	}

	/* 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;
	}