/*

Couleurs utilisées

Arrière plan : #ffffff (blanc)
Fond : #F7F7F7 (gris beige)
  Bordure zone : #cccccc (gris)
Boutons / Liens visités : #993333 (Bordeau)
  Bordure bouton : #CC3333 (bordeau foncé)
Texte : #000000 (noir)
Liens non-visités : #000099 (bleu)

Autocompletion : #3366cc (bleu)
Messages système : #0000ff (bleu foncé)
Surlignage : #00FF00 (vert)

*/

*{
	font-family:Verdana;
	font-size:8pt;
	margin:0px;
	padding:0px;
}

*:lang(ar) {
	font-size: larger;
	direction: rtl;
}

body{
	background-color: #FFFFFF;
	margin:10px;
	color:#000000;
}

img{
 	border:0px;
	vertical-align : middle;
}

img.ico{
  margin-right: 8px;
}

em{
	font-weight: bold;
	font-style:normal;
}

p{
	margin-top:10px;
	margin-bottom:5px;
}

p.soustitre{
  margin:0px;
}

p.footer{
  text-align:center; 
}

.masque{
	display:none;
}

.systeme{
	color: #0000ff;
	font-weight: bold;
}

.surligne{
  background:#00FF00;
}

.centre{
  text-align:center;
}

.zone{
	border:1px solid #cccccc;
	background:#ffffff;
	padding:0 10px 5px 10px;
	margin-bottom:5px;
}

.titre_zone{
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}

.border{
  border:1px solid black;
	padding:0px 5px 0px 5px;
}

fieldset{
  	padding: 0px 10px 20px 10px;
	margin-top: 5px;
	border: 1px solid #cccccc;
}

legend{
	color: #993333;
	font-size: 10pt;
	font-style: italic;
	margin-bottom: 10px;
}

/* Listes */

ul{
  list-style:none;
}

ul.puce{
  list-style-image:url('_images/puce.gif');
	margin-left:20px;
  list-style-position:outside;
	vertical-align:middle;
}

li{
  vertical-align:middle;
}

.pair{
	padding : 2px 0px 2px 5px;
	background:#ffffff;
}

.impair{
  padding : 2px 0px 2px 5px;
	background:#F7F7F7;
}

/* Formulaires */

form.champ_saisie{
  text-align:center;
}

input,select,textarea{
  margin: 0px 5px 0px 5px;
}
input.large{
  margin: 5px 5px 5px 5px;
  width: 98%;
}

input.bouton{
	background-color: #993333;
	color: #F7F7F7;
	border: 2px outset #CC3333;
	padding : 1px 6px 1px 6px;
}

/* Liens */

a{
  text-decoration:none;
	color: #000099;
}
 
a:hover{
  cursor: pointer;
  text-decoration:underline;
}

a:visited{
  color: #993333;
}

a.puce{
  vertical-align:middle;
	padding-left:5px;
}

/* Titres */

h3{
	text-align:center;
	margin:5px 0px 5px 0px;
	font-size:10pt;
}

h4{
	text-align:center;
	font-size: 12pt;
	text-transform: uppercase;
	text-decoration:none;
	margin-bottom:5px;
}

h5{
	font-style:italic;
	font-weight:normal;
	margin-bottom:5px;
	text-align:center;
	font-size:8pt;
}

/* Tables */

table.table_fiche{
  margin-left:auto;
  margin-right:auto;
  text-align:left;
}
th{
  text-align:center;
}
td.aligner{
  vertical-align:middle;
}

/* ---------------------------   Index / En-tête   -------------------------- */

h1{
	position:absolute;
	top:20px;
	left:0px;
	width:100%;
	height:44px;
	padding-top:3px;
	background: url('_images/banniere.jpg') no-repeat center;
	font-family: Verdana;
	font-size: 12pt;
	font-variant : small-caps;
}

div#header{
	height: 85px;
	text-align:center;
}

div#logo{
  position:absolute;
	left:10px;
	background:url('_images/logo.jpg') no-repeat center;
	width: 88px;
	height:75px;
}

div#info{
	position:absolute;
	top:10px;
	right:10px;  
	width:115px;
	height:75px;
	padding-top:5px;
	border:1pt solid #cccccc;
	background:#f7f7f7;
}

div#authentification{
  	margin-top:5px;
}

h3{
  text-align:center;
  margin: 5px 0px 5px 0px;
  font-size: 8pt;
}

/* ----------------------------   Index / Menu   ---------------------------- */

h2{
	float:left;
	width:25%;
	padding:1px;
	text-align:center;
	font-size:10pt;
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}

div#fiche{
  clear:both;
}

h2.off{
	border-style:outset;
	background-color: #993333;
	color: #F7F7F7;
}

img.h2{
	position:relative;
	right:10px;
}

.cadre{
	border: 2pt ridge #CC3333;
	padding: 2px 10px 5px 10px;
	background-color: #F7F7F7;
}

/* -----------------------------   Recherche   ------------------------------ */

div#news{
	float: right;
    margin:10px 0px 0px 20px;
}

fieldset#recherche_generale{
	text-align:center;
	padding-bottom:23px;
}

.menu{
  display:block;
}

.menu.on{
  background-color:#993333;
	color:#ffffff;
}

a.menu{
	color: #000000;
}

a.menu:hover{
	font-weight: bold;
}

a.menu:visited{
  color: #000000;
}

table#resultats{
  width:95%;
}

td#liste_natures{
  width:150px;
	border-right:1px solid #993333;
	padding:0px;
	vertical-align:top;
}

/* -----------------------------   Fiche   ---------------------------------- */

.line{
	border-bottom:1px solid black;
	margin-bottom:5px;
}

#zone_gauche{
	padding-top:5px;
	height:25px;
}

#zone_droite{
	float:right;
	right:30px;
	width:100px;
	height:30px;
	text-align:center;
}

img.menu_fiche{
	margin:0px 5px 0px 5px;
}

td.separation{
	border-left:1px solid black;
	height:18px;
}

img#logo_nature{
	margin:20px 20px 0px 20px;
	width:100px;
	vertical-align:middle;
	float:left;
}

table.cote{
	display:inline;
	vertical-align:middle;
	border:1pt solid black; 
	background:#ffffff;
	text-align:center;
	margin: 0px 20px 0px 10px;
}

/* ---------------------------   Fiche usager   ----------------------------- */

div#infos_usager{
  text-align:center;
}


img#identite{
  margin:20px;
	width:100px;
	position:absolute;
	border:2px solid black;
}

/* ---------------------------   Autocompletion   --------------------------- */

input.autocompletion{
  border:1px solid #3366cc;
}

#zoneSuggestions{
  font-size: 13px;
  font-family: arial,sans-serif;
  word-wrap:break-word;
  border : black 1px solid;
  zIndex : 1;
  padding : 0px;
  visibility : hidden;
  position : absolute;
  background-color : white;
}

.suggestion{
  display: block;
  padding-left: 3px;
  padding-right: 3px;
  height: 16px;
  overflow: hidden;
  background-color: white;
}

.suggestionSelect{
  background-color: #3366cc;
  color: white;
  cursor: default;
}

.suggestionSelect:hover{
  cursor: pointer;
}

.choixDone{
	text-decoration: underline;
	border:1px solid #3366cc;
}