div.popup {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:999;
}

/* Popup par dessus une popup */
div.popup_module {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:1000;
}

div.popup_background {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: black;
	opacity: 0;
}

/* Style : Classique */

div.popup_content {
	display: none;
	position: relative;
	height: inherit;
	overflow-y: auto;
	clear: both;
	margin: 0px;
	font-family: 'tahoma';
	font-size: 12px;
}

div.popup_content table {
	text-align: left;	
}

div.popup_style{
	display: none;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
	background-color: white;
	border-style: solid;
	border-width: 10px;
	border-color: white;
	
	border-radius : 20px 3px 10px 3px;
	border-top-colors: white;
	border-bottom-colors: #EEEEEE #DDDDDD white;
	border-left-colors: #EEEEEE #DDDDDD white;
	border-right-colors: #EEEEEE #DDDDDD white;
	box-shadow : 1px 1px 10px #000 ;

/*	padding: 0px 0px 30px 0px;*/

}


div.popup_bt{
	display: none;
	position: absolute;
	overflow: hidden;
	z-index: 1001;
	text-align: right;
	padding: 10px;
}

ul.popup_top {
	display: none;
	list-style-type: none ;
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	width: 100%;
	height: 20px;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #999999;
}

ul.popup_top li.popup_titre {
	float: left;
	font-family: 'tahoma';
	font-size: 16px;
	color: #333333;
	text-shadow:2px 2px 3px #DDDDDD;
}

ul.popup_top li.popup_nav {
	float: right;
	font-family: 'tahoma';
	font-size: 16px;
	color: #333333;
	text-shadow:2px 2px 3px #DDDDDD;
}





/* Style : Formulaire */

div.popup_style_form {
	display: none;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
	background-color: #fff1f1;
	border-style: solid;
	border-width: 10px;
	border-color: #fff1f1;
	
	border-radius : 20px 3px 10px 3px;
	border-top-colors: #fff1f1;
	border-bottom-colors: #EEE1E1 white #fff1f1;
	border-left-colors: #EEE1E1 white #fff1f1;
	border-right-colors: #EEE1E1 white #fff1f1;
	box-shadow : 1px 1px 10px #000 ;
	
}


div.popup_style_form div.popup_content {
	display: none;
	position: relative;
	height: inherit;
	overflow-y: auto;
	clear: both;
	margin: 0px;
	padding: 0px;
}

div.popup_style_form ul.popup_top {
	display: none;
	list-style-type: none ;
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	width: 100%;
	height: 20px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #993333;
}

div.popup_style_form ul.popup_top li.popup_titre {
	float: left;
	font-family: 'tahoma';
	font-weight: bold;
	font-size: 16px;
	color: #993333;
	text-shadow:2px 2px 3px #DDDDDD;
}

div.popup_style_form ul.popup_top li.popup_nav {
	float: right;
	font-family: 'tahoma';
	font-size: 16px;
	color: #993333;
	text-shadow:2px 2px 3px #DDDDDD;
}


/* Style : Alerte */

div.popup_style_alert {
	display: none;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
	background-color: #CC0000;
	border-style: solid;
	border-width: 10px;
	border-color: #CC0000;
	
	border-radius : 20px 3px 10px 3px;
	border-top-colors: #CC0000;
	border-bottom-colors: #CC0000 #993333 #CC0000;
	border-left-colors: #CC0000 #993333 #CC0000;
	border-right-colors: #CC0000 #993333 #CC0000;
	box-shadow : 1px 1px 10px #000 ;
	
}


div.popup_style_alert div.popup_content {
	display: none;
	position: relative;
	height: inherit;
	overflow-y: auto;
	clear: both;
	margin: 0px;
	padding: 0px;
	color: white;
}

div.popup_style_alert div.popup_content table {
	font-family: 'tahoma';
	font-size: 12px;
	color: white;
	text-align: left;
}

div.popup_style_alert div.popup_content img {
	border-color: #FF6666 #FF0000 #FF0000 #FF6666;
	border-width: 1px;
	border-style: solid;
}

div.popup_style_alert ul.popup_top {
	display: none;
	list-style-type: none ;
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	width: 100%;
	height: 20px;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: white;
}

