html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font: 12px "Arial", "Helvetica", "Verdana", "sans-serif";
	background: #1d1d20;
	color: #f3f3fb;
	height: 100%;
}

a {
	color: #ffffff;	
}

a: hover {
	color: #ffff88;	
}

a:visited{
	color: #ffffff;
}

/** HEADER **/

div#header {
	font-size: 11px;
	height: 120px;
	background: #0d0d10;
	border-bottom: 8px solid #2a2a2f;
}

#kwicks_container {
	background-color: #0d0d10;
	width: 900px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}

#kwicks {
	display: block;
	float: left;
	background-color: #0d0d10;
	margin-top: 100px;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 130px;
	height: 20px;
	text-align: center;
	margin-left: 3px;
	background-color: #47589A;
	z-index: 100;
}

#kwicks .kwick a {
	display: block;
	text-decoration: none;
}



#kwicks .active {
	background-color: #2a2a2f;	
}


span.clr {
	display: block;
	clear: both;
}

#idList, #idMenu {
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style-type: none;
}
 
#idList li a, #idMenu li a {
	display: block;
	margin: 0;
	padding: 4px;
	width: auto;
	background: #333;
	color: #eee;
	text-align: left;
	text-decoration: none;
}

#idList li.active {
	padding-left: 15px;
	font-weight: bold;
}

#idList li a:visited, #idMenu li a:visited {
	color: #eee;
}

#idList li {
	margin-bottom: 3px;	
	display: block;
}

#idMenu li {
	display: block;
	opacity: 0.95;
	filter:Alpha(opacity=1,finishopacity=95, filter=2);
}


/* Top Menu Entry */
#test {
	display: block;
	position: relative;
	float: right;
	width: 50px;
	opacity: 0;
	filter:Alpha(opacity=0,finishopacity=0, filter=2);
	margin-top: 5px;
}

#test a, a:visited {
	color: #fff;
}

#test a:hover {
	color: #ff8;
}

/* Top Logo */
#logo {
	float: left;
	background: transparent url("../images/logo_eng_serv_neg.png") no-repeat center center;	
	width: 200px;
	height: 120px;
	margin-right: 45px;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;	
}

/** CONTAINER **/

#container {
	position: relative;
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0;
}

#leftMenu {
	float: left;
	height: 100%;
	margin-bottom: 0px;
	width: 200px;
	padding-top: 20px;
}

#centerPan {
	background-color: #FFFFFF;
	float: right;
	width: 690px;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 20px;
}

table {
	width: 676px;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

tr {
/*	background: #FFFFFF url("evolution/images/fond_tr.gif") repeat-y;*/
}

td {
	padding-top: 5px;
	vertical-align: middle;
	text-align: middle;
}

h1 {
	font-size: 20px;
	font-family: Trebuchet MS Bold,Arial, Helvetica, sans-serif;
	color: #303FA0;
	letter-spacing: -1.38 px;
}

h2 {
	font-size: 18px;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	color: #303FA0;
	letter-spacing: -1.38 px;
	line-height: 10px;
	margin-top: 10px;
}

h3 {
	font-size: 18px;
	font-family: Trebuchet MS,Arial, Helvetica, sans-serif;
	color: #303FA0;
	letter-spacing: -1.38 px;
	line-height: 10px;
	margin-top: 10px;
}

h4 {
	font-size: 16px;
	text-align: center;	
}

.align_right {
	text-align: right;
	padding-right: 20px;
}

.align_left {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}

.small {
	font-size: 10px;	
}

.title {
	padding-left: 150px;
}

.subtitle {
	padding-left: 200px;
	font-style: italic;
	font-weight: bold;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #303FA0;
}

.list1 {
	list-style-position: inside;
	padding-left: 10px;
	padding-right: 20px;
	text-align: justify;
	margin-left: 0;
}

.list2 {
	list-style-position: inside;
	padding-left: 50px;
	font-style: italic;
	font-size: 10px;
	text-align: justify;
}

.intro {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 15px;
	text-align: justify;
	font-style: italic;	
}

.important {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

img {
	padding:0;
	border: 0;
	text-align: center;
    display: block;
}

#contact_al {
	background: transparent url('../images/contact_al.png') no-repeat 50px 0px;
	font-family: Trebuchet MS Bold, Arial, Helvetica, sans-serif;
	width: 330px;
	height: 220px;
	padding-left: 350px;
	padding-top: 8px;
}

#contact_al h4 {
	line-height: 2px;
	font-style: italic;
	font-size: 20px;
	margin-top: 35px;
}

#contact_al p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2px;
	font-size: 18px;
	font-weight: 500;
}

#contact_al a {
	color: #0000FF;	
}

#contact_al a:hover {
	color: #888888;	
}

#contact_ev {
	background: transparent url('../images/contact_ev.png') no-repeat 50px 0px;
	font-family: Trebuchet MS Bold, Arial, Helvetica, sans-serif;
	width: 330px;
	height: 220px;
	padding-left: 350px;
	padding-top: 8px;
}

#contact_ev h4 {
	line-height: 2px;
	font-style: italic;
	font-size: 20px;
	margin-top: 35px;
}

#contact_ev p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2px;
	font-size: 18px;
	font-weight: 500;
}

#contact_ev a {
	color: #0000FF;	
}

#contact_ev a:hover {
	color: #888888;	
}

#contact_lpi {
	background: transparent url('../images/contact_lpi.png') no-repeat 50px 0px;
	font-family: Trebuchet MS Bold, Arial, Helvetica, sans-serif;
	width: 390px;
	height: 220px;
	padding-left: 280px;
	padding-top: 8px;
}

#contact_lpi h4 {
	line-height: 2px;
	font-style: italic;
	font-size: 20px;
	margin-top: 35px;
}

#contact_lpi p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2px;
	font-size: 18px;
	font-weight: 500;
}

#contact_lpi a {
	color: #0000FF;	
}

#contact_lpi a:hover {
	color: #888888;	
}
	
.ref {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 60px;
}

.dev {
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: 45px;
}

#img_java {
	float: left;
	background: transparent url("../images/java.png") no-repeat center left;
	width: 76px;
	height: 102px;	
}

#img_postgre {
	float: left;
	background: transparent url("../images/postgre.png") no-repeat center left;
	width: 219px;
	height: 102px;	
}

#img_tomcat {
	float: left;
	background: transparent url("../images/tomcat.png") no-repeat center left;
	width: 209px;
	height: 102px;	
}

#footer {
	clear: both;
	text-align: center;
	color: #9a9a9f;
	background-color: #2a2a2f;
}