/* CSS Document */

div#contenu {
	width:735px;
	height:500px;
	margin-top:50px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid white;
	}

div#gauche {
	width:585px;
	float:left;
	}

div#droite {
	width:150px;
	float:right;
	}

img { display:block; border:0; }

div#index {
	background-image:url('images/h3.gif');
	background-repeat:no-repeat;
	width:150px;
	height:100px;
	}

div#index a {
	width:110px;
	height:80px;
	float:left;
	}
	

body {

background-color:#78A77D;
color : #000000;
font-family : Verdana;
font-size : 10px;
font-weight : none;
align : right;
margin-top: 0px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
text-align:left;

}

A { color:#333333; text-decoration:none; }
A:link { color:#333333; text-decoration:none; }
A:hover { color:#999999; text-decoration:underline; }
A:visited { color:#333333; text-decoration:none; }

div#copyright { height:11px; margin-left:59%; }