/*
 * SimpleModal OSX Style Modal Dialog
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: osx.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

#osx-modal-content, #osx-modal-data {display:none;}
/* Overlay */
#osx-overlay {background-color:transparent; cursor:wait;}

/* Container */
#osx-container {background-color:#fffbeb; color:#000; font: 16px/24px "Lucida Grande",Arial,sans-serif; padding-bottom:4px; width:430px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px; border-radius:0 0 6px 6px; -moz-box-shadow:0 0 64px #000; -webkit-box-shadow:0 0 64px #000;}
#osx-container a {color:#ddd;}
#osx-container #osx-modal-title {color:#fdf3cc; background-color:#ae3c06; border-bottom:1px solid #7b2c02; font-weight:bold; padding:6px 8px;font-size:20px;}
#osx-container .close {display:none; position:absolute; left:0; top:0; font-size:large;}
#osx-container .close a {display:block; color:#fdf3cc; font-weight:bold; padding:6px 12px 0; text-decoration:none; text-shadow:0 1px 0 #fffbeb;}
#osx-container .close a:hover {color:#000;}
#osx-container #osx-modal-data {font-size:14px; padding:12px 12px; text-align:justify;}
#osx-container h2 {margin:10px 0 6px;font-size:16px;}
#osx-container p {margin-bottom:10px;}
#osx-container span {color:#777;}
.simplemodal-fermer{
background: url(../images/fermer.jpg) no-repeat;
width: 80px;
height: 23px;
cursor: pointer;
border: none;
float: left;
margin:14px 0px 6px 0px;
position:relative;}
img.simplemodal-telecharge{
width: 108px;
height: 23px;
cursor: pointer;
border: none;
float: left;
margin:14px 0px 6px 8px;
position:relative;}
