/* global */
#cluetip-close img {
  border: 0px;
  
}
#cluetip-title {
  overflow: hidden;
  height:15px;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background: #FFA023 url('/images/pictos/communique_special/param_cs_1_O.jpg') no-repeat 50% 80%;
  border :1px solid #000000;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #FFA023;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 0px 10px 10px 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* default arrows */

.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #fff;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(images/bl.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 12px;
}

.cluetip-rounded #cluetip-outer {
  background: transparent url(images/tl.gif) no-repeat 0 0;
  margin-top: -12px;
}

.cluetip-rounded #cluetip-title {
  background-color: transparent;
  padding: 12px 12px 0;
  margin: 0 -12px 0 0;
  position: relative;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(images/tr.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 12px;
  height: 30px;
  margin: -12px -12px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(images/br.gif) no-repeat 100% 100%;
  padding: 5px 12px 12px;
  margin: -18px -12px 0 0;
  position: relative;
}

.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}

/* rounded arrows */

.clue-right-rounded .cluetip-arrows {
  background-image: url(images/rarrowleft.gif);
}
.clue-left-rounded .cluetip-arrows {
  background-image: url(images/rarrowright.gif);
  left: 100%;
  margin-left: 12px;
}
.clue-top-rounded .cluetip-arrows {
  background-image: url(images/rarrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-rounded .cluetip-arrows {
  background-image: url(images/rarrowup.gif);
  top: -23px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}




/***************************************
   =cluetipClass: 'jinfos'
-------------------------------------- */
.cluetip-jinfos {
  background-color: #ffffff;
 
}
.cluetip-jinfos #cluetip-outer {
  position: relative;
  color: #ffffff;
  border:1px solid #E53939;
  background-color:#fff;
	-moz-opacity:.9;opacity:.9;filter:alpha(opacity=90);
	
}

.cluetip-jinfos h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: normal;
  background-color: #E53939;
  color: #ffffff;
}

.cluetip-jinfos #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jinfos div#cluetip-close { 
  text-align: right;
  margin: 0 0px 0px;
  color: #900;
}

/* jinfos arrows */

