

/* page -------------------------------------------------------------------- */

#page
{
	padding: 0;
	margin: 0;
	background-image: url(summer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	border-style: solid none none none;
	border-width: 1px;
	border-color: #314810;
	font-size: 10pt;
}

body
{
	padding: 0;
	margin: 0;
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #314810;
	background-attachment: fixed;
}

*
{
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
}

a
{
	color: #788b80;
	text-decoration: none;
}

a:hover
{
	color: #f6b75b;
}

/* entete ------------------------------------------------------------------ */

#header
{
	position: relative;
	height: 324px;
	margin: 0;
	padding: 0;
	background-image: url(title.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#header h1
{
	position: absolute;
	bottom: 0;
	left: 50%;
	padding: 0;
	margin: 0;
	font-size: 1pt;
	text-indent: -5000px;
	color: #ffffff;
}

#header small
{
	display: none;
}

/* contenu et sections ----------------------------------------------------- */

#content
{
	position: relative;
	width: 770px !important;
	width: 766px;
	left: 50%;
	margin: 0 0 0 -385px;
	padding: 40px 0 0 0;
	background-color: #ffffff;
}

.section
{
	clear: both;
}

.section h2
{
	margin: 0;
	padding: 0 0 0 45px;
	border-style: none none solid none;
	border-width: 0 0 1px 0;
	border-color: #dcedd5;
	font-family: Garamond, Georgia, serif;
	font-size: 22pt;
	font-weight: normal;
	letter-spacing: 13px;
	text-transform: capitalize;
	color: #4f812c;
}

.section h2 *
{
	font-family: Garamond, Georgia, serif;
}

/* articles ---------------------------------------------------------------- */

.entry
{
	clear: both;
	background-color: #ffffff;
}

.entry > h3,
.entry > .reactions h4,
.entry > .reactions h5
{
	background-image: url(caret.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.entry h3,
.entry .reactions h4,
.entry .reactions h5
{
	position: relative;
	left: -10px;
	margin: 0;
	padding: 15px 70px 20px 160px;
	text-indent: -20px;
	font-size: 18pt;
	font-weight: normal;
	letter-spacing: 6px;
	color: #f6b75b;
}

.entry .text,
.entry .summary
{
	position: relative;
	top: -16px !important;
	top: -2px;
	float: right;
	width: 520px;
	padding: 0 50px 100px 0;
	min-height: 120px;
	margin: 0;
	background-image: url(leaves.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #ffffff;
	line-height: 170%;
}

.entry:after
{
	content: "summer refresh";
	clear: both;
	color: #ffffff;
	width: 100%;
	display: block;
	font-size: 1pt;
}

.entry ul
{
	position: relative;
	top: -10px;
	float: left;
	width: 160px !important;
	width: 150px;
	padding: 5px 10px 0 20px;
	margin: 4px 0 0 0;
	border-style: none solid none none;
	border-width: 0 1px 0 0;
	border-color: #dcedd5;
	background-color: #ffffff;
	list-style-type: none;
	text-align: right;
	color: #a4b8ac;
}

.entry ul li
{
	padding: 0 0 10px 0;
}

.entry ul em
{
	display: block;
}

.entry .text a
{
	border-style: none none solid none;
	border-width: 0 0 1px 0;
	border-color: #dcedd5;
}

/* commentaires ------------------------------------------------------------ */

.entry .reactions,
.entry .reactions .comment
{
	clear: both;
}

.entry .reactions .comment div
{
	position: relative;
	top: -16px !important;
	top: -2px;
	float: right;
	width: 520px;
	padding: 0 50px 25px 0;
	margin: 0;
	line-height: 170%;
}

.entry .reactions form label
{
	clear: both;
	text-align: right;
	padding: 0 190px 5px 0;
}

.entry .reactions form fieldset legend label
{
	padding: 0;
}

/* formulaires ------------------------------------------------------------- */

form
{
	padding: 70px 0 0 0;
	clear: both;
}

form fieldset
{
	clear: both;
	float: right;
	width: 500px;
	padding: 10px 10px 10px 10px;
	margin: 0 50px 10px 0;
	border-style: solid;
	border-width: 1px;
	border-color: #dcedd5;
}

form label
{
	padding: 0 0 5px 0;
}

form input
{
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #ffffff #a4b8ac #ffffff;
	width: 210px;
}

form input:hover
{
	border-color: #dcedd5 #dcedd5 #788b80 #dcedd5;
}

form input:focus
{
	background-color: #f0fff0;
}

form input#save,
form input#submit,
form input[type="submit"],
form input[type="checkbox"],
form input[type="button"]
{
	border-style: solid;
	border-width: 1px;
	border-color: #a4b8ac;
	width: auto;
}

form textarea
{
	border-style: solid;
	border-width: 1px;
	border-color: #a4b8ac;
	width: 460px !important;
	width: 420px;
	height: 200px;
	padding: 5px;
}

form textarea:hover,
form select:hover
{
	border-color: #788b80;
}

form textarea:focus
form select:focus
{
	background-color: #f0fff0;
}

form select
{
	border-style: solid;
	border-width: 1px;
	border-color: #a4b8ac;
	width: 200px;
}

form input[type="file"]
{
	border-style: solid;
	border-width: 1px;
	border-color: #a4b8ac;
	width: 200px;
}


/* images ------------------------------------------------------------------ */

.entry > .text .media {
	float: left;
	margin: 0;
	padding: 0;
	margin: 10px 15px 5px 0;
	background-image: url(shadow-bottom-right.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.entry > .text .media:before {
	content: url(shadow-top-left.png);
	display: block;
	width: 100%;
	background-image: url(shadow-top.png);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
}

.entry > .text .media p
{
	margin: 0;
	padding: 0 6px 10px 7px;
	background-image: url(shadow-left.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.entry .media p img
{
	margin: 0;
	padding: 0;
	border-style: none solid solid solid;
	border-width: 0 2px 2px 2px;
	border-color: #ffffff;
}

.entry > .text .media + div
{
	clear: both;
}

/* footer ------------------------------------------------------------------ */

#footer
{
	position: relative;
	left: 50%;
	width: 750px;
	margin: 0 0 0 -395px;
	padding: 50px 20px 450px 20px;
	clear: both;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-style: none none solid none;
	border-width: 0 0 1px 0;
	border-color: #314810;
	text-align: center;
	color: #a4b8ac;
}

#footer h4,
#footer p
{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 8pt;
}

/* navigation -------------------------------------------------------------- */

#page > #seealso
{
	display: block;
	position: fixed;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background-image: url(navigation.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
	font-size: 1pt;
	text-indent: -5000px;
	text-align: center;
}

#page > #seealso a
{
	color: #6e8d42;
}

#page > .navigation
{
	display: block;
	position: fixed;
	z-index: 3;
	bottom: 20px;
	left: 50%;
	width: 165px;
	overflow: hidden;
	margin: 0;
	padding: 21px 0 28px 0;
	background-color: transparent;
	color: #a4b8ac;
}

#page > .navigation:hover
{
	background-image: url(menu-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#page > #sitemap { margin: 0 0 0 -322px; }
#page > #quicklinks { margin: 0 0 0 -162px; }
#page > #styleui { margin: 0 0 0 -1px; }
#page > #related { margin: 0 0 0 159px; }

#page > .navigation h4
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 27px;
	padding: 3px 0 0 0;
	margin: 0;
	text-align: center;
	font-size: 14pt !important;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
	cursor: pointer;
}

#page > .navigation:hover h4 {
	background-image: url(menu-highlight.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#page > .navigation div,
#page > .navigation ul
{
	display: none;
	padding: 0 8px 0 7px;
	margin: 0;
	overflow: hidden;
	background-image: url(menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 9pt;
	font-weight: bold;
	min-height: 98px;
	list-style-type: none;
}

#page > .navigation:hover div,
#page > .navigation:hover ul
{
	display: block;
}

#page > .navigation div span,
#page > .navigation ul li
{
	display: block;
	padding: 0 15px 10px 13px;
	margin: 0 0 0 2px;
	position: relative;
	width: 117px;
	overflow: hidden;
}

#page > .navigation div span:hover,
#page > .navigation ul li:hover
{
	background-image: url(menu-item.png);
	background-repeat: no-repeat;
	background-position: left 3px;
}

/* navigation (seulement pour le support CSS1) ----------------------------- */

.navigation
{
	position: relative;
	left: 50%;
	width: 770px;
	margin: 0 0 0 -385px;
	clear: both;
	background-color: #ffffff;
}

.navigation *
{
	display: inline;
	margin: 15px 0 0 0;
}

/* manager ----------------------------------------------------------------- */

#page > #manager
{
	left: 12px;
	width: 150px;
	background-image: url(navigation.png);
	background-repeat: repeat-x;
	background-position: left 19px;
	background-color: transparent;
}

#page > #manager:hover
{
	background-image: url(menu-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#page > #manager ul
{
	padding: 0;
}

.entry .text:first-child
{
	top: 10px !important;
}