





/*
 ************** Entrainement ********************** */

.conteneur_jauge {
	height:15px;
	line-height:15px;
	margin:8px 0 8px 0;
}


.conteneur_jauge  .jauge {
	width:100%;
	height:15px;
	border:1px solid #CCC;
	background-color:#2c4673;
	float:left;
	-webkit-box-shadow:0px 0px 3px #0d2552;
	box-shadow:0px 0px 3px #0d2552;
	-moz-box-shadow:0px 0px 3px #0d2552;
}

.conteneur_jauge  .jauge div {
	height:100%;
	background-color:#5A7DBA;
	font-size:10px;
	line-height:15px;
	float:left;
	border-right:1px solid #CCC
}

.conteneur_jauge .jauge div.jaugeIn {

	border:0 !important
}

.attributs label {
	width:40px;
	display:block;
	float:left;
	font-size:10px;
	overflow:hidden;
	text-align:right;
	padding-right:10px
}
.attributs .jauge {
	width:65%
}
.conteneur_jauge span{
    padding:1px 2px 2px 1px;
    border:1px solid #ccc;
	border-width:1px 1px 1px 0;
	font-size:10px
}
.conteneur_jauge span strong {
	font-weight:normal;
	font-size:10px;
	color:#FF7200
}
.conteneur_jauge:hover span {
	background-color:#333;
	color:#FFF
}


/*
 ------------------------- Styles généraux ------------------------ */

.alerte {
	background-color: #fff6bf;
	text-align: left;
	padding: 5px 20px 5px 20px;
	border: 2px solid #ffd324;
	margin:0px 7px 0px 5px;
}

.alerte, .alerte * {
	font-size:13px;
	color:#333;
	line-height:18px

}

#centre .alerte a {
	text-shadow:none;
	color:black;
}

/* ****************************
	Accueil */


#tweets li {

	padding:5px 5px 5px 5px;
	margin-left:10px;
	margin-top:8px;
	list-style-type:none;
	line-height:13px;
	margin-bottom:7px;
	background-color:#EEE;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:justify
}
#tweets li.alt {
	background-color:#DDD
}

#tweets li span {
	font-size:11px;
}
#tweets li div.tweet-image {
	background:url(../image/favicon-feerik.png) no-repeat;
	width:16px;
	height:16px;
	float:right;
}

#tweets .hash { color:#0066CC; }

#tweets .reply { color:#0066CC; }

#tweets a:link { text-decoration:none; color:#0066CC;}
#tweets a:active { text-decoration:none; color:#0066CC;}
#tweets a:hover { text-decoration:underline; color:#0066CC;}
#tweets a:visited { text-decoration:none; color:#0066CC;}

.accueil_twitter {

	width:60%;
	float:right;
}

.accueil_classement {
	width:38%;
	float:left;
}

#centre a.accueil_inscription {
	width:250px;
	padding:10px;
	margin:30px auto;
	background-color:#00A8FF;
	color:#FFF;
	display:block;
	text-decoration:none;
	text-align:center;
	line-height:10px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border:0
}

#centre a.accueil_inscription:hover {
	background-color:#0066FF
}

.accueil_inscription strong {
	font-size:20px;
	display:block;
	text-shadow:1px 1px 1px #0C0C0C;
}

.accueil_inscription span {
	font-size:14px
}

/* ****************************
	Rapport */

#rapport dl dt { float:left; clear:both}
#rapport dl dd { float:right}
#rapport dl { clear:both}
#rapport ul li { padding-bottom:10px }

/* ********************************
	Clans */
#clan_accueil .left {
	width:280px;
	float:left;
	padding:10px
}
#clan_accueil .right {
	width:140px;
	float:right;
}
#clan_accueil .stats { }

#clan_accueil .membres li { margin-bottom:10px; padding-bottom:3px; border-bottom:1px dotted #ccc }
#clan_accueil .mur .top {
 	clear:both;
 	background-color:#EEE;
 	padding:3px;
 	margin-bottom:5px
}
#clan_accueil .mur .date {
	float:right;
}

#clan_accueil .mur .message {
	border:1px solid #ccc;
	margin-bottom:8px;
	padding:5px
}




