/*
/	Copyright 2010 D.Klic
/	Design et dveloppement du site par iDveloppement
/	http://www.ideveloppement.net
/
/	Mise  jour : Pierre Croni - 15/03/10
*/

/* Basic HTML
------------------------------------------------------------------------*/
body {
	font: 12px/1.5 "Century Gothic", Arial, Helvetica, sans-serif;
	color: #fff;
	text-align: justify;
	background-color: #c7d202;
}
hr {
	border: 0 #c7d202 solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
h1 {
	margin-top: 50px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #c7d202;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}

/* Content
------------------------------------------------------------------------*/
#content {
	overflow: hidden;
	position: relative;
	margin-left: 430px;
	width: 230px;
	height: 100%;
	padding: 0 10px;
	background-color: #000;
}
#content img, #form {
	margin: 20px 0;
}
label {
	display: none;
}
input, textarea {
	font: 12px/1.5 "Century Gothic", Arial, Helvetica, sans-serif;
	border: none;
	background-color: #363636;
	width: 220px;
	height: 20px;
	padding: 5px;
	margin: 5px 0;
	color: #fff;
}
textarea {
	height: 140px;
}
.button {
	width: 115px;
	height: 30px;
	margin-left: 115px;
	padding: 0;
	background-color: #c7d202;
	color: #000;
	font-weight: bold;
}
input:hover, input:focus, textarea:hover, textarea:focus {
	background-color: #555;
	color: #fff;
}
.button:hover {
	cursor: pointer;
	border: 2px solid #fff;
	background-color: #c7d202;
	color: #000;
}
#partenaires img {
	margin: 0;
}
#partenaires h2 {
	margin-top: 20px;
}
#credits {
	margin: 40px 0;
}
/* Other
------------------------------------------------------------------------*/
#topbar {
	position: fixed;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #000;
}
#logo {
	position: fixed;
	margin: 100px 0 0 30px
}
#logoicons {
	clear: both;
	text-align: center;
}
#logoicons img {
	width: 80px;
	margin: 26px 20px;
}
#icons {
	position: fixed;
	width: 100px;
	margin-left: 730px;
	top: 30px;
	text-align: center;
}
#icons img {
	margin: 4px auto;
	width: 80px;
}
/* Tooltip
----------------------------------------------------------------------*/
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip.shadow {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 165px;
	opacity: 0.8;
	background: url('/images/shadow-2.png');
}
#tooltip.shadow h3 {
	margin-bottom: 0.15em;
	font-size: 12pt;
	color:#c7d202;
	width: 220px;
	text-align: center;
}
#tooltip.shadow div { width: 210px; text-align: justify; color:#c7d202;}

