
body
{
	margin: 1em;
	font-family: Arial, 'Arial Black', 'Times New Roman', Times, serif;
	font-size: 10pt;
	background-color: #69F;
}

a
{
    text-decoration: none;
    color: #444;
}

a:hover
{
    text-decoration: underline;
}


h1
{
    font-size: 18pt;
	border-bottom: 1px solid #F62;
    margin: 5px;
}

h2
{
    font-size: 12pt;
    border-bottom: 1px dotted #F62;
}


#logo
{
    color: white;
	font-weight:600;
	font-style: italic;
	font-size: 20pt;
    text-align: center;
}


/* Barre de navigation */


#navigation
{
	margin: 0.8em 0 1.5em 0;
}

#navigation ul
{
    border: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

#navigation li
{
    border: 0;
    padding: 0;
    display: inline;
    margin-right: 2px;
}

#navigation li a
{
	float: left;
	border: solid 1px #bbb;
	margin-right: 2px;
	background-color: white;
	font-weight: bold;
	color: #F62;
	padding: 5px;
	min-height: 20px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	width: 100px;
	text-align: center;
}

#navigation li a:hover
{
	border: solid 1px #445;
	background-color: #F62;
	color: white;
}


/* Séparation entre la barre et le contenu */

#clear
{
    clear: both;
    visibility: hidden;
}


/* Menu latéral */

#menu
{
    float: left;
    width: 200px;               /* Largeur du menu */
    margin-bottom: 10px;
	margin-left: 40px;
}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #eee;
    border: 1px solid #445;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#menu li
{
    /*border: 1px solid black;*/
    margin: 4px 0;
}

#menu li a
{
    color: #445;
    display: block;
    line-height: 1em;
    /*text-align: center;*/
    text-decoration: none;
    padding: 5px;
}

#menu li a:hover, #menu li a:focus, #menu li a:active
{
    background-color: #F62;
	color: white;
}


/* Contenu de la page */

#content
{
    border: 1px solid #bbb;
    padding: 1em;
    background-color: #fcfcfe;
    margin-left: 250px;         /* Largeur du menu + 10px */
    min-height: 500px;
	width: 70%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}


/* Pied de page */

#footer
{
    text-align: center;
    font-size: 9pt;
    border: 1px solid #445;
    background-color: #eee;
    padding: 1em;
    clear: both;
	margin-top: 10px;
	margin-left: 250px;
	width: 70%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

#footer p
{
    margin: 5px;
}