/* ***********************************
	Inventaire */

#centre #contenu_in .standalone {
		position:relative;
	float:right
}

#centre #contenu_in #inventaire.right {
	float:right;
	position:relative
}

#inventaire.dragging .objet {
	-moz-opacity:0.6;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#inventaire .ui-draggable-dragging {
	z-index:9999;
}

.objet{
	position:absolute;
	cursor:move;
	z-index:999;

}
.objetMagasin {
	position:absolute;
	margin:0px;
	cursor: move;
	z-index:999;
}

 .objet .image, .objetMagasin .image{
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	padding:0;
	z-index:399
}
 .objetPigeon .image {
	background-repeat:no-repeat;
	padding:0;
	z-index:399
}
 .objet:hover {
	/*background-image:url(../image/deplacement_hover.png);
	background-position:center center;*/
}
 .objet:active, #inventaire .objet:focus, #inventaire .objet:blur {
	background:none !important;
}

#inventaire .ok {
	background-image:url(../image/deplacement_ok.png) !important;
	background-position:center center;
}
#inventaire .interdit {
	background-image:url(../image/deplacement_interdit.png) !important;
	background-position:center center;
}
#inventaire .objetinterdit {
	border:0 !important;
	background-image:url(../image/deplacement_interdit.png); /* Fait bugger ie */
	background-position:center center;


}
#inventaire .repere {
	position:absolute;
	border:1px solid #FFF;
	display:none;
}


/* Coffre */

.conteneur_magasin {

}


	.conteneur_magasin .magasin_haut {
		margin-bottom:40px

	}

	.conteneur_magasin .pagination {  width:401px; margin:0 auto}

	.conteneur_magasin .pagination a.precedent {
		float:left;
	}

	.conteneur_magasin .pagination a.suivant {
		float:right;
	}

	.conteneur_magasin .magasin_bas {

	}


		 ul.categories_inventaire li a {
			display:block;
			width:55px;
			height:20px;
			line-height:20px;
			float:right;
			background-color:#eee;
			margin:0 2px 0 2px;
			padding-left:5px
		}



/* **************************** */

#equipement .active {
	background-color:#FFF;
	-moz-opacity:0.3;
	opacity: 0.3;
	filter:alpha(opacity=30);
}
#equipement .hover {
	-moz-opacity:0.4;
	opacity: 0.4;
	filter:alpha(opacity=40);
	border:1px solid #000
}



/* ********************************** */

#magasin {
	width:160px;
	background-color:#EEE;
	float:left;
	border:1px solid #666;
	padding:5px
}
#magasin .achetable {
	cursor:move
}



/* ****************************************** */

#entrainement table {
	width:70%;
	margin:0 auto;
}
#entrainement table td {
	vertical-align:middle;
	height:32px
}

#entrainement table td.a { width:25%}
#entrainement table td.b { width:40%}
#entrainement table td.c { }
#entrainement table td.d { width:15%}
#entrainement table td.e { width:5%}

#entrainement > div { text-align:center; }





#pigeonnier .pigeons {
	width:415px;
	margin: 0 auto

}

#pigeonnier .pigeon {
	width:90px;
	background-color:#819DCF;
	border:1px solid #DDD;
	margin:5px;
	float:left;
	padding:0;
	text-align:center;
	-webkit-box-shadow:0px 0px 10px #0d2552;
	box-shadow:0px 0px 10px #0d2552;
	-moz-box-shadow:0px 0px 10px #0d2552;

}
#pigeonnier .pigeon .objetPigeon {
	cursor:move;
	margin:0 auto
}

#pigeonnier .pigeon .objetPigeon .image { height:105px }
#pigeonnier .pigeon  .limite {
	font-size:10px ;
	text-align:center;
	width:100%;
	border-bottom:1px solid #DDD;
	background-color:#4C699B;
	margin-bottom:2px;
	height:20px;
	line-height:20px
}








#region #map {
	position:relative;
}

#region #map a { }

#region #map a:hover { }

.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

	-moz-opacity:0;
	opacity: 0;
	filter:alpha(opacity:0);

	z-index:100;
	background:#000 url(../image/loader_blue.gif) no-repeat center center;
	text-align:center;
	font-weight:bold; font-size:18px;
	border:3px solid #000
}



