
html {
	font-size:100%;
}

body {
	font-size:0.8em;
	font-family:"Trebuchet MS",Verdana, tahoma, sans-serif;
	background-color:#A05600;

}
.png {
	behavior:url(win_png.htc);
}
#header{
	text-align:right;
	height:75px; /*130*/
	padding:55px 45px 0 0 ;
}
#global {
	width:900px;
	background:url(bg_header.jpg) no-repeat top left;
	margin:auto;
}
#add_adherent {
	margin:10px;
	color:#FFFFF0;
	padding:10px;
}
#tab_login {
	width:450px;
	margin:30px auto 0 auto;
	border:1px solid #B52F00;
	padding:10px 10px 30px 10px;
	background-color:#FFF;
	text-align:center;
}
#tab_login td {
	padding:2px;
}
#cadre_info {
	width:170px;
	float:right;
	height:20px;
	line-height:20px;
}
#lien_deco {
	width:150px;
	float:right;
	padding:5px 0;
}
#adherent {
	width:585px;
	text-align:right;
	padding: 0 45px 0 0;
}
#tabs {
	width:585px;
	margin-left:270px;
}
ul#menu {
	position: relative;
	float:left;
}
ul#menu li {
	float: left;
	display: inline;
}

ul#menu li a, ul#menu li.disabled  {
	float:left;
	display:block;
	padding:5px 15px;
	background-color:#C79D6D;
	margin:0 8px 0 0;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	font-size:1.1em;
}
ul#menu li.disabled  {
	background-color:#DFDFDF;
	color:#AFAFAF;
	cursor:default;
}
ul#menu li a.actif {
	background-color:#FFFFF0;
	text-decoration:none;
	color:#491900;
}
#pagination {
	margin:20px 0 0 0; 
}
.div_page {width:300px; float:left; padding-top:8px; color:#AE1D00; font-weight:bold; }
.div_page a:link, .div_page a:visited {
	color:#AE1D00;
	font-weight:normal;
	padding:3px;
}
#pagination .btn_suiv {
	display:block;
	float:right;
	width:109px;
}	
#pagination .btn_prec{
	display:block;
	float:left;
	width:132px;
}	
/*CLASSES*/
.tab_donnee {
	border-collapse:collapse;
	width:100%;
}
.tab_donnee th {
	font-weight:bold;
	padding:3px 2px;
	border-bottom:1px solid #B52E00;
	border-top:1px solid #B52E00;
	color:#B52E00;
}
.tab_donnee td {
	padding:4px 3px;
	border-bottom:1px dotted #4F310F;
}

/*TYPO*/
h1 {
	font-size:2em;
	padding:0.3em 0;
	color:#FFF;
}
h2 {
	margin:0.3em 0;
	font-size:1.6em;
	
	color:#C79D6D;
}
h2.inline {
	
	float:left;
}
h3 {
	font-size:1.4em;
	color:#AD3A01;
	margin:0.3em 0;
}
h4 {
	font-size:1.4em;
	color:#C79D6D;
	margin:0.3em 0;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size:1.1em;
}
.content {
	padding:2em 1em 40px 1em;
	color:#000;
	background:url(bg_bottom.jpg) no-repeat bottom left #FFFFF0;

}
br.clear, div.clear {
	clear:both;
}
.top {
	vertical-align:top;
}
.center {
	text-align:center;
}
#header h1 {
	padding:0.3em 0 0.2em 0;
}
.succes {
	border:1px solid #89AF2B;
	background-color:#F6FFDF;
	padding:4px;
	margin:0.4em 0;
}
.erreur, .error  {
	border:1px solid #BF3317;
	background-color:#FFE4DF;
	padding:4px;
	margin:0.2em 0;
}
.error {
	margin:0; padding:0; 
}
.presite .erreur, .presite .succes {
	width:450px;
	margin:10px auto !important;
}
/*FORMS*/
.input {
	border:1px solid #A05600;
	color:#A05600;
	font-family:"Trebuchet MS",Verdana, Tahoma, sans-serif;
	font-size:1em;
	width:220px;
}
.big {
	width:500px;
}
label {
	font-weight:bold;
	color:#614C35;
	font-size:1.1em;
	display:block;
	padding:0.2em 0;
}
label.simple {
	font-weight:normal;
	display:inline;
	font-size:1em;
	color:#000;
}
.disable {
	background-color:#C79D6D;
	color:#FFF;
	font-size:1.1em;
}
/*LIENS*/
a:link, a:visited {
	color:#4F310F;
	text-decoration:none;
	font-weight:bold;
}
a.big_link:link, a.big_link:visited {
	font-size:1.2em;
	color:#A05600;
	padding-left:18px;
	background:url(puce_lien.jpg) no-repeat left 0.25em transparent;
}
#header a:link, #header a:visited {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
a.clair:link, a.clair:visited {
	color:#FFFFF0;
} 