/* -------- Titres -------- */
h1 {
	font-size : 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h2:first-letter {
	font-size: 16px;
/*	color: #FF6655; */
        color: #857EB5;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size : 16px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

h3:first-letter {
	font-size : 14px;
	font-weight: bold;
	color: #857EA5;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size : 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

h4:first-letter {
	font-size : 14px;
	font-weight: bold;
	color: #857EA5;
}

h4 {
	font-size : 14px;
	font-weight: normal;
	font-family: Palatino Linotype, Arial, sans-serif;
	color: #666666;
}

h5:first-letter {
	font-size : 12px;
	font-weight: bold;
	color: #4F8EB0;
}

h5 {
	font-size : 12px;
	font-weight: bold;
	font-family: Palatino Linotype, Arial, sans-serif;
	color: #666666;
}


/* -------- Texte -------- */

.first {
	font-size : 14px;
	font-weight: bold;
	color: #857EA5;
}

.texte {
	font-size : 14px;
	font-weight: normal;
	font-family: Palatino Linotype, Arial, sans-serif;
	color: #666666;
/* 	margin-left : 1em; */
}
/* Tableaux */.transport {	margin: 0 0 20 20;		font-size : 14px;	font-weight: normal;	font-family: Palatino Linotype, Arial, sans-serif;	color: #666666;}
/* Listes */

/* disc, circle, square, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha, none */
ul { 
	list-style-type: none
}
ul.cercle {
	list-style-type: circle
}


/* -------- Liens -------- */

A:link { /* Violet */
	font-size : 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color : #857EA5;
	text-decoration : none;
}

A:visited { /* Mauve */
	font-size : 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color : #a29dc4;
	text-decoration : none;
}

A:hover { /* Orange */
	font-size : 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
        color: #857EB5;
/*	color : #FF6655; */
	text-decoration : none;
}

A:active { /* Orange a peine plus rouge */
	font-size : 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color : #FF6655;
	text-decoration : none;
}
a.lien{color:red;}
/* -------- Titre honorifique -------- */

.honor {
	font-size : 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
/* 	margin-left : 1em; */
}


/* -------- Folklo -------- */
/* Mettre un encadre derriere les infos importantes */
div.important {
	font-size : 14px;
	font-weight: bold;
	font-family: Palatino Linotype, Arial, sans-serif;
	color: #857EA5;
/* 	background: #6699CC; */
	padding: 0.5em;
	border : 1px;
	border-style: solid;
	border-color: #ff9900;
}

.date {
	font-size : 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	margin-left: 2em;
	text-decoration : none;
}
