/*
 *	CSS écran Anditis
 *	Styles généraux
*/

/* Global settings
------------------------- */
* {
	margin: 0;
	padding: 0;
	line-height: 1;
}

html {
	background: rgb(242, 242, 242) url(../lay/bggrad.jpg) repeat-x scroll 0 0;
}

body {
	font-family: verdana;
	font-size: 10px;
}


/* Main blocks
------------------------- */
#wrapper {
	position: relative;
	width: 904px;
	height: 430px;
	background-color: #fff;
	margin: 94px auto 0;
}
#wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 904px;
	height: 430px;
	background-color: #fff;
	margin: -215px auto 0 -452px;
}

#header {
	position: absolute;
	width: 95px;
	height: 27px;
	top: 26px;
	left: 23px;
	background: transparent url(../lay/logoanditis.jpg) no-repeat scroll 0 0;
}

#header h1 {
	font-size: 0;
	text-indent: -10000px;
}

#header h1 a {
	display: block;
	width: 95px;
	height: 27px;
}

#page {
}

/* Menu
------------------------- */
#menu {
}

#menu ul {
	position: absolute;
	width: 485px;
	height: 16px;
	top: 31px;
	left: 221px;
	background: transparent url(../lay/menu.jpg) no-repeat scroll 0 0;
	overflow: hidden;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 16px;
	margin-right: 2px;
}
#menu li a {
	display: block;
	height: 16px;
	text-indent: -10000px;
	overflow: hidden;
}

#accueilLink {
	width: 57px;
}
#prestationsLink {
	width: 81px;
}
#referencesLink {
	width: 81px;
}
#depotLink {
	width: 107px;
}
#partenairesLink {
	width: 84px;
}
#contactLink {
	width: 61px;
}

#accueilLink a:hover,
#prestationsLink a:hover,
#referencesLink a:hover,
#depotLink a:hover,
#partenairesLink a:hover,
#contactLink a:hover, 
#accueilLink a.current,
#prestationsLink a.current,
#referencesLink a.current,
#depotLink a.current,
#partenairesLink a.current,
#contactLink a.current {
	background: transparent url(../lay/menu.jpg) no-repeat scroll 0 0;
}
#accueilLink a:hover, #accueilLink a.current {
	background-position: 0 -16px;
}
#prestationsLink a:hover, #prestationsLink a.current {
	background-position: -59px -16px;
}
#referencesLink a:hover, #referencesLink a.current {
	background-position: -142px -16px;
}
#depotLink a:hover, #depotLink a.current {
	background-position: -225px -16px;
}
#partenairesLink a:hover, #partenairesLink a.current {
	background-position: -334px -16px;
}
#contactLink a:hover, #contactLink a.current {
	background-position: -420px -16px;
}

/* Formulaires
------------------------- */
#searchField, #extranetLogin, #extranetPassword {
	position: absolute;
	border: 1px solid rgb(203, 203, 203);
	font-family: verdana;
	font-size: 10px;
	color: rgb(156, 156, 156);
	padding-top: 1px;
	padding-left: 5px;
}

#searchField {
	top: 30px;
	left: 725px;
	width: 109px;
	height: 15px;
}

#searchSubmit {
	position: absolute;
	top: 30px;
	left: 846px;
}

#extranetHeading {
	position: absolute;
	top: 357px;
	left: 21px;
	width: 48px;
	height: 8px;
	background: transparent url(../lay/extranet.jpg) no-repeat scroll 0 0;
	font-size: 0;
	text-indent: -10000px;
}

#extranetLogin {
	top: 369px;
	left: 21px;
	width: 125px;
	height: 15px;
}

#extranetPassword {
	top: 391px;
	left: 21px;
	width: 125px;
	height: 15px;
}

#extranetSubmit {
	position: absolute;
	top: 391px;
	left: 158px;
}

#content {
}

/* Zone gauche
------------------------- */
#leftArea {
	position: absolute;
	width: 205px;
	height: 257px;
	top: 83px;
	left: 21px;
}

/* BIDOUILLAGES POWAAA */
#leftContent {
	position: relative;
	width: 150px;
	height: 222px;
	/*margin: 19px 14px 16px;*/
	padding-left: 15px;
	overflow: hidden;
	font-family: verdana;
	font-size: 10px;
	color: #fff;
}

#leftWrapper {
	position: relative;
	width: 165px;
	height: 222px;
	margin: 19px 14px 16px;
	overflow: hidden;
	font-family: verdana;
	font-size: 10px;
	color: #fff;
}
/* /BIDOUILLAGES POWAAA */

.plus {
	position: absolute;
	left: -12px;
}

#leftArrowUp, #leftArrowDown, #rightArrowUp, #rightArrowDown {
	position: absolute;
	width: 7px;
	height: 7px;
}

#leftArrowUp {
	top: 96px;
	left: 206px;
	z-index: 100;
}

#leftArrowDown {
	top: 322px;
	left: 204px;
	z-index: 101;
}

#leftContent p, #rightContent p {
	margin-bottom: 12px;
}

#rightContent p {
	margin-left: -12px;
	padding-left: 12px;
}

#leftContent *, #rightContent * {
	line-height: 12px;
}

#leftContent h3 {
	position: relative;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	margin-left: -12px;
	padding-left: 12px;
}

/* Zone centrale
------------------------- */
#centerArea {
	position: absolute;
	width: 278px;
	height: 257px;
	top: 83px;
	left: 227px;
}

/* Zone droite
------------------------- */
#rightArea {
	position: absolute;
	width: 373px;
	height: 257px;
	top: 83px;
	left: 506px;
}

/* BIDOUILLAGES POWAAA */
#rightContent {
	position: relative;
	height: 222px;
	/*margin: 19px 29px 16px 31px;*/
	padding-left: 15px;
	overflow: hidden;
	font-family: verdana;
	font-size: 10px;
}

#rightWrapper {
	position: relative;
	height: 222px;
	margin: 19px 29px 16px 31px;
	/*padding-left: 15px;*/
	overflow: hidden;
	font-family: verdana;
	font-size: 10px;
}
/* /BIDOUILLAGES POWAAA */

#rightContent h2 {
	position: relative;
	left: -16px;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
}

#rightContent p {
	position: relative;
}

#rightArrowUp {
	top: 96px;
	left: 858px;
	z-index: 102;
}

#rightArrowDown{
	top: 322px;
	left: 858px;
	z-index: 103;
}

/* Zone bas
------------------------- */
#botArea, #botAreaReferences, #botAreaAccueil {
	position: absolute;
	width: 373px;
	height: 12px;
	top: 346px;
	left: 506px;
	padding-top: 1px;
	font-family: verdana;
	font-size: 10px;
	color: rgb(127, 127, 127);
	border: 1px solid rgb(203, 203, 203);
	border-width: 1px 0;
	text-align: center;
}

#slogans {
	position: absolute;
	width: 373px;
	height: 47px;
	top: 362px;
	left: 506px;
}

object, embed {
}

/* Main elements
------------------------- */
h1 {
}

a:link {
}

a:visited {
}

a:hover {
}


/* Classes
------------------------- */