/* 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;
}

#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('./img/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:450px;
	text-align:justify;
	padding-left:10px;
}

#bloc2 {
	float:left;
	width:680px;
	text-align:justify;
	padding-left:10px;
}

#menu {
	float:left;
	margin-left:40px;
	width:190px;
}

#bloc h2, #bloc2 h2, #menu h2 {
	border-bottom:1px dotted #030303;
	text-indent:0px;
	margin-top:30px;
	font: "Comic Sans MS","Trebuchet MS",Verdana,Helvetica,sans-serif;
}

#bloc p, #bloc2 p {
	margin-top: 15px ;
}

#bloc ul, #bloc2 ul {
	margin-left: 12px ;
	}

#bloc li {
	margin-top: 8px ;
	}

#bloc2 img {
	margin-top: 8px ;
	}

#menu ul {
	list-style-image:url('./img/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;}

h2.editorial {
	background:url('./img/titre_editorial.jpg') left no-repeat;
}

h2#profil {
	background:url('./img/titre_profil.jpg') right no-repeat;
}

table { /* Le tableau en lui-même */ 
	margin-top:10px;
	margin-bottom:10px;
	width: 100% ;
	border: 1px ; /* Bordure du tableau avec effet 3D (outset) */
	border-collapse: 2px; /* Colle les bordures entre elles */
}

th {
	text-align: center; /* Tous les textes des cellules seront centrés*/
	padding-top: 10px;
	padding-bottom: 10px;
}



td {
	text-align: center; /* Tous les textes des cellules seront centrés*/
	padding-top: 5px;
	padding-bottom: 5px;
	vertical-align: middle;
}	

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;
}

.date_article {
	/* permet d'afficher la date de publication de l'article */
	color: gray;
	font-size: 0.8em;
	text-align: right;
	clear:both;
	}

.version {
	color: #AF2020;
	font-weight: bold;
	}
	