#region #map a img {
	position:absolute;
	/*border:1px dotted #FFF;*/
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity:50);
}

#region #map a:hover img {
	-moz-opacity:0.2;
	opacity: 0.2;
	filter:alpha(opacity=20);
}
#region #map a.inaccessible:hover img {
	border:1px solid #F00;
	background-color:#F00;
}

#region #map a.accessible:hover img {
	border:1px solid #0F0;
	background-color:#0F0;
}

#region #map a.messageTriche {
	opacity:1;
	background-color:#FFF;
	color:#000
}

#region #map a.messageTriche:hover {
	background-color:#FFF;
	color:#000
}
























#arene .arene_top{
	float:left;
	width:230px;
}

#arene .arene_moi{
	float:right;
	width:230px;
}

#arene .classement {
	width:230px;
}


div#techniques_enchainement_c {
	margin:0 auto;
	text-align:center;
	background-image:url(../image/design/techniques.png);
	width:440px;
	height:84px
}
ul#techniques_enchainement {
	margin-left:5px;
	padding-top:31px
}

ul#techniques_enchainement.tech10
{
}

ul#techniques_enchainement.tech7
{
	width:70%
}

#techniques_enchainement li  {
	float:left;
	margin:0px 2px 0 1px;
}

ul li.separateur {
	width:40px;
	height:40px;
	margin-left:2px;
	background-color:yellow;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
	opacity: 0.4;
}




/*  Vue d'ensemble
************************** */

.vue-left {
	width:200px;
	float:left;
}

.vue-left .profil {
	text-align:center
}

.vue-nations {
}

.vue-contenu {
	width:380px;
	float:left
}

.vue-centre {
}

.joueur_tabs >ul>li> a {
	display:block;
	float:left;
	width:80px;
	margin:0px 20px 5px 10px;
	background-color:#F5F5F5;
	border:0;
	border:1px solid #666;
	text-align:center;
	padding:2px
}
.joueur_tabs >ul>li> a:hover {
	border:1px solid #666;
}

.joueur_tabs >ul>li> a.select {
	background-color:#00A8FF;
	color:#FFF
}

.joueur_tabs #joueur_stats_round
{
 display:none
}

.joueur_tabs .stats_j table { width:100%; margin:5px 0;}
.joueur_tabs .stats_j table td { padding:2px; font-size:11px }
.joueur_tabs .stats_j table td.t {
	width:35%;
	background-color:#DFF4FF;
	border-bottom:2px solid #FFF;
	padding-left:5px
}
.joueur_tabs .stats_j table td.v {
	text-align:center;
	width:12%;
	background-color:#AFE4FF;
	border-bottom:2px solid #FFF;
	border-right:8px solid #FFF;
	font-weight:bold

}



#centre .accueil_messages ul {
	width:100%;
	overflow:hidden;
}


#centre .accueil_messages li a {
	line-height:20px;
	margin:3px 1px 3px 1px;
	padding:2px 2px 2px 2px;
	background-color:#5A7DBA;
	display:block;
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	border-bottom: 1px solid #2c4673;
	border-right: 1px solid #2C4673;
	border-top:1px solid #7495CF;
	border-left:1px solid #7495CF;
}


#centre .accueil_messages li a img {
	vertical-align:middle
}

#centre .accueil_messages li a:hover {
	/*border-top: 1px solid #2c4673;
	border-left: 1px solid #2C4673;
	border-bottom:1px solid #7495CF;
	border-right:1px solid #7495CF;*/
	background-color:#7495CF
}


#centre .accueil-amis {
	height:190px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	overflow-x:auto;
	overflow-y:auto;
	width:210px;
}



#centre .accueil-amis ul li {
	float:left;
	margin:5px;
	position:relative
}

#centre .accueil-amis ul li a.suppr {
	position:absolute;
	bottom:3px;
	right:0px;
	background-color:#5A7DBA;
	border:0;
	width:10px;
	text-align:center;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter:alpha(opacity=50);
	text-shadow:none;
	color:#FFF;
	text-decoration:none;
	z-index:100
}

