/*
Gabarit 3 colonnes :
http://css.alsacreations.com/xmedia/exemples/3colonnes/exemple-3.html
*/
body
{
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
  background-image: url("/images/bg.jpg");
  background-repeat: repeat-x;
  background-color: #BEC3C6;
}

ul, ol {
	margin: 0 0 0 20px;
	padding: 0;
	}

li {
   }

input, textarea, select {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 	
  }

a img,:link img,:visited img { border: none; }

h1 { font-size: 12pt; font-weight: bold; color: red; }
h2 { font-size: 11pt; font-weight: bold; }
h3 { font-size: 10pt; font-weight: bold; }

a {
    color: #AF4A00; /* #D75B00 */
	text-decoration:none;
	outline: none;
}

a:hover {
	text-decoration:underline;
}

html, body
{
  padding: 0;
  margin: 0;
  color: black;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px;
  line-height: normal;
}

label {
  display: block;
}

ul {
margin: 5px 0 5px 20px;
}

address, dl, p {
  padding: 5px 0 5px;
  margin: 0;
}

blockquote {
  margin: 0 30px;
}

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

td {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

div.spacer {
 	clear: both;
 	height: 0px;
 	background-color: blue;
 }

#container {
	position: relative;
	color:#303030;
	margin:0;
	padding:0;
	min-width:770px;
	text-align:left;
	/*width:100%;*/
	width: 1000px;
	background:#eef2f3 url(/images/bg_gradient.gif) repeat-x;
	background-position: 0px 126px;
	margin-bottom:auto;
	margin-left: auto;
	margin-right: auto;
}

#light {
	background:transparent url(/images/light.gif) no-repeat scroll center top;
	padding: 0;
}

#sitename {
  background-color: #000000;
  color:#ffffff;
  height: 200px;
  width: 100%;
  }

#sitename h1 {
  color:#ffffff;
  padding: 10px 0 15px 0;
  margin: 0;
  }
  
#sitename a {
  color:#ffffff;
  }

#wrap {
	clear:both;
/*	font-size:0.9em; */
	padding:0;
	margin-top: 0;
	margin-bottom: auto;
}

#mainmenu ul { margin: 0 }


.numblocs {
  margin-bottom: 5px;
  height: 23px;
  /*width: 373px;*/
  }
  
.numblocs a {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-weight: bold;
  font-size: 11px;
  background-color:#8F9497;
  color: #eeeeee;
  width: 23px;
  height: 23px;
  margin-right: 2px;
  line-height: 23px;
  text-align: center;
  float: left;
  }

a.lastbloc {
	margin-right: 0 !important;
	}

.numblocs a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #64696C;
  background-image:url("/images/menu/fond2.gif");  
  }

.numblocs .highlight {
  background-image:url(/images/menu/fond.gif);
  color: #ffffff;
  }

.numblocs .indicator {
  float:left;
  margin-left: 5px;
  margin-top: 4px;
  }

.listblocs {
  margin-right: 20px;
  float: left;
  margin-top: 10px;
  }
  
.listblocs a {
  background-color:#8F9497;
  color: #eeeeee;
  width: 440px;
  height: 18px;
  margin-bottom: 2px;
  line-height: 18px;
  float: left;
  padding: 0 5px;
  font-size: 8pt;
  }
  
.listblocs a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #64696C;
  background-image:url("/images/menu/fond2.gif");  
  }

.listblocs .highlight {
  background-image:url(/images/menu/fond.gif);
  color: #ffffff;
  }
    
/************************ HOME *************************/

.indexcontent h3 {
  /*background-image:url(/images/line1.gif);
  background-repeat: no-repeat;
  background-position:left bottom;
  padding-bottom: 5px;*/
  border-bottom: 1px solid #999999;
  }

div#hometabs {
  margin-bottom: 10px;
}

#hometabs ul {
  margin: 0 0 10px 0;
  padding: 2px 0;
  border-bottom: 1px solid #000000;
  }

#hometabs ul li {
  list-style-type: none;
  display: inline;
  margin: 0 20px 0 0; 
  border: 1px solid #000000;
  background-color: #000000;
  padding: 2px 5px;
  }

#hometabs ul li a {
  color: #ffffff;
  }

.blocjaune {
    position: relative;
    border: 1px dotted #808080;
    padding: 5px 5px 10px 5px;
    margin-bottom: 15px;
    background-image: url(/images/news/bg-normal-content.gif);
    background-position: top left;
    background-repeat: repeat-x;
    background-color: #f5fac0;
    }