.clue-right-jinfos .cluetip-arrows {
  background-image: url(../images/boutons/darrowleft_red.gif);
}
.clue-left-jinfos .cluetip-arrows {
  background-image: url(../images/boutons/darrowright_red.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jinfos .cluetip-arrows {
  background-image: url(../images/boutons/darrowdown_red.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jinfos .cluetip-arrows {
  background-image: url(../images/boutons/darrowup_red.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}

/***************************************
   =cluetipClass: 'jinfos_MARINE'
-------------------------------------- */
.cluetip-jinfos_marine {
  background-color: #0a0a5f;
 
}
.cluetip-jinfos_marine #cluetip-outer {
  position: relative;
  background-color:#0a0a5f;
  color: #ffffff;
  border:1px solid #E53939;
}

.cluetip-jinfos_marine h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: normal;
  background-color: #E53939;
  color: #ffffff;
}

.cluetip-jinfos_marine #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jinfos div#cluetip-close { 
  text-align: right;
  margin: 0 0px 0px;
  color: #900;
}

/* jinfos arrows */

.clue-right-jinfos_marine .cluetip-arrows {
  background-image: url(../images/boutons/darrowleft_red.gif);
}
.clue-left-jinfos_marine .cluetip-arrows {
  background-image: url(../images/boutons/darrowright_red.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jinfos_marine .cluetip-arrows {
  background-image: url(../images/boutons/darrowdown_red.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-jinfos_marine .cluetip-arrows {
  background-image: url(../images/boutons/darrowup_red.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}


/***************************************
   =cluetipClass: 'overlib'
-------------------------------------- */
.cluetip-overlib {
  background-color: #828282;
}

.cluetip-overlib #cluetip-outer {
  position: relative;
  background-color: #414242;
  color: #ffffff;
  
}

.cluetip-overlib h3#cluetip-title {
  margin: 0px 5px 2px 5px;
  padding: 2px 0px;
  font-size: 14px;
  font-weight: normal;
  text-align:center;
  color: #ffffff;
  display:none;
  height : 14px;
 
}

.cluetip-overlib #cluetip-inner {
  padding: 2px 2px 5px 2px;
  margin: 0px;
  text-align:center;
  width:100%;
  
}
.cluetip-overlib div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* overlib arrows */

.clue-right-overlib .cluetip-arrows {
  background-image: url(../images/boutons/darrowleft.gif);
}
.clue-left-overlib .cluetip-arrows {
  background-image: url(../images/boutons/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-overlib .cluetip-arrows {
  background-image: url(../images/boutons/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-overlib .cluetip-arrows {
  background-image: url(../images/boutons/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}



/***************************************
   =cluetipClass: 'overlib_marine'
-------------------------------------- */
.cluetip-overlib_marine {
  background-color: #6e739b;
}

.cluetip-overlib_marine #cluetip-outer {
  position: relative;
  background-color: #0a0a5f;
  color: #ffffff;
  
}

.cluetip-overlib_marine h3#cluetip-title {
  margin: 0px 5px 2px 5px;
  padding: 2px 0px;
  font-size: 14px;
  font-weight: normal;
  text-align:center;
  color: #ffffff;
  display:none;
  height : 14px;
}

.cluetip-overlib_marine #cluetip-inner {
  padding: 2px 2px 5px 5px;
  margin: 0px;
  text-align: left;
  width:100%;
  
}
.cluetip-overlib_marine div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* overlib arrows */

.clue-right-overlib_marine .cluetip-arrows {
  background-image: url(../images/boutons/darrowleft.gif);
}
.clue-left-overlib_marine .cluetip-arrows {
  background-image: url(../images/boutons/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
.clue-top-overlib_marine .cluetip-arrows {
  background-image: url(../images/boutons/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;  
}  
.clue-bottom-overlib_marine .cluetip-arrows {
  background-image: url(../images/boutons/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}


/***************************************
   =cluetipClass: 'alerte_niveau_3'
-------------------------------------- */
.cluetip-alerte_niveau_3 {
  background-color: #CD0000;
  border : 1px solid #414242;
	color:#FFFFFF;
  
}
.cluetip-alerte_niveau_3 #cluetip-outer {
  position: relative;
  background-color: #CD0000;
  color: #ffffff;
   
}

.cluetip-alerte_niveau_3 h3#cluetip-title {
  margin: 0px 0 0 5px;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: normal;
  background-color: #CD0000;
  color: #ffffff;
  display:none;
  
 
}

.cluetip-alerte_niveau_3 #cluetip-inner {
  padding: 0px 2px 5px 2px;
  margin:  0 0 0 5px;
  display: inline-block;
  text-align:left;
  width:100%;
  font-size: 18px;
  color: #ffffff;
  
}
.cluetip-alerte_niveau_3 #cluetip-inner img{padding-top : 5px;}

.cluetip-alerte_niveau_3 div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #ffffff;
}

/***************************************
   =cluetipClass: 'alerte_niveau_1'
-------------------------------------- */
.cluetip-alerte_niveau_1 {
  background-color: #FAF578;
  border : 1px solid #414242;
  
}
.cluetip-alerte_niveau_1 #cluetip-outer {
  position: relative;
  background-color: #FAF578;
  color: #000;
  
  
  
}

.cluetip-alerte_niveau_1 h3#cluetip-title {
  margin: 0px 0 0 5px;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: normal;
  background-color: #FAF578;
  color: #000;
  display:none;
 
}

.cluetip-alerte_niveau_1 #cluetip-inner {
  padding: 0px 2px 5px 2px;
  margin:  0 0 0 5px;
  display: inline-block;
  text-align:left;
  width:100%;
  font-size: 18px;
  
}
.cluetip-alerte_niveau_1 #cluetip-inner img{padding-top : 5px;}

.cluetip-alerte_niveau_1 div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/***************************************
   =cluetipClass: 'alerte_niveau_2'
-------------------------------------- */
.cluetip-alerte_niveau_2 {
  background-color: #FFA023;
  border : 1px solid #414242;
}
.cluetip-alerte_niveau_2 #cluetip-outer {
  position: relative;
  background-color: #FFA023;
  color: #000;
}

.cluetip-alerte_niveau_2 h3#cluetip-title {
  margin: 0px 0 0 5px;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: normal;
  background-color: #FFA023;
  color: #000;
  display:none;
 
}

.cluetip-alerte_niveau_2 #cluetip-inner {
  padding: 0px 2px 5px 2px;
  margin:  0 0 0 5px;
  display: inline-block;
  text-align:left;
  width:100%;
  font-size: 18px;
  
}
.cluetip-alerte_niveau_2 #cluetip-inner img{padding-top : 5px;}

