body,html
	{
	height:100%;
	width:100%;
	}
.cssLegend
	{
	font-size:large;
	font-weight:normal;
	}
img
	{
	border:0;
	}
Legend
	{
	font-size:medium;
	font-weight:normal;
	border:0.069em gainsboro inset;
	background:#F7F7F7;
	}
input
	{
	border-color: gainsboro;
	border-style:inset;
	border-width:0.12em;
	background-color: #F2EAEA;
	color: #000;
	}
	
input:focus
	{
	border-color: gainsboro;
	border-style:inset;
	border-width:0.12em;
	background-color: #F2EAEA;
	color: #000;
	}
	

select:focus
	{
	border-color: gainsboro;
	border-style:inset;
	border-width:0.12em;
	background-color: #F2EAEA;
	color: #000;
	}
select
	{
	border-color: gainsboro;
	border-style:inset;
	border-width:0.12em;
	background-color: #F2EAEA;
	color: #000;
	}
.title
	{
	color:#036;
	text-shadow: 0.125em 0.125em 0.125em #C0C0C0;
	filter:DropShadow(color=#C0C0C0, offx=3, offy=3);
	text-align:center;
	padding:1em 0 ;
	margin:auto;
	text-align:center;
	font-weight:700;
	font-size:x-large;
	}
button, .bAmis, input[type="submit"]
	{
	-moz-box-shadow: 0.125em 0.125em 0.125em -0.125em #C0C0C0;
	-webkit-box-shadow: 0.125em 0.125em 0.125em -0.125em #C0C0C0;
	box-shadow: 0.125em 0.125em 0.125em -0.125em #C0C0C0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #AEDFD4) );
	background:-moz-linear-gradient( center top, #C0C0C0 5%, #AEDFD4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#AEDFD4');
	background-color:#ededed;
	-moz-border-radius:0.375em;
	-webkit-border-radius:0.375em;
	border-radius:0.375em;
	border:0.063em #dcdcdc solid;
	display:inline-block;
	color:#540054;
	font-weight:bold;
	padding:0.375em 1.5em;
	text-decoration:none;
	/*text-shadow:5px 0.25em 0.063em #ccbccc;*/
	}
button:hover, .bAmis:hover, input[type="submit"]:hover
	{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #AEDFD4), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #AEDFD4 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#AEDFD4', endColorstr='#ededed');
	background-color:#c984c9;
	}
button:active, .bAmis:active, input[type="submit"]:active
	{
	position:relative;
	top:0.063em;
	}
.ombreText
	{
	text-shadow: 0.188em 0.25em 0.15em #C0C0C0;
	filter:DropShadow(color=#C0C0C0, offx=3, offy=3);
	}

.ombrage
	{
	border: 0.125em solid #fff;
	-moz-box-shadow: 0.375em 0.375em 0.3em #C0C0C0;
	-webkit-box-shadow: 0.375em 0.375em 0.3em #C0C0C0;
	box-shadow: 0.375em 0.375em 0.3em #C0C0C0;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#C0C0C0', Direction=135, Strength=4);
	}
	
.tableau
	{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #c984c9) );
	background:-moz-linear-gradient( center top, #ededed 5%, #c984c9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#c984c9');
	}

select#idTypeAgenda
	{
	background-color: #E4D2E4;
	}
select#idTypeAgenda optgroup
	{
	margin:1em 0;
	text-indent:0.7em;
	font-size:1.1em;
	background-color: #540054;
	color:#fff;
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:0em;
	}
select#idTypeAgenda option
	{
	background-color: white;
	color:#000;
	font-family : High Tower Text, galliard BT, arial;
	font-size:1em;
	}