.blocjaune .ctrl {
	position: absolute;
	border-top: 1px dotted #808080;
	border-left: 1px dotted #808080;
	padding: 0px 5px;
	right: 0;
	bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 11px;
	}

.blocjaune .ctrl a:hover {
	text-decoration: none;
	color: #000000;
	}

.blocjaune h2 {
  border-bottom: none !important;   
  background-color: transparent !important;
  }

#evenements {
    margin-bottom: 20px;
    }

div.homebloc {
  position: relative;
  margin-bottom: 20px;
  }
 
.hometitle, .pagetitle {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 5px;
  margin: 0;
  background-color: #717679;
  background-image:url("/images/menu/fond2.gif");
  color:#F7F7F7;
  }
  
.hometitle a , .pagetitle a {
  color:#F7F7F7;
  font-size: 9pt;
  letter-spacing: 1px;
  }

div.homebloc-grey {
  /*overflow: auto;*/
  background-color: #EEF2F3;
  /*background-image: url("/images/bg400x400.jpg");
  background-repeat: no-repeat;*/
  padding: 5px;
  border: 1px dotted #808080;
  border-top: none;
  }

div#news1 {
	background:#1B1B1B url(/images/news/bg-header.gif) repeat-x scroll 0 0;
	border: 1px solid #808080;
	padding: 5px;
	}

div#news1 h4 {
	color:#CCCCCC;
	font-weight: normal;
}

div#news1 h3 {
    color:#e2580d;
    font-family:georgia,serif;
    text-transform: uppercase;
    border-bottom: 1px solid #333333;
    margin-top:5px;
    font-size:16pt;
    }
    
div#news1 h3 a {
    color:#e2580d;
	}
	
div#news1 h3 a:hover {
    color:#ffffff;
    text-decoration: none;
    }

/*** Sidebars ***/

#leftside,#rightside {
	margin:0;
	padding:0 10px 10px 10px;
	width:175px;
}

#leftside {
	float:left;
}

#rightside {
	float:right;
}

/*** Sidebar menu ***/

/* obsolete */
#leftside h2, #rightside h2 {
	font-size: 1.2em;
	margin-top: 3px;
	padding: 5px 5px 1px 0;
	border-bottom: 2px solid #BEBFC3;
	margin-bottom: 3px;
}

.widgettitle {
  font-size: 1.1em;
  margin-top: 10px;
  margin-bottom: 3px;
  padding: 5px 5px 0px 0;
  border-bottom: 1px solid #686D70;
  text-transform: uppercase;
  color: #686D70;
}

.widgettitle a {
  color: #686D70;
  }

#leftside ul, #rightside ul {
	padding: 0px 0px 2px 0;
	margin: 0px;
}

#leftside li, #rightside li {
	list-style-type: none;
	/*margin-left: 10pt;*/
	margin-bottom: 2pt;
}

li#categories li a, li#archives li a, li.pagenav li a {
	background:#e8e9ea;
	border:1px solid #b0b0b0;
	display:block;
	margin-top:3px;
	padding:5px 4px 4px 8px;
	position:relative;
	text-transform: capitalize;
	width:140px;
}

li#categories li a:hover, li#archives li a:hover, li.pagenav li a:hover {
	background:#f8f9fa;
	border:1px solid #909090;
	color:#303030;
	text-decoration:none;
}

li#categories ul.children li a, li#archives ul.children li a, li.pagenav ul.children li a {
	font-size:0.8em;
	letter-spacing:1px;
	margin:3px 0 2px 10px;
	padding:4px 2px 2px 8px;
	width:125px;
}

li#categories ul.children li li, li#archives ul.children li li, li.pagenav ul.children li li {
	padding-left: 10px;
}

li#categories ul.children li li a, li#archives ul.children li li a, li.pagenav ul.children li li a {
	width: 115px;
}

li.feed {
	background: url(/images/rss.gif) no-repeat left top;
	padding: 2px 0 8px 20px;
}

li.homep {
    background: url(/images/icons/arrow_right.png) no-repeat left top;
    padding: 2px 0 8px 20px;
}

#recent-comments ul li {
	padding-bottom: 5px;
}

#recent-posts ul li {
	padding-bottom: 5px;
}

/*** Content ***/

