body {
	background-color:#f2f2f2;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666; }

img { border: 0; }

#wrapper { 
	margin: 0 auto;
	width: 800px; }

#faux {
	overflow: auto;
	width: 100%;
	background-color:#ffffff;
	margin-bottom: 1px; }

/* HEADER */

#header {
	width: 780px;
	padding: 10px;
	background-color:#ffffff;
	margin-bottom: 1px; }

.lang_selector {
	width: 560px;
	height: 27px;
	float: right;
	text-align: right;
	font-size: 0.85em; }

.lang_selector select {
	font-size: 0.85em; }

#header_bloctexte {
	float: right;
	text-align: center;
	width: 560px; }

#bloc_haut {
	width: 800px;
	height: 213px;
	background-color:#ffffff;
	margin-bottom: 1px; }

/* COLONNE GAUCHE */

#leftcolumn {
	display: inline;
	width: 212px;
	float: left;
	padding-top: 5px;
	padding-bottom: 3px; }

.menu_title {
	display: block;
	background-color: #f2f2f2;
	color: #000000;
	padding: 4px 2px 4px 4px;
	margin-bottom: 1px;
	margin-left: 5px; }

#leftcolumn a, #leftcolumn a:link, #leftcolumn a:visited {
	color: #000000;
	text-decoration: none; }

#leftcolumn a:hover {
	background-color: #ebebeb; }

ul.menu_sub {
	margin: 0;
	padding: 0;
	font-size: 0.87em; }

ul.menu_sub li {
	list-style-image: none;
	display: block;
	background-color: #f2f2f2;
	color: #000000;
	padding: 4px 2px 4px 12px;
	margin-bottom: 1px;
	margin-left: 5px; }

ul.menu_sub li:hover {
	background-color: #ebebeb; }

#leftcolumn h1 { margin-left: 5px; }
#leftcolumn h2 { margin-left: 5px; }
#leftcolumn p { margin-left: 5px; }

/* COLONNE DROITE */

#rightcolumn { 
	float: right;
	margin: 0px 10px 20px 0px;
	width: 567px;
	display: inline;
	position: relative; }

/* FOOTER */

#footer {
	width: 800px;
	clear: both;
	margin-bottom: 10px;
	text-align: center;
	font-size: 0.85em; }

#footer_left {
	display: block;
	width: 202px;
	float: left;
	background-color: #e4e2d9;
	padding: 30px 5px 30px 5px;
	color: #929292; }

#footer_left a, #footer_left a:link, #footer_left a:hover {
	color: #929292;
	text-decoration: underline; }

#footer_left a:hover {
	text-decoration: none; }

#footer_right {
	display: block;
	width: 577px;
	float: right;
	background-color: #eceae5;
	padding: 30px 5px 30px 5px; }

#footer_right a, #footer_right a:link, #footer_right a:hover {
	color: #6699cc;
	text-decoration: underline; }

#footer_right a:hover {
	text-decoration: none; }

.clear { clear: both; background: none; }

/* MISE EN FORME */

h1 {
	font-weight: bold;
	color: #ff9900;
	font-size: 15px;
	margin-top: 10px; }

h2 {
	font-weight: bold;
	color: #555555;
	font-size: 14px;
	margin-top: 10px; }

a, a:link, a:visited {
	color: #000000;
	text-decoration: underline; }

a:hover {
	color: #000000;
	text-decoration: none; }

input { font-size:10px; }

select { font-size:10px; }

textarea { font-size:12px; }

label {
	display: block;
	width: 135px;
	float: left;
	text-align: left;
	margin-right: 10px;
	vertical-align: bottom;
	padding-top: -5px; }

hr {
	border: 0;
	height: 1px;
	background-color: #c5c5c5; }

#marqueecontainer {
	position: relative;
	width: 90%; /*marquee width */
	height: 130px; /*marquee height */
	overflow: hidden;
	padding: 2px; }

.valid { color: #63a812; }
