@charset "utf-8";
/* CSS Document */

#grenier{
}
#header {
	background-color: #CC6600;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 111px;
	
		} 
#footer {
	padding: 0 10px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-size: x-small;
		} 


#main_content{
	background: #FFFFFF;
	text-align: left;
	
}

		.welcome{
			width:300px;
		}
		.lastPublication{
		position:inherit;
			width:120px;
			
		}

a {
	color: #CC6600;
}

.title{
	background-color: #cc6600;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
		} 
