
/* reinitialisation des valeurs browser */

* {margin:0; padding:0;}

body {
	width:900px;
	min-width:800px;
	background-color:#fff;
	color:#9f9f9f;
	font-size:12px;
	font-family:"trebuchet ms", helvetica, sans-serif;
}

a { 
	text-decoration:none;
	color:#93B300;
}

a:hover {
	text-decoration:underline;
	font-style:italic;
	color:#fff;
	background:#D3E378 url('images/bbg1.gif') repeat-x;
}

ul, ul li {
	list-style: none;
}

/* grandes structures */
#global {
	width:100%;
}

#header {
	width:100%;
	height:104px;
	position:relative;
	background:#4d4d4d url('images/a1.gif') repeat-x;
	color:#fff;
}
#middle {
	width:100%;
}

#left {
	float:left;
	width:18%;
}

#main {
	width:82%;
	float:left;
	padding:10px 0;
}

#footer {
	clear: both;
	background:url('images/a2.gif') repeat-x;
	margin:0 auto 25px auto;
	padding-top:10px;
	text-align:center;
	text-transform:lowercase;
}
/* header */

#header h1 {
	background:none;
	position:absolute;
	top:10px;
	left:21px;
	text-transform: capitalize;
	font-size: 46px;
	color: #fff;
	font-weight: normal;
	letter-spacing: -2px;
	font-style: oblique;
}
#header em {
	background:none;
	position: absolute;
	right:25px;
	bottom:20px;
	color: #dadada;
	font-size: 13px;
	font-style:normal;
}

/* colonne gauche */

#left ul#nav {
	list-style: none;
	width:98%;
	margin:1%;
	padding-bottom:39px;
	background:url('images/a2.gif') 0 bottom repeat-x;
}

#left ul#nav li {
	background:none;
	font-weight:bold;
}
#left ul#nav li.space {background-color:transparent}
#left ul#nav li a {
	position:relative;
	display:block;
	height:20px;
	margin-bottom:1px;
	padding:11px 0 0 12%;
	border-left:1.5em solid #dadada;
	background:url('images/bbg0.gif') repeat-x;
	color:#636363;
	text-transform:lowercase;
}

#left ul#nav li a:hover {
	height:25px;
	padding-top:6px;
	color:#fff;
	border-left:1em solid #69f;
	background-image:url('images/bbg1.gif');
	font-size:1.5em;
	text-decoration:none;
}

#left ul#nav li a:hover span {
	position: absolute;
	top:9px;
	right:0;
	margin:5px 15px 0 0;
	width:7px;
	height:7px;
	background: url('images/x2.gif') no-repeat;
}


/* contenu */

#main_head {
	width:90%;
	height:120px;
	margin:0 auto 15px auto;
	border:1px solid #ccc;
	border-top:0;
	border-left:0;
	background-color:#ffffee;
}
#main_left {width:15%; padding:1%; float:left;}
#main_right {width:81%; padding:1%; float:left;}

.pageName {
	font-size: large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}

strong {background:inherit; color:#50514D;}







h1
{
background: inherit;
color: #50514D;
text-transform: lowercase;
font-size: 26px;
}

h1 span
{
background: inherit;
color: #85AC1E;
}

h1 span sup
{
background: inherit;
color: #85AC1E;
font-size: 14px;
}

h3
{
margin-top: 30px;
background: inherit;
color: #50514D;
font-size: 15px;
text-transform: lowercase;
height: 34px;
background: url('images/a3.gif') repeat-x 0px 17px;
}

h3 span
{
background: inherit;
color: #85AC1E;
}

h3.first
{
margin-top: 0px;
}

#lcol
{
position: relative;
width: 185px;
float: left;
}

p
{
 
text-align: justify;
line-height: 20px;
}

#lcol p
{
font-size: 10px;
line-height: 16px;
 
}

.divider
{
font-size: 0px;
position: relative;
border-bottom: solid 1px #F5F5F5;
height: 1px;
width: 100%;
margin: 10px 0px 10px 0px;
}

.summary
{
text-align: right;
font-style: italic;
}

ul.divided li
{
border-top: solid 1px #F5F5F5;
margin-top: 4px;
padding-top: 4px;
background-position: 0px 9px;
}

ul.divided li.first
{
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
background-position: 0px 5px;
}

#rcol
{
 
position: relative;
margin-left: 190px;
width: 600px;
 
}

#slogan2
{
font-size: 14px;
position: relative;
top: -5px;
}

.box
{
position: relative;
border: dashed 1px #dadada;
margin-top: 15px;
background: inherit;
color: #AAB165;
}

.box h2
{
background: inherit;
color: #6C7425;
text-transform: lowercase;
font-weight: normal;
font-size: 18px;
margin-bottom: 5px;
}

.box p
{
font-size: 10px;
line-height: 16px;
margin: 0px;
}

.box_inner
{
border: solid 1px #fff;
padding: 15px;
background: #FFFFE9 url('images/a4.gif') repeat-x;
color: inherit;
}

.captioned_image
{
position: relative;
padding-bottom: 15px;
float: left;
margin-right: 17px;
}

.captioned_image div
{
position: absolute;
font-size: 9px;
bottom: 0px;
left: 0px;
}

