div.jqmNotice img.jqResize {position: absolute; right: 2px; bottom: 2px;}

/* Notice CSS courtesy of;
   Alexandre Plennevaux <alexandre@pixeline.be>,
   Brice Burgess <bhb@iceburg.net> */

div.jqmNotice {
	
    display: none;
    position: fixed;
    top: 9%;
    left: 50%;
    margin-left: -166px;
    width: 333px;
    background: url(../dialog/fondtitre.png) 0px 0px no-repeat;
    padding: 0px;
}
div.jqmactus {
	
    display: none;
    position: fixed;
    top: 6%;
    left: 50%;
    margin-left: -236px;
    width: 473px;
    background: url(../dialog/fondtitre2.png) 0px 0px no-repeat;
    padding: 0px;
}

.jqmnTitle{
	margin: 0 5px;
}
  
.jqmnTitle h1{
  margin: 5px 0;
  padding-left:5px;
  width: 100%;
  
  font-size:10px;
}

div.jqmNotice .jqmClose {
  position: absolute;
  cursor: pointer;
  right: 4px;
  top: 2px;
}

div.jqmNotice .jqmClose2 {
  position: absolute;
  cursor: pointer;
  left: 4px;
  top: 2px;
}
.ferme {
  position: relative;
  cursor: pointer;
  left: 4px;
  top: 2px;
}
	
.jqmnContent{
  background-color:#FFF;
  border-bottom : 1px solid #8b1a0c;
  border-left : 1px solid #8b1a0c;
  border-right : 1px solid #8b1a0c;
  color:#000;
  font: 12px Helvetica, Arial;
  margin-top: -4px;
  padding: 5px 20px 4px;
}

div.example {
	border-top: 1px solid #333;
	border-bottom: 1px dashed #CCC;
	margin: 20px;
	clear: both;
	padding-top: 1.5em;
}

div.example a {
	color: #222;
	font-size: 1.22em;
}

div.example a:visited {
	color: #222;
}

div.src {
	margin-left: 30px;
	color: black;
	padding-bottom: 5px;
	clear: both;
}

div.src a {
	text-decoration: underline;
	color: black;
}

div.src a:visited {
	color: black;
}

div.src div {
	border: 1px solid #CCC;
}

div.src div.js {
	background-color: #EEE;
}

div.src div.css {
	background-color: #f1ffe5;
}

div.src div.html {
	background-color: #fef1f1;
}

div.src div {
	float: left;
	padding: 0 10px;
}

div.src pre {
	font-size: 0.8em;
	display: none;
}
div.whiteOverlay { 
    background: url(../dialog/fond.jpg); 
}

div.jqDrag {
	cursor: move;
}
