@charset "UTF-8";

@import url("materials/css/content.css"/);

#mainhome {
	position:relative;
	height:443px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
#mainhome div#txt {
	position:absolute;
	top:60px;
	left:312px;
}
#mainhome div#txt p {
	margin-bottom:8px;
}
#mainhome div#txt p strong {
	font-weight:bold;
}
#mainhome div#serv1, #mainhome div#serv2, #mainhome div#serv3 {
	position:absolute;
	top:248px;
}
#mainhome div#serv1 {
	left:29px;
}
#mainhome div#serv2 {
	left:286px;
}
#mainhome div#serv3 {
	left:542px;
}
#mainhome ul li {
	list-style:disc;
	color:#fff;
	font-size:12px;
}
#mainhome ul li span.serv-item {
	color:#000;
}

/* classe globales */
img.more {
	padding-top:5px;
}

/* header */
#hd {
	position:relative;
	height:193px;
}
#hd #hd-top {
	height: 133px;
	background-color: #FFF;
	background-image: url("../jpg/hd_top_bg.jpg");
	background-repeat: no-repeat;
}
#hd #hd-menu {
	position:absolute;
	top:133px;
	left:0px;
	height: 60px;
	background-color: #FFF;
	background-image: url("../jpg/hd_menu_bg.jpg");
	background-repeat: repeat-x;
	overflow:hidden;
}
#hd #custumers-access {
	position:absolute;
	top:14px;
	left:770px;
	height:119px;
	overflow:hidden;
}
#hd #custumers-access .content {
	margin:25px 15px;
}
#hd #custumers-access .content p {
	margin-bottom:5px;
}
#hd #custumers-access .content p.title {
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#666;
}
#hd #custumers-access .content input.text {
	width:120px;
	border:1px solid #666;
	padding:2px;
	font-size:11px;
}

/* footer */
#ft {
	background-color: #ccc;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	text-align:center;
	padding:5px;
}
#ft p {
	margin-bottom:3px;
}
#ft a {
	color: #fff;
}
#ft strong {
	font-weight:bold;
}

/* effet menu */
.lavaLamp {
	position: relative;
	height: 60px; width: 920px;
	padding: 15px; margin:0;
	overflow: hidden;
}
.lavaLamp li {
	float: left;
	list-style: none;
}
.lavaLamp li.back {
	background: url("../gif/lava.gif") no-repeat right -33px;
	width: 11px; height: 33px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li.back .left {
	background: url("../gif/lava.gif") no-repeat top left;
	height: 33px;
	margin-right: 11px;
}
.lavaLamp li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px arial;
	color: #fff; outline: none;
	text-align: center;
	height: 33px; top: 7px;
	z-index: 10; letter-spacing: 0;
	float: left; display: block;
	margin: auto 10px;
}

/* menu secondaire */
#menu-sec {
	clear:both;
}
#menu-sec ul {
}
#menu-sec li {
	float: left;
	list-style: none;
	padding-bottom:13px;
}
#menu-sec li.first {
	margin-right:1px;
}

/* bloc de droite */
.sidebox {
	background-color: #CEDFF9;
	background-image: url("../jpg/sidebox_bg.jpg");
	background-repeat: repeat-x;
	margin-bottom: 17px;
	clear:both;
}
.sidebox .header {
	height: 24px;
	padding: 4px 0 0 7px;
}
.sidebox .content {
	background-color: #CEDFF9;
	padding: 5px 5px;
	font-family:Verdana, Geneva, sans-serif;
}
.sidebox .content .sep {
	background-color: #fff;
	height:1px;
	font-size:0;
	padding:0; margin-bottom:5px;
	clear:both;
}
.sidebox .content p {
	font-size: 10px;
	min-height: 70px;
	height:auto !important;
	height:70px;	
}
.sidebox .content p strong {
	font-weight:bold;
}
.sidebox .content img {
	float: left;
	margin: 0 5px 5px 0; 
}
.cursor-over {
	cursor:pointer;
}