.content,.contentalt {
	background-color:#fafcff;
	/*border:1px solid #909090;*/
	border-right:1px solid #BBBBBB;
	color:#2a2a2a;
	padding: 15px;
	overflow: hidden;
	_overflow: visible;
	_height: 1%;
}


.content {	
	/*margin:0 200px;*/
}

.contentalt {	
	/*margin:0 200px 0 20px;*/
}

.content h1, .content h2, .contentalt h1,.contentalt h2 {
	background-color:inherit;
	color:#606060;
	font-size: 18px;
	font-weight:bold;
	margin:0 0 15px;
	padding:0;
}

.content h1, .content h2, .contentalt h1 {
	border-bottom: 1px solid #b0b0b0;
}

.content h2 {
	color:#606060;
	margin:0 0 10px;
}

.page {
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 17px;
}

.category {
	border-bottom: 1px solid #b0b0b0;
}

.date {
	margin-top: 0;
	padding-top: 0px;
	color: #666666;
	font-size: 11px;
}

.date a {
	color: #666666;
	}

div.post {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

div.entry {
	font-size: 12px;
	line-height: 17px;
	}

.navigation {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #b0b0b0;
}

.bottomnavigation {
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
	border-top: 1px dashed #b0b0b0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}


/*** Toolbar ***/

div#toolbar {
  background-color: #DBDFE2;
  padding: 4px 10px;
  background-image: url("/images/bgtoolbar.gif");
  background-repeat: repeat-x;
  border-bottom: 1px solid #cccccc;
  }

div.toolbarblock {
  float: left;
  padding: 3px 11px 3px 20px;
  background-repeat: no-repeat;
  background-position: top left;
  }


div#homepageblock  { background-image: url("/images/icons/house.png"); }
div#userblock { background-image: url("/images/icons/user.png"); }
div#newsletterblock { background-image: url("/images/icons/email.png"); }
div#feedblock { background-image: url("/images/icons/feed.png"); }
div#searchblock { background-image: url("/images/icons/zoom.png"); }
div#petitionblock { background-image: url("/images/icons/page_edit.png"); }
div#forumblock { background-image: url("/images/icons/comments.png"); }

a.iconlink {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
	}

a#dmblock {	background-image: url("/images/icons/dailymotion.png");	}
a#ytblock { background-image: url("/images/icons/youtube.png"); }
a#fbblock { background-image: url("/images/icons/facebook.png"); }

.toolbarblock a {
  color: #666666;
  font-size: 11px;
  letter-spacing: 0.5pt;
  text-transform: uppercase;
}

.toolbarblock a:hover {
	color: #000000;
	text-decoration: none;
}

.toolpane {
    position: absolute;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    padding: 5px;
    background-color: #E7EBEF;
    display: none;
    z-index: 10;
	}

#homepagepane {
    left: 10px;
    }

#newsletterpane {
    left: 215px;
	}

#feedpane {
    left: 320px;
    }

#searchpane {
    left: 405px;
    }

#searchbox {
	width: 200px;
	}

#feedpane ul, #homepagepane ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

/*** Footer ***/

#footer {
	background:#8b8b8b url(/images/footerbg.jpg) top left repeat-x;
	clear:both;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	/*width:100%;*/
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	color: #eeeeee;
	text-align: center;
}

#footer1 {
	padding: 10px 0 0 15px;
  width: 340px;
	text-align: left;
	float:left;
	}

#footer2 {
  float: left;
  width: 340px;
  text-align: left;
  padding: 10px 15px;
}

#footer3 {
  padding: 10px 15px 0 0;
  text-align: left;
  float: left;
  width: 255px;
}

#footer ul {
	margin: 0;
	padding: 0;
	}

#footer li {
	list-style-type: none;
	margin: 5px;
	padding: 5px 0;
	border-top: 1px dotted #B0B0B0;
	}

#footer-credit {
	text-align:center;
	margin: 10px 10px 0 10px;
	padding: 10px 0;
	clear: both;
	font-size: 11px;
	border-top: 1px dotted #B0B0B0;
	}

#footer-credit .sep {
  padding: 0 10px;
  }

#footer a {
	color: #EFBE68;
}

#footer ul {
  padding: 0 0 0 0;
}

#footer .pagination {
	padding: 0 5px;
	}

#footer .pagination a, #footer .pagination span {
	display: block;
	padding: 4px;
	height: 16px;
	float: left;
	}

