body
{
   margin: 50px;
   background-color: #FFCC33;
   font-size: 12px;
   font-family: "Comic sans MS",Arial, Georgia, "Times New Roman", Times, serif;
}

.center
{
	text-align: center;
}

/* _________boutons haut__________ */

ul#tabnav 
{
	list-style-type: none;
	padding-top: 60px;
	padding-bottom: 64px;
	margin-left: 91px;
}

ul#tabnav li 
{
	float: left;
	width: 110px;
	height: 30px;
}


#tabnav a
{
	width: 110px;
	height: 30px;
}

/* .float
{
	float: right;
	padding: 0px;
	margin-top: 20px;
	z-index: 1;
} */

/* __________Zone centrale__________ */

.table
{
	margin-top: 0px;
	clear: both;
	border-collapse: collapse;
}

td
{
	margin: 0px;
	padding: 0px;
}

a img
{
	border: none;
}

a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}

p
{
	padding: 0px;
	margin: 0px;
}

/* __________Hauteur des lignes du tableau__________ */

.hautbas
{
	height: 30px;
}

.haut
{
	height: 120px;
}

.milieu
{
	height: 1200px; /* impossible de le mettre ŕ 100% pour lui donner une hauteur variable suivant la taille du menu de gauche A MODIFIER si changement dans le menu gauche !!! */
}

/* __________Menu gauche__________ */

.gaucheH
{
	background-image: url("images/hautMenuG.gif");
	background-repeat: no-repeat;
	width: 200px;
}

.gauche
{
	background-color: #CC3300;
	width: 200px;
	border-left: 2px solid black;
}

.titre
{
	margin-bottom: 10px;
}

ul 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.separateur
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.gaucheB
{
	background-image: url("images/basMenuG.gif");
	background-repeat: no-repeat;
	width: 200px;
}


/* __________Menu central__________ */

.milieuH
{
	background-color: #FF9933;
	width: 100%;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
}

.milieuM
{
	background-color: #FF9933;
	width: 100%;
	height: 100%;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

.milieuB
{
	background-color: #FF9933;
	width: 100%;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

/* __________Menu droite__________ */
.droitH
{
	background-image: url("images/hautMenud.gif");
	background-repeat: no-repeat;
}


.droiteB
{
	background-image: url("images/basMenuD.gif");
	background-repeat: no-repeat;
}

/* ___Identification___ */

.id
{
	background-image: url("images/identificationok.gif");
	background-repeat: no-repeat;
	width: 200px;
	height: 150px;
	margin-right: 20px;
	padding-right: 20px;
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
}

input.button { display: inline; margin: 0px; padding: 0px 2px; vertical-align: baseline; font-size: 11px; color: #000000; font-weight: bold; border: solid 1px; border-bottom: solid 1px; border-right: solid 1px; }
input.text { display: inline; margin: 0px; padding: 0px 2px; vertical-align: baseline; font-size: 11px; color: #000000; font-weight: bold; border: solid 1px; border-bottom: solid 1px; border-right: solid 1px; }


.passperdu
{
	margin-top: 90px;/*118px;*/
	margin-left: 42px;/*46px;*/
	padding: 0px;
}

.enregistrement
{
	margin-top: 0px;/*-4px;*/
	margin-left: 39px;/*46px;*/
	padding: 0px;
}

.avatar
{
	margin-top: 80px;
	margin-left: 46px;
	padding: 0px;
}

.deconnection
{
	margin-top: -4px;
	margin-left: 46px;
	padding: 0px;
}

/* ___Publicité___ */

/* .pub
{
	background-color: #CC3300;
	width: 100%;
	border-right: 2px solid black;
	border-top: 2px solid black;
} */

.pub
{
	background-color: #CC3300;
        width: 200px;
	border-right: 2px solid black;
}

a {
        font-size: 12px;
}
a:link {
        text-decoration: none;
}
a:visited {
        text-decoration: none;
}
a:hover {
        text-decoration: none;
}
a:active {
        text-decoration: none;
}
div.autocomplete {
  position: absolute;
  width: 500px;
  background-color: white;
  border: 1px solid #888;
  margin: 0px;
  padding: 0px;
}

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;
}

.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: center;
color: black;
background-color: #FF9933;
border: 1px solid #CC3300;
}

.hovermenu ul li a:hover{
background-color: #CC3300;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