#centre .accueil-amis ul li a.suppr:hover, #centre .accueil-amis ul li:hover a.suppr {
	-moz-opacity:1;
	opacity: 1;
	filter:alpha(opacity=100);
}

#centre .accueil-mur {
	width:92%;
	margin: 0 auto;

}

#centre .accueil-mur span {
	float:right;
	display:block;
	font-size:9px;
	color:#D1DCEF;
	vertical-align:middle;
}


#centre .accueil-mur span img {
	vertical-align:middle
}

#centre .accueil-mur ul {
	height:300px;
	overflow:auto;
}


#centre .accueil-mur p {
	font-size:11px;
	padding-left:10px

}

#centre .accueil-mur li {
	border-bottom:1px solid #2c4673;
	padding:4px;
	overflow:hidden;
}

#centre .accueil-mur .form {
	margin-top:-10px;
	margin-bottom:5px
}

#centre .accueil-mur .a {

}
#centre .accueil-mur  .b {
	background-color:#5A7DBA;
}

#centre .accueil-mur a { text-decoration:none }


#centre .accueil-fiole {
	width:130px;
	height:216px;
	background:url(../image/fiole/vide.png) no-repeat;
	cursor:pointer;
}
#centre .accueil-fiole a { display:block }
#centre .accueil-fiole-in {
	width:100%;
	background:transparent url(../image/fiole/pleincrop.png) no-repeat bottom left;
}








.table_paris {
	width:98%;
}

.table_paris .mise1, .table_paris .mise2 {
	width:100px;
	vertical-align:top;
	text-align:center;
}
.table_paris .mise1 p, .table_paris .mise2 p, .table_paris .mise1 p span, .table_paris .mise2 p span {
	vertical-align:middle
}
.table_paris .vs {
	vertical-align:top;
	text-align:center;
	width:25px;
	font-weight:bold
}

.table_paris .j1, .table_paris .j2 {
	vertical-align:top;
	font-size:14px;
	font-variant:small-caps
}
.table_paris .j1 {
	width:110px;
	text-align:right;
}

.table_paris .j2 {
	width:110px;
	text-align:left;
}

.table_paris .mamise1 {
	text-align:right;
}
.table_paris .mamise2 {
	text-align:left;
}



#quetes {
	width:445px;
	height:379px;
	background:url(../image/design/fond_quete.jpg) no-repeat;
	position:relative;
}

#quetes a {
	text-shadow:none
}


#quetes .quete_liste {
	position:absolute;
	top:42px;
	left:17px;
	height:22px;
	width:200px;
	height:291px;
	overflow:auto
}
#quetes .quete_liste .in {
	width:175px
}
#quetes .quete_detail {
	position:absolute;
	left:225px;
	top:24px;
	width:225px;
	height:331px;
	float:right;
	overflow:auto;
	color:#3C3A30
}

#quetes .quete_in {
	width:195px;
}

.quete_detail #quete_nom {
	color:#333;
	font-size:12px;
	text-align:center;
	background:url(../image/design/quete_titre.png) no-repeat center bottom;
	height:30px

}

.quete_detail #quete_texte {
	color:#3c3a30;
	font-family:georgia;
	font-style:italic;
	font-size:16px;
	padding:5px 0 5px 0
}

.quete_detail h5 {
	background:url(../image/design/contenu/puce.png) no-repeat left center;
	padding-left:25px;
	color:#000;
	font-variant:small-caps;
	font-size:14px;
	border-bottom:1px dotted #0D2552;
	width:70%
}

.quete_detail #quete_recomp li {
	color:#3C3A30
}

#quetes #quete_liste_en_cours {
	margin-bottom:10px;
}

#quetes strong {
	color:#3C3A30
}

#quetes .quete_liste ul li a{
	color:#3c3a30;
	text-align:left;
	text-decoration:none;
	line-height:20px;
}

#quetes .quete_liste ul li a:hover {
	color:#000
}

#quetes .quete_liste ul li a.select {
	font-weight:bold
}
#quetes .quete_liste ul li a.select:hover {
	color:#3C3A30
}

.quete_liste li.titre {
	color:#000;
	font-weight:bold;
	height:30px;
	line-height:30px;
	padding-left:0;
	padding-bottom:5px;
	text-align:center;
	background:url(../image/design/quete_titre.png) no-repeat center bottom;
}

