@charset "UTF-8";

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

#menu-acordeon{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
	width:180px;
}

#menu-acordeon ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
#menu-acordeon li{
	background-image:-webkit-linear-gradient(top, #333 0%, #CCC 100%);
	background-image:linear-gradient(to bottom, #333 0%, #CCC 100%);
/*	background-color:#729EBF;
	background-image:-webkit-linear-gradient(top, #729EBF 0%, #333A40 100%);
	background-image:linear-gradient(to bottom, #729EBF 0%, #333A40 100%);	*/
	border-radius:6px;
	margin-bottom:20px;
	box-shadow:3px 3px 3px #999;
	border:solid 1px #333A40;
}
#menu-acordeon li li{
	max-height:0;
	overflow:hidden;
	transition:all .5s;
	border-radius:0;
	background:#444;
	box-shadow:none;
	border:none;
	margin:0;
}
#menu-acordeon a{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:8px 0;
	font-family:verdana;
	font-size:1.2em;
}
#menu-acordeon ul li a, #menu-acordeon li:hover li a{
	font-size:1em;
}
#menu-acordeon li:hover{
	background:#729EBF;
}
#menu-acordeon li li:hover{
	background:#999;
}
#menu-acordeon ul li:last-child {
	border-radius: 0 0 6px 6px;
	border:none;
}
#menu-acordeon li:hover li{
	max-height:15em;
}

/*********************************************************/
/* 		BOITE DE DIALOGUE		*/

#boite{
	position: relative;
	width:900px;
	top: 8%;
	left: 35%;
	font:12px ;
	text-align:center;
	background-color:#333;
	padding: 20px;
	border:1px #ccc solid;
	border-radius:5px;
/*	color:#333;*/
	color:#fff;
	text-shadow: 1px 1px 0px #333;
	box-shadow:2px 2px 2px #333;
}
html>body #boite{
	position:fixed;
}

#boite_alerte{
	position: relative;
	width:300px;
	top: 76%;
	left: 75%;
	font:14px ;
	text-align:center;
	background-color:#333;
	padding:20px;
	border:1px #ccc solid;
	border-radius:5px;
	color:#fff;
	text-shadow: 1px 1px 0px #333;
	box-shadow:2px 2px 2px #333;
}
html>body #boite_alerte{
	position:fixed;
}

#boite_succes{
	position: relative;
	width:300px;
	top: 8%;
	left: 40%;
	font:14px ;
	text-align:center;
	background-color:#5cb85c;
	padding:20px;
	border:1px #ccc solid;
	border-radius:5px;
	color:#fff;
	text-shadow: 1px 1px 0px #333;
	box-shadow:2px 2px 2px #333;
}
html>body #boite_succes{
	position:fixed;
}

#boite_echecs{
	position: relative;
	width:300px;
	top: 8%;
	left: 40%;
	font:14px ;
	text-align:center;
	background-color:#d9534f;
	padding:20px;
	border:1px #ccc solid;
	border-radius:5px;
	color:#fff;
	text-shadow: 1px 1px 0px #333;
	box-shadow:2px 2px 2px #333;
}
html>body #boite_echecs{
	position:fixed;
}

#boite_infos{
	position: relative;
	width:300px;
	top: 8%;
	left: 40%;
	font:14px ;
	text-align:center;
	background-color:#31b0d5;
	padding:20px;
	border:1px #ccc solid;
	border-radius:5px;
	color:#fff;
	text-shadow: 1px 1px 0px #333;
	box-shadow:2px 2px 2px #333;
}
html>body #boite_infos{
	position:fixed;
}

/*********************************************************/

#zoneAimprimer{
	background-color: #fff;
}

#titreDEpage{
	color: #333;
	text-align: left; 
	background-color: #0e7; 
	padding: 2px 20px; 
	margin-bottom: 20px; 
	font-family: 'Times New Roman', Times, serif; 
	font-style: italic;
}