/*** comments Form ***/

div.form-row {
  margin: 5px 0;
  clear: both;
}

div.form-field {
  margin: 5px 10px 5px 0;
  float: left;
}

div.form-field-last {
  margin: 5px 0 5px 0;
  float: left;
}

#commentform {
	width: 97%;
}

#commentform label {
	 font-size: 10px;
	 margin-bottom: 1px;
	}

#commentform input.field1 {
 width: 165px;
 font-size: 10pt;
 margin: 0;
 padding: 1px 0;
}

.fieldh {
  visibility: hidden;
  position: absolute;
}

#commentform #comment {
 width: 100%;
 height: 160px;
 font-size: 10pt;
 padding: 1px 0;
}

#commentform #submit {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#submit:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

div.indicator {
  width: 16px;
  height: 16px;
  background: url("/images/indicator.gif") no-repeat 0 0;
}

div.indicator3 {
  width: 16px;
  height: 16px;
  background: url("/images/indicator3.gif") no-repeat 0 0;
}

.form_error, .form-errors {
	color: #ff0000;
	font-weight: bold;
	}

#simplemodal-overlay {background-color:#000;}
#simplemodal-container { height:320px; width:480px; background-color:#fff;   background-image: url('/images/bg500x500.jpg');background-repeat: no-repeat;border:3px solid #ccc; padding: 10px}
#simplemodal-container a.modalCloseImg {background:url(/images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

/*** Comments Display ***/

.postmetadata {
	background:#e8e9ea;
	font-size: 0.9em;
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin: 0px;
}

ol.commentlist li {
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin-bottom: 10px;
}

ol.commentlist li cite {
	text-transform: capitalize;
}


.alt {
	background:#e8e9ea;
}


/*** Various classes ***/

.clearingdiv {
	clear:both;
	height:30px;
	width:1px;
}

.hide {
	display:none;
}

.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		
/****************************************** DOSSIERS ******************************************/

.bloc {
	margin: 0 0 10px 0;
	border: 1px dotted silver;
	background-color: #f0f1f3;
	background-image: url("/images/bg1.jpg");
	padding: 10px;
	}

.bloc h4 a {
	color: #000000;
	text-decoration: none;
	}

.reopen911news {
	background:#F5FABF url(/images/news/bg-normal-content.gif) repeat-x scroll 0 0;
	}

.reopen911news h4 {
	line-height: 19px;
	margin: 0;
	font-weight: bold !important;
	}

.reopen911news .date
{
	color:#A6AD64;
	font-size:11px;
	line-height:20px;
}

.reopen911news img {
	background: #E3E9A7 none repeat scroll 0 0;
	border-color:black;
	display:inline;
	padding:5px;
	margin:3px 10px 2px 0;
	float:left;
	border:1px solid #CCCCCC;
}

#carousel-reopen911news .bloc {
	height: 285px;
	}

#carousel-reopen911news .jcarousel-clip-horizontal, #carousel-reopen911news .jcarousel-item {
	height: 315px;
	}
	
a.carrousel_number, a.numblocnews {
	 cursor:pointer !important;
	 /*cursor:hand !important;*/
	}

.bloc .dossier-vignette {
  float:left;
  margin: 0 15px 0 0;
  padding: 0;
}

.bloc h4 {
	font-weight: bold;
	font-size: 12px;
	padding: 0;
	}

.categorie {
	margin-bottom: 30px;
	}

.categorie h3 {
	color:#D75B00;
	font-size: 14px;
	border-bottom: 1px solid #D75B00;
	letter-spacing: 1px;
}

/****************************************** LIENS ******************************************/

.categorie-liens li {
  margin-bottom: 5px;
}

.categorie-liens li a {
  font-weight: bold;	
}

.lien-description {
  color: #666666;	
}

/****************************************** TABS ******************************************/


/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #666666;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 6px;
 margin-left: 3px;
 border: 1px solid #666666;
 border-bottom: none;
 background-image: url("/images/fond-onglet.gif");
 text-decoration: none;
 color: #eeeeee;
 font-weight: bold;
 font-size: 10pt;
}

ul.tabbernav li a:hover
{
 background: #000000;
 border-color: #666666;
 color: #E8A317;
}

ul.tabbernav li.tabberactive a
{
 background-color: #f0f0f0;
 color: #AF4A00;
 background-image: none;
 border-bottom: 1px solid #f0f0f0;
}

