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

/* Links */
a {
	color: #506237;
	text-decoration: underline;
	font-weight:bold;
}
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 {
	width: 744px;
	/*height: 257px;*/
	height: 206px;
}

body#home #header_image {
	/*height: 215px;
	background: url(../images/im_header_home.jpg) no-repeat;)*/
	height: 156px;
	background: url(../images/im_header_new.jpg) no-repeat;
}

body#home #header_image a.logo {
	width: 175px; 
	height: 135px; 
	position: absolute;
	display: block;
	left: 20px;
	top: 48px;
}

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

/* end of HOME PAGE structure */

#header {
	width: 744px;
	/*height: 164px;*/
	height: 197px;
}

#header_image {
	/*height: 123px;
	background: url(../images/im_header_inside.jpg) no-repeat;*/
	height: 156px;
	background: url(../images/im_header_new.jpg) no-repeat;
}

#header_image a.logo {
	width: 312px;
	height: 93px;
	position: absolute;
	display: block;
	left: 422px;
	top: 38px;
}

#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;
}

*html #center {height: 350px;}

#footbar {
	width: 744px;
	height: 22px;
	position: relative;
	clear: both;
	background-color: #002965;
}

#footer {
	width: 764px;
	position: relative;
	float: left;
	text-align: center;
	padding-top: 10px;
}

#footer a:link {color: #ffffff; text-decoration: none;}
#footer a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {color: #ffffff; text-decoration: underline; }
#footer a:active {
	color: #ffffff;
	text-decoration: 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;}

.imgborder {
	padding: 2px; 
	border: 1px solid #95A087;
}

/* 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%;
}

#footer {
	color: #FFFFFF;
}

#sidenav {
	font-size: 100%;
	font-family: Tahoma;
	color: #666666;
}
#sousmenu {
	left:20px;
	position:relative;
	width:650px;
	background-color: #2B5C9A;
	right: 20px;
	top: -8px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
}
.sousmenulink {
	color:#FFFFFF;
}
.sousmenulink2 {
	color:#FFDDDD;
}
.couponreponse {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}
