/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
	color:#424f7a;
}
a:link {
	text-decoration: none;
	color: #424f7a;
}
a:visited {
	text-decoration: none;
	color: #424f7a;
}
a:hover {
	text-decoration: underline;
	color: #424f7a;
}
a:active {
	text-decoration: none;
	color: #424f7a;
}
.fond0 {
	background-color: #cbddf3;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #99bbe8;
	border-left-color: #99bbe8;
	border-top-width: 1px;
	border-top-color: #e7e9f8;
	background-image: url(images/tab1.gif);
	background-repeat: repeat-x;
}

.menu {
	background-color: #cbddf3;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #99bbe8;
	border-left-color: #99bbe8;
	border-top-width: 1px;
	border-top-color: #e7e9f8;
	
	background-repeat: repeat-x;
}
.fond1 {
	background-color: #eff0f2;
	border-top-style: solid;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #d0d0d0;
	border-left-color: #eeeeee;
	border-right-color: #d0d0d0;
	border-top-width: 1px;
	border-top-color: #e7e9f8;
	background-image: url(images/tab2.gif);
	background-repeat: repeat-x;
}
.fond2 {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #ededed;
	border-top-width: 1px;
}
.tabform {
	background-color: #dfe8f6;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #f8fbfc;
	border-left-color: #f8fbfc;
}
.tabformglobale {
	border: 1px solid #99bbe8;
}



.fond3 {
	background-color: #fafafa;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #ededed;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
.formulaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #7eadd9;
	color:#424f7a;
	background-image: url(images/fondform.gif);
	background-repeat: repeat-x;
	height: 20px;
}

.formulairetextarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #7eadd9;
	color:#424f7a;
	background-image: url(images/fondform.gif);
	background-repeat: repeat-x;
	
}




.bouton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #dbddf0;
	border: 1px solid #003c74;
	height: 19;
	background-image: url(images/bouton.gif);
	background-repeat: repeat-x;
}
.message {
	border: 1px solid #D4D0C8;
}
.bordure {
	border: 1px solid #D4D0C8;
}

.autocomplete {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 300px;
	float: left;
}


div.autocomplete ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  max-height: 20em;
  overflow: auto;
}

div.autocomplete ul li.selected {
    background-color: #ffb;
}

div.autocomplete ul li {
  list-style-type:none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
}

div.autocomplete ul li span.informal {
    color: grey;
}

fieldset {
	padding: 10px;
	margin: 2px;
	color: #15428b;
	
	border: 1px solid #b5b8c8;
}

form {
	margin:0px;

}

