/*
Theme Name: WIM Professional
Theme URI: http://wordpress.org/
Description: Professional Theme for W.I.M Werck Ingenierie Mecanique
Version: 1.0
Author: CapGemini
Author URI: http://www.capgemini.com/
Stylesheet: index.css
*/

/* General declarations */
body{
	/*background:url('images/index/index-body.jpg') repeat;*/
	background:#001133;
	font-family: 'Trebuchet MS';
}
a{
	color:white;
	text-decoration:none;
}
#wim-intro{
	height:350px;
	width:900px;
	margin:0px auto;
}
#wim-intro p{
	text-align:center;
	margin-bottom:10px;
}
#wim-intro .skipintro{
	color:white;
	margin-top:20px;
	display:block;
}
#wim-intro a:hover{
	text-decoration:underline;
}
#wim-index{
	width:980px;
	height:600px;
	margin:0 auto;
	margin-bottom:30px;
	margin-top:60px;
}
/* Menu parts */
#first-part-menu, #second-part-menu, #center-infos{
	float:left;
	width:230px;
}
#center-infos{
	color:white;
	height:300px;
	margin-right:205px;
	padding-top:140px;
}
#center-infos .logo{
	background:transparent url('../../../nav/tfile_logo.png') no-repeat scroll 0 0;
	display:block;
	height:250px;
	width:500px;
	height:190px;
	margin-left:150px;
	margin-top:100px;
}
/* Menu items */
.menu-item{
	height:180px;
	width:220px;
	display:block;
	margin-top:5px;
}
.img-layout, .text-layout{
	position:absolute;
	width:200px;
	height:140px;
	cursor:pointer;
}
.text-layout{
	margin-left:10px;
	margin-top:30px;
}
.item-title{
	font-size:18px;
	height:100px;
	margin:20px;
	margin-left:5px;
	text-align:center;
	text-transform:uppercase;
	line-height:30px;
}

/* Language selections */
#language{
	margin:-20px auto -20px 167px;
	width:120px;
}


