body {
  bgcolor: #FFFFFF;
  margin: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

/*******************************************************************************
Liens
*******************************************************************************/
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #DB011A;
}
a:active {
	text-decoration: none;
	color: #000000;
}

a.modif {
	color: #8CC63E;
	font-weight: bold;
	text-decoration: underline;
}

a.partenaire {
  font-weight: bold;
  text-decoration: underline;
}

/*******************************************************************************
Formulaires
*******************************************************************************/
input {
border:1px solid black;
background-color:#90c118;
font-family:arial;
font-size:11px;
color:white;
}
select, option {
background-color:#DB011A;
font-family:arial;
font-size:11px;
color:white;
}
textarea {
border:1px solid black;
background-color:#DB011A;
font-family:arial;
color:white;
}

input.bouton {
  border:0px solid black;
  background-color:#FFFFFF;
}

/*******************************************************************************
Textes
*******************************************************************************/

.style1 {
	font-size: 14px;
	font-weight: bold;
	color: #E4001B;
}
.style2 {
	color: #006cce;
	font-weight: bold;
}
.style3 {
	color: #DB011A;
	font-weight: bold;
}
.style4 {
	color: #FFFFFF;
	font-weight: bold;
}

.titreCentre {
  color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

.copyright {
	color: #FFFFFF;
	font-weight: bold;
}

.grasRouge, .alerte {
	color: #DB011A;
	font-weight: bold;
}


.titreTexte {
	font-size: 14px;
	font-weight: bold;
	color: #E4001B;
}
.grasVert {
	color: #006cce;
	font-weight: bold;
}

.menu, .menug {
  padding: 0 10px 0 22px;
  text-align:left;
}
.menug {
  font-weight: bold;
}

.menud {
  padding: 0 22px 0 10px;
  text-align:left;
}
.menu_rec {
  padding: 0 10px 0 10px;
  text-align:left;
  font-weight: bold;
}

.region {
  color: #000000;
	font-weight: bold;
}
.departement {
  color: #666666;
}
td.label
{
  font-weight: bold;
}


/*******************************************************************************
Tableaux
*******************************************************************************/
td.titreRouge {
	background-color: #DB011A;
	font-weight: bold;
  color: #FFFFFF;
	font-weight: bold;
	height: 26px;
}
tr.l1Rouge
{
  background-color: #FFFFFF;
}
tr.l2Rouge
{
  background-color: #FFC000;
}


td.titreVert {
	color: #FFFFFF;
	background-color: #006cce;
  color: #FFFFFF;
	font-weight: bold;
	height: 26px;
}
tr.l1Vert
{
  background-color: #FFFFFF;
}
tr.l2Vert
{
  background-color: #5ba1e0;
}

/* Administration */
.lignetitre { background: #E0E0E0; color: #000000; font-weight: bold;}
.ligne1 { background: #F0F0F0; color: #000000;}
.ligne2 { background: #FFFFFF; color: #000000;}

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