* {
	padding: 0;
	margin: 0;
	outline: none;
}
body {
	background: #8391a0;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.4;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.center {
	text-align: center;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clearance {
	clear: both;
}
.rimage {
	float: right;
	border: 1px solid black;
	margin: 0 0 5px 10px;
}
.big {
	font-size: 24px;
	font-weight: bold;
	color: #009790;
}

.container {
	width: 956px;
	margin: 0 auto 0 auto;
}

#header {
	width: 100%;
	height: 148px;
	background: transparent url(../images/v2/header_bg.jpg) repeat-x top left;
}
#header div.container {
	position: relative;
	width: 956px;
	height: 148px;
	margin: 0 auto 0 auto;
}
#header div.container .logo {
	display: block;
	width: 266px;
	height: 116px;
	background: transparent url(../images/v2/logo.jpg) no-repeat top left;
}
#header div.container_admin {
	position: relative;
	width: 1000px;
	height: 148px;
	margin: 0 auto 0 auto;
}
#header div.container_admin .logo {
	display: block;
	width: 266px;
	height: 116px;
	background: transparent url(../images/v2/logo.jpg) no-repeat top left;
}
#header div.container h1 {
	position: absolute;
	display: block;
	width: 363px;
	height: 38px;
	top: 47px;
	right: 100px;
	background: transparent url(../images/v2/slogan.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#menu {
	position: absolute;
	bottom: 1px;
	list-style: none;
}
#menu li {
	float: left;
	display: block;
}
#menu li a {
	display: block;
	width: 124px;
	height: 26px;
	background: transparent url(../images/v2/menu_li_bg.jpg) no-repeat top right;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	font-size: 11px;
}
#menu li a.big {
	display: block;
	width: 164px;
	height: 26px;
	background: transparent url(../images/v2/menu_big_li_bg.jpg) no-repeat top right;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 28px;
	font-size: 11px;
}
#menu li a:hover, #menu li a.active {
	background-position: top left;
	color: #009790;
}
#menu li a.big.active {
	background-position: top left;
	color: #009790;
}
#main {
	width: 100%;
	background: #edebd6;
	min-height: 400px;
}
#footer {
	width: 100%;
	height: 52px;
	line-height: 52px;
	color: white;
	background: transparent url(../images/v2/footer_bg.jpg) repeat-x top left;
	text-align: center;
}
#main_container {
	margin: 0;
	padding: 10px 0 20px 0;
}
#inner_container {
	background: transparent url(../images/v2/main_bg.jpg) repeat-y top left;
}
#left_column {
	float: left;
	width: 604px;
	margin-right: 40px;
}
#right_column {
	float: left;
	width: 312px;
}
#main_container h1 {
	color: #666;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #009790;
}
#main_container h2 {
	color: #009790;
	font-family: Helvetica,verdana,arial,sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 10px 0;
}
#main_container h3 {
	color: black;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 0 5px 0;
}
#main_container p {
	margin: 0;
	padding-bottom: 20px;
}
#main_container a {
	color: #009790;
	text-decoration: underline;
}
#main_container a:hover {
	text-decoration: none;
}
#footer a {
	color: white;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
label, th {
	font-weight: bold;
	color: #4A653C;
	text-align: left;
}
label small, th small {
	color: #666;
	font-weight: normal;
	font-style: italic;
}
input[type="text"], textarea, input[type="password"], select {
	border: 1px solid #3A612C;
	color: #3A612C;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: bottom;
}
.small_text {
	font-size: 10px;
	color: #666;
}
#main_container ul {
	margin: 0 0 20px 40px;
	padding-top: 20px;
	list-style: none;
}
#main_container ul li {
	background: transparent url(../images/bullet.gif) no-repeat 2px -2px;
	padding-left: 20px;
	margin-bottom: 6px;
}
/* Flash messages */

.message {
	background: #F6FED1;
	padding: 10px;
	margin: 20px 0 20px 95px;
	width: 800px;
	border: 6px solid red;
	color: red;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

/* ActiveRecord validation error messages */

#main .errorExplanation {
	background: #F6FED1;
	color: red;
	border: 6px solid red;
	margin: 0 auto 20px auto;
	padding: 10px;
}
#main .errorExplanation h2 {
	margin-top: 0;
	color: red;
	text-align: center;
}
#main .errorExplanation p {
	text-indent: 0;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px 0 10px 0;
}
#main .errorExplanation ul {
	margin-left: 70px;
	list-style-type: disc;
}
#main .errorExplanation ul li {
	margin-left: 120px;
	background: transparent;
	padding: 0;
	margin-bottom: 0;
}
.fieldWithErrors label, .fieldWithErrors label small {
	color: red;
}
.fieldWithErrors textarea, .fieldWithErrors input, .fieldWithErrors select {
	border: 2px solid red;
	background: #F6FED1;
}

/* Datagrid */