ul.tabbernav li.tabberactive a:hover
{
 background-color: #f4f4f4;
 color: #D75B00;
 background-image: none;
 border-bottom: 1px solid #f0f0f0;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 10px;
 border:1px solid #666666;
 border-top:0;
 background-color: #ffffff;
 background-image: url("/images/fond-zone-onglet.gif");
 background-repeat: repeat-x;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

a#indextabsnav5 { color: #FFD68F; }
li.tabberactive a#indextabsnav5 { color: #D75B00; }

/****************************************** VIDEO CONTAINER ******************************************/

.video-container-title {
	text-align: center;
	}

/****************************************** TOOLTIP ******************************************/

.tooltipheader {
	display: none;
	}
	
.tooltip {
	 margin: 8px 0 0 0;
   border:1px solid black;
   padding: 2px 4px 2px 4px;
   font-weight: bold;
   _background-color: black;
   background-image: url("/images/noir85.png");
   color: white;
}

* html .tooltip {
   background-image: none;
}

#tooltip {
  position: absolute;
  z-index: 10000;
	background-image:url(/images/news/bg-normal-content.gif);
	background-position:left top;
	background-repeat:repeat-x;
  border:1px solid #808080;
	padding: 5px;
  max-width: 360px;
  line-height: 20px;
}
#tooltip h3, #tooltip div { margin: 0; }


.tooltip2 {
	display:none;
	background:transparent url(/images/tooltip/white_arrow270c.png);
  background-repeat: no-repeat;
	font-size:12px;
  line-height: 15px;
	height:170px;
	width:240px;
	color:#000000;
  padding: 15px 15px;
  text-align: left;
  z-index: 500;
}


/******************************** ReOpen911 ***********************************/

table.myTable2 {
  border-collapse: collapse;
  padding: 0;
  }
  
.myTable2 th {
    padding: 0px 15px 0 0;
    }

.myTable2 th div {
    border-bottom: 1px solid #999999;
    padding-bottom: 2px;
    }

.myTable2 td {
    padding: 2px 15px 0 0px;
    }

table.myTable {
  border: 1px solid grey;
  border-collapse: collapse;
  }

.myTable th {
  background-color: #000000;
  color: #FFFFFF; 
  padding: 5px 2px;
  }

.myTable td, .myTable th {
  padding: 2px 5px;
  }

.myTable td { 
  border-top: 1px solid silver;
  }

  
.form-errors {
	border: 1px solid #E00000;
	padding: 10px 10px 10px 48px;
	color: #C00000;
	margin-bottom: 10px;
	background-color: #FFE0E0;
	background-image: url("/images/icons/alert-stop-2.png");
	background-repeat: no-repeat;
	background-position: 6px 10px;
	font-weight: bold;
	width: 570px;
	}
	

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
width: 100%; 
height: 26px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
width: 100%;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 450px;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
}


/************************************** SCROLL BAR ****************************************/

.scroll-pane {
  overflow: auto;
  height: 100%;
  width: 100%;
}

.content .jScrollPaneTrack {
	background-image: url("/images/jscrollpane/track.gif");
	background-repeat: repeat-y;
}

.content .jScrollPaneDrag {
	background-image: url("/images/jscrollpane/drag_middle.gif");
	background-repeat: repeat-y;
}

.content .jScrollPaneDragTop {
	background: url("/images/jscrollpane/drag_top.gif") no-repeat;
	height: 6px;
	_height: 7px;
}

.content .jScrollPaneDragBottom {
	background: url("/images/jscrollpane/drag_bottom.gif") no-repeat;
	height: 6px;
	_height: 7px;
}

.content a.jScrollArrowUp {
	height: 24px;
	background: url("/images/jscrollpane/arrow_up.gif") no-repeat 0 -30px;
}

.content a.jScrollArrowUp:hover {
	background-position: 0 0;
}

.content a.jScrollArrowDown {
	height: 24px;
	background: url("/images/jscrollpane/arrow_down.gif") no-repeat 0 -30px;
}

.content a.jScrollArrowDown:hover {
	background-position: 0 0;
}

/* IE SPECIFIC HACKED STYLES */
* html .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */


