/*------------------------------------------
  Basics
------------------------------------------*/

* { 
	margin: 0; 
	padding: 0; 
	} 
	
*:focus
	{
	outline: none;
	outline-width: 0;
	}

html { 
	margin: 0; 
	padding: 0; 
	font-size: 62.5%; /* 10px = 100% */
	} 

body { 
	font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif;
	font-size: 110%; 
	line-height: 1.4em; 
	color: #999; 
	margin: 0; 
	padding: 0; 
	background-color: #fff;
	background-image: url(../image/bg_index.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}

a:link, a:visited, a:active { 
	text-decoration: none; 
	color: #999; 
	}
a:hover, a:visited:hover { 
	text-decoration: none; 
	color: #555; 
	} 

#language a:link, #language a:visited, #language a:active { 
	text-decoration: none; 
	color: #ef8319; 
	}
#language a:hover, #language a:visited:hover { 
	text-decoration: none; 
	color: #633; 
	} 

img {
	border: 0; 
	}

/*------------------------------------------
  Boxes and areas
------------------------------------------*/ 

/*
#alarm {
	position: relative;
	z-index: 100;
	top: 560px;
	left: 26px;
	width: 300px;
	border: solid #366b36 4px;
	padding: 10px;
	background-color: white;
	color: black;
	font-size: 1.7em;
	line-height: 2em;
	text-align: center;
	}
*/

#wrapper { 
	position: relative; 
	z-index: 10; 
	width: 978px; 
	min-height: 860px;
	margin: 0 auto 0 auto; 
	background-image: url(../image/bg_wrapper_index.gif);
	background-position: top left;
	background-repeat: no-repeat;
	} 
	
#language {
	/*display: none;*/
	position: absolute; 
	top: 45px;
	left: 25px;
	height: 30px; 
	width: 200px;
	color: #ef8319; 
	font-size: 150%; 
	}

#nav_main_left {
	position: absolute; 
	top: 130px;
	left: -1px;
	height: 427px; 
	width: 547px;
	}

#nav_main_right {
	position: absolute; 
	top: 389px;
	left: 546px;
	height: 388px; 
	width: 482px; 
	}

#footer {
	position: absolute; 
	top: 784px;
	left: 0px;
	height: 61px; 
	width: 967px;
	}

.adresse1 {
	font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif;
	color: #ef8800;
	font-size: 16px;
	font-weight: bold;
	margin: 13px 0 10px 25px;
	}
	
.adresse2 {
	font-family: Arial, Geneva, Helvetica, Swiss, SunSans-Regular, sans-serif;
	color: #555;
	font-size: 13px;
	margin: 0 0 0 25px;
	line-height: 20px;
	}