/* CSS Document */

html,body {
/*background-color : white;*/
}

p,ul,li,td {
font-size : 11; 
font-family : Arial; 
color : black; 
/*background-color : white; */
}

h1 {
font-size : 14; 
font-family : Arial;
color : #009933; 
text-align: center;
}

h2 {
font-size : 13; 
font-family : Arial; 
color : #FF3300;
padding-left:15px;
}

h3 {
font-size : 12; 
font-family : Arial; 
color : black;
padding-left:15px;
}

a:link {color: #FF6600; text-decoration:underline;}
a:visited {color: #FF6600; text-decoration:underline;}
a:hover {color:#FF6600; text-decoration:none;}

a.altern:link {color: #F7ED45; text-decoration:underline;}
a.altern:visited {color: #F7ED45; text-decoration:underline;}
a.altern:hover {color:#F7ED45; text-decoration:none;}

a.frontpage:link {color: #6699CC; text-decoration:underline;}
a.frontpage:visited {color: #6699CC; text-decoration:underline;}
a.frontpage:hover {color:#6699CC; text-decoration:none;}

.valueWord {
	color: #660066;
	font-weight: bold;

}
.bordure {
	border: thin solid;
}
body.image {
  background-image: url("/images/bichro21.jpg");
  background-color: white;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}
body.imageGeonext {
  background-image: url("/images/geonext/fond.gif");
  background-color: white;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
}