.quete_liste li[class=titre] {
	color:#FFF;
	text-shadow:0px 0px 4px #000, 0px 0px 2px #000
}



#quetes #quete_lien  {
	text-align:right;
	margin-top:10px;
	margin-right:30px
}



ul.objectifs {
	list-style:circle;
	font-weight:bold
}

ul.objectifs li {
	line-height:18px;
	width:90%;
	padding:2px;
	font-size:11px;

}
ul.objectifs li.obj_termine {
	color:#333;
	text-decoration:line-through;

}
ul.objectifs li.obj_encours {
	color:#000;
}


ul.recompenses {
	margin-left:20px;
	margin-top:10px
}

ul.recompenses li {
	height:20px

}




.bloc_pnj {

	width:95%;
	background-color:#EEEEEE;
	border:2px solid #ccc;
	margin:5px auto 15px auto;
	padding:5px;
	-moz-border-radius:10px
}

.bloc_pnj img {
	float:left;
	margin-right:10px;
}



/*
.historique_combat_liste table tr {
	line-height:20px;
	height:25px;
	border-bottom:1px solid #ccc
}

.historique_combat_liste table tr.gagnant {
	background-color:#D1EFC2
}

.historique_combat_liste table tr.perdant {
	background-color:#FFCFCF
}
*/



#coffre_premium th {
	width:32%;
	vertical-align:top;
	text-align:center
}

#coffre_premium th a img {
	border:1px solid #A7BBDF
}

#coffre_premium th a:hover img {
	border:1px solid #FFF
}

#coffre_premium ul {
	margin-left:10px;
	margin-top:10px
}


.coffre_resultats {
	width:98%;
}

.coffre_resultats  td {
	vertical-align:middle
}

.coffre_resultats  td strong {
	font-weight:normal;
	text-shadow:2px 2px 2px #8EA6CF
}

.coffre_resultats .image {
	width:100px;
	text-align:center;

}

.coffre_resultats .qtt {
	width:100px;
	text-align:center;
	font-size:30px;
}

.coffre_resultats thead tr {
	background-color:#5A7DBA;
	height:30px;
	line-height:30px;
	vertical-align:middle;
	border-bottom:1px solid #0D2552;
}
.coffre_resultats thead tr th {
	vertical-align:middle
}

.coffre_resultats tbody td { background-color:#4C699B }
.coffre_resultats tbody td.alt { background-color:#5A7DBA }


/**
********** TOOLTIPS */

  #tooltip {
   position:absolute;
   display:none;
   z-index:2000;
  }

  #tooltip .body {

    background:#222;
    padding:7px 9px;
    color:#fff;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height:15px;

    -moz-opacity:0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);


	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
	-moz-box-shadow:0px 0px 10px #000;

	float:left;
	margin-left:10px;
	margin-bottom:10px
  }

  #tooltip .bodyAlt {

    background:#222;
    padding:7px 9px;
    color:#fff;
    font-size: 11px;
    font-family: Arial, Verdana, sans-serif;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height:15px;

    -moz-opacity:0.9;
	opacity: 0.9;
	filter:alpha(opacity=90);


	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
	-moz-box-shadow:0px 0px 10px #333;

	float:left;
	margin-left:10px;
  }


  * html #tooltip .body { width:230px; border:1px solid #FFF; filter:alpha(opacity=85); }

  #tooltip h1 {
  	color:#00A8FF;
  	font-size:13px;
  	margin-bottom:6px;
	border-bottom:1px dotted #888;
	width:200px
  }

 

  #tooltip h2 {
  margin:6px 0 3px 0;
  	font-size:12px;
  }
  #tooltip h4 {
  margin:6px 0 3px 0;
  	font-size:12px;
	text-align:center
  }
  #tooltip p {
  margin:3px 0 3px 0;
  max-width:230px;
  font-size:11px;
  width:100%;
  }

   #tooltip p.gras{
    font-weight: bold;
}
  #tooltip pre.rouge {
	margin: 8px 0 3px 0;
  	font-size: 12px;
	text-align: center;
	color: #D60000;
  }

   #tooltip pre.vert {
	margin: 8px 0 3px 0;
  	font-size: 12px;
	text-align: center;
	color: #59FF00;
  }

  
  #tooltip ul li {
  	margin-left:10px;
  	font-size:11px;
  }

  #tooltip ul li span{
  	font-size:11px;
  	font-weight:bold
  }



