* {
	margin: 0;
	padding: 0;
}

body {
	color: black;
	font: small/2em Georgia, "Times New Roman", Times, serif;
	background-color: #333;
	margin: 20px;
}

#container {
	width: 968px;
}

/* @group header */

#header {
	background: #333 url(main.jpg) no-repeat 0 0;
	width: 423px;
	height: 781px;
	margin-top: 0px;
	float: left;
	color: #E7F917;
}

#header #logo {
	background: url(logo-fanny.png) no-repeat 5px 8px;
	height: 100px;
	width: 300px;
	margin-top: -15px;
	margin-left: -15px;
}

#header h1 {
	text-align: left;
	text-indent: -900px;
	margin-top: 0px;
	padding: 0px;
	font-size: 3.4em;
	margin-left: 0px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
}

#header h1 a {
	text-decoration: none;
}

#header h1 a:hover {
	color: white;
}

#header h2 {
	text-indent: -900px;
	text-align: left;
	padding: 0;
	margin: 0px;
	font-size: 1.5em;
}



/* @end */

/* @group navigation */

#navigation {
	margin-top: 30px;
	text-align: right;
	margin-left: 273px;
	width: 150px;
	position: fixed;
	background: url(tournesol-fond.png) no-repeat 0 0;
	min-height: 200px;
}

ul#menu {
	height: 30px;
	margin: 5px 0 0 0;
	text-align: right;
}

ul#menu li {
	list-style-type: none;
	text-align: right;
}

ul#menu li a {
	text-decoration: none;
	text-transform: capitalize;
	background-color: #E7F917;
	color: black;
	padding: 2px 5px;
}

ul#menu li a:hover, ul#menu li .on {
	background-color: #B0C000;
	color: black;
}

ul#menu li .on {
	background-color: #B0C000;
	color: black;
}

/* @end */

/* @group text */

#right_container {
	float: left;
	width: 535px;
	min-height: 681px;
	padding: 0;
}

#lang {
	text-align: left;
}

#content {
	background-color: #F6F7F7;
	padding: 10px 30px;
	border-left: 5px solid #B0C000;
	line-height: 1.8em;
}

#content .body {
	border-top: 1px solid #000;
	line-height: 2em;
	padding-top: 8px;
}

#content p {
	margin-bottom: 15px;
	text-indent: 15px;
}

#content ul {
	margin-left: 50px;
	margin-top: -10px;
}

#content .title h2 {
	margin-top: 24px;
	margin-bottom: 5px;
	font-size: 2em;
	font-variant: small-caps;
}

#content input, #content textarea, #content select {
	display: block;
	margin-bottom: 10px;
}

#content img {
	border: 1px solid #333;
	padding: 3px;
	margin: 10px;
}



/* @end */

#footer {
	text-align: center;
	background-color: white;
	color: black;
	margin-bottom: 10px;
	margin-top: 10px;
}

#footer img {
	padding: 0;
	border: none;
	vertical-align: bottom;
	margin: 0;
}

#content_quote {
	font-style: italic;
	color: #555;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px 10px 20px 10px;
	font-size: 1em;
	line-height: 1.25em;
}

#quote {
	font-style: italic;
	color: #E7F917;
	width: 180px;
	padding: 10px;
	font-size: 0.85em;
	line-height: 1.25em;
}

#credits {
	text-align: right;
}

/* @group style */

a {
	color: #E7F917;
}

a:hover {
	color: black;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
}

h3 {
	margin: 0;
	font-size: 1.5em;
}

h3 a {
	text-decoration: none;
	color: #293751;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	background: #d6dade;
	margin: 2px 0 0 0;
	padding: 3px;
	border-top: 1px solid #89919f;
}

h5.title {
	margin: 0;
	font-size: 1em;
}

img {
	border: 0;
}



/* @end */

#content.coordonnees a{color: #666666; text-decoration: none;}
#content.coordonnees a:hover{color: #333333; text-decoration: underline;}

#content.coordonnees div.left{
	float: left;
	width: 270px;
}
#content.coordonnees div.right{
	float: left;
	width: 180px;
}
#content.coordonnees div.map{
	clear: left;
	width: 470px;
	height: 460px;
}
