/********************************************
  AUTHOR:         Obtic Sarl
  WEBSITE:   			http://www.obtic.ch/
	TEMPLATE NAME:	sadec
  VERSION:        1.0     
	DATE:           6 may 2010     	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { margin: 0; padding: 0; outline: 0; }

body {
	background: #76ac1c;
	background: #e4e4e4;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #777;
	text-align: center;
	margin: 15px 0;
}

/* links */
a, a:visited {
	text-decoration: none;
	background: inherit;
	color: #77ac1d; 
}
a:hover {
	text-decoration: underline;
	background: inherit;
	color: #bbd58e;
}

/* headers */
h1 { 
	font-family: 'Trebuchet MS', Tahoma, Sans-serif; 
	font-size: 180%;	
	font-weight: normal;	
	color: #555;
}
/* images */
h1, p {
	margin: 10px 15px;
	padding: 0;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
  position:absolute;
	width:500px;
  height:300px;
  left: 50%;
  top: 50%;
  margin-left: -250px; /* moitié de width */
  margin-top: -150px; /* moitié de height */
	background: url(images/gw-box-bgr-grey.gif) no-repeat; 
}

/* Main Column */
#main            {
  text-align:left;
}
#main #logo-img  {
  position:absolute;
	top:20px;
	left:20px;
	background:transparent;
	border:none;
}

#main #adress    {
  position:absolute;
	top:220px;
	left:10px;
	width:150px;
}

#main #adress h1 {margin-top:0;}
#main #adress p  {}


#main #phone     {
  position:absolute;
	top:220px;
	left:350px;
}
#main #phone h1  {}
#main #phone p   {}

/* display and additional classes */
.clear { clear: both; }
