html, body {
	height: 100%;
	margin: 0;
	background : #FFF url(logo_judo3.jpg) repeat 800px 0;
	font: 90% "Trebuchet MS", sans-serif;
	text-align: center ;
        }


#header {
	color: #fff;
	height: 109px;
	position: relative;
      	}

#menu {
	background : url(degrade_top.png) repeat;
 	border: 1px solid #000000;
	padding: 1px;
	max-width: 100%;
	height: 28px;
	color: #fff;
 }
#menu a
{
display: inline;
line-height: 30px;
color: #FFF;
text-decoration: none;
}

#menu a:hover
{
border-left: 0px;
color: #9E0A5A;
}


input,select,textarea {
	background: #FFF;
	border: 1px solid #82AFBA;
	color: #000;
	font-family: verdana,sans-serif;
	font-size: 11px;
	vertical-align: middle;
 }



#global {
	min-height: 100%;
	width: 750px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
	background: #FFF;
        border-right: solid 1px #000;
        border-left: solid 1px #000;
        border-bottom: solid 1px #000;
	text-align: left ;
        }


#footer {
	position: absolute;
	width: 750px;
	bottom: 0;
	}



ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#menu li a {
	display: block;
	height: 30px;
	background: url(img/fond_lien.png) no-repeat left top;
	padding-left: 35px;
	margin: 2px 0;
	border-bottom: 1px solid #7fcf2e;
	color: #6c0;
	font: small-caps 1.1em/30px Georgia,serif;
	text-decoration: none;
}
ul#menu li a:hover {
	background-position: left bottom;
	color: #c30;
}


#footer {
	background: #7fcf2e;
	color: #fff;
	}
#center {
	/* éviter la superposition 
	du pied de page et du contenu */
	padding-bottom: 60px;
	overflow: auto;
	}

#content {
	float: left;
	width: 530px; 
	padding: 0;
	margin-left: 0px;
	}
 pre {
	margin: 0 auto;
	width: 500px;
	overflow: auto;
	padding: 5px;
	border: 1px solid #ccc;
	}


#content, #sidebar h3, #footer p, #sidebar p {
	padding: 0 10px;
	}

#content h2 {
	padding-left: 35px;
	background: #fff url(img/titre.png) left center no-repeat;
	color: #6c0;
	}
#content h3, #sidebar h3 {
	color: #c00;
	font-variant: small-caps;
	}
#footer p {
	margin: 2px 0;
	font-size: 0.9em;
	}
a {
	color: #6c0;
	font-weight: bold;
	}
a:hover {
	color: #c00;
	}




#admin {
	float: center;
	color: #000;
	text-align: center ;
	font-size: 0.9em;
 }
#admin a
{
display: inline;
line-height: 30px;
color: #000;
text-decoration: none;
font-size: 0.6em;
}


/* start - table */
table {
	font: normal 0.9em Verdana, sans-serif;
}
th strong {
	color: #fff;
}
th {
	background: #db6167;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}

td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */



#sidebar ul.sidebar {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;
}
#sidebar ul.sidebar li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidebar a {
	display:block;
	font-weight:bold;
	color: #333;
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	min-height:18px;
}
#sidebar {
	float: right;
	width: 190px;
}
* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidebar a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #db6167;
	border-left:4px solid #db6167;
}

blockquote{
	background: #ffffff;
 	width : 520px;
	height : auto;
        display : block;
	border : #000 1px dashed;
	margin : 5px auto 0 auto;
	padding : 5px;
}


