/* CSS Document */

body {
	margin: 10px auto 20px;
	padding:0px;
	background: grey;
	font-family: "Geneva", Arial, Helvetica, sans-serif;
	font-size: 13px;  
	color: #000;
}

a:link { color:#999900; text-decoration:none;}
a:visited {color:#FF3300; text-decoration:none;}
a:hover {color:#9900FF; text-decoration:underline}


#content{
	width: 850px ;
	margin:auto;
	text-align:justify;
	background:white url(img/head.jpg) no-repeat bottom right;
}

#gauche {
	float:left;
	width:630px;
	margin:auto;
	font-size:1.1em;
	color:#000;
	background:red;
}

#text-main {
	margin:auto;
	padding:10px;
	background:pink;
	width:610px;	
}	

#deco-bt {
	margin:auto;
	background:green;
	width:610px;
	padding:20px 10px;
}	


#footer {
	width:830px;
	clear:both;
	margin: auto;
	padding: 10px;
	text-align:left;
	font-size:1.1em;
	color:#000;
	background:orange;
}

#footer a {
	text-decoration: none;
	color:#EF6724;
}

#footer a:hover {
	color:#EF6724;
	text-decoration: underline;
}
