@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	margin: 0;
	}

body {
	font: 90% "Trebuchet MS", sans-serif;
	background-color: #ECDEFE;
	}

a {
	color: #8C496C;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #c00;
	font-weight: bold;
	}

div#global {
	min-height: 100%;
	width: 780px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	padding: 0 00px;
	background: url(design/fond.jpg) center repeat-y;
	border-right: 1px solid #CCE621;
	}

div#header {
	background: url(design/header-agroprod-conseil.jpg) no-repeat;
	color: #000;
	height: 130px;
	position: relative;
	}

div#header p {
	margin: 0;
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	letter-spacing: 0.3em;
	}

#logo
 {
	float: right;
	width: 260px;
	height: 0px;
	margin: 0px;
	padding: 35px 5px 0px 0px;
	}

#logo a {
	text-decoration: none;
	}

div#center {
	padding-bottom: 50px;
	overflow: auto;
	}

div#sidebar {
	float: left;
	width: 190px;
	background-image: url(design/left-agroprod-conseil.jpg);
	background-repeat: no-repeat;
	}

#sidebar ul {
	margin-top: 240px;
	list-style: none;
	padding: 0;
} 

#sidebar li {
	margin: 0px 5px;
	padding: 8px;
}

div#content {
	float: right;
	width: 570px;
	margin: 20px 10px 0px 10px;
	text-align: justify;
	}

div#content h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
	}

div#content h2 {
	padding-left: 35px;
	font-size: 14px;
	color: #CC0;
	}

div#content h3 {
	color: #8C496C;
	font-variant: small-caps;
	}

div#cadre {
	border: 1px solid #7F3489;
	background-image: url(design/bande-mauve-degrade-570.jpg);
	}

div#cadre h3 {
	color: #8C496C;
	font-variant: small-caps;
	margin-left: 10px;
	}

div#cadre p {
	margin: 10px;
	}

div#cadre a {
	color: #000;
	font-weight: normal;
	}

div#footer {
	position: absolute;
	background-color: #CCE621;
	width: 100%;
	bottom: 0px;
	text-align: center;
	}

