/*---------------------------------------------------------------------
 _____   _____   _   __   _   _____        _          __  _____   _____  
|  _  \ /  _  \ | | |  \ | | |_   _|      | |        / / | ____| |  _  \ 
| |_| | | | | | | | |   \| |   | |        | |  __   / /  | |__   | |_| | 
|  ___/ | | | | | | | |\   |   | |        | | /  | / /   |  __|  |  _  { 
| |     | |_| | | | | | \  |   | |        | |/   |/ /    | |___  | |_| | 
|_|     \_____/ |_| |_|  \_|   |_|        |___/|___/     |_____| |_____/ 
-------------------------------------------------------------------------
Copyright 2007 POINT WEB
type : screen
categorie : modal realisation
Auteur : alexandre GAUTIER
site : http://point-web.fr
-------------------------------------------------------------------------
*/
.jqmWindow {
    display: none;    
   /* position: fixed;*/
   top: 22%;
    left: 49%;    
   margin-left: -371px;
    width: 742px;
	background:  #cccccc url(../images/fleche-h4.gif) no-repeat left 19px; 
    color: #333;
    border: 2px solid black;
    padding: 19px 17px;
	position:absolute;
	z-index:99;
	text-align:justify;
	
}
.jqmWindow hr{ border:0; border-bottom:1px dotted #000; height:1%; margin:22px 0}
.jqmOverlay { background-color: #000}
.gauche{position:relative;width:250px;float:left;margin:0 10px 0 10px;z-index:510}
.droite{position:relative;}
a.jqmClose{ 
	position:absolute; 
	right:0px; 
	top:0;
	display:block;
	width:25px;
	height:25px;
	text-indent:-9999px;
	background:url(../images/closejq.gif) no-repeat left bottom
}
h4{ font-weight:bold; background:url(../images/puce-text.gif) no-repeat top left; padding:0 0 0 14px;font-size:1em; clear:both;position:relative}
a.bt_video{display:block;color:#333333;text-decoration:none;}
a.bt_video:hover{color:#0099cc;text-decoration:none;}

a.jqmClose:hover{background:url(../images/closejq.gif) no-repeat left top}

