﻿* {
	margin: 0px;
	padding: 0px;
    border: 0px;
    text-decoration: none;
    color: black;
}

.curseur {
cursor : pointer;
}

div.listedesbornes {
position: absolute;
top: 10px;
left: 231px;
width: 754px;
height: 659px;
background-image: url(img/fond3.jpg);
}

thumbnail a:hover {
background-image: url(img/overnot.jpg);
}

div.listedesbornes2 {
position:relative;
top: 5px;
left: 0px;
width: 745px;
height: 620px;
overflow: auto;
}

div.pagination {
position: center;
margin-top: 5px;
top: 5px;
left: 0px;
width: 745px;
height: 20px;
overflow: false;
text-align: center;
}

div.center{
text-align: center;
}
input.inputrechercher{
border: 2px inset threedface;
}


#thumbnail a:hover  img {
top: 9px;
}

#thumbnail a:hover {
background-image: url(img/overnot.jpg);
}
div.thumbnail {
float: left;
position:relative;
background-image: url(img/notover.jpg);
border: 1px none #000000;
top: 10px;
left: 10px;
width: 69px;    /* Taille des vignettes */
height: 85px;   /* Pour changer le nombre de vignettes par page, il faut modifier la variables dans le fichier variables.php */
}

div.thumbnail img {
    left: 6px;
    position: relative;
    top: 7px;
}

div.CBs {
overflow: auto;
height: 460px;
}

.CBNbItems{
width: 50px;
text-align: right;
}
.small{
font-size: 10px;
}
.big{
font-weight: bold;
font-size: 12px;
}

div.formulaire {
position: absolute;
top: 10px;
left: 0px;
width: 222px;
height: 659px;
background-image: url(img/fond2.jpg);
}

div.divbody {
position: absolute;
top: 67px;
width: 100%;
}

div.divall {
position: absolute;
top: 0px;
text-align: left;
}

.decoche {
cursor : pointer;
font-family: Arial;
font-size: 12px;
}

.texte {
font-family: Arial;
font-size: 12px;
}

div.entete {
position: absolute;
width: 100%;
top: 0px;
height: 75px;
left: 0px;
margin-left: auto; /* moitié de la largeur de l'image */
}

body {
background-color:#FFFFFF;
font-family: Arial;
font-size: 12px;
position: absolute;
left: 50%;
margin-left: -500px;
}