/**** jScrollPane css ****/
.jScrollPaneContainer {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.jScrollPaneTrack {
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    height: 100%;
}
.jScrollPaneDrag {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
}
.jScrollPaneDragTop {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.jScrollPaneDragBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
a.jScrollArrowUp {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;

    height: 9px;
}
a.jScrollArrowUp:hover {

}

a.jScrollArrowDown {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    text-indent: -2000px;
    overflow: hidden;
    height: 9px;
}
a.jScrollArrowDown:hover {
    /*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
    /*background-color: #f00;*/
}

/************************************************************************/

#ptsessentiels1 .jcarousel-container-horizontal {
  padding-top: 0;
  }

#ptsessentiels1 {
  height: 280px;
  margin-top: 5px;
  }

#ptsessentiels1 .jcarousel-prev, #ptsessentiels1 .jcarousel-next {
  display: none !important;
}

#ptsessentiels1 .jcarousel-control {
  left: 0 !important;
  }

#ptsessentiels1 h3 {
  margin-top: 5px !important;
  }

#ptsessentiels1 .bloc {
  padding-bottom: 0 !important;
  height: 240px;
  }

#ptsessentiels1 .jcarousel-item {
  height: 265px !important;
  width: 375px;
  }
  
#ptsessentiels1 .jcarousel-clip-horizontal {
  height: 265px !important;
  padding-bottom: 0;
  width: 375px;
  }

#ptsessentiels1 h4 {
  font-size: 13px !important;
  font-weight: bold !important;
}

#ptsessentiels1 .jcarousel-container-horizontal {
    width: 375px;
}

#ptsessentiels1 .bloc {
    margin: 0 0 10px 0;
    border: 1px dotted #808080;
    background-color: #f0f1f3;
    background-image: none;
    padding: 10px;
    }

/************************************************************************/

#ptsessentiels .jcarousel-container-horizontal {
  padding-top: 0;
  }

#ptsessentiels {
  margin-bottom: 10px;
  }

#ptsessentiels .jcarousel-prev, #ptsessentiels .jcarousel-next {
  display: none !important;
}

#ptsessentiels .jcarousel-control {
  left: 0 !important;
  }

#ptsessentiels h3 {
  margin-top: 5px !important;
  }

#ptsessentiels .jcarousel-item {
  height: 320px !important;
  width: 300px;
  margin-top: 40px;
  }
  
#ptsessentiels .jcarousel-clip-horizontal {
  height: 320px !important;
  padding-bottom: 0;
  width: 300px;
  }

#ptsessentiels h4 {
  font-size: 13px !important;
  font-weight: bold !important;
}

#ptsessentiels .jcarousel-container-horizontal {
    width: 300px;
}

#ptsessentiels .bloc {
    margin: 0 0 10px 0;
    border: 1px dotted #808080;
    background-color: #f0f1f3;
    background-image: none;
    padding: 10px;
    padding-bottom: 0 !important;
    height: 257px;
}

/************************************************************************/

#page_ptessentiels #ptsessentiels1 ul {
  list-style-type: none;
  margin: 0;
}

#page_ptessentiels #ptsessentiels1 ul li {
  float: left;
  width: 365px;
  margin: 0 20px 10px 0;
}

#page_ptessentiels .ptbloc {
  clear: both;
  margin: 20px 0 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

#page_ptessentiels .ptbloc h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 0;
}

#page_ptessentiels .ptbloc h3 a {
  color: #000000;
  }
  
#page_ptessentiels .ptbloc h3 span.titre {
  font-size: 15px;
  line-height: 18px;
  display: block;
  height:18px;
  padding: 2px 6px;
  margin-left: 24px;
  margin-right: 170px;
  background-color: #dddddd;
  color: #000000;
  font-weight: normal;
  }
  
#page_ptessentiels .ptbloc h3 span.numero {
  font-size: 16px;
  line-height: 18px;
  display: block;
  float: left;
  width: 24px;
  height:18px;
  padding: 2px 0;
  text-align: center;
  background-color:black;
  background-image:url("/images/menu/fond.gif");
  color: #ffffff;
  font-weight: bold;
  }

#page_ptessentiels .ptbloc p {
  font-size: 13px;
  padding-left: 30px;
  margin-right: 170px;
  text-align: justify;
}

#page_ptessentiels .ptbloc img {
  border: 1px solid #808080;
  float:right;
  margin-left:10px;
}


#page_pointcle {
  float: left;
  width: 650px;
  padding: 10px;
}

#content_pointscles {
  padding: 0;
  float:left;
}


