/* CSS Document */
/* Copyright : Interface par Griff - Découpe par Gounlaf pour Kits-Gratuits.net */

body {
	background-color:#2D2D2D;
	color:#000000;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:65%;
	padding:0;
	margin:0;
	}
	
div#contenu {
	background:url('./img/interface/bg.gif') repeat-y;
	width:684px;
	height:auto;
	margin:auto;
	padding-left:1px;
	padding-right:1px;
	}

img { display:block; margin:0; padding:0; }
ul , li { margin:0; padding:0; list-style-type:none; }
a { color:#333333; text-decoration:none; font-weight:bold; }
a:hover { color:#666666; font-weight:bold; }
a img { border:0; }
h1 { margin:0; padding:0; }
h2 { margin:0; padding:0; border-left:3px solid #262626; padding-left:2px; font-size:120%; color:#262626; }
p { margin:0; padding-top:5px; padding-left:0; }
hr { border:0; border-bottom:1px dashed #000000; margin:10px auto 10px auto; }

div#header {
	background:url('./img/interface/header.png') no-repeat;
	width:676px;
	height:99px;
	margin:auto;
	padding-top:50px;
	}
	
div#header h1 { font-size:150%; color:#FFFFFF; text-align:right; padding-right:30px; font-variant:small-caps; }

div#menu {
	background:url('./img/interface/bg_liste.gif') repeat-y;
	width:0px;
	height:auto;
	margin-left:22px !important;
	margin-left:11px;
	float:left;
	text-align:center;
	}
	
div#menu ul { padding-left:9px; background:url('./img/interface/liste.png') no-repeat bottom; padding-bottom:80px; }
div#menu li { width:109px; height:21px; background:url('./img/interface/m.png') no-repeat; padding-top:4px; margin-bottom:1px; }
div#menu li:hover { background:url('./img/interface/m_hover.png') no-repeat; }
div#menu li a { color:#FFFFFF; }
div#menu li a:hover { border-bottom:1px dashed #FFFFFF; padding-bottom:1px; }
div#menu li#top { background:url('./img/interface/m_top.png') no-repeat; height:22px; padding-top:10px; }
div#menu li#top:hover { background:url('./img/interface/m_top_h.png') no-repeat; }
div#menu li#bottom { background:url('./img/interface/m_bottom.png') no-repeat; height:28px; padding-top:5px; margin-bottom:0px; }
div#menu li#bottom:hover { background:url('./img/interface/m_bottom_h.png') no-repeat; }

div#texte {
	background:url('./img/interface/background_svbc.gif') no-repeat center;
	width:600px;
	height:auto;
	float:right;
	margin-right:24px !important;
	margin-right:12px;
	}
	
p.sign { text-align:right; font-size:90%; padding:0; color:#C6C6C6; margin-top:5px; }

div#footer {
	background:url('./img/interface/footer.png') no-repeat bottom;
	width:676px;
	height:14px;
	margin:auto;
	padding-top:20px;
	clear:both;
	}