html, body {
        height:420px;
	width:100%;
	margin: 2% 0;
        background-image: url(images/bggris.png); /* Arrièreplan */
	background-repeat: repeat/*-x*/;
	}

div#globalaccueil {
        min-height: 100%;
        height: 380px;
	width: 750px;
	padding: 0 10px;
	padding-top: 20px;
	margin: 0 auto;
	position: relative;
	background: url(images/globalgen.png)center repeat-y;
        }

div#colonnegauche {
        float: left;
        width: 50%;

        padding: 0px;
        text-align: center;
        }

div#colonnedroite {
        float: right;
        width: 50%;
        padding: 0px;
        text-align: center;
        }

/*pas de bordures aux images*/
img
{
  border: 0;
  padding: 0 5px 15px 5px;
}

#compteur
{ clear: both;
  display: block;
  width:50%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;

}

#compteur img
{
  border: 0;
  padding: 0; /*chiffres du compteur collés*/
}
