/* CSS Document */

/* 
Bleu clair : #CCD0E0
Bleu foncé : #003399

*/

body { margin:0; padding:0; }

* {
	font-family:verdana;
	font-size:11px;
}

.centrer { text-align:center !important; }

.gras { font-weight:bold; }

.fondclair { background:#CCD0E0; }
.fondfonce { background:#003399; }

.blanc { color:white; }
a.blanc { text-decoration:none; }

.legende { font-style:italic; }

h1 {
	margin:0; padding:0 0 0 15px;
	font-size:15px;
	font-weight:bold;
	background:url(/images/puceliste.gif) no-repeat;
	background-position:0 75%;
}

h1 {
	font-size:12px;
	font-weight:bold;
}

table.contenant {
	margin:15px; padding:0;
}

table.contenu p {
	text-align:justify;
}

table.contenu a {
	color:black;
}
table.contenu a:hover {
	color:#003399;
}


.copyright {
	margin:2px 0 0 0; padding:0;
	text-align:center;
	font-size:10px;
	color:#6D93E0;
}

.copyright a {
	font-size:10px;
	color:#6D93E0;
	text-decoration:none;
}

.copyright a:hover {
	color:black;
}

/* 	<<<<<<<<<<<<<<<<
	les listes a puce
	>>>>>>>>>>>>>>>> */
	
table.contenant ul {
	margin:0; padding:0;
}

table.contenant li {
	margin:0 0 10px 15px; padding: 0 0 0 0px;
	list-style-image:url(/images/puceliste.gif);
}

/* <<<<<<<<<<<<<<<
   le menu
   <<<<<<<<<<<<<<< */
   
ul.menu {
	margin:0; padding:0;
	list-style:none;	
}

ul.menu li {
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:white;
	margin-bottom:12px;
	padding-right:34px;
	background: url(/images/puceliste.gif) no-repeat;
	background-position: 90% 70%;
}

ul.menu li a {
	font-size:12px;
	color:white;
	text-decoration:none;
}


