/* CSS Document */
h1{
	text-align:center;
	font-family: Century, Arial, Helvetica, sans-serif;
	}

h2 {
	background-image:url(../fichiers_communs/bandeaulong.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	font-family: Century, Arial, Helvetica, sans-serif;
}

h3{
	background-image:url(../fichiers_communs/bandeaulongh3.gif);
	background-repeat:no-repeat;
	margin-top: 30px;
	padding-left:10px;
	font-family: Century, Arial, Helvetica, sans-serif;

}

body {
	background-color: #292C9C;
	margin-left: 50px;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	background-image: url(../fichiers_communs/gif_fond_de_page.png);
	background-attachment:fixed;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

td{
	padding-left:40px;
	padding-right:40px;
	}
	
ul{
list-style-image:url(../fichiers_communs/puce.png);
}
ul ul{
list-style-image:url(../fichiers_communs/puce2.gif);
}

.corps, li {
	font-family: Century, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: justify;
}

.imagecentree {
	text-align:center;
	font-family: Century, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}

.cote{
	background-image:url(../fichiers_communs/bandeau2.gif);
	background-repeat:no-repeat;
	padding-left:20px;
	font-family: Century, Arial, Helvetica, sans-serif;
}

.date{
	border-bottom: 1px solid black;
	font-family: Century, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align:left;
	
}

.flottantgauche {
	float:left;
	margin-right:15px;
}

.links {
	color: #D4D0C8;
	font-size: 0.8em;
}

.blanc {
	color: white;
}

.petit{
	font-size: 0.7em;
}

a{
	color:#292C9C;
	text-decoration: none;
}

a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline;
   color:red; 
}


