
body {
	padding:0;
	margin:0;
	font-family:Arial;
	font-size:11px;
	color:#000;
}
img
{
	border:0px;
}
form
{
	padding:0;
	margin:0;
	display:inline;
}
table {
	border-collapse: collapse;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight:normal;
	border: 2px solid #CCC;	
}
td{
	border: 1px solid #CCC;	
	padding:3px;
}
th{
	border: 2px solid #006297;	
	background-color:#007bbf;
	color:#FFF;
	padding:3px;
	height:30px;
}

th a{
	color:#FFF;
}

.display-block{
	display: block;
}

.display-none{
	display: none;
}
.attente {
	border: 2px solid #333;	
	background-color:#555;
	color:#FFF;
	padding:3px;
}
.attente a{
	color:#FFF;
}
.refus{
	border: 2px solid #C40000;	
	background-color:#FF0000;
	color:#FFF;
	padding:3px;
}
.refus a{
	color:#FFF;
}
.valid{
	border: 2px solid #0588FE;	
	background-color:#2C99FE;
	color:#FFF;
	padding:3px;
}
.valid a{
	color:#FFF;
}

.invitation{
	border: 2px solid #B8A81B;	
	background-color:#e3d240;
	color:#FFF;
	padding:3px;
}
.invitation a{
	color:#FFF;
}

a{
	color: #809A14;
}
/*
a:hover{
	color:#138AEC;
}
*/
.labelRecherche{
	width:200px;
	font-size: 12px;
	display:block;
	text-align:left;
	color:#222;

}
.inputRecherche{
	width: 200px;
	font-size: 12px;
	display:block;
	text-align:left;
	color:#222;
	margin-right: 3px;
	
}
.inputRecherche select{
	width: 100%;
	font-size: 12px;
}

.recherche-div{
	display: inline-block;
	vertical-align: top;
}
#menu{
	margin-top:0px;
	text-align:center;
	background-color:#FFF;
	width:100%;
	font-size:13px;
	overflow:auto;
	/*background-image:url('Images/menu.jpg');*/
	
	
}
#menu .menu-under
 {
	float:left;
	margin-left:20px;
	margin-right:20px;
	margin-top:0px;
	text-align:center;
	vertical-align:top;
	
 }
#menu a{
	font-size:13px;
	text-decoration:none;
}
#menu img{
	vertical-align:bottom;
}

/*
h1{
	text-transform:uppercase;
	font-size:20px;
	height:30px;
	color:#E2001A;
	width:100%;
	text-align:center;
	
	background-image:url(../Images/h1.jpg);
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
h2{
	text-transform:uppercase;
	font-size:20px;
	color:#A7C91B;
	width:100%;
	text-align:center;

}
h3{
	font-size:16px;
}*/

h4{
	text-transform:uppercase;
	font-size:15px;
	color:#02C61E;
	width:98%;
	text-align:left;
	border-bottom:1px solid #02C61E;
}
.noir
{
	color:#000;
}
.rouge
{
	color:#F00;
}
.vert
{
	color:#0F0;
}
.bleu
{
	color:#00F;
}
input {
	font-size: 12px;
	font-family: Arial;
	border:1px solid #CCC;
	color: #000;
}
input[type=image]
{
	border:0;
}
input[type=submit]
{
	padding:3px 10px;
	border:0px solid #222;
	background-color:#2C99FE;
	color:#FFF;
	font-size: 14px;
}
textarea {
	font-size: 12px;
	font-family: Arial;
	border:1px solid #CCC;
	color: #000;
}
select {
	font-size: 12px;
	font-family: Arial;
	border:1px solid #CCC;
	color: #000;
}
.FormInput {
	float:left;
	font-size: 12px;
	font-family: helvetica,Arial;
	color: #000;
	width:300px;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
}

.FormLabel {
	float:left;
	font-size: 12px;
	font-family: helvetica,Arial;
	font-weight:bold;
	width:200px;
	color: #000;
	text-align:left;
	margin-top:5px;
	margin-bottom:5px;
}
.FormBtn {
	font-size: 12px;
	font-family: helvetica,Arial;
	color: #FFFFFF;
	background-color:#e3d240;
	border-color:#e3d240;
	border:1px solid;
}

/*AUTO COMPLETE*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
