/* @override http://ideva-esa/application/lib/css/main.css */

html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	min-width: 840px;
	text-align: center;
	background: #264251 url(../images/fond.jpg) repeat-x;
	background-color: #264251;

}

/* @group Helpers */

.clear {
	clear: both;
}

.debug {
	background-color: orange;
	padding: 1em;
}



.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }

/* @end */


#wrapper {
	margin: 0 auto;
	width: 909px;
	background-color: white;
}

#container {
	margin-top: 8px;
	margin-bottom: 8px;
}

#logo {
	float: left;
}

#navigation {
	float: right;
	width: 650px;
	
}

#navigation ul li {
	display: block;
	float: left;
}

#navigation ul li a {
	display: block;
	float: left;
}

#navigation ul li a span {
	display: none;
}

#title {
	float: right;
}

#contents {
	text-align: left;
	margin: 8px;
}

div.left-column, div.middle-column, div.right-column {
	float: left;
	padding: 8px;
	padding-top: 0;
}

div.left-column {
	width: 240px;
	background: url(../images/p2.jpg) no-repeat right top;
}

div.middle-column {
	padding-left: 4px;
	padding-right: 4px;
	width: 400px;
}

div.right-column {
	width: 200px;
	background: url(../images/p2.jpg) no-repeat left top;
}

div.top-column {
	width: 400px;
	background: url(../images/p1.jpg) no-repeat 0 bottom;
}

div.bottom-column {
	width: 400px;
}

div.main-column {
	margin-left: 260px;
	font-size: 12px;
}

div.main-column strong {
	color: black;
}

dl {
	display: block;
	float: left;
	width: 280px;
}

dl dt {
	padding-top: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

dl dd {
	padding-top: 2px;
/*	height: 70px;*/
}

dl dd a {
	font-size: 12px;
}

dl dd em {
	font-size: 12px;
}

dl dd b {
	display: block;
	float: left;
	width: 50px;
}

h3 a {
	color: #0473bb;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

h4 {
	color: #b38f5d;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 14px;
}

p em, p strong {
	font-weight: bold;
}

p em {
	color: #993300;
}

p strong {
	color: #0099ff;
}

.footer {
	padding: 8px;
	font-size: 10px;
	clear: both;
}

.left-column p + p {
	margin-left: 18px;
	width: 200px;
}

.middle-column p + p {
	margin-left: 8px;
	padding-bottom: 12px;
}

.right-column p+p {
	margin-left: 8px;
}

a {
	color: rgb( 0, 153, 255);
}

.noborder {
	background: none !important;
}

div.images {
	float: right;
	width: 640px;
	font-size: 12px;
}

div.images strong {
	font-weight: bold;
}

div.images em {
	font-size: 12px;
}





div.gallery {
	padding-top: 8px;
}

div.gallery div.link-back a ,
div.gallery div.image a {
	text-decoration: none;
	font-size: 12px;
	color: #8e8e8e;
	font-weight: bold;
}

div.gallery div.link-back a img,
div.gallery div.image a img {
	vertical-align: middle;
	padding-right: 4px;
}

div.gallery div.image div.left {
	float: left;
	width:  300px;
}

div.gallery div.image div.right {
	float: left;
	width: 320px;
}

div.gallery div.image dl dt {
	font-size: 12px;
	padding-top: 0;
	font-weight: normal;
	text-transform: none;
	line-height: 12px;
}

div.gallery div.image dl dd {
	font-size: 12px;
	padding-bottom: 8px;
}

div.gallery div.image dl dd em {
	font-weight: bold;
	font-size: 14px;
}

div.image-list ul li {
	float: left;
	display: block;
	padding-right: 8px;
	padding-bottom: 8px;
}

div.gallery hr {
	clear: both;
	border: 0;
	border-bottom: 1px solid #ccc;
	padding-top: 4px;
}

div.gallery div.image-list-header {
	clear: both;
	padding-top: 8px;
	padding-bottom: 16px;
}


div.gallery div.image-list-header hr {
	padding-top: 0;
}

div.gallery div.link-back {
	position: absolute;
	margin-left: -170px;
	margin-top: 242px;
}

div.gallery div.link-back a img {
	vertical-align: -3px;
}


ul.artists li {
	display: block;
	float: left;
	padding: 7px 18px 7px 18px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

ul.artists li.last {
	border-right: 0;
}

div.buttons {
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
}
div.selector {
	float: left;
	width: 240px;
}

div.selector a {
	text-decoration: none;
}

div.buttons a {
	text-decoration: underline;
}





/* Formulaires */

form ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
form ol li {
	margin-bottom: 10px;
}
form ol li em {
	display: block;
	float: left;
	font-size: 14px;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 10px;
	color: #13bff1;
	font-weight: bold;
}

form hr {
	margin-bottom: 20px;
	border: 0;
	clear: both;
	border-bottom: 1px solid grey;
}

span.form-error {
	display: block;
	width: 220px;
	position: absolute;
	background-color: #ffec54;
	margin-left: 386px;
	padding: 5px;
}

span .pointer {
	background-image: url(../images/arrow.png);
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top:0px;
	left: -16px;
}

.form_input_text,
.form_select {
	width: 360px;
}

ol li hr {
	display: none;
}

form hr {
	border: none;
	border-bottom: 1px solid lightgrey;
}

#field_luconditions_label .mandatory {
	float: left;
}

#form_1 h2 {
	display: none;
}

