/* CSS Document */

body {
  background-color: #E9E9E9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.sitecontainer { 	
  vertical-align: middle;
	margin:0 auto;
	margin-top:20px;
  width: 702px;
  background-color: none;
  border: 0px solid red;
}

div.wrapper {
  width: 100%;
	overflow: hidden;
	border: 0px solid red;
}

/*-Images-********/

img.thumb, img.full, img.carte, img.employe, img.services{
	border: 1px solid #339999;
}

img.services{
	margin: 10px 0px;
	margin-right: 13px;
}

img.bannerbig{
	display:inline;
	margin:6px 9px 6px 4px;
	float:left;
}

img.logo{
	padding-left:15px;
	vertical-align:middle;
	margin-top:6px;
}

img.carte{
	display:block;
	margin:0px;
	padding:0px;
	float:right;
}

img.full{
	margin-top: 20px;
	clear:both;
}

img.bannersmall{
	border:1px solid #97D5D5;
	margin-top:17px;
	margin-left:7px;
	margin-right:7px;
	float:left;
}

img.employe{
	width: 170px;
	height: 125px;
}

img.content{
	float:right;
	border:1px solid #339999;
	margin-left:13px;
}

/***************************************/
/*-HEADER-******************************/
/***************************************/

div.header { 
  width: 700px;
	background-color: #339999;
	border-top: 1px solid #339999;
	border-left: 1px solid #339999;
	border-right: 1px solid #339999;
	overflow:auto;
}

/*-Menu-*******************************/

div.menu{
	background-image:url(../images/menubottom.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-top:9px;
	padding-bottom:6px;
	height:50px;
	border: 0px solid red;
}

div.menutop{
	background-image:url(../images/menutop.jpg);
	background-position:top;
	background-repeat:none;
	height:7px;
	overflow:hidden;
}

div.logo{
  border: 0px solid red;
	width: 254px;
	font-size: 24px;
	font-family: Haettenschweiler;
	color: #339999;
	padding-left:38px;
	float:left;
}

div.menutab{
	background-image:url(../images/menutab.jpg);
	background-repeat:repeat-x;
	width:96px;
	height:29px;
	float:left;
	margin-right:6px;
	margin-top:14px;
}

div.last{
	margin-right:0px;
	clear:right;
}

a.menu:link, a.menu:visited{
	display:block;
	position:absolute;
	width:96px;
	height:33px;
	margin: 0 auto;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	line-height:33px;
	text-decoration:none;
	text-align:center;
	border:0px solid red;
}

a.menu:hover{
	text-decoration:underline;
	color:#707070;
}

/*-Panel-******************************/

div.panel{
	background-color:#4CACAC;
	width:408px;
	height:166px;
	margin-top:6px;
	float:right;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

div.paneltxt{
	border:0px solid red;
	margin-top:20px;
	margin-left:7px;
}

/***************************************/
/*-CONTENT-*****************************/
/***************************************/

div.content {
	background-image:url(../images/contenutop.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
  width: 648px;
	padding-top:3px;
	padding-bottom:20px;
	padding-left:26px;
	padding-right:26px;
	border-bottom: 1px solid #339999;
	border-left: 1px solid #339999;
	border-right: 1px solid #339999;
	color:#339999;
	overflow:auto;
}

div.col{
	width: 33%;
	float: left;
	text-align: center;
	border: 0px solid red;
}

div.col ul{
	list-style-position: inside;
	list-style-type: none;
	width: 90%;
	margin: 0px auto;
	padding: 0px;
}

h1{
	font-size:18px;
	color:#FFA324;
	margin:20px 0;
}

h2{
	font-size:14px;
	margin:20px 0;
}

p{
	margin:20px 0;
}

/*-Realisations-************************/

div.realisations{
	float: left;
	margin-right: 21px;
	margin-bottom: 25px;
}

div.separateur{
	background-image: url(../images/contenutop.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 3px;
	margin-bottom: 20px;
	overflow: hidden;
	clear:both;
}

/***************************************/
/*-POPUP-******************************/
/***************************************/

a.popup{
	margin: 0 2px;
	font-size:14px;
}

p.center{
	text-align:center;
	font-size:14px;
}

/*---------------------------------*/
/*-CONTACT-------------------------*/
/*---------------------------------*/

div.contactMsg {
	margin-top: 10px;
	margin-bottom: 20px;
}

div.contactError {
	margin-top: 10px;
	margin-bottom: 20px;
	color: #A4191D;
	font-size: 14px;
	font-weight: bold;
}

label.contact, input.contact, textarea.contact {
	display: block;
	width: 245px;
	float: left;
	margin-bottom: 10px;
}

label.contact {
	text-align: left;
	width: 100px;
	padding-right: 10px;
}

textarea.contact {
	height: 100px;
}

input.contactSubmit {
	width: 150px;
}

br.clear {
	clear: left;
}

ul.contact{
	list-style-type: none;
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	width: 200px;
	float:left;
}

li.first{
	font-weight: bold;
	margin-bottom: 5px;
}

li.phone{
	padding-left: 65px;
}

/***************************************/
/*-FOOTER-******************************/
/***************************************/

div.footer { 
  font-size:10px;
	color:#339999;
  text-align: left;
	margin-top: 8px;
	border:0px solid red;
}

a.footer:link, a.footer:visited, a.popup:link, a.popup:visited{
	color:#339999;
}

a.footer:hover, a.popup:hover{
	text-decoration:none;
}