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

* {
	margin: 0;
	padding: 0;
	font-family : Verdana, Arial, sans-serif;
	font-size : 12px;
}

body {
	color:black;
	background-color:white;
}


p, h1, h3 {margin-bottom: 0.5em}

h1 { 
	width: 366px; height: 108px;
	background: url(../images/header-fr.gif) no-repeat -1px -1px; 
	margin-bottom: 40px;
}
h1 a { display: block; width: 366px; height: 108px; }
h1 span {  display: none; }

#scroll {
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}

#contener {
	width: 700px;
	position: relative;
	left: 50%;
	margin-top: 10px;
	margin-left: -350px;
	visibility: visible;
}
#menu { position: absolute;
	left: 406px;
	top: 90px
}
#menu li {
	font-size: 1.5em;
	color: #b09395;
	list-style: none;
	display: inline;
	margin-right: 0.5em;
}
#menu li h3 { 
	display: inline; 
}
#menu li a { color: #b09395; text-decoration: none; font-size: 1.5em; }
#menu li a:hover { color: #b09395; }

#concept { padding-bottom: 15px; }
#concept #imgRight { float: left; width: 200px; margin-right: 50px; padding: 0;}
#concept #imgRight img { margin-bottom: 15px; }

#concept #txtLeft { float: left; width: 450px; }

#concept .thanks { clear: both; padding-top: 10px; }
* html #concept .thanks { clear: none; padding-top: 0px; }

#concept h2 { background-color:#B09395; margin-bottom:10px; padding:15px 10px;  }


