body {
  margin: 0px;
  background-color: #780027;
  font-size:12px;
  color: #FFFFFF;
  background-image: url('images/fond.gif');
  font-family: Arial, Helvetica, sans-serif;
  scrollbar-face-color:#D80404;
  scrollbar-arrow-color:#FDD96B;
  scrollbar-track-color:#9C001D;
  scrollbar-3dlight-color:#F66819;
  scrollbar-darkshadow-color:#F66819;
}
.alerte
{
  color: #FFFFFF;
  font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
form
{
  margin: 0px;
}

input, select, textarea{
  font-size:11px;
}

td {
  text-align: left;
}

div.console
{
  overflow: auto;
  margin-left: 20px;
  margin-right: 20px;
}

/* Pop up recherche */
.bulleRecherche
{
	position:absolute;
	width:200px;
	height: 300px;
	top: 0px;
	left: 0;
	padding:4px;
	background-color:#FFFFFF;
	border: 1px #000000 solid;
	visibility: hidden;
  z-index: 100;
}

.resRecherche
{
  width:  180px;
  height: 250px;
  overflow: auto;
  border: 1px #000000 solid;
}

.resRecherche a
{
  color: #000000;
  text-decoration: underline;
}

/* Pop up photo */
.bullePhoto
{
	position: absolute;
	width: 260px;
	height: 355px;
	top: 0px;
	left: 0;
	padding:4px;
	background-color:#FFFFFF;
	border: 1px #000000 solid;
	visibility: hidden;
  z-index: 100;
}

.bullePhotoG
{
	position: absolute;
	width: 510px;
	height: 680px;
	top: 0px;
	left: 0;
	padding:4px;
	background-color:#FFFFFF;
	border: 1px #000000 solid;
	visibility: hidden;
  z-index: 100;
}

div.libelleAdmin
{
  float: left;
  width: 300px;
}

.sep
{
  clear: both;
  width: 536px;
}