table.datagrid {
	width: 99%;
	border: 2px solid #009790;
}
table.datagrid th {
	background: #009790;
	padding: 2px;
	color: white;
}
table.datagrid td {
	padding: 2px;
}
table.datagrid td.action_links {
	text-align: right;
	padding-right: 4px;
	width: 80px;
}
table.datagrid td.action_links table {
	width: 100%;
}
table.datagrid td.action_links tr {
	background: transparent;
}
table.datagrid tr.odd {
	background: #E4F2EE;
}
table.datagrid tr, table.datagrid tr.even {
	background: white;
}

/* Small icons */

#main_container .edit_icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url(../images/edit_icon.gif) no-repeat bottom left;
	border: none;
}
#main_container .edit_icon:hover {
	background-position: top left;
}
#main_container .del_icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url(../images/del_icon.gif) no-repeat bottom left;
	border: none;
}
#main_container .del_icon:hover {
	background-position: top left;
}
#main_container .up_icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url(../images/up_icon.gif) no-repeat bottom left;
	border: none;
}
#main_container .up_icon:hover {
	background-position: top left;
}
#main_container .down_icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url(../images/down_icon.gif) no-repeat bottom left;
	border: none;
}
#main_container .down_icon:hover {
	background-position: top left;
}
#main_container .add_link {
	display: inline-block;
	height: 16px;
	padding-left: 20px;
	line-height: 17px;
	background: transparent url(../images/add_icon.gif) no-repeat bottom left;
	border: none;
	font-size: 16px;
}
#main_container .add_link:hover {
	background-position: top left;
}
/* Photo links */
#main_container a.photo_link {
	border: none;
}
#main_container a.photo_link img {
	border: none;
}
/* Spinner */
#spinner {
	display: block-inline;
	width: 16px;
	height: 16px;
	background: transparent url(../images/spinner.gif) no-repeat top left;
}
/* Catalogue des terrains */

#main_container .lot_catalog {
	padding: 5px;
	margin: 0 0 20px 0;
	border: 1px solid #edebd6;
}
#main_container .lot_catalog:hover {
	background: #f7f6e7;
	border: 1px solid #d4d2bf;
}
#main_container .lot_catalog h1 {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	border: none;
	padding: 0;
	margin: 0;
}
#main_container .lot_catalog h2 {
	font-size: 12px;
	font-weight: normal;
	color: #009790;
	border: none;
	padding: 0;
	margin: -4px 0 0 0;
	font-style: italic;
}
#main_container .lot_catalog p {
	margin: 5px 0 0 0;
	text-align: justify;
	padding: 0;
	font-size: 10px;
	letter-spacing: -0.03em;
	line-height: 1;
	color: #666;
}
#main_container .lot_catalog img {
	margin: 0 5px 0 0;
	border: none;
	float: left;
}
#main_container .lot_catalog a.no_miniature {
	display: block;
	float: left;
	width: 150px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	background: white;
	border: 1px solid #ccc;
	margin: 0 10px 0 0;
	color: #999;
}

/* Fiche terrain */

#lot_card {
	width: 99%;
}
#lot_card .no_thumbnail {
	width: 300px;
	height: 200px;
	text-align: center;
	vertical-align: center;
	background: #f3f3f3;
	border: 1px solid #ccc;
	color: #999;
}
#lot_card .miniatures {
	width: 180px;
	vertical-align: top;
	padding-top: 20px;
}
#lot_card .miniatures a {
	border: none;
}
#lot_card .miniatures a img {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 4px;
}
#lot_card .miniatures a:hover img {
	border-color: #009790;
}
#lot_card .specs {
	width: 380px;
	text-align: left;
	vertical-align: top;
}
#lot_card .specs .spec_table {
	text-align: right;
	margin: 10px 0 0 40px;
	border-collapse: collapse;
}
#lot_card .specs .spec_table td, #lot_card .specs .spec_table th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-right: 5px;
}
#lot_card .specs .spec_table th {
	color: #009790;
}
#lot_card .specs .desc_text {
	width: 300px;
	font-size: 0.75em;
	text-align: justify;
}

/* Example cards */

#main_container .example_card {
	width: 700px;
	padding: 5px;
	margin: 0 auto 10px auto;
}
#main_container .example_card .example_photo_link, #main_container .example_card .example_photo_link img {
	border: none;
	float: left;
	margin: 0 5px 5px 0;
}
#main_container .example_card .example_photo_link img {
	border: 1px solid #009790;
}
#main_container .example_card .example_name {
	color: #009790;
	font-size: 16px;
	font-weight: bold;
	border: none;
	text-transform: uppercase;
}
#main_container .example_card .example_sector {
	font-size: 0.85em;
	color: #999;
	text-align: right;
}
#main_container .example_card .example_desc {
	font-size: 0.75em;
	text-align: justify;
	padding-top: 10px;
}
#main_container .example_card .example_desc p {
	margin: 0;
}

/* Data tables */

#main_container .data_table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 10px auto 10px auto;
}
#main_container .data_table td {
	padding: 2px 4px;
	border: 1px solid #ccc;
}
.flash_video {
	text-align: center;
}
.bouton_martinique {
	display: block;
	width: 279px;
	height: 116px;
	margin: 5px auto 0 auto;
	border: none;
	text-decoration: none;
	background: transparent url(../images/v2/bouton-martinique.jpg) no-repeat top left;
}