#tooltip ul.setIncomplet li, #tooltip sup span.setIncomplet{
    color:#D60000;
}

#tooltip ul.setComplet li, #tooltip sup span.setComplet{
    color:#59FF00;
}

  #tooltip a {
   background-color:#0099FF;
   font-size:11px;
   padding:2px;
   margin-top:5px;
   display:block;
   text-align:center
  }
  #tooltip a.gris {
   background-color:#888;
   margin-bottom:7px
  }

	#tooltip strong {
		color:#F00;
	}

	#tooltip b {
		font-size:15px;
		font-weight:bold
	}

	#tooltip sup {
		font-size:12px;
		display:block;
		font-weight:bold;
		background-color:#FF8105;
		padding:2px;
		text-align:center
	}

	#tooltip div.cadreg {
		max-width:200px;
		float:left;
		margin-right:6px;
		padding-right:6px;
		border-right:1px solid #555
	}

	#tooltip div.cadred {
		max-width:200px;
		float:left;
	}




/* ie6 trash */
* html #gritter-notice-wrapper {
	position:absolute;
}
* html .gritter-top {
	margin-bottom:-7px;
}
* html .gritter-item {
	padding-bottom:0;
}
* html .gritter-bottom {
	margin-bottom:-6px;
}
* html .gritter-close {
	background:url(../image/gritter/gritter-close-ie6.gif);
	width:22px;
	height:22px;
	top:7px;
	left:7px;
}

/* the norm */
#gritter-notice-wrapper {
	position:fixed;
	top:10px;
	right:20px;
	width:301px;
	z-index:999999;
}
.gritter-item-wrapper {
	position:relative;
	margin:0 0 10px 0;
}
.gritter-top {
	background-image:url(../image/gritter/gritter-top.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:10px;
}
.hover .gritter-top {
	background-position:top right;
}
.gritter-bottom {
	background-image:url(../image/gritter/gritter-bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:8px;
	margin:0;
}
.hover .gritter-bottom {
	background-position: top right;
}
.gritter-item {
	display:block;
	background-image:url(../image/gritter/gritter-bg-tile.png);
	background-repeat:repeat-y repeat-x;
	background-position:top left;
	color:#eee;
	padding:2px 11px 8px 11px;
	font-size: 11px;
	font-family:verdana;
}
.gritter-item a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px solid #00A8FF
}
.gritter-item a:hover {
	border-bottom:1px solid #FFFFFF
}
.hover .gritter-item {
	background-position:top right;
}
.gritter-item p {
	padding:0;
	margin:0;
}
.gritter-close {
	position:absolute;
	top:5px;
	right:3px;
	background:url(../image/gritter/gritter-close.png);
	cursor:pointer;
	width:30px;
	height:30px;
}
.gritter-title {
	font-size:14px;
	font-weight:bold;
	padding:0 0 7px 0;
	display:block;
	text-shadow:1px 1px #000; /* Not supported by IE :( */
}
.gritter-image {
	width:48px;
	height:48px;
	float:left;
}
.gritter-with-image,
.gritter-without-image {
	padding:0 0 5px 0;
}
.gritter-with-image {
	width:220px;
	float:right;
}






/*
 * SimpleModal Basic Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: basic.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:no-drop;}

/* Container */
#simplemodal-container {height:400px; width:600px; background-color:#6C6753; border:3px solid #3C3A30; padding:10px 20px 20px 20px; position:absolute; top:0px; left:0px;}
#simplemodal-container a.modalCloseImg {background:url(../image/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:20px;}



/*
 * SimpleModal Confirm Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: confirm.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


/* Overlay */
#confirmModalOverlay {background-color:#eee; cursor:no-drop;}

/* Container */
#confirmModalContainer { height:auto !important; width:420px;font-size:16px; text-align:left; background:#3E5C91; border:2px solid #336699;}
#confirmModalContainer .header {height:30px; width:100%; color:#fff; font-size:13px; font-weight:bold; line-height:30px; background-color:#6280AF; text-indent:10px}
#confirmModalContainer .message {color:#FFF; text-align:center; margin:0; padding:12px 4px; font-size:1em;}
#confirmModalContainer .buttons {width:180px; float:right; padding:10px 8px 0; margin-bottom:15px}
#confirmModalContainer .buttons div {
	float:right;
	margin-left:8px;
	width:70px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	border:1px solid #FFF;
	cursor:pointer;
	line-height:26px
}
#confirmModalContainer a.modalCloseX,
#confirmModalContainer a.modalCloseX:link,
#confirmModalContainer a.modalCloseX:active,
#confirmModalContainer a.modalCloseX:visited {text-decoration:none; font-weight:bold;position:absolute; top:5px; left:400px; color:#FFF;}
#confirmModalContainer .buttons div:hover {
	background-color:#6280AF;
	color:FFF
}