#carousel_pointscles_container {
  padding: 0 45px;
  width: 685px;
  margin: 15px 0 30px 0;
  position: relative;
  border-bottom: 5px solid #303030;
  border-top: 5px solid #303030;
  height: 220px;
}

#carousel_pointscles {
  width: 685px;
}

#sidebar_pointscles p {
  font-size: 12px;
}

#carousel_pointscles .pointcle {
  width: 150px;
  height: 200px;
  padding: 10px 10px;
  position: relative;
  float: left;
  margin-right: 5px;
  background-color: #DBDFE1;
}

#carousel_pointscles .pointcle:hover {
  background-image: none;
  background-color: #606060;
  cursor: pointer;
}

.arrow_bottom {
  display: none;
}

#carousel_pointscles .pointcle.selected {
  background-image: none;
  background-color: #303030;
}

#carousel_pointscles .pointcle.selected .arrow_bottom { 
  display: block;
  background-image: url(/images/arrow_bottom.png);
  background-repeat: no-repeat;
  width: 31px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: 70px;
}

#carousel_pointscles .pointcle img {
  margin-bottom: 5px; 
}

#carousel_pointscles .pointcle h2 {
  font-size: 13px;
  color: #333333;
  border-bottom: 0;
  margin-bottom: 5px;
  background-color: transparent;
}

#carousel_pointscles .pointcle h2 a {
  color: inherit;
}

#carousel_pointscles .pointcle.selected h2 {
  color: #ecfa8d;
}

#carousel_pointscles .pointcle.selected:hover h2 {
  color: #ecfa8d;
}

#carousel_pointscles .pointcle:hover h2 {
  color: #f0f0f0;
}

#carousel_pointscles .pointcle:hover h2 a {
  text-decoration: none;
}


a#pointscle_prev, a#pointscle_next {
  background-image: url("../images/arrow_nav.png");
  background-repeat: no-repeat;;
  display: block;
  height: 33px;
  position: absolute;
  top: 93px;
  width: 27px;
  z-index: 6;
}

a#pointscle_prev span, a#pointscle_next span {
  display: none;
}

a#pointscle_prev {
  background-position: 0 0;
  left: 0;
}

a#pointscle_prev:hover {
  background-position: 0 -37px;
}

a#pointscle_next {
  background-position: -30px 0;
  right: 0;
}

a#pointscle_next:hover {
  background-position: -30px -37px;
}

/***************** myform ************/
.messagebox {
		display: block;
    font-size: 1.1em;
		line-height: 16px;
		background-position: 8px 8px !important;
		background-repeat:no-repeat !important;
		border-style:solid !important;
		border-width:1px !important;
		font-weight:bold !important;
		margin-bottom:1em !important;
		min-height:23px !important;
		padding:8px 8px 4px 32px !important;
	}

.error {
		background-image: url(/images/icones/error.png);
		border-color:#F16048;
		color:#DF280A;
		background-color:#FAEBE7;
	}

.warning {
		background-image: url(/images/icones/warning.png);
		color: #BF5500;
		background-color:#FFE9CF;
		border-color:#FB8517;
	}

.notice {
		background-image: url(/images/icones/information.png);
		color:#3C3B9F;
		border-color:#3C3B9F;
		background-color:#E0E0EF;
	}

.success {
		background-image: url(/images/icones/success.png);
		color:#3D6611;
		border-color:#446423;
		background-color:#EFF5EA;
	}



.myform {
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  padding: 10px;
  width: 400px;  
}

.required-fields {
  font-style: italic;
  color: #666666;
  font-size: 11px;
}


.myform .submit {
  width: auto !important;
  font-weight: bold;
}

.myform .indicator {
  margin-top: 2px;
  margin-left: 15px;
  float: left;
}

.myform input, .myform textarea, .myform select {
  width: 380px;
}

.myform .checkbox input {
  width: auto !important;
}

.myform .checkbox span {
  margin-right: 10px;
}







#accordion h2 {
  font-size: 14px;
  margin: 20px 0 0;
  cursor: pointer;
  clear: both;
  color: #e0e0e0;
  background-color: #666;
  padding: 5px 10px;
}

#accordion h2.ui-state-active {
  background-color: #333;
  color: #fff;
}

#accordion div.outer {
  padding: 5px 9px;
  border: 1px solid #666;
  background-color: #fff;
}

