/* ------------------------------------ */
/*                                      */
/*           General             */
/*                                      */
/* ------------------------------------ */

body {
	background: #E9E9E9;
	font: normal 80%/1em "Trebuchet MS", Verdana, Arial, sans-serif;
	color: black;
	margin: 0;
	padding: 20px 0 2em 0;
	text-align: center;
}


h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;;
	font-size: 1.15em;
	font-weight: bold;
	color: #666666;
	letter-spacing: 0.7em;
	line-height: 1.5em;
	text-indent: 37px;
	
	
	}
h2 {
	color: #87B644;
	font-variant: small-caps;
	font-size: 1.35em;
	line-height: 1.5em;
	padding-left: 15px;
}
 h2:first-letter {
	color: #ff6600;
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.0em;
	color: #666666;
}

h4 {
	clear: left;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.1em;
	color: #FF6600;
}
.headertext{
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 1em;
	font-family: Tahoma, Arial, sans-serif;
	color: #87B644;
	height: 50px;
	
	margin-left: 75px;	
	margin-right: 75px;
	padding-top: 30px;
	
	
	}


a {
	color: #87B644;
	text-decoration: none;
}
a:visited {
	color:  #87B644;
	text-decoration: none;
}
a:hover, a:focus {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF9900;
}
a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	background : transparent;
}
a img {
	border: 0 none;
}

q {
	font-style: italic;
}
kbd {
	font-size : 1.1em;
	padding: 0px 1px;
	border: 1px solid #E2F576;
	border-right: 1px solid #87B644;
	border-bottom: 1px solid #87B644;
	background: #FFFFC4;
}

ul, li {
	margin: 0;
	padding: 0;
}

input.textfield {
	width:70%;
	background:#fff;
	border:1px solid #aaa;
	padding:3px;
}

input.textfield:focus, textarea:focus {
	background:#F5FFDC;
}

/* ------------------------------------ */
/*                                      */
/*            Header                    */
/*                                      */
/* ------------------------------------ */
#wrapper{
	width: 807px;
	background: url(images/bk.jpg) left top repeat-y;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	
}
#header {
	position: relative;
	width: 807px;
	height: 165px;
	background: url(images/header.jpg) left top no-repeat;
	margin: 0 auto;
	text-align: left;
}


#headertwo {
	width: 807px;
	height: 40px;
	background: url(images/headertwo.jpg) left top no-repeat;
	margin: 0 auto;
	text-align: right;
}
#headertwo p {
	padding-top: 15px;
	margin-right:35px;
	margin-bottom: 0;
}


/* ------------------------------------ */
/*                                      */
/*            Menu                      */
/*                                      */
/* ------------------------------------ */

#menu {
	float: right;
	width: 140px;
	height: 100px;
    text-align: left;
	color: #fff;
}

#menu ul {
	position: absolute;

	padding-left: 30px;
	list-style: none;
    color: #fff;
}
#menu li {
	margin:0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#menu li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
}

#menu li a span {
	position: absolute;

}
#menu li a:hover {

}

/* ------------------------------------ */
/*                                      */
/*            Global                    */
/*                                      */
/* ------------------------------------ */

#global {
	width: 807px;
	background: url(images/bk.jpg) left top repeat-y;
	margin: 0 auto;
	text-align: left;


}

#content  {
	width: 760px;
	margin: 0 80px;
	
}

#content h2 {
	color: #87B644;
	font-variant: small-caps;
	font-size: 1.35em;
	padding-left: 75px;
}
#content h2:first-letter {
	color: #ff6600;
	font-size: 1.5em;
	font-weight: bold;
}


#content h3 {
	margin: 20px 0 10px 0;
	letter-spacing: 2px;
}
#content h3:first-letter {
	color: #FF6600;
	font-weight: bold;
}


#content p {
	padding-right: 25px;
	padding-left: 75px;
}

#left {
	float: left;
	width: 200px;
	margin-left: -475px;
	padding-left: 25px;
}

#middle{
display: inline;
float: left;
width: 200px;
margin-left: 300px;
padding-left: 20px;
border-left: 1px dashed #999999;


}

#right{

float: right;
width: 230px;
padding-left: 20px;
padding-right: 20px;
border-left: 1px dashed #999999;
}

div#content blockquote {
	margin: 1em;
	padding: 0.5em 1em 0 38px;
	background: white url(images/citation.jpg) left top no-repeat;
	font-style: italic;
	color: #797342;
}
div#content blockquote p {
	text-align: right;
	margin: 8px 0;
	font-style: normal;
	padding-right: 25px;
	background: url(images/citationfin.gif) right bottom no-repeat;
}


#content ul {
	padding: 0;
	margin: 0 0 10px 0px;
	list-style-type: none;
}
#content li {
	margin: 0 0 0 0;
	line-height: 1.2em;
	margin-bottom: 4px;
	margin-top: 4px;
	background: url() left top no-repeat;
	padding-left: 20px;
}

/* ------------------------------------ */
/*                                      */
/*            Footer                    */
/*                                      */
/* ------------------------------------ */
#mouse {
	width: 807px;
	height: 250px;
	background: url(images/footer.jpg) left top no-repeat;
	margin: 0 auto;
	font-size: .9em;
	clear: both;
}
#mouse  ul {
	width: 180px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
	list-style-image: url(images/puce.png);
	background: url(images/hr2.png) left bottom no-repeat;
}
#mouse li {
	margin: 0 0 0 25px;
	padding: 3px 0 4px 0;
	line-height: 1em;
	width: 160px;
	color: #87B644;
}


#mouse li.last {
	background: none;
}
#mouse a {
	color: #87B644;
}
#mouse a:hover {
	color: #87B644;
	text-decoration: underline;	
}


#thankyou {
	height: 150px;
	width: 500px;
	padding-top: 50px;
	margin-left: 200px;
}

#footer {
	width: 807px;
	height:1.25em;
	color: #666666;
	font-size: 0.95em;
	text-align: left;
	margin: 0 auto;
	clear: both;
}
#footer p {
	margin: 0 35px 0 40px;
}
#footer a {
	color: #666666;
}


/* image gallery*/
div.figure {
float: right;
width: 222px;
margin: 10px 10px 5px 0px;

}

img.figure {
float: right;
margin-left: 10px;
margin-bottom: 10px;
padding: 10px;


}
#separator{
      margin: auto;
	  margin-bottom: 15px;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #87B644;

}
.arrows{
clear:both;
margin-top: 30px;
margin-left: 475px;
width: 300px;

}
.arrows img {
margin-left: 10px;
margin-right: 10px;
padding-right: 20px;
padding-left: 20px;
}
