/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'cloture' */
body {
	background:url(images/bg.jpg) no-repeat top center #e4d196;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}
p{
margin:0px;
padding:0 0 5px 0;
line-height:17px;
text-align:left;
}
p.pat{
color:#FFFFFF;
text-align:left;
}
h1{
color:#fff;
font-size:16px;
font-weight:bold;
margin:0px;
padding:5px 0 5px 0;
}
h2{
	color:#759f1b;
	font-size:18px;
	float:left;
	font-weight:bold;
	margin:0px;
	padding:5px 0 0 15px;
}
span.blue{
	color:#E5D297;
}
span.dark_blue{
	color:#003300;
}
#main_container{
width:900px;
height:auto;
margin:auto;
background-color:#fff;
}
.header{
width:900px;
height:114px;
margin:auto;
background:url(images/header_bg.gif) repeat-x;
}
.right_header{
	float:right;
	width:610px;
}
#logo{
	padding:2px 25px 2px 25px;
	float:left;
}
/*----------------------menu-------------------------*/
#menu{
	width:610px;
	height:35px;
	float:right;
	padding:40px 0 0 0;
}
#menu ul{
list-style:none;padding:0px;margin:0px;display:block; font-weight:bold;
}
#menu ul li{
	list-style:none;
	display:inline;
	float:left;
	width:145px;
	height:35px;
	padding:0px;
	line-height:35px;
	font-size:13px;
	margin:0 3px 0 3px;
}
#menu ul li a{
	height:35px;
	width:145px;
	float:left;
	text-decoration:none;
	padding:0px;
	margin:0px;
	color:#6c7b83;
	text-align:center;
	background:url(images/menu_bt.gif) no-repeat center;
}
#menu ul li a:hover{
	height:35px;
	width:145px;
	text-decoration:none;
	color: #004628;
}
#menu ul li a.current{
	height:35px;
	width:145px;
	float:left;
	text-decoration:none;
	padding:0px;
	margin:0px;
	color: #004628;
	background:url(images/menu_bt.gif) no-repeat center;
}

h3
{
	height:35px;
	width:145px;
	float:left;
	text-decoration:none;
             text-align: center;
	padding:0px;
	margin:0px;
	color: #004628;
             font-size:13px;

	background:url(images/menu_bt.gif) no-repeat center;
}
#menu ul li a.active{
	height:35px;
	width:145px;
	float:left;
	text-decoration:none;
	padding:0px;
	margin:0px;
	color: #004628;
	background:url(images/menu_bt.gif) no-repeat center;
}

#middle_box{
width:900px;
height:208px;
clear:both;
margin:auto;
}
.middle_box_content{
padding:30px 0 0 20px;
}
.top_menu{
	width:175px;
	float:right;
}
a.login {
	width:49px;
	height:35px;
	display:block;
	line-height:35px;
	color:#07371E;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 20px;
	float:left;
	margin:0 3px 0 3px;
}
a.sign_up {
	width:49px;
	height:35px;
	display:block;
	line-height:35px;
	color:#07371E;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 20px;
	float:left;
	margin:0 3px 0 3px;
}
.pattern_bg{
width:900px;
height:162px;
clear:both;
margin:auto;
background:url(images/pattern_bg.gif) no-repeat center;
}
.pattern_box{
	width:425px;
	float:left;
	padding:15px 0 0 20px;
}
.pattern_box_icon{
float:left;
padding:5px;
}
.pattern_content{
width:240px;
text-align=left;
float:left;
color:#FFFFFF;
padding:0 0 0 10px;
}
/*---------------------main_content------------------*/
#main_content{
width:885px;
height: auto;
margin: auto;
padding:0 0 0 15px;
}
.clear{
clear:both;
}
.box_content{
	width:267px;
	height:auto;
	float:left;
	margin:10px 10px 30px 10px;
	background:url(images/box_bg-2.gif) no-repeat top center;
}
.box_content-2{
	width:575px;
	height:auto;
	float:left;
	margin:10px 10px 30px 10px;
}
.box_title{
padding:10px 0 10px 0;
}
.title_icon{
	float:left;
	padding:0 5px 0 20px;
}
.box_text_content{
	width:250px;
	float:left;
	padding:15px 0 0 15px;
}
.box_text_content-accueil{
	width:560px;
	float:left;
	padding:15px 0 0 15px;
}
.box_icon{
float:left;
padding:0 5px 0 0 ;
}
.box_text{
width:190px;
float:left;
text-align:left;
padding:0 0 0 10px;
}
.box_text-accueil{
	width:550px;
	float:left;
	text-align:justify;
	padding:0 0 0 10px;
}
a.details{
	float:right;
	padding:5px 25px 0 0;
	text-decoration:none;
	font-weight:bold;
	color:#f8851f;
}
/*-----------------------------footer------------------*/
#footer{
	width:900px;
	height:45px;
	color:#508aa1;
	background-color:#486D39;
}
.copyright{
float:left;
padding:10px 0 0 10px;
}
.center_footer{
	color:#E5D297;
	font-size:12px;
	font-weight:normal;
	width:850px;
	padding:7px;
	text-align:center;
	float:left;
}
.footer_links{
float:right;
padding:10px 10px 0 0;
}

