/************************************/
/* CSS Document for lezard-rouge.fr */
/* page d'accueil 					*/
/************************************/
body {
	background-color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	margin:0;
}
table {
	border-collapse:collapse;
}
a {
	color:#990000;
	text-decoration:none;
}

img {
	margin:3px;
	vertical-align:middle;
	border:0;
}
/***************************************/
.accueil {
	background:url(img/accueil/fond.jpg) top left no-repeat;
}
#lezard {
	position:absolute;
	top:170px;
	left:150px;
	z-index:50;
}
#devt {
	position:absolute;
	top:70px;
	left:90px;
	/*background:url(img/accueil/bloc_bleu.gif) top left no-repeat;*/
	width:354px;
	height:239px;
	z-index:5;
}
#nd {
	position:absolute;
	top:70px;
	left:510px;
	/*background:url(img/accueil/bloc_vert.gif) top left no-repeat;*/
	width:268px;
	height:236px;
	z-index:10;
}
#hebgt {
	position:absolute;
	top:335px;
	left:90px;
	/*background:url(img/accueil/bloc_beige.gif) top left no-repeat;*/
	width:233px;
	height:236px;
	z-index:15;
}
#maintenance {
	position:absolute;
	top:335px;
	left:397px;
	/*background:url(img/accueil/bloc_orange.gif) top left no-repeat;*/
	width:381px;
	height:237px;
	z-index:20;
	text-align:right;
}
.texte {
	margin:10px;
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
}
.texte a {
	color:#FFFFFF;
	font-weight:bold;
}
/**/
