/* 
Designed by Joe Rozzi from Cirkuit Networks, Inc. - http://www.cirkuit.net
Free to use, please give credit for original design.
*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 2px;
	padding: 2px;	/*background-image: url(../images/runner_vert.gif);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	background-color: #FFFFFF;	/*
	scrollbar-3d-light-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
	scrollbar-base-color : #333333;
	scrollbar-dark-shadow-color : #333333;
	scrollbar-face-color : #617668;
	scrollbar-highlight-color : #eeeeee;
	scrollbar-shadow-color : #333333;
	scrollbar-track-color : #809E8C;
	*/
}
li {
	list-style-image: url(../images/puce1.gif);
}


/* header tags */
h1 {
	color:#6ca352;
	font-size:130%;
	display:block;
	width:100%;
}
h2 {
	font-size:120%;
	display:block;
	width:100%;
	border-bottom:2px solid #F0F0F0;
	margin:0;
	padding:0;
	color:#6ca352;
}

/* anchor links */
a, a:visited {
	text-decoration:none;
	color:#666666;
}
a:hover, a:visited:hover {
	color:#666666;
	text-decoration:underline;
}

/* footer */
#footer_wrapper {
	margin:0 auto;
	padding:0;
	width:765px;
	border-top:6px double #CCCCCC;
	font-size:80%;
	text-align:center;
	clear:both;
}
#footer {
	padding-right:5px;
	margin:0;
	line-height:190%;
	text-align:right;
	clear:both;
	vertical-align:middle;
}

/* Style à appliquer au titre de page */
.title {
	color:#6ca352;
	font-size:130%;
	display:block;
	width:100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006600;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* Titre 1 */
.subtitle {
	font-size:100%;
	display:block;
	width:110%;
	margin:0;
	padding:0;
	color:#6ca352;
	font-weight: bold;	
}
/* Titre 2*/
.subtitle2 {
font-size: 110%;
	line-height: normal;
	font-weight: normal;
  color: #6ba251;
}
/*
Style appliqué au bandeau du haut
*/
.header {
	font-size: 24px;
	background-color: #FFFFFF;
  color: #6ba251;
}

.footer {
  font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCCCCC;
}

.legal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
}


.box1 {
	padding:20px;
	margin: 20px;
	background-color: #e0f0d8;
	width: 80%;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #009933;
	border-right-color: #99FF99;
	border-bottom-color: #6ba251;
	border-left-color: #006633;
	font-size: 80%;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #6ca352;
  background-color: #6ca352;
}

.dingbat {
	background-color: #FFFF00;
  color: #009933; 
	font-weight: bolder;
	font-size: medium;
}
/* ============================================================================================== */
/* sidebar */
/* ============================================================================================== */
.sidebar {
	font-size: 12px;
	background-color: #FFFFFF;	
	
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.sidebar table {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border: 1px;
	border-color: #6ca352;
}
.sidebarHeader {
	font-size: 14px;
	line-height: 24px;
	padding:2px;
	color: #FFFFFF;
	background-color: #6ca352;
	width: 100%;
	margin-top: 10px;
}
.sidebarFooter {
	font-size: 12px;
	line-height: 18px;
	background-color: #CCCCCC;
}
.nav {
  font-size: 12px;
  font-weight: normal;
}
.navLink {
	font-size: 10px;
	font-weight: normal;
	background-color: #FFFFFF;
}

#menu ul li {
	list-style-type: none;
	list-style-image: none;
	padding:0px;
	margin: 0px;
	height: 30px;
}
#menu ul li a {
	list-style-type: none;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	color: #666666;
	margin: 0px;
	width: 100%;
	height: 30px;
}
#menu ul li a:hover {
	list-style-type: none;
	font-size: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6ca352;
	color: #000000;
	margin: 0px;
	width: 100%;
	background-color: #c5dabb;
}