/* End of 'cloture' */

/* Start of CMSMS style sheet 'litebox' */
#lbOverlay {
	Z-INDEX: 99998; LEFT: 0px; WIDTH: 100%; POSITION: fixed; TOP: 0px; HEIGHT: 500px
}
.grey#lbOverlay {
	BACKGROUND-COLOR: #000000
}
.red#lbOverlay {
	BACKGROUND-COLOR: #330000
}
.green#lbOverlay {
	BACKGROUND-COLOR: #003300
}
.blue#lbOverlay {
	BACKGROUND-COLOR: #7F8080
}
.gold#lbOverlay {
	BACKGROUND-COLOR: #666600
}
#lbMain {
	Z-INDEX: 99999; LEFT: 0px; WIDTH: 100%; LINE-HEIGHT: 0; POSITION: absolute; TEXT-ALIGN: center
}
#lbMain A IMG {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
#lbOuterContainer {
	MARGIN: 0px auto; WIDTH: 200px; POSITION: relative; HEIGHT: 200px; BACKGROUND-COLOR: #fff
}
.grey#lbOuterContainer {
	BORDER-RIGHT: #888888 3px solid; BORDER-TOP: #888888 3px solid; BORDER-LEFT: #888888 3px solid; BORDER-BOTTOM: #888888 3px solid
}
.red#lbOuterContainer {
	BORDER-RIGHT: #723502 3px solid; BORDER-TOP: #723502 3px solid; BORDER-LEFT: #dd0000 3px solid; BORDER-BOTTOM: #dd0000 3px solid
}
.green#lbOuterContainer {
	BORDER-RIGHT: #723502 3px solid; BORDER-TOP: #723502 3px solid; BORDER-LEFT: #00b000 3px solid; BORDER-BOTTOM: #00b000 3px solid
}
.blue#lbOuterContainer {
	BORDER-RIGHT: #723502 3px solid; BORDER-TOP: #723502 3px solid; BORDER-LEFT: #723502 3px solid; BORDER-BOTTOM: #723502 3px solid
}
.gold#lbOuterContainer {
	BORDER-RIGHT: #723502 3px solid; BORDER-TOP: #723502 3px solid; BORDER-LEFT: #b0b000 3px solid; BORDER-BOTTOM: #b0b000 3px solid
}
#lbDetailsContainer {
	MARGIN: 0px auto; FONT: 10px/1.4em Verdana, Helvetica, sans-serif; OVERFLOW: auto; WIDTH: 100%; BACKGROUND-COLOR: #fff
}
.grey#lbDetailsContainer {
	BORDER-RIGHT: #888888 3px solid; BORDER-TOP: #888888 3px; BORDER-LEFT: #888888 3px solid; BORDER-BOTTOM: #888888 3px solid
}
.red#lbDetailsContainer {
	BORDER-RIGHT: #dd0000 3px solid; BORDER-TOP: #dd0000 3px; BORDER-LEFT: #dd0000 3px solid; BORDER-BOTTOM: #dd0000 3px solid
}
.green#lbDetailsContainer {
	BORDER-RIGHT: #00b000 3px solid; BORDER-TOP: #00b000 3px; BORDER-LEFT: #00b000 3px solid; BORDER-BOTTOM: #00b000 3px solid
}
.blue#lbDetailsContainer {
	BORDER-RIGHT: #723502 3px solid; BORDER-TOP: #723502 3px; BORDER-LEFT: #723502 3px solid; BORDER-BOTTOM: #723502 3px solid
}
.gold#lbDetailsContainer {
	BORDER-RIGHT: #b0b000 3px solid; BORDER-TOP: #b0b000 3px; BORDER-LEFT: #b0b000 3px solid; BORDER-BOTTOM: #b0b000 3px solid
}
#lbImageContainer {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px
}
#lbIframeContainer {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px
}
#lbLoading {
	BACKGROUND: url(loading.gif) no-repeat center 50%; LEFT: 0%; WIDTH: 100%; LINE-HEIGHT: 0; POSITION: absolute; TOP: 45%; HEIGHT: 33px; TEXT-ALIGN: center
}
#lbHoverNav {
	Z-INDEX: 10; LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%
}
#lbImageContainer > #lbHoverNav {
	LEFT: 0px
}
#lbHoverNav A {
	outline: none
}
#lbPrev {
	DISPLAY: block; BACKGROUND: url(blank.gif) no-repeat; LEFT: 0px; FLOAT: left; WIDTH: 49%; HEIGHT: 100%
}
.grey#lbPrev:hover {
	BACKGROUND: url(prev_grey.gif) no-repeat left 15%
}
.grey#lbPrev:hover:visited {
	BACKGROUND: url(prev_grey.gif) no-repeat left 15%
}
.red#lbPrev:hover {
	BACKGROUND: url(prev_red.gif) no-repeat left 15%
}
.red#lbPrev:hover:visited {
	BACKGROUND: url(prev_red.gif) no-repeat left 15%
}
.green#lbPrev:hover {
	BACKGROUND: url(prev_green.gif) no-repeat left 15%
}
.green#lbPrev:hover:visited {
	BACKGROUND: url(prev_green.gif) no-repeat left 15%
}
.blue#lbPrev:hover {
	
}
.blue#lbPrev:hover:visited {
	
}
.gold#lbPrev:hover {
	BACKGROUND: url(prev_gold.gif) no-repeat left 15%
}
.gold#lbPrev:hover:visited {
	BACKGROUND: url(prev_gold.gif) no-repeat left 15%
}
#lbNext {
	DISPLAY: block; RIGHT: 0px; BACKGROUND: url(blank.gif) no-repeat; FLOAT: right; WIDTH: 49%; HEIGHT: 100%
}
.grey#lbNext:hover {
	BACKGROUND: url(next_grey.gif) no-repeat right 15%
}
.grey#lbNext:hover:visited {
	BACKGROUND: url(next_grey.gif) no-repeat right 15%
}
.red#lbNext:hover {
	BACKGROUND: url(next_red.gif) no-repeat right 15%
}
.red#lbNext:hover:visited {
	BACKGROUND: url(next_red.gif) no-repeat right 15%
}
.green#lbNext:hover {
	BACKGROUND: url(next_green.gif) no-repeat right 15%
}
.green#lbNext:hover:visited {
	BACKGROUND: url(next_green.gif) no-repeat right 15%
}
.blue#lbNext:hover {
	
}
.blue#lbNext:hover:visited {
	
}
.gold#lbNext:hover {
	BACKGROUND: url(next_gold.gif) no-repeat right 15%
}
.gold#lbNext:hover:visited {
	BACKGROUND: url(next_gold.gif) no-repeat right 15%
}
#lbPrev2 {
	FONT-WEIGHT: bold; TEXT-DECORATION: none
}
#lbNext2 {
	FONT-WEIGHT: bold; TEXT-DECORATION: none
}
.grey#lbPrev2 {
	COLOR: #333333
}
.grey#lbNext2 {
	COLOR: #333333
}
.grey#lbSpacer {
	COLOR: #333333
}
.red#lbPrev2 {
	COLOR: #620000
}
.red#lbNext2 {
	COLOR: #620000
}
.red#lbSpacer {
	COLOR: #620000
}
.green#lbPrev2 {
	COLOR: #003300
}
.green#lbNext2 {
	COLOR: #003300
}
.green#lbSpacer {
	COLOR: #003300
}
.blue#lbPrev2 {
	COLOR: #723502
}
.blue#lbNext2 {
	COLOR: #723502
}
.blue#lbSpacer {
	COLOR: #723502
}
.gold#lbPrev2 {
	COLOR: #666600
}
.gold#lbNext2 {
	COLOR: #666600
}
.gold#lbSpacer {
	COLOR: #666600
}
#lbPrev2_Off {
	FONT-WEIGHT: bold
}
#lbNext2_Off {
	FONT-WEIGHT: bold
}
.grey#lbPrev2_Off {
	COLOR: #cccccc
}
.grey#lbNext2_Off {
	COLOR: #cccccc
}
.red#lbPrev2_Off {
	COLOR: #ffcccc
}
.red#lbNext2_Off {
	COLOR: #ffcccc
}
.green#lbPrev2_Off {
	COLOR: #82ff82
}
.green#lbNext2_Off {
	COLOR: #82ff82
}
.blue#lbPrev2_Off {
	COLOR: #b7caee
}
.blue#lbNext2_Off {
	COLOR: #b7caee
}
.gold#lbPrev2_Off {
	COLOR: #e1e100
}
.gold#lbNext2_Off {
	COLOR: #e1e100
}
#lbDetailsData {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.grey#lbDetailsData {
	COLOR: #333333
}
.red#lbDetailsData {
	COLOR: #620000
}
.green#lbDetailsData {
	COLOR: #003300
}
.blue#lbDetailsData {
	COLOR: #723502
}
.gold#lbDetailsData {
	COLOR: #666600
}
#lbDetails {
	FLOAT: left; WIDTH: 60%; TEXT-ALIGN: left
}
#lbCaption {
	DISPLAY: block; FONT-WEIGHT: bold
}
#lbNumberDisplay {
	DISPLAY: block; FLOAT: left; PADDING-BOTTOM: 1em
}
#lbNavDisplay {
	DISPLAY: block; FLOAT: left; PADDING-BOTTOM: 1em; WHITE-SPACE: nowrap
}
#lbClose {
	FLOAT: right; MARGIN-BOTTOM: 1px; WIDTH: 85px; HEIGHT: 28px
}
.grey#lbClose {
	BACKGROUND: url(images/closelabel.gif) no-repeat
}
.red#lbClose {
	BACKGROUND: url(images/closelabel.gif) no-repeat
}
.green#lbClose {
	BACKGROUND: url(images/closelabel.gif) no-repeat
}
.blue#lbClose {
	BACKGROUND: url(images/closelabel.gif) no-repeat right 50%
}
.gold#lbClose {
	BACKGROUND: url(images/closelabel.gif) no-repeat
}
#lbPlay {
	FLOAT: right; MARGIN-BOTTOM: 1px; WIDTH: 64px; HEIGHT: 28px
}
.grey#lbPlay {
	BACKGROUND: url(images/play.gif) no-repeat
}
.red#lbPlay {
	BACKGROUND: url(images/play.gif) no-repeat
}
.green#lbPlay {
	BACKGROUND: url(images/play.gif) no-repeat
}
.blue#lbPlay {
	BACKGROUND: url(images/play.gif) no-repeat right 50%
}
.gold#lbPlay {
	BACKGROUND: url(images/play.gif) no-repeat
}
#lbPause {
	FLOAT: right; MARGIN-BOTTOM: 1px; WIDTH: 64px; HEIGHT: 28px
}
.grey#lbPause {
	BACKGROUND: url(images/pause_grey.png) no-repeat
}
.red#lbPause {
	BACKGROUND: url(images/pause_red.png) no-repeat
}
.green#lbPause {
	BACKGROUND: url(images/pause_green.png) no-repeat
}
.blue#lbPause {
	BACKGROUND: url(images/pause_blue.png) no-repeat right 50%
}
.gold#lbPause {
	BACKGROUND: url(images/pause_gold.png) no-repeat
}

/* End of 'litebox' */

