/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #96A187;
}

/* Links */
a {
	color: #506237;
	text-decoration: underline;
}
a:visited {color: #506237; color: #506237;}
a:hover {color: #506237; text-decoration: none;}
a:active {color: #506237;}

/* Structure */
#wrapper {
	width: 764px;
	margin: 0px auto;
	padding: 0px;
}

#wrapper-inside {
	background: #FFFFFF;
	padding: 10px;
	position: relative;
	clear: both;
}


/* HOME PAGE */
body#home #header {
	display: none;
}

body#home #content-area {
	width: 525px;
	float: left;
	padding: 20px 0px;
}

/* end of HOME PAGE structure */

#header {
	display: none;
}

#navigation {
	height: 41px;
	background: url(../images/navigation_bg.jpg) no-repeat top;
}

#navigation .buttons {
	margin-left: 20px;
	height: 41px;
}
#center {
	width: 744px;
	position: relative;
	padding: 10px 0px 0px;
	min-height: 350px;
	height: auto;
	left: 32px;
	top: 166px;


}

*html #center {height: 350px;}

#footbar {
	display: none;
}

#footer {
	display: none;
}

#sousmenu {
	display: none;
}

#content-area {
	width: 560px;
	float: left;
	padding: 0px;
}

.content {
	margin-left: 20px;
	margin-right: 10px;
	display: block;
	padding-bottom: 10px;
}

#sidenav {
	width: 170px;
	float: right;
}

#sidenav img.heading {
	margin-bottom: 10px;
}
/* Paragraphs */
p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#sidenav p {
	margin: 0px 0px 16px 5px;
}
#footer p {
	margin: 0px 0px 5px;
	padding: 0px
}


/* Admin page - 2 column layout */

#content-area-left {
	width: 450px;
	float: left;
	padding: 0px;
}
#content-area-right {/* right column */
	float: left;
	width: 270px;
	padding: 52px 0px 0px;
}


/* Images on realisations page */

.captions {
	color: #666666;
	font-size: 90%;
}

.captions img {margin-bottom: 3px;}

/* Cumulatifs */
div #cumulatifs {padding: 10px; border: 1px solid #C6CBB1;}
#cumulatifs table tr {height: 13pt;}
#home #wrapper #wrapper-inside #center #content-area .content #cumulatifs .topborder {
	background: url(../images/table_line.gif) repeat-x top;
}

#cumulatifs p {margin-bottom: 2px; clear: both; }
#cumulatifs .heading {margin-bottom: 8px; font-weight: bold;}
#cumulatifs table tr.border-top {border-top: 1px solid #96A187}

/*Typography*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
}

h2 {
	color: #003073;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	font-size: 100%;
}

#sidenav {
	font-size: 100%;
	font-family: Tahoma;
	color: #666666;
}

