/* $Id:$ */

BODY {
  min-width: 60em;	/* ~ 3* #menubar width */
}

.thumbElmt { margin: 2% 6% 4% 0px; }
#content UL.thumbnails IMG.thumb-icon {
 /*   display: none;*/
}
/* Set some sizes according to your maximum thumbnail width and height */
#content UL.thumbnails SPAN,
#content UL.thumbnails SPAN.wrap2 A,
#content UL.thumbnails SPAN.wrap2 LABEL,
#content DIV.thumbnailCategory DIV.illustration {
  width: 152px;			/* max thumbnail width + 2px */
}
#content UL.thumbnails SPAN.wrap2,
#content DIV.thumbnailCategory DIV.description {
  height: 152px;		/* max thumbnail height + 2px */
}
#content DIV.comment BLOCKQUOTE {
  margin-left: 172px;		/*maximum thumbnail width + ~10px */
}

/* Category thumbnails on main page */
#content UL.thumbnailCategories LI {
  width: 49.7%; /* 49.9% for 2 per line, 33.3% for 3 per line*/
}

/* display/hide thumbnails legend */
#content UL.thumbnails SPAN.thumbLegend {
  display: block;		/* display: none; if you don't want legend */
}
FIELDSET#generalConf TEXTAREA.description {
  width: 60%;
  height: 150px;
}
#catModify TEXTAREA.description {
  height: 200px;
}

A { 
  text-decoration: none;
  border: none;
  outline: none;
}

/* BEGIN Language Switcher */
.qlc
{
  text-align:center;
	margin : 4px;
}

.qlcLink
{
  border: 1px solid #000000;
}
/* END Language Switcher */

BODY#theGMapPage #the_page #content
{
  margin: 1em;
}
.hidden
{ display: none; }


/* Verso Style 
----------------------------------------------------------------------*/
/*CSS Popup Image Viewer:  Adapted to PWG */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.reverse {
position: relative;
z-index: 0;
}
.reverse:hover{
background-color: transparent;
z-index: 50;
}

.reverse span { /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
visibility: hidden;
color: #333;
text-decoration: none;
}

.reverse:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
}


/* ---------- Patch d'Eric pour IE ---------*/
FORM#quickconnect INPUT[type=text],
FORM#quickconnect INPUT[type=password] {
width: 100%;  }/* mozilla can handle 100% */



/* ---------- Patch de Bernard pour IE7 ---------*/

#content UL.thumbnails SPAN.wrap2 LABEL {
  width: 140px;			/* max thumbnail width + 2px */
}
#content UL.thumbnails SPAN.thumbLegend {
  display: block;	/* display: none; if you don't want legend */
  height: 4em;		/* legend height (don't set auto to be Gecko friendly)*/
}
/* Thumbnails customization */
#content UL.thumbnails SPAN.thumbLegend {
  font-size: 80%;		/* font size c'est les thumbnail*/
  height: 3em;			/* max legend height (don't set auto to be Geko friendly)*/
  overflow: hidden;		/* oversized legend is clipped */
}

/* Thumbnail "elastic" layout */
#content UL.thumbnails {
  margin: 100;
  padding: 0;
  list-style: none;
  text-align: center;	/* to center the whole collection in #content */
}
#content UL.thumbnails LI { display: inline }
#content UL.thumbnails SPAN.wrap1 {
  margin: 0 5px 5px 5px;
  display: table-cell; display: inline-table; display: inline-block;
  vertical-align: top;		/* OK with Opera and IE6 not Geko */
  text-align: center;		/* to center the thumbnail and legend in Geko/Opera */
}
#content UL.thumbnails SPAN.wrap2 {
  margin: 0;			/* important reset the margins */
  display: table-cell;		/* block prevents vertical-align here */
  vertical-align: middle;	/* Ok with Opera and Geko not IE6 */
}
#content UL.thumbnails SPAN.wrap2 A {
  display: block;
  border-bottom: none;
}
#content UL.thumbnails IMG {
  margin-bottom: -4px;  /* why ??? something wrong with Geko and Opera ignored by IE6*/
}

/* fix IE with another layout */
* html #content UL.thumbnails SPAN.wrap2 {
  display: block;
  position: relative;
  text-align: left;
}
* html #content UL.thumbnails SPAN.wrap2 A {
  overflow: visible;
  position: relative;
  top: 50%;
  text-align: center;
}
* html #content UL.thumbnails IMG.thumbnail {
  position: relative;
  top: -50%;
  /*\*//*/
    margin-top: -40%;
  /**/
}

#content DIV.comment BLOCKQUOTE {
  margin-top: 1em;
  margin-right: 0.5em;
  margin-bottom: 150px;
  padding: 0.5em;
}

/* should be in admin.css ? CSS properties also used in popuphelp */

SPAN.pwgScreen {
  border-bottom: 1px dotted black;
}

TD.thumbnail label {
  position: relative;
}
TD.thumbnail input {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  border: none;
}

#content UL.fullTagCloud {
 margin-left:0px;
 }
.tagLevel10 { font-size: 160%; font-weight: bold ;}
.tagLevel9 { font-size: 150%; color: #060;}
.tagLevel8 { font-size: 140%; color: #600;}
.tagLevel7 { font-size: 130%; color: #660;}
.tagLevel6 { font-size: 120%;}
.tagLevel5 { font-size: 110%;color: #066;font-weight: bold ;}
.tagLevel4 { font-size: 100%;}
.tagLevel3 { font-size: 90%; color: #606;}
.tagLevel2 { font-size: 80%; color: #006;font-weight: bold ;}
.tagLevel1 { font-size: 70%; color: #666;}

/* A remonter dans les css communs */

#content ul.thumbnails span.thumbLegend {
	height: 4em;
	padding-top: 0.1em; padding-bottom: 0.3em;
}
.zero { display: none }
.one { background: transparent; }
.plural { background: transparent; }
#tagcloud { position: relative; left: 5%; }


body .content #flashcontent { text-align: center; }
.content UL.thumbnails SPAN,
.content UL.thumbnails SPAN.wrap2 A,
.content UL.thumbnails SPAN.wrap2 LABEL,
.content DIV.thumbnailCategory DIV.illustration {
  width: 160px;			/* max thumbnail width + 2px */
}
.content UL.thumbnails SPAN.wrap2,
.content DIV.thumbnailCategory DIV.description {
  height: 152px;		/* max thumbnail height + 2px */
}
#menubar #mbAMM_personalised1 ul { padding: 10px 5px; text-align: center; color: #ccc; }
#menubar #mbAMM_personalised1 form { background-image: none; }
