/* Styles/General.css */

html, body {
 margin:0;
 padding:0;
 }
 
body 
{
border:			0px solid red;
	background-attachment:	fixed;
	background-color:		#000066;/*#7CA3C2;cadetblue;	#ccccff;	#999999;*/
	background-position:	top;
	background-repeat:		no-repeat;
	color:					black;/*white;*/
	cursor:		default;
	font-family:			Arial, Verdana, Helvetica, sans-serif;
	font-size:				8pt;
	height:					100%;
	margin-left:			auto; 
	margin-right:			auto; 
	margin-top:				auto; 
	margin-bottom:			auto;
	text-align:				center;
	width:	100%;
	overflow:	auto;
	position: absolute;
}

h2
{
	font-weight:			bold;
	font-style:				italic;
	font-size:				14pt;
	text-align:				center;
}

table
{
	border-collapse:	collapse;
}

.AvecImage {
	background-color:		#303030;
	background-image:		url(../Images/FondAPLPMax.jpg);
}

.BoutonInvisible
{
	visibility:		hidden;
}

.SansImage_FondBlanc
{
/*
	background-color:		#000066;/*#7CA3C2;cadetblue;	#ccccff;	#999999;
	color:					white;
*/
	background-color:		#ffffff;
	color:					black;
}


.SansImage
{
	background-color:		#000066;/*#7CA3C2;cadetblue;	#ccccff;	#999999;*/
	color:					white;
}


.SelectMultiple		/*Utilisé par ListeLocale()*/
{
	text-align:	left;
	overflow-y:			auto;
	overflow-x:			hidden;
}

