/* CSS par Dig pour http://www.kits-gratuits.net */

* { margin:0;padding:0; }

body {
	background:#E8E8E8;
	width:100%;
	font:normal 0.8em "Trebuchet MS",Verdana,Helvetica,sans-serif;
}

img {
	border: 0;
}

.puce {
        float: left; 
        margin: 0 0 0 10px;
        padding: 0 0 2px 20px;
        background: url("images/puce.png") left no-repeat;
}

.download {
        float: left; 
        margin: 0 0 15px 5px;
        padding: 5px 0 0 30px;
        background: url("images/download.png") left no-repeat;
	height: 25px;
}

#page {
	width:700px;
	border-left:5px solid #D6D7D9;
	border-right:5px solid #D6D7D9;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
}

#header {
	background:url('./images/interface/header.jpg') top no-repeat;
	width:700px;
	height:100px;
}

#header h1 {
	font-size:2.2em;
	font-weight:normal;
	color:#588A03;
	font-family:Verdana;
	padding-left:70px;
	padding-top:20px;
}

#header p {
	color:#646464;
	padding-left:130px;
	padding-top:5px;
}

ul#menu_haut {
	float:left;
	width:100%;
	background-color:#3A3A3A;
	height:20px;
	border-bottom:3px solid #CFCFCF;
	list-style-type:none;
	text-align:center;
}

ul#menu_haut li {
	display:inline;
	float:left;
}

ul#menu_haut a {
	width:116px;
	height:20px;
	background-color:#3A3A3A;
	color:#FFF;
	text-decoration:none;
	display:block;
}

ul#menu_haut a:hover {
	width:116px;
	height:20px;
	background-color:#3A3A3A;
	color:#FFF;
	text-decoration:underline;
	background-color:#848484;
	display:block;
}

#bloc {
	float:left;
	width:470px;
	text-align:justify;
	padding-left:10px;
        color: #3D3D3B;
}

#bloc a  { /* Lien du copyright */
	color: #2F63B3;
	text-decoration: none;
}

#bloc a:hover { /* Liens au survol */
	color: #1FB8C0;
        text-decoration:underline;
}

#bloc p {
	margin: 0;
	padding: 15px 0 5px 1px;
        text-align: justify;
        margin-right:5px;
}

#menu {
	float:left;
	margin-left:20px;
	width:190px;
}

#bloc h2 {
	border-bottom:1px dotted #030303;
	margin-top:10px;
	color:#588A03;
	font:normal 1.4em "Verdana",Verdana,Helvetica,sans-serif;
}

#bloc h4, #menu h4 {
	border-bottom:1px dotted #030303;
	margin-top:20px;
	color:#588A03;
	font:normal 1.4em "Verdana",Verdana,Helvetica,sans-serif;
}

#bloc h3, #menu h3 {
	border-bottom:1px dotted #030303;
	margin-top:30px;
	color:#588A03;
	font:normal 1.4em "Verdana",Verdana,Helvetica,sans-serif;
}

#menu ul {
	list-style-image:url('./images/interface/puce.jpg');
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

#menu li {
	margin-left:40px;
	height:20px;
}

#menu a {color:#646464;text-decoration:none;}

#menu a:hover {color:#818080;text-decoration:underline;}

p#copyright {
	font-size:0.8em;
	color:#A3A3A3;
	width:700px;
	text-align:center;
	clear:both;
	background-color:#FFF;
	padding-top:50px;
}

p#copyright a{
	text-decoration:none;
	color:#A3A3A3;
}

#ad-top {
	margin-top:20px;
	width:480px;
	height:72px;
	background:url(images/ad-top.png) no-repeat;
	padding:5px;
	}