@charset "utf-8";
/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	color: #333;
	margin: 0px;
	font-size: 80%;
	text-align: justify;
}
img 			{ border:0;}
a 				{
	color:#333;
	text-decoration:none;
}
a:hover			{
	color:#fff;
	text-decoration:none;
}

a.lien 			{
	color:#900000;
	text-decoration:none;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 85%;
}
a:hover.lien 			{
	color:#b2bf37;
	text-decoration:none;
	background-image: url(images/arrow_f2.gif);
}
a.envoyer			{
	color:#fff;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 20px;
	background-image: url(images/arrow_f3.gif);
	font-weight: normal;
	text-transform: uppercase;
	font-size: 80%;
	background-color: #900000;
	border: 1px solid #900000;
}
a:hover.envoyer				{
	background-color: #b2bf37;
	border: 1px solid #b2bf37;
} 
#wrapper {
	width: 800px;
	background-color: #f7f7f7;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -400px;
	left: 50%;
	position: absolute;
}
#haeder {
	width: 700px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
#page {
	width: 700px;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#page .titre {
	font-size: 125%;
	font-weight: bold;
	line-height: 30px;
	color: #900000;
	text-align: left;
}

#formulaire	{
	text-align: left;
	width: 680px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #b2bf37;
	padding: 10px;
	line-height: 20px;
}
#formulaire .info	{
	font-size: 80%;	
}
#formulaire .manque	{
	font-size: 80%;	
	color: #900000;
}
#page .contenu {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #900000;
	margin-top: 20px;
	padding-bottom: 20px;
}
#page .contenu .titre {
	font-weight: bold;
	color: #900000;
	font-size: 90%;
	text-transform: uppercase;
}

#page .contenu p {
	font-size: 110%;
	line-height: 25px;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#page .ancre {
	padding-top: 10px;
}
#page .petition {
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#page .petition .titre {
	font-weight: bold;
	color: #b2bf37;
	font-size: 90%;
	padding-bottom: 10px;
	text-transform: uppercase;
}
#page .petition p {
	line-height: 25px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	text-indent: 20px;
}
#page .petition .sign {
	font-weight: bold;
	font-size: 90%;
	padding-bottom: 20px;
	padding-top: 10px;
}
#page .petition .chapeau {
	padding-bottom: 10px;
	text-transform: none;
	line-height: 25px;
}
#page .petition .info {
	padding-bottom: 10px;
	text-transform: none;
	line-height: 25px;
	font-size: 85%;
}
#liste	{	margin: 0px auto 0px auto; 	padding-bottom: 20px; padding-left: 20px;	font-size: 85%;
}
#liste ul 				{
	list-style:none;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b2bf37;
}
#liste ul li 			{
	margin:0;
	padding:0;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 25px;
	font-size: 95%;
	background-image: url(images/puce.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	text-indent: 20px;
}
