/* style global body */
body { 
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 805px;
	height: 500px;
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	z-index: auto;
}
/* flash campagne */
#flashcamp {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 805px;
	height: 385px;
	background-color: black;
	z-index: 1;
}
/* bas page accueil */
#bashome {
	position: relative;
	float: left;
	top: 20px;
	left: 110px;
	width: 695px;
}
/* texte campagne */
#textcamp {
	position: relative;
	float: left;
	width: 322px;
	text-align: justify;
	z-index: 1;
}
/* container general menu */
#menu {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	width: 805px;
	height: 15px;
	color: white;
	background-color: black;
}
/* generalites boutons */
#menu a {
	float: left;
	display: block;
	width: 105px;
	height: 15px;
	text-decoration: none;
}
/* bouton home */
#menu a#home { background: url("../images/home.gif") 0 0 no-repeat; }
#menu a#home:hover { background-position: 0 -15px; }
#menu a#home:active { background-position: 0 -30px; }
#menu a#homeici { background: url("../images/home.gif") 0 -30px no-repeat; }
#menu a#homeici:hover { background-position: 0 -15px; }
/* bouton aboutus */
#menu a#aboutus { background: url("../images/aboutus.gif") 0 0 no-repeat; }
#menu a#aboutus:hover { background-position: 0 -15px; }
#menu a#aboutus:active { background-position: 0 -30px; }
#menu a#aboutusici { background: url("../images/aboutus.gif") 0 -30px no-repeat; }
/* #menu a#aboutusici:hover { background-position: 0 -15px; } */
/* bouton pressrelease */
#menu a#product { background: url("../images/products.gif") 0 0 no-repeat; }
#menu a#product:hover { background-position: 0 -15px; }
#menu a#product:active { background-position: 0 -30px; }
#menu a#productici { background: url("../images/products.gif") 0 -30px no-repeat; }
/* bouton news */
#menu a#news { background: url("../images/news.gif") 0 0 no-repeat; }
#menu a#news:hover { background-position: 0 -15px; }
#menu a#news:active { background-position: 0 -30px; }
#menu a#newsici { background: url("../images/news.gif") 0 -30px no-repeat; }
/* bouton pressrelease */
#menu a#pr { background: url("../images/pr.gif") 0 0 no-repeat; }
#menu a#pr:hover { background-position: 0 -15px; }
#menu a#pr:active { background-position: 0 -30px; }
#menu a#prici { background: url("../images/pr.gif") 0 -30px no-repeat; }
/* bouton jobs */
#menu a#jobs { background: url("../images/jobs.gif") 0 0 no-repeat; }
#menu a#jobs:hover { background-position: 0 -15px; }
#menu a#jobs:active { background-position: 0 -30px; }
#menu a#jobsici { background: url("../images/jobs.gif") 0 -30px no-repeat; }
/* bouton contact */
#menu a#contactus { background: url("../images/contact.gif") 0 0 no-repeat; }
#menu a#contactus:hover { background-position: 0 -15px; }
#menu a#contactus:active { background-position: 0 -30px; }
#menu a#contactusici { background: url("../images/contact.gif") 0 -30px no-repeat; }
/* separateurs menu */
#menu .sep {
	float: left;
	margin: 0px;
	font-size: 10px;
}

/* logo index */
#logoindex {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
/* onde pages */
#vague {
	float: left;
	left: 0px;
	top: 0px;
	background-image: url("../images/vague.gif");
	background-repeat: no-repeat;
	width: 805px;
	height: 120px;
}
/* logo pages */
#logopages {
	position: relative;
	float: left;
	left: 110px;
	top: 25px;
}

/* contenu global pages */
#contenu {
	position: relative;
	clear: left;
	float: left;
	top: 0px;
	left: 110px;
	width: 640px;
	overflow: visible;
}

.spacer {
	clear:both;
}

/* titres pages */
#titpages {
	width: 100%;
	margin: 0 0 5px 0;
	font-family: verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: gray;
}

/* colonne centre */
#colcenter {
	width: 600px;
	float: left;
	top: 0px;
}

/* colonne gauche */
#colgau {
	width: 300px;
	float: left;
	top: 0px;
}

/* colonne droite */
#coldroi {
	margin-left: 30px;
	width: 300px;
	float: left;
	top: 0px;
}
/* titre et texte niv 0 */
.titniv0 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 16px 0;
}
.textniv0 {
	font-size: 11px;
	font-weight: normal;
	margin: 4px 0 0 8px;
	text-align: justify;
}

/* titre et texte niv 1 */
.titniv1 {
	font-size: 11px;
	font-weight: bold;
	margin: 4px 0 4px 8px;
}
.textniv1 {
	font-weight: normal;
	margin: 0 0 0 5px;
	text-align: justify;
}

.imgcont {
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	border: 0;
}

a.liens {
	color: #BA87BF;
	text-decoration: none;
}
a.liens:hover {
	color: #51044A;
	text-decoration: none;
}
.copyright {
	position: absolute;
	top: 400px;
	left: 10px;
	font-size: 9px;
}

