/* Styles Generaux */

body {
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/fond_page.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left: 40px;
	margin-top: 30px;
}

a {
	color: #594fbf;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #594fbf;
	text-decoration: underline;
}


/* Styles Corps */

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #594fbf;
	padding: 0;
	letter-spacing: 1px;
	margin-top: 0px;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #594fbf;
	letter-spacing: 1px;
	margin: 10px 0px 10px 0px;
	clear: both;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #594fbf;
	clear: both;
}
h4 {
	font-size: 1.2em;
	padding: 0px;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
h5 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 1.2em;
	color: #594fbf;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 16px;
	padding: 0px;
}

/* chapo en gras */ 
p#chapo {
	font-weight: bold;
	margin-bottom: 20px;
	clear: both;
	color: #202020;
}

/* listes */

li {
	font-size: 0.9em;
	list-style-type:none;
	list-style-image:url(../images/puce-carre.gif);
	list-style-position: outside;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
}


/* Images */

/* image positionnee a gauche */
.imgGauche {
	float: left;
	display: block;
	border: 0;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/* image positionnee a droite */
.imgDroite {
	float: right;
	margin: 0px 0px 10px 20px;
	display: block;
	border: 0;
}

/* couleurs */
.bleu {
	color: #594fbf;
}

.orange {
	color: #FFCC00;
}
.blanc {
	color: #FFFFFF;
}
.gris {
	color: #666666;
}

/* Style pour tableau encadre en bleu */

table.tbleu {
    border: solid #594fbf 1px;
	border-collapse: collapse;
}

table.tbleu td {
    padding: 5px;
    border: 1px solid #CFCBED;
}


/* Styles pour petit texte dans un tableau */

.textePetit {
	font-size: 0.9em;
	padding: 0px;
	margin: 0px;

}
.textePetit a {
	color: #333333;
	text-decoration: none;
}
.textePetit a:hover {
	color: #666666;
	text-decoration: underline;
}

/* Styles legende */

.texteLegende {
	font-size: 0.8em;
	padding: 0px;
	margin: 0px;
}
.texteLegende a {
	color: #333333;
	text-decoration: none;
}
.texteLegende a:hover {
	color: #666666;
	text-decoration: underline;
}