/**
 * Horizontal CSS Drop-Down Menu Module
 *
 * @file		dropdown.css
 * @package		Dropdown
 * @version		0.7.1
 * @type		Transitional
 * @stacks		597-599
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2006-2008 Live Web Institute. All Rights Reserved.
 *
 */

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown {
 position: relative;
 z-index: 1000;
 float: left;
}

ul.dropdown li {
 float: left;
 zoom: 1;
}


ul.dropdown li:hover {
 position: relative;
 z-index: 1000;
 cursor: default;
}

ul.dropdown li.hover{
 position: relative;
 z-index: 1000;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}


ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown {
	-x-system-font:none;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	z-index:1000
}
ul.dropdown > li {
	z-index:1000
}



/* ------------- Custom */

/* ------------- Reinitiate default: post-override activities  */




.ac_results {
	padding: 0px;
	overflow: hidden;
	z-index: 99999;
	border:2px solid #4C699B;
	background-color:#3E5C91
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
	text-align:center;

}
.ac_results li:hover {

}
.ac_loading { }

.ac_even {
	background-color:#3E5C91;
	border:1px solid #3E5C91
}
.ac_odd {
	background-color:#2F4C7F;
	border:1px solid #2F4C7F
}

.ac_over {
	border:1px solid #FFF
}






/*
 *
 * FANCY BOX
 *
 */

