@charset "utf-8";
/* CSS Document */

* {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
img { border:none; margin: 0; }

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;	
	background: #003887 url(body_bg.jpg) repeat-x top left scroll;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #353535;
}

strong { color:#003887; }

div.wrap {
	position: relative;
	width: 1000px;
	min-height: 100%;
	margin-left:auto;
	margin-right:auto;
	background: #FFF url(wrap-bg.jpg) repeat-x top scroll;
}



div.prehead {
	width: 754px;
	height: 22px;
	background: url(pre_head.jpg) no-repeat top left scroll;
}

a.logo {
	display: block;
	margin: 15px 0 0 20px;
}
img.logo2 {
	float:right;
	margin: 5px 40px 0 0;
}
div.head-links {
	float: right;
	width: 140px;
	text-align: center;
	margin: 20px 0 0 0;
}
a.plans-acces {
	display: block;
	width: 140px;
	height: 10px;
	text-indent: -3000em;
	background: url(plan-dacces.jpg) no-repeat top scroll;
}
a.contactez-nous {
	display: block;
	width: 140px;
	height: 10px;
	margin: 15px 0 0 0;
	text-indent: -3000em;
	background: url(contactez-nous.jpg) no-repeat top scroll;
}






/* MAIN NAV */
div.main-nav {
	height: 65px;
	margin: 22px 0 0 0;
}
div.main-nav a {
	display:inline-block;
	height: 65px;
	float:left;
	text-indent: -5000em;
	font-size:10px;
}
div.main-nav a.accueil {
	width: 199px;
	background: url(accueil_btn.jpg) no-repeat top left scroll;
}
div.main-nav a.nos-metiers {
	width: 200px;
	background: url(nos-metiers_btn.jpg) no-repeat top left scroll;
}
div.main-nav a.agent-abb {
	width: 200px;
	background: url(agent-abb.jpg) no-repeat top left scroll;
}
div.main-nav a.pompes-flygt {
	width: 200px;
	background: url(pompes-flygt.jpg) no-repeat top left scroll;
}
div.main-nav a.moto-reducteurs {
	width: 201px;
	background: url(moto-reducteurs.jpg) no-repeat top left scroll;
}
div.main-nav a:hover { background-position: 0px -65px; }





/* RIGHT COL */
div.right-col {
	float: right;
	width: 280px;
}
div.left-col {
	width:660px;
}
div.thumb-big {
	float:right;
	width: 222px;
	height: 179px;
	margin: 20px 0 0 0;
	background: url(thumb-big-bg.jpg) no-repeat top left scroll;
}
div.thumb-small {
	float:right;
	width: 121px;
	height: 97px;
	margin: 10px 0 0 10px;
	background: url(thumb-small-bg.jpg) no-repeat top left scroll;
}
div.thumb-small img {
	margin: 11px 0 0 12px;
}
div.thumb-big img {
	margin: 15px;
}
img.abb-logo {
	float: right;
	margin: 20px 10px 0 0;
}





/* CONTENT */

div.content {
	padding: 30px 20px 0 20px;
}
h1 {
	margin: 20px 0 0 0;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
div.content p {
	margin: 40px 0 0 0;
	line-height: 20px;
	text-align: justify;
}




/* FOOTER */
div.footer {
	clear: both;
	font-size: 10px;
	padding: 40px 0 20px 0;
	text-align: center;
	background: url(foot-line.jpg) no-repeat top scroll;
}

div.footer a.shipelec {
	display: block;
	float: left;
	width: 108px;
	height: 33px;
	margin: 0 0 0 30px;
	text-indent: -3000em;
	background: url(shipelec.jpg) no-repeat top left scroll;
}
div.footer a.internet-industries {
	display: block;
	float: right;
	width: 111px;
	height: 20px;
	margin: 5px 30px 0 0;
	text-indent: -3000em;
	background: url(internet-industries.jpg) no-repeat top right scroll;
}

/* PLAN D'ACCES */
div.map {
	margin: 40px 0 0 150px;
}


/* CONTACT FORM */

input,textarea,select {
	color: #353535;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border: 1px;
	background-color: #ffffff;
	border-color: #2180de;
	border-style: solid;
} 
#bloc_form {
	background-color:#ECECEC;
	border:1px solid #2180DE;
	color:#353535;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:18px;
	margin:40px auto;
	padding:0;
	position:relative;
	text-align:justify;
	width:430px;
}
#bloc_form table{
	margin: 10px auto;
}

