﻿#fade
{
	/*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #0355a8;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .60;
	z-index: 9999;
}
.popup_block
{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #cfe3ef;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999; /*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000; /*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close
{
	float: right;
	margin: -55px -55px 0 0;
	border:0;
}
/*--Gérer la position fixed pour IE6--*/
*html #fade
{
	position: absolute;
}
*html .popup_block
{
	position: absolute;
}

.popup_block h2
{
	margin: -20px -5px -20px -3px;
	text-align: center;
	color: #226fbd;
}
.popup_modale_contenu
{
	width: 100%;
	height: 100%;
	margin: 25px -5px -20px -3px;
	height: 400px;
}
.popup_modale_corps_gauche
{	
	float: left;
	width: 258px;
	margin-top: 10px;
	height: 100%;
}
.popup_modale_corps_droite
{
	float: left;
	width: 640px;
	background-image: url('../images/trophées_de_automobile_et_entreprise_2013_gestion_parc_automobile.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 100%;
	margin-top: 10px;
	/*
	filter: alpha(opacity=40);  
    -moz-opacity: 0.4; 
    -khtml-opacity: 0.4;  
    opacity: 0.4;
    */
}
.popup_modale_corps_droite p
{
	margin: 5px 5px 12px 16px;
	font-size: 16px;
	line-height: 25px;
}