div.popup_style_alert ul.popup_top li.popup_titre {
	float: left;
	font-family: 'tahoma';
	font-weight: bold;
	font-size: 16px;
	color: white;
	text-shadow:2px 2px 3px #330000;
}

div.popup_style_alert ul.popup_top li.popup_nav {
	float: right;
	font-family: 'tahoma';
	font-size: 16px;
	color: white;
	text-shadow:2px 2px 3px #DDDDDD;
}



/* Style : mini */
div.popup_style_mini{
	display: none;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
	background-color: white;
	border-style: solid;
	border-width: 5px;
	border-color: white;
	
	-moz-box-shadow : 1px 1px 10px #000 ;
	-webkit-box-shadow : 1px 1px 10px #000;
}



/* Style : Photo */

div.popup_style_photo {
	display: none;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
	background-color: white;
	border-style: solid;
	border-width: 10px;
	border-color: #CC0000;

	border-radius : 10px 10px 10px 10px;
	border-top-colors: white;
	border-bottom-colors: #EEEEEE #DDDDDD white;
	border-left-colors: #EEEEEE #DDDDDD white;
	border-right-colors: #EEEEEE #DDDDDD white;
	box-shadow : 1px 1px 10px #000 ;
	
}

div.popup_style_photo div.popup_content {
	display: none;
	position: relative;
	overflow: hidden;
	clear: both;
	margin: 0px;
	padding: 0px;
	font-family: 'tahoma';
	font-size: 12px;
}

div.popup_style_photo ul.popup_top {
	display: none;
	list-style-type: none ;
	clear: both;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	width: 100%;
	height: 20px;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #999999;
}

div.popup_style_photo a {
	font-family: 'tahoma';
	font-size: 12px;
	color: black;
}




/* CALENDRIER */

table.popup_calendar {
	font-size: 14px;
	color: black;
	padding: 1px;
	margin: 0px;

}

table.popup_calendar_nav {
	font-size: 14px;
	color: black;
	padding: 1px;
	margin: 0px;
}

table.popup_calendar tr {
	font-size: 14px;
	text-align:center;
	text-shadow:2px 2px 3px #DDDDDD;
}

table.popup_calendar th {
	font-size: 14px;
	background-color: #EEEEEE;
	text-align:center;
}

table.popup_calendar td:hover {
	font-size: 14px;
	background-color: #EEEEEE;
	text-align:center;
	text-shadow:1px 5px 5px #CCCCCC;
}

table.popup_calendar td.select {
	font-size: 14px;
	background-color: #FFCC66;
	text-align:center;
}

table.popup_calendar td.other {
	font-size: 14px;
	color:#999999;
	text-align:center;
}


div.popup_calendar {

	display: none;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	background-color: white;
	border-style: solid;
	border-width: 10px;
	border-color: #CC0000;

	border: 1px solid blue;
	padding: 1px 5px;
	font-family: 'tahoma';
	font-size: 12px;
	color: black;
}

span.popup_calendar, span.popup_calendar_form {
	background-color: white;
	border-style: solid;
	border-width: 1px;
	padding: 1px 5px;
	font-family: 'tahoma';
	font-size: 12px;
	font-weight:normal;
	color: black;

	border-radius : 8px;
	border-top-colors: #DDDDDD white;
	border-bottom-colors: #DDDDDD white;
	border-left-colors: #DDDDDD white;
	border-right-colors: #DDDDDD white;

}

span.popup_calendar:hover, span.popup_calendar_form:hover {

	background-color: #FFFFCC;
	border-style: solid;
	border-width: 1px;
	padding: 1px 5px;
	font-family: 'tahoma';
	font-size: 12px;
	font-weight:normal;
	color: black;
	cursor: pointer;

	border-radius : 8px;
	border-top-colors: #666666 white;
	border-bottom-colors: #666666 white;
	border-left-colors: #666666 white;
	border-right-colors: #666666 white;
}

span.popup_calendar_alert {
	background-color: #FFEEEE;
	border-style: solid;
	border-width: 1px;
	padding: 1px 5px;
	font-family: 'tahoma';
	font-size: 12px;
	font-weight:normal;
	color: black;

	border-radius : 8px;
	border-top-colors: red white;
	border-bottom-colors: red white;
	border-left-colors: red white;
	border-right-colors: red white;
}

span.popup_calendar_alert:hover {

	background-color: #FFDDDD;
}