@charset "utf-8";
/* 

Quotidien Partnership CSS Document
	
	layout.css

*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, a, div, img, blockquote 
{
	margin:0px;
	padding:0px;
}

body
{
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;	
	background-color: #d4d4d4;
}

div#container
{
	width: 780px;
	display: block;
	margin: auto;

	/* border: 1px solid #000; */
	
}

div#header
{
	width: 780px;
	display:block;
	margin: 10px 0 0 0;
}

/* columns */

div#body
{
	clear: both;
	background-color:#FFFFFF;
	background-image:url(../images/body-bg.jpg);
	background-repeat: repeat-y;
}

div#left-col
{
	width: 531px;
	float: left;

}

div#full-col
{
	width: 800px;
	float: left;

}

div#content
{
	margin: 24px;
}

div#right-col
{

	

	width: 249px;
	height: 100%;
	float: left;
	background-image: url(../images/right_bg.gif);
	background-repeat: repeat;
}

div#piechart
{
	width: 232px;
	height: 250px;
	margin: auto;
	background-image: url(../images/pichart/pie160.jpg);
	background-repeat: no-repeat;	
}

div#footer
{
	width: 780px;
	height: 20px;
	background-color: #5E5E5E;
	clear: both;
}