
#choixLangue {
        display: inline;
	float: right;
}


body {
	font-family: tahoma, verdana, arial, sans-serif;
	background-color: #EEEEEE;
}

.letitre {
        text-align: center;
	padding: 1em;
	font-size: larger;
	border: 1px solid black;
	font-family: tahoma, verdana, arial, sans-serif;
	color:#000000;
	line-height: 140%;
}


.listes {
	margin: 1em 15%;
        text-align: center;
	padding: 1em;
	border: 1px solid black;
}

.listes ul {
        background-color: #DDDDEE; /* bleu ciel */
	margin: 1em 5%;
        text-align: center;
	padding: 1em;
}



#phpPetitions {
	margin: 1em 15%;
        text-align: center;
	font-size: smaller
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: green;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	background-color: #EDEDED;
	text-decoration: none;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}


<!--
# vim: ts=4
-->
