/*

   Auteur / Author:

  Cette feuille de style CSS a été écrite au départ par David Dallet (et a pu être modifiée)

  This CSS Style Sheet was originally written by David Dallet (it may have been modified).


  Licence / License:

  Ce fichier est du domaine public, si votre législation vous permet de l'utiliser en tant que tel. Dans le cas contraire, l'auteur autorise tout usage dans les limites permises par la loi. (Cela ne concerne que le CSS, pas les images incluses.)

  This file is public domain if your local laws allows it. In the contrary, the author allows any use, to the extents allowed by law. (This notice is only about the CSS, it does not cover included pictures.)

*/
body {
	margin:0;
	padding:0;
	font-family: helvetica, sans-serif;
	font-size: small;
	color:white;
	background-color:#555;
	}

a {
	color:white;
	}

a:hover {
	background-color:black;
	color:#777;
	}

.content_box {
	margin:10px;
	padding:0px 20px;
	background-color:black;
	border:1px solid white;
	}

.add_pict_box {
	margin-top:20px;
	width: 206px;
	height: 265px;
	float: right;
	background-image: url(../../picts/david-dallet.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-left: 20px solid black;
	border-bottom: 20px solid black;
	}

/*
.add_pict_box:active {
	cursor:pointer;
	position: absolute;
	left:0px;
	top:0px;
	margin-top:0px;
	width: 800px;
	height: 600px;
	float: right;
	background-image: url(../picts/david_dallet.jpg);
	background-position: center;
	background-repeat: no-repeat;
	border-top: 5px solid black;
	border-left: 5px solid black;
	border-right: 1000px solid black;
	border-bottom: 1000px solid black;
	}
*/

.right {
	text-align: right;
	}

h1 {
	font-size: x-large;
	}

h2 {
	font-size: large;
	border-bottom: 1px solid #777;
	padding-bottom:2px;
	}

.h2_line {
	border-bottom: 1px solid #777;
	margin:0px;
	padding:0px;
	font-size:0px;
	margin-right: 300px;
	}

h2:hover {
	border-bottom-color: #999;
	}

p, pre, ul, ol {
	margin-left: 60px;
	}