div#fancy_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#666;display:none;z-index:30;}
* html div#fancy_overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');}
div#fancy_wrap{text-align:left;}
div#fancy_loading{position:absolute;height:40px;width:40px;cursor:pointer;display:none;overflow:hidden;background:transparent;z-index:100;}
div#fancy_loading div{position:absolute;top:0;left:0;width:40px;height:480px;background:transparent url('../image/fancy/fancy_progress.png') no-repeat;}
div#fancy_loading_overlay{position:absolute;background-color:#FFF;z-index:30;}
div#fancy_loading_icon{position:absolute;background:url('../image/fancy/fancy_loading.gif') no-repeat;z-index:35;width:16px;height:16px;}
div#fancy_outer{position:absolute;top:0;left:0;z-index:90;overflow:hidden;background:transparent;display:none;margin:0;padding:18px 18px 33px;}
div#fancy_inner{position:relative;width:100%;height:100%;border:1px solid #BBB;background:#FFF;}
div#fancy_content{z-index:100;position:absolute;margin:0;}
div#fancy_div{background:#000;color:#FFF;height:100%;width:100%;z-index:100;}
img#fancy_img{position:absolute;top:0;left:0;border:0;z-index:100;width:100%;height:100%;margin:0;padding:0;}
div#fancy_close{position:absolute;top:-12px;right:-15px;height:30px;width:30px;background:url('../image/fancy/fancy_closebox.png') top left no-repeat;cursor:pointer;z-index:181;display:none;}
#fancy_frame{position:relative;width:100%;height:100%;display:none;}
#fancy_ajax{width:100%;height:100%;overflow:auto;}
a#fancy_left,a#fancy_right{position:absolute;bottom:0;height:100%;width:35%;cursor:pointer;z-index:111;display:none;background-image:url(data:image/gif;base64,AAAA);outline:none;}
a#fancy_left{left:0;}
a#fancy_right{right:0;}
span.fancy_ico{position:absolute;top:50%;margin-top:-15px;width:30px;height:30px;z-index:112;cursor:pointer;display:block;}
span#fancy_left_ico{left:-9999px;background:transparent url('../image/fancy/fancy_left.png') no-repeat;}
span#fancy_right_ico{right:-9999px;background:transparent url('../image/fancy/fancy_right.png') no-repeat;}
a#fancy_left:hover span{left:20px;}
a#fancy_right:hover span{right:20px;}
.fancy_bigIframe{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;}
div#fancy_bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:70;border:0;margin:0;padding:0;}
div.fancy_bg{position:absolute;display:block;z-index:70;border:0;margin:0;padding:0;}
div.fancy_bg_n{top:-18px;width:100%;height:18px;background:transparent url('../image/fancy/fancy_shadow_n.png') repeat-x;}
div.fancy_bg_ne{top:-18px;right:-13px;width:13px;height:18px;background:transparent url('../image/fancy/fancy_shadow_ne.png') no-repeat;}
div.fancy_bg_e{right:-13px;height:100%;width:13px;background:transparent url('../image/fancy/fancy_shadow_e.png') repeat-y;}
div.fancy_bg_se{bottom:-18px;right:-13px;width:13px;height:18px;background:transparent url('../image/fancy/fancy_shadow_se.png') no-repeat;}
div.fancy_bg_s{bottom:-18px;width:100%;height:18px;background:transparent url('../image/fancy/fancy_shadow_s.png') repeat-x;}
div.fancy_bg_sw{bottom:-18px;left:-13px;width:13px;height:18px;background:transparent url('../image/fancy/fancy_shadow_sw.png') no-repeat;}
div.fancy_bg_w{left:-13px;height:100%;width:13px;background:transparent url('../image/fancy/fancy_shadow_w.png') repeat-y;}
div.fancy_bg_nw{top:-18px;left:-13px;width:13px;height:18px;background:transparent url('../image/fancy/fancy_shadow_nw.png') no-repeat;}
div#fancy_title{position:absolute;bottom:-33px;left:0;width:100%;z-index:100;display:none;}
div#fancy_title div{color:#FFF;font:bold 12px Arial;padding-bottom:3px;}
div#fancy_title table{margin:0 auto;}
div#fancy_title table td{vertical-align:middle;padding:0;}
td#fancy_title_left{height:32px;width:15px;background:transparent url(fancy_title_left.png) repeat-x;}
td#fancy_title_main{height:32px;background:transparent url(fancy_title_main.png) repeat-x;}
td#fancy_title_right{height:32px;width:15px;background:transparent url(fancy_title_right.png) repeat-x;}
a#fancy_left:hover,a#fancy_right:hover{visibility:visible;}

















/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width:20px;

background:url(../image/scrollbar_detail.png)  center top;
}

#quete_liste_vscrollerbase {
	background-image:url(../image/scrollbar_liste.png);
}
.vscrollerbar {
background-image: url(../image/scrollbar.png);
background-position:center top;
width: 20px;
/* following is the bit that allows us fixed height scrollbars */
height: 80px !important;
/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/

background-repeat:no-repeat;
/* unfortunately, due to limitations of CSS, we cannot provide a color for the background when we are
using alpha images, thay have to be transparent.*/
cursor:move;

}

* html .vscrollerbar {
/* IE6 alpha png trick */
/* IE7 is not affected by this trick, as it perfectly handles the normal png */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='scrollbar.png');
background-image: none;
}


/* do not forget to give horizontal scrollbars some color properties even if you don't plan on using them */
.hscrollerbase {height: 20px;}
.hscrollerbar {height: 20px; }

.vscrollerbar, .hscrollerbar {
/* paddings of these elements will decide how far the scrollbar will stop in both ends, and are not actually
used for styling, and are set to 0 by the script, here we will set them the size of our faux arrows */
padding: 0px;
z-index: 2;

}



/* properties for scroller jog box, just in case */
.scrollerjogbox {
width: 22px;
height: 22px;
top: auto; left: auto;
bottom: 0px; right: 0px;
}


/* Scroll Bar Master Styling Ends Here */