/* --- STYLES DE BASE --- */

/* Page */
HTML {
    font-size: 100%; /* Évite un bug d'IE 6-7. (1) */
}
BODY {
    margin: 0;
    padding: 1em; 
    color: black;
    background: white;
}


address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
}
a img {
    border: none;
}

/* Divers éléments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}





/*****************************************/
/* style commun aux listes horizontales */
/*****************************************/

UL.listhor
{
	margin:0;
	padding:0;
}
.listhor LI
{
	float:left;
	margin:0;
	padding:0;
	line-height:1em;
	list-style-type:none;
}
.listhor LI A
{
	display:block;
	float:left;
	color:#aaa;
}
.listhor LI A:hover
{
	color:white;
	text-decoration:none;
}
.listhor LI A.current
{
	color:white;
	cursor:text;
}
.listhor LI A IMG
{
	border:0;
	padding:0;
}
UL.listvert
{
	margin:0;
	padding:0;
}
.listvert LI
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.listhor LI A
{
	display:block;
	color:#aaa;
}
.listhor LI A:hover
{
	color:white;
	text-decoration:none;
}
.listhor LI A.current
{
	color:white;
	cursor:text;
}
.listhor LI A IMG
{
	border:0;
	padding:0;
}

.clearboth
{
	clear:both;
	line-height:0px;
	font-size:0px;
	padding:0px;
	margin:0px;
}

.calage
{
	float:left;
	width:1px;
}

.petit
{
	font-size:90%;
}
