/* Locatel - stylesheet document */

/* TAG selectors */
body {
	text-align:center;
	font-family:TrebuchetMS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:0px;
	padding:0px;
	background:url(/htdocs/images/bg_body.jpg) repeat-x;
	color:#555;
}
a {
	color:#0085bc;
	text-decoration:none;
}

img {border: 0;}

/* ID selectors & containers */
#wrapper {
	background: url(/htdocs/images/bg_wrapper.gif) no-repeat 0px 217px;
	width:887px;
	text-align:left;
	margin: 0px auto;
	min-height: 600px;
}
#container {
	background:url(/htdocs/images/bg_tightColY.jpg) repeat-y 4px 0px;
	float:left;
}
#tightCol {
	width: 189px;
	float:left;
	padding: 25px; color:#fff;
	background:url(/htdocs/images/bg_tightCol.jpg) no-repeat 4px 0px; min-height:200px;
}
#wideCol {
	width: 578px;
	float:left;
	padding: 30px 20px;
	line-height: 1.7em;
	background:url(/htdocs/images/shadow.jpg) no-repeat;
}

/* header box */
#header {
	 height:283px;
	 padding-top:10px;
	 position:relative;
	 background:url(/htdocs/images/bg_header.jpg) no-repeat;
	 position:relative;
}
#metaNav {color:#0f668b;padding: 10px 25px;}
#metaNav p {float:right;padding:0px;margin:0px;}
#metaNav ul {margin:0px;padding:0px;list-style:none;float:left;}
#metaNav ul li{padding:0px 0px 0px 6px;float:left;}
#metaNav a {color:#0f668b;padding-right:3px;}
#metaNav a:hover {color:#000;}
h1.logo {
	margin:0px;
	padding:0px;
	position:absolute;
	left:100px;
	top: 140px;
	font-size:0px;
	line-height:0px;
}
h1.logo a{
	background:url(/htdocs/images/logo.jpg) no-repeat;
	width:234px;
	height:66px;
	display:block;
	text-indent:-10000px;
}
#header p {
	margin:0px;
	padding:0px;
	
}
#header ul#mainNav{
	list-style:none;
	padding:0px;
	margin:0px;
	font-size:16px;
	position:absolute;
	left: 50px; top:256px;
}
#header ul#mainNav li{float:left;}
#header ul#mainNav li a {color:#0085bc;padding: 4px 11px;display:block;}
#header ul#mainNav li a:hover {color:#e9a500;}
#header ul#mainNav li a.selected {color:#e9a500;font-weight:bold;}


/* Tight Column */
#tightCol h3{
	color:#fff;font-size:2em;font-weight:normal;margin:10px 0px 0px 0px;padding:10px 0px 0px 0px;
}
#tightCol p {line-height:1.4em;}
#tightCol p strong{color:#ffce5a;}
#tightCol p a.more{color:#ffce5a;font-weight:bold;display:block;margin-top:10px;background:url(/htdocs/images/bullet.gif) 0px 5px no-repeat;
	padding-left:10px;}
#contactBox {width:181px;padding:15px 0px 0px 18px;
	height:120px;background:url(/htdocs/images/bg_contact.gif) no-repeat;
}
#tightCol #contactBox strong, #tightCol #contactBox a  {color:#fff;}
#tightCol #contactBox a:hover {color:#333;}
#tightCol ul {list-style:none;margin:0px;padding:0px;border-top:1px solid #51a1c5;width:170px;}
#tightCol ul li{margin:px;padding:0px;}
#tightCol ul a{color:#fff;background:url(/htdocs/images/bullet.gif) no-repeat 0px 14px;padding:10px 10px 10px 20px;display:block;border-bottom:1px solid #51a1c5;}
#tightCol ul a:hover{color:#333;}

/* Wide Column */
#wideCol h2 {
	color:#0085bc;
	font-weight:normal;
	font-size: 2.3em;
	margin:0px;
}

#wideCol #content{margin-top: 20px;}

#wideCol #content #adresse {background:url(/htdocs/images/address.gif) no-repeat; width: 182px; height:157px; padding: 40px 0px 0px 65px; float:left; margin-top: 20px;}
#wideCol #content #telephone {background:url(/htdocs/images/phone.gif) no-repeat; width: 182px; height:68px; padding: 25px 0px 0px 65px; float:left;  margin-top: 20px;}
#wideCol #content #fax {background:url(/htdocs/images/fax.gif) no-repeat; width: 182px; height:67px; padding: 25px 0px 0px 65px; float:left}
#wideCol #content #email {background:url(/htdocs/images/email.gif) no-repeat; width: 435px; height:68px; padding: 25px 0px 0px 65px;}

#footer {
	background:url(/htdocs/images/bg_footer.jpg) no-repeat 2px 0px;
	padding: 20px;
	*padding-top:10px;
	margin:0px;
	clear:both;
	color:#fff;
	text-align:center;
}
#footer a {color:#fff;}
#footer a:hover {color:#333;}
img.right {float:right;margin-left:20px;padding:6px;border:1px solid #e5dfd2;background:#f7f7f7;}
img.left {float:left;margin-right:20px;padding:6px;border:1px solid #e5dfd2;background:#f7f7f7;}
img.normal {padding:6px;border:1px solid #e5dfd2;background:#f7f7f7;}

/* search */
input{
	border-color: 1px solid #e7e7e7;
	width: 150px;
	color: #555;
}

select {
	border-color: 1px solid #e7e7e7;
	width: 160px;
	color: #555;
}

fieldset { 
	border: 1px solid #e7e7e7;
	margin: 15px 0px 15px 0px;
	padding: 15px 10px 15px 10px;
}

legend { 
	color: #0f668b;
	font-family:TrebuchetMS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding-top: 0;
}

#research table {width: 570px;}
#research td {background: #e0e0e0;}

.left {	
	float: left;
	width: 260px;
	margin-left: 15px;
}

.btn
{
	background:url(/htdocs/images/btn.gif) no-repeat;
	margin: 0;
	padding-bottom: 3px;
	width: 133px;
	height: 35px;
	text-align: center;
	color:#FFFFFF;
	border:0px; cursor:pointer;
	float: right;
	font-family:TrebuchetMS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.btn_recherche
{
	float: right;
	/*position: absolute;*/
	margin-right: 0px;
}

