

/* -------------------------------------------------------------------------------------------------
                                                 Liens
------------------------------------------------------------------------------------------------- */
/* Liens hypertext */
a
{
	color:#a2412a;
	cursor:pointer;
	
	margin:0;
	padding:0;
}
a:hover
{
	color:#a2412a;
	
	margin:0;
	padding:0;
}

a img
{
	border: 0px;
}


.lien_petit
{
	/* Texte */
	color:white;
	font-size: 10px;
	font-family: Verdana;
}
.lien_petit:hover{color:white;}

/* -------------------------------------------------------------------------------------------------
                                                 Titres
------------------------------------------------------------------------------------------------- */

/* Titres niveau 1 */
h1
{
	margin-top: 0px;
	margin-bottom: 10px;
	
	font-family:verdana;
	font-weight: bold;
	font-size:18px;
	
	text-decoration: none;
	background-repeat: no-repeat;
}

/* Titres niveau 2 */
h2
{
	margin-top: 0px;
	margin-bottom: 5px;
	
	font-family:verdana;
	font-weight: bold;
	font-size:14px;
	
	text-decoration: none;
	
	background-repeat: no-repeat;
}

/* Titres niveau 3 */
h3
{
	display: inline;
	
	margin-top: 3px;
	margin-bottom: 3px;
	
	font-family:verdana;
	font-weight: bold;
	font-style: italic;
	font-size:12px;
	
	text-align: justify;
	text-decoration: none;
	
	margin: 0px;
}

/* Titres niveau 4 */
h4
{
	display: inline;
	
	font-family:verdana;
	font-weight: bold;
	font-style: normal;
	font-size:12px;
	
	text-align: justify;
	text-decoration: none;
	
	margin: 0px;
	margin-right: 4px;
}

/* -------------------------------------------------------------------------------------------------
                                                 Dates
------------------------------------------------------------------------------------------------- */
h5
{
	display: inline;
	
	font-family:verdana;
	font-weight: normal;
	font-style: italic;
	font-size:10px;
	
	text-align: left;
	text-decoration: none;
	
	margin: 0px;
	margin-right: 4px;
}


/* -------------------------------------------------------------------------------------------------
                                                 Navigations
------------------------------------------------------------------------------------------------- */
h6
{
	color: #a2412a;

	font-family: verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;

	text-decoration: none;
	background-repeat: no-repeat;
	
	margin: 0px;
	margin-left: 2px;
	margin-bottom: 5px;
}

h6 a
{
	color: #f1e3df;

	font-family: verdana;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;

	text-decoration: none;
	background-repeat: no-repeat;
	
	margin: 0px;
	margin-left: 2px;
	margin-bottom: 5px;
}

h6 a:hover
{
	color:#a2412a;
	
	font-family: verdana;
	font-weight: bold;
	font-style: normal;
	font-size: 10px;

	text-decoration: none;
	background-repeat: no-repeat;
	
	margin: 0px;
	margin-left: 2px;
	margin-bottom: 5px;
}

/* -------------------------------------------------------------------------------------------------
                                                 Listes
------------------------------------------------------------------------------------------------- */

ul
{
	margin-top:0;
}
li
{
	margin-top:0.5em;
}


