hr
{
	width: 100%;
	height: 0;
	border: 1px solid black;
	margin: 10px 0;
}

a
{
	color: #069;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

a:focus, a:active
{
	outline: 0;
}

body
{
	margin: 0;
	padding: 0;
	background: white url(images/fond.png) repeat-x scroll 0 0;
}

#site
{
	width: 1000px;
	margin: 0 auto;
}

#top
{
	height: 99px;
	width: 100%;
	background: url(images/fond_top.png) repeat-x;
	border-bottom: 1px solid #B9CE44;
}

#logo
{
	height: 99px;
	width: 232px;
	float: left;
	background: url(images/logo.png);
}

#logo a
{
	display: block;
	height: 99px;
	width: 232px;
}

#bans
{
	border: 1px solid black;
	font-size: 0.9em;
}

#bans td
{
	border-collapse: collapse;
	border: 1px solid black;
	vertical-align: center;
	padding: 2px;
}

#bans caption
{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid black;
	border-width: 2px 2px 0;
}

#menu
{
	height: 30px;
	padding: 0;
	width: 100%;
	background: url(images/fond_menu.png);
	clear: both;
	border-bottom: 1px solid #B9CE44;
}

#menu ul
{
	height: 100%;
	margin: 0;
	list-style: none;
	padding: 0;
}

#menu ul li
{
	float: left;
	padding: 0 15px;
	line-height: 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
}

#menu ul li a
{
	text-align: center;
	color: white;
	display: block;
	padding: 0;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: #DDF;
}

#menu ul li.sep
{
	padding: 0;
	margin: 0;
	width: 2px;
	height: 30px;
	background: url(images/sep_menu.png) no-repeat scroll 0 center;
}

#container
{
	background: white;
	padding: 30px 0 0 0;
}

#left
{
	float: left;
}

#right
{
	float: right;
}

#left > .box
{
	width: 250px;
	margin: 0 30px 30px 10px;
}

#left > .box > h3
{
	height: 36px;
	margin: -18px 0 0 0;
	padding: 18px 0 0 74px;
	width: 176px;
	font-weight: bold;
	font-family: Arial, Verdana, Lucida, Helvetica, fantaisy;
	font-size: 16px;
	color: white;
	line-height: 34px;
	font-variant: small-caps;
}

#left > .box > div
{
	padding: 10px 10px 8px 10px;
	margin: 0;
	background: #F0F0F0;
	width: 230px;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L", Times, "Times New Roman", serif;
}

#left hr.box_end
{
	height: 4px;
	margin: 0;
	padding: 0;
	width: 250px;
	border: 0;
	outline: 0;
	background: url(images/box_bottom.png);
}

h3#box_link
{
	background: url(images/link_box_top.png);
}

h3#box_stats
{
	background: url(images/stats_box_top.png);
}



#right > .box
{
	width: 650px;
	margin:0 10px 30px 0;
}

#right > .box > h3
{
	height: 36px;
	margin: -18px 0 0 0;
	padding: 18px 0 0 74px;
	width: 576px;
	font-weight: bold;
	font-family: Arial, Verdana, Lucida, Helvetica, fantaisy;
	font-size: 16px;
	color: white;
	line-height: 34px;
	font-variant: small-caps;
}

#right > .box > div
{
	padding: 10px 10px 8px 10px;
	margin: 0;
	background: #F0F0F0;
	width: 630px;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L", Times, "Times New Roman", serif;
	text-align: justify;
}

#right hr.box_end
{
	height: 9px;
	margin: 0;
	padding: 0;
	width: 650px;
	border: 0;
	outline: 0;
	background: url(images/box2_bottom.png);
}

h3#box_sys
{
	background: url(images/sys_box_top.png);
}

h3#box_contents
{
	background: url(images/content_box_top.png);
}

#clear
{
	clear: both;
}



#box_left_1 ul
{
	margin: 0;
	padding: 0 0 0 30px;
	list-style: url(images/li.png);
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	width: 200px;
	height: 200px;
	overflow: auto;
}

#box_left_3 ul
{
	margin: 0;
	padding: 0 0 0 30px;
	list-style: url(images/tick.png);
}

input#url
{
	width: 448px;
	height: 17px;
	background: url(images/url.png) no-repeat;
	font-family: 'Courier New', Courier, monospace;
	font-size: 12px;
	padding: 6px;
	border: 0;
	margin: 1px 39px 0 0;
}

form, table, tr, td
{
	margin: 0;
	padding: 0;
}

table tr td
{
	border-collapse: collapse;
	vertical-align: top;
}

#footer
{
	width: auto;
	height: 172px;
	padding: 0;
	background: transparent;
	color: white;
	font-size: 10px;
	font-family: Verdana, Lucida, Arial, sans-serif;
	text-align: center;
	border-top: 1px solid #B9CE44;
	line-height: 17px;
}

#footer a
{
	color: white;
	text-decoration: underline;
}

#footer > table
{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

#footer > table th
{
	border: 0;
	text-align: center;
	font-size: 14px;
	width: 310px;
	font-weight: bold;
	padding: 10px;
}

#footer > table td
{
	width: 312px;
	border-collapse: collapse;
	height: 110px;
	text-align: left;
	padding: 0 10px;
}

#centretd
{
	border: 2px solid white;
	border-width: 0 2px;
}	

#fond
{
	background: transparent url(images/fond_footer.png) repeat-x scroll 0 bottom;
}

.infobulle{
	color: black;
    position: absolute;   
    visibility : hidden;
    border: 1px solid #07d;
    padding: 6px;
    font-family: Verdana, Arial;
    font-size: 10px;
    background-color: #f8f8f0;
}