.cluetip-alerte_niveau_2 div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}




/***************************************
   =cluetipClass: 'avis_niveau_3'
-------------------------------------- */
.cluetip-avis_niveau_3 {
  background-color: #CD0000;
  border : 1px solid #414242;
  
}
.cluetip-avis_niveau_3 #cluetip-outer {
  position: relative;
  background-color: #CD0000;
  color: #000;
   
}

.cluetip-avis_niveau_3 h3#cluetip-title {
  margin: 0px 0 0 5px;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: normal;
  background-color: #CD0000;
  color: #000;
  display:none;
  height:105px;
 text-align:center;
}

.cluetip-avis_niveau_3 #cluetip-inner {
  padding: 0px 2px 5px 2px;
  margin:  0 0 0 5px;
  display: inline-block;
  text-align:left;
  width:100%;
  font-size: 18px;
  
}
.cluetip-avis_niveau_3 #cluetip-inner img{padding-top : 5px;}

.cluetip-avis_niveau_3 div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/***************************************
   =cluetipClass: 'avis_niveau_1'
-------------------------------------- */
.cluetip-avis_niveau_1 {
  background-color: #FAF578;
  border : 1px solid #414242;
  
}
.cluetip-avis_niveau_1 #cluetip-outer {
  position: relative;
  background-color: #FAF578;
  color: #000;
  
  
  
}

.cluetip-avis_niveau_1 h3#cluetip-title {
  margin: 0px 5px 0 5px;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: normal;
  background-color: #FAF578;
  color: #000;
  display:none;
  height:105px;
  text-align:center;
 
}

.cluetip-avis_niveau_1 #cluetip-inner {
  padding: 0px 2px 5px 2px;
  margin:  0 0 0 5px;
  display: inline-block;
  text-align:left;
  width:100%;
  font-size: 18px;
  
}
.cluetip-avis_niveau_1 #cluetip-inner img{padding-top : 5px;}

.cluetip-avis_niveau_1 div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/***************************************
   =cluetipClass: 'avis_niveau_2'
-------------------------------------- */
.cluetip-avis_niveau_2 {
  background-color: #FFA023;
  border : 1px solid #414242;
}
.cluetip-avis_niveau_2 #cluetip-outer {
  position: relative;
  background-color: #FFA023;
  color: #000;
}

.cluetip-avis_niveau_2 h3#cluetip-title {
  margin: 0px 0 0 5px;
  padding: 5px 0px;
  font-size: 14px;
  font-weight: normal;
  background-color: #FFA023;
  color: #000;
  display:none;
  	height:105px;
 	text-align:center;
 
}

.cluetip-avis_niveau_2 #cluetip-inner {
  padding: 0px 2px 5px 2px;
  margin:  0 0 0 5px;
  display: inline-block;
  text-align:left;
  width:100%;
  font-size: 18px;
  
}
.cluetip-avis_niveau_2 #cluetip-inner img{padding-top : 5px;}

.cluetip-avis_niveau_2 div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}




