/***********************************************/
/*** Core html setup stuff  - Accueil Gerard **/
/**********************************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	width:1024px;
	background-color:#606063;
	color:#000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	position: absolute;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}


.fond {
	background-color:#3a3a3b;
	border:3px solid #ffffff;
	width:1024px;
	height:768px;
	position: relative;
	top:15px;
	margin: auto;	
	}
	
.sigle {
	width:450px;
	height:80px;
	top: 108px;
	left:128px;
	position: absolute;
	background-image: url(/images/logo.gif);
	background-repeat: no-repeat;
	}

.grismoyen{
	width:750px;
	height:500px;
	background-color: #606063;
	position: relative;
	left: 145px;
	top: 165px;
}



.imagefame {
	background-color:#FFF;
	width:600px;
	height:400px;
	position: relative;
	border: 2px solid #FFF;
	background-image: url(imageAcceuil.jpg);
	top: -30px;
	z-index: 1;
	left: -20px;
}

.copyright {
	bottom: 0px;
	position: absolute;
	color: #FFF;
	left: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.enter {
	height: 50px;
	width: 200px;
	left: 625px;
	top: 143px;
	position: absolute;
	z-index: 0;
	overflow: visible;
	color: #FFF;
}
#global {
	position : relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: left; /* on rétablit l'alignement normal du texte */
  }

