/* css de la boîte à outils*/

body {
background-color : #000;
}

img {border : O;}

h1{color:Yellow;
	font : verdana, arial, sans-serif;
	text-align:center;
	font-size:x-large;
	margin-top:-8px;
	margin-bottom: 5px;
}
h2{color:yellow;
	font : 75% verdana, arial, sans-serif;
	font-size:x-large;}

A:link {text-decoration: none; color: yellow;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

/* division --------------------------------------------------------------------------------------*/
div
{
	padding:0px;
}
div#page {
    width : 800px;
    height:100%;
    text-align : left;
    margin-right : auto;
    margin-left : auto;
    margin-top :0px;
	font : 75% verdana, arial, sans-serif;
	background-color:#0E7753;
	
}

/* contenu de la page ----------------------------------------------------------------------------- */


	
div#gauche 
{
	margin-top:0px;
	padding:0,O,O,O;
	width : 257px;
	position : absolute;
}
div#droite {
	margin-left : 257px;
	width:543px;
	position : absolute;
	background-color:#0E7753;
	height:1200px;
}

div#tete {
}
div#pieds 
{
}

div#grostitre
{
}
div#menu
{
}

div#fenetre {
	background-color : #FFF;
	padding-left : 3px;
	width:540px;
	height:100%;
}

.presentation
{
	color:yellow;
	font-size:x-large;
}

.datelieu
{
	color:#FFF;
	font-size:large;
}
