@CHARSET "UTF-8";

#elg-menu ul
	{
	display:block;
	float: center;
	text-align: center;
}
#elg-menu li
	{
	list-style:none;
	float: left;
	background-color: #fafaf8;
	border: #0062c5 1px solid;
	margin-left: 3%;
	padding: 5px 15px 5px 15px;
	text-align: center;
	margin-bottom: 5px;
	margin-top : 10px;
}
#elg-menu li a
	{
	color:#333333;
	font-size:10pt;
	text-decoration:none;
}
#elg-menu li:hover
	{
	background-color: #DDEEFF;
}
	 
label {
	display:block;
	font-size:8pt;
	width:130px; 
	float:left;
	padding:0 10px 0 0;
	text-align: right;
}


div input {
	float:left;
	padding: 0 0 0 0;
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	width: 190px;
}
div input[type="submit"] {
border: 1px solid #DDEEFF;
width:27%;
margin: 0 2% 0 0;
float: none;

}

div input[type="submit"]:hover {
	background-color: #66CC33;
	cursor: pointer;
}

div input[type="reset"]:hover
{
	background-color: #E6484D;
	cursor: pointer;
}

div input[type="reset"] {
border: 1px solid #DDEEFF;
width:190;
float: none;
}
div input[type="button"] {
border: 1px solid #DDEEFF;
width:190;
float: none;
}
div input[type="button"]:hover {
background-color: #E6484D;
	cursor: pointer;
}

input.tel
	{
		width: 90px;
	}

input.cp
	{
		width: 50px;
	}
input.ville
	{
		margin-left: 5px;
		width: 135px;
	}
	
input.date
	{
		width: 110px;
	}
select {
	color:#333333;
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	float:left;
	}

.civ {
	width:15px; 
	text-align: left;
}

.form_input_day_month
{
	width: 40px;
}

.form_input_year
{
	width: 60px;
}
	
fieldset
{
	display: block;
	height: 96%;
	border: #0062c5 1px solid;
	padding: 5px 10px 5px 10px;
}

fieldset:hover
{
	background-color: #fafaf8;
	
}

fieldset a#add {
	float: left;
	background-color: #fafaf8;
	border: #0062c5 1px solid;
	margin-left: 3%;
	padding: 2px 5px 2px 5px;
	text-align: center;
	margin-bottom: 5px;
	margin-top : 10px;
	color:#333333;
	text-decoration:none;
}
fieldset a#add:hover {
	background-color: #DDEEFF;
	color:#333333;
}

fieldset p {
	clear: left;
	padding: 0 0 10px 0;
	height: 100%;
}
fieldset a:hover {
	color: gray;
}

fieldset legend
{
	padding: 0 10px;
	padding-left: 10px;
	margin-left : 10px;
	border-left: #0062c5 1px solid;
	border-right: #0062c5 1px solid;
	font-size: 9pt;
	font-weight: bold;
	color: #0062c5;
}
.ig 
{
	clear: both;
	text-align: left;
	float: left;
	width: 49%;
	margin-top : 10px;
}
.rs
{
	text-align: left;
	float: right;
	width:49%;
	margin-top : 10px;
}
.actions
{
	overflow: auto;
	padding-top: 10px;
	text-align: center;
	float: center;
	width:100%;
	
}
.sesslist
{
	overflow: auto;
	padding-top: 10px;
	clear: both;
	float: center;
	text-align: left;
	width:100%;
	height: auto;
}
.session_valide
{
	background-color: #83C97A;
}
.session_attente
{
	background-color: #FF7C2B;
}

.required
{
	color:#E6484D;
}
.error
{
	color:#E6484D;
	font-size: 8pt;
}
.inputerror
{
	background-color:#ffcaca;
}

table.searchresult {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: #0062c5;
	border-collapse: collapse;
}
table.searchresult th {
	border-width: 1px;
	padding: 2px;
	border-style: solid ;
	border-color: #0062c5;
}
table.searchresult td {
	border-width: 1px;
	padding: 2px;
	border-style: solid ;
	border-color: #0062c5;
}

