*
{
	margin: 0;
	padding: 0;
}

body
{
    width: 480px;
	height: 480px;
	behavior: url("csshover.htc");
	font-family: Georgia;
	font-size: 12px;
	color: #666666;
}

img
{
	border: none;
}

:focus
{
	-moz-outline-style: none;
}

a
{
	color: #2382e0;
	text-decoration: underline;
}

a:hover
{
	color: #81abbb;
}

#conteneur
{
	position:absolute;
    left: 50%; 
    top: 50%;
    width: 480px;
    height: 480px;
	margin-left: -240px; /* moitié de la largeur */
    margin-top: -240px; /* moitié de la hauteur */
}


#header
{
	width: 480px;
    height: 58px;
	padding-top: 50px;
	background-image: url("images/logo.jpg");
	background-position: left;
	background-repeat: no-repeat;
}

#header h1
{
	text-indent: -9000px;
}

.liens
{
	position: absolute;
	text-align: right;
	top: 15px;
	right: 10px;
}

#header i
{
	font-size: 18px;
	word-spacing: 2.5px;
}

.liens-logo
{
	display: block;
	width: 163px;
    height: 70px;
	position: absolute;
	top: 0px;
}

#contenu
{
	width: 480px;
    height: 326px;
}

.liens-image
{
	display: block;
	width: 100px;
    height: 90px;
	float: left;
	margin-bottom: 8px;
}

.texte-bancale
{
	width: 125px;
    height: 80px;
	padding-top: 12px;
	float: left;
	color: #81abbb;
	font-size: 22px;
	text-align: left;
	line-height: 13px;
}

.texte-bancale:hover
{
	text-decoration: underline;
	cursor: pointer;
}

.mot1 a
{
	margin-left: 8px;
	text-decoration: none;
	color: #81abbb;
}

.mot2 a
{
	margin-left: 5px;
	text-decoration: none;
	color: #81abbb;
}

.mot3 a
{
	margin-left: 1px;
	text-decoration: none;
	color: #81abbb;
}

.bloc1g
{
	width: 229px;
    height: 94px;
	float: left;
	background-image: url("images/nealite-1g.jpg");
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 5px;
	margin-top: 25px;
	text-align: right;
}

.bloc1d
{
	width: 229px;
     height: 94px;
	float: left;
	background-image: url("images/nealite-1d.jpg");
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 5px;
	margin-top: 25px;
	text-align: right;
}

.cleared
{
	clear: both;
}

.bloc2g
{
	width: 229px;
    height: 94px;
	float: left;
	background-image: url("images/nealite-2g.jpg");
	background-repeat: no-repeat;
	background-position: top;
	margin-right: 5px;
	margin-top: 60px;
	text-align: right;
}

.bloc2d
{
	width: 229px;
    height: 94px;
	float: left;
	background-image: url("images/nealite-2d.jpg");
	background-image: url("images/nealite-2d.jpg");
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 5px;
	margin-top: 60px;
	text-align: right;
}

#footer
{
	width: 480px;
    height: 42px;
	padding-top: 4px;
	background-image: url("images/footer.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}


