/* SPECIAL.CSS */
/* Feuille de style des popup shadowbox (contact, rencontre,...), du dispatch et de la galerie photo */

/* BASES */
html, body {
	background-image: url(../UI/SpecialFond.png);
	background-repeat: repeat-x;
	background-position: 0 45%;
	background-color:#333333;
	color:#666!important;
	height:100%;
}


/* HOME DISPATCH */
/* *********** */

/* Page */

#AccBoutons {
	float: left;
	margin-top:20%;
	margin-left:3%;
}

#AccPrincipal {
	padding:20px;
	margin-left:550px;
	margin-top:3%;
}

#AccOuvrir {
	margin-top:20px;
}


/* Pied */
#pied {
	position: absolute;
	bottom: 0; 
	left: 0;
	padding:20px;
}

#pied a {
	color:#CCCCCC;
}

/* POPUP SHADOW / PAGE SPECIALE  */
/* (rencontre, contact, 404,...) */
/* ***************************** */

#pagespeciale {
	position:absolute;
	left: 50%;
	top: 50%;
	height: 350px;
	width: 550px;
	margin-top: -175px; /* moitié de la hauteur */
	margin-left: -275px; /* moitié de la largeur */
	background-image: url(../UI/PopupspecialFond.png);
	background-repeat: no-repeat;
}


#pagespecialeContenu {
padding:20px;
}

#pagespecialeIcone {
float:left;
margin-right:5px;
margin-bottom:5px;
}
#pagespecialeClear
{
clear:both;
}

	/* CONTACT */
	#contactTable td{
	border-left:solid 1px #999999;
	padding-left:5px;
	padding-right:5px;
	}
	td#contactTablePremiere{
	border-left:none;
	}
	
/* Emergency  */
/* Page d'urgence, plus grande que les classiques 404,Rencontre,... elle permet d'inclure un formulaire, une explication plus longue,...
/* *** */
#emergencyContenu {
	width:800px;
	padding:20px;
	background:#FFF;
	text-align: center;
	margin:auto;
	margin-top: 75px;
	text-align:left;
}

/* CV  */
/* *** */
#cvTelecharger {
	background-color: #003847;
	padding: 3px;
	padding-left:15px;
	padding-top:10px;
	position: fixed;
	top: 0px;
	height: 40px;
	width: 100%;
}
#cvTelecharger h3 {
	color:#FFF!important;
}

#cvFlash {
	padding-top: 41px;
	text-align: center;
}


/* DISPO  */
/* *** */

#dispoFrame {
	margin-top: 54px;
}

#dispoStandaloneFrame {
	margin-left:auto!important;
	margin-right:auto!important;
	width:900px;
	margin-top:20px;
}

#dispoStandaloneContact {
	background-color: #003847;
	padding: 3px;
	padding-left:15px;
	padding-top:10px;
	height: 40px;
}

#dispoStandaloneContact h3 {
	color:#FFF!important;
}


/* TEASING VIDEO */
/* video, donc */

#videoPage {
	position:absolute;
	top: 50%;
	height: 370px; /* 510 avec padding*/
	width: 720px; /* 820 avec padding (pour l'ombre) */
	margin-top: -260px; /* moitié de la hauteur */
	margin-right: 300px; /* moitié de la largeur */
	overflow:hidden;
	background:url(../UI/TeasingVideoFond.png);
	color:#999999;
	padding-left:50px;
	padding-right:50px;
	padding-top:52px;
	padding-bottom:152px; /* dont 100 pour le reflet*/
}

#videoSidebar {
	position:absolute;
	right:1%;
	top:3%;
	width: 200px;
	z-index:50;
}

.videoSidebarMessage {
	padding:10px;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	margin-bottom:5px;
}

.teaseCompteurChiffre {
	background:url(../UI/teasingCompteurChiffres.jpg);
	font-size:2em;
	color:#FFF;
	font-family:"Courier New", Courier, monospace;
	width:29px;
	height:25px;
	text-align:right;
	padding-left:3px;
	padding-right:3px;
	margin-right:2px;
	margin-left:4px;
	font-weight:bold;
}

h2.tease {
	text-align:center;
	color:#FFF;
	font-size:2em;
	margin-top:20%;
	background:#000;
}

h2.teaseDecompte {
	color:#489FAC;
	font-size:8em;
	margin-top:10%;
	text-align:center;
	font-family:"Courier New", Courier, monospace;

}
