/*
 * Objets génériques
 */
body
{
	font-family: Arial;
	font-size: 12px;
	background-color: #fff;
}

a:active
{
	color: rgb(255,0,0);
}

a:link
{
	color: rgb(0,51,204);
	text-decoration: none;
}

a:visited
{
	color: rgb(153,0,153);
	text-decoration: none;
}

a:hover
{
	color: rgb(255,0,0);
}

img
{
	border: none;
}

/*
 * Identifiants (ID)
 */
#container
{
	width: 994px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#token
{
	display: none;
}

#left
{
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('../images/welcome/degrade_gauche.jpg');
	background-repeat: repeat-y;
	background-position: right top;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#center
{
	width: 994px;
	height: 100%;
	position: absolute;
	top: 0px;
}

#header
{
	width: 944px;
	height: 284px;
	margin-left: 25px;
	margin-right: 25px;
	background: url('../images/welcome/header.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#right
{
	width: 25px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 969px;
	background-image: url('../images/welcome/degrade_droit.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

#flash
{
	width: 128px;
	height: 25px;
	margin-left: 30px;
	float: left;
}

#contact
{
	float: right;
	margin-right: 30px;
}

#sections
{
	width: 570px;
	height: 141px;
	position: static;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#ingenierie
{
	float: left;
}

#installations
{
	float: left;
}

#domaines
{
	float: right;
}

#slogan
{
	width: 350px;
	height: 81px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/welcome/ecoute.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#qualifcom
{
	width: 50px;
	position: absolute;
	margin-left: 30px;
	bottom: 20px;
}

#powered
{
	width: 67px;
	height: 20px;
	position: absolute;
	bottom: 20px;
	right: 30px;
	background-image: url('../images/welcome/powered.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}
