/* CSS Document */

.logo{
	overflow: visible;
	position: absolute;
	left: 228px;
	top: 233px;
}
body {
	background-attachment: fixed;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	font-family: Arial, Helvetica, sans-serif;
}
.petit {
	font-size: 9px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
/*	text-decoration: none; */
	color: #000000;
}
.gris {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

a:hover {
	color: #666666;
}
#liste {
	position:absolute;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	width: 209px;
	left: 41px;
	top: 48px;
	padding: 5px;
}
#liste2 {
	position:absolute;
	left:744px;
	top:37px;
	width:212px;
	height:114px;
	z-index:1;
}
.pdflist {
	list-style-image: url(/images/pdficon_small.gif);
}
.news {
	list-style-image: url(/images/arrow.gif);
}
#adherents {
	/*padding-top: 500px;*/
	position:absolute;
	bottom:10px;
}
table#adh_data {
	
}
table#adh_data th{
	text-align:right;
}
input {
	border: 1px dashed #CCCCCC;
}
#infos_adh {
	position: absolute;
	right:10px;
	top:10px;
	border:medium dashed #CCCCCC;
	padding:10px;
	width: 400px;
}
#infos_adh img{
	float:left;
}
#infos_adh p{
	float:left;
	clear: left;
}
#infos_adh #nom{
	font-weight: bold;
	clear: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#infos_adh #fonction{
	float: left;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.yeehaa {
	font-weight: bold;
}
.deco {
	color: red;
	text-decoration: none;
}
.erreur_id {
	color: red;
	font-weight: bold;
	font-size: 3em;
	position: absolute;
	border: medium dashed #CCCCCC;
	padding: 10px;
	text-align:center;
	left:100px;
	right:100px;
}
.titreCarte{
	font-weight: bold;
	font-size: 1.1em;
	clear:left;
	float:left;
}
.ag{
	text-align:justify;
	text-indent: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
.ag p{
	margin-top: 0px;
	margin-bottom:0px;
}
a img {border: 0;}
