body {
	font-family: "Lucida Grande" , Lucida, Verdana, sans-serif;
}

#content {
	width: 700px;
	margin: auto;
}

p {
	margin-top: 0;
	margin-bottom: 3px;
	font-size: .8em;
	padding: .2em 90px .5em 45px;
	border: 1px solid black;
	background: url(../images/p_background.gif) repeat-y;
}

p.glued {
	margin-bottom: 0;
	border-bottom: none;
	background-image: none;
}

p.no {
	background-image: none;
}

p.results {
	background-image: none;
	margin: 0;
	border-top: none;
	border-bottom: none;
}

.middle {
	background-image: none;
	margin: 0;
	border-bottom: none;
	border-top: none;
}

p.big {
	font-size: 1em;
	background-image: none;
	font-weight: bold;
	padding-top: 30px;
	padding-bottom: 30px;
}

p.big2 {
	font-size: .8em;
	background-image: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 12px;
	background-color: #333;
	color: #fff;
}

p.color {
	color: #00c4ad;
}

.bloc {
	width: 180px;
}

.left {
	float: left;
	margin-left: 0;
	margin-right: 0;
	width: 28px;
	border: none;
	background-image: none;
	padding-left: .5em;
	padding-right: .5em;
}

.right {
	float: right;
	margin-left: 0;
	width: 76px;
	border: none;
	padding-right: .5em;
	padding-left: .5em;
	background-image: none;
}

ul, ol {
	font-size: .8em;
	margin-bottom: 3px;
	padding-left: 65px;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: .5em;
	border: 1px solid black;
	border-top-style: none;
}

ul.border {
	border: 1px solid black;
}

ul.nobottom {
	border-bottom: none;
	margin-bottom: 0;
}

ul.notop {
	border-top: none;
}

li {
	padding-right: 90px;
}

li ul li {
	font-size: 1.2em;
}

p.band1 {
	background-color: #f00;
	color: white;
	font-size: 1.5em;
	line-height: 2em;
	padding-left: .5em;
}

h2 {
	background-color: #f00;
	color: white;
	padding-left: .5em;
	margin-top: 0;
	margin-bottom: 3px;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.7em;
}

h2.band1 {
	background-color: black;
	color: white;
	font-family: "Courier New" , Courier, mono;
	font-weight: bold;
}

h2.band1:first-child {
	margin-bottom: 0;
}

h2.band2 {
	background-color: #ffeb00;
	color: black;
}

h2.band3 {
	background-color: #2534ec;
}

h2.band4 {
	background: #e1000f;
}

h2.band5 {
	background-color: #fb9b0a;
}

h2.band6 {
	background-color: #2534ec;
}

h2.band7 {
	background-color: #009d64;
}

h2.band8 {
	background-color: black;
}

/* other */

h2.band9 {
	background-color: #e7dc00;
}

h2.band10 {
	background-color: #e8850e;
}

h2.band11 {
	background-color: #bd2f11;
}

h2.band12 {
	background-color: #ef0080;
}

h2.band13 {
	background-color: #00c4ad;
}

h3, h4 {
	background-color: black;
	color: white;
	font-weight: normal;
	line-height: 1.3em;
	font-size: 1em;
	margin-top: 0;
	margin-bottom: 3px;
	padding-left: .5em;
}

h4 {
	font-size: .8em;
}

#contact h4 {
	background-color: silver;
	color: black;
}

/*#conditions h3, #conditions h4 {
	background-color: #00c909;
}*/

/* @group WorkingConditions */

div#conditions {
	border: solid 1px;
	margin-bottom: 3px;
}

#conditions h3, #conditions h4 {
	background-color: white;
	color: black;
	font-weight: bold;
}

#conditions h3 {
	margin-bottom: 10px;
}

#conditions p {
	border: none;
	background: none;
}

#conditions ul {
	border: none;
}

table#sweden {
	padding-left: 40px;
	border-collapse: collapse;
	margin-left: 40px;
}

table#sweden p {
	padding: 5px;
}

ol {
	border: none;
}

ol.la {
	list-style-type: lower-alpha;
}

/* @end */

/* @group link */

a:link {
	color: red;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: red;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: black;
	text-decoration: underline;
}

h2 a:link, h3 a:link {
	color: white;
	text-decoration: none;
}

h2 a:visited, h3 a:visited {
	text-decoration: none;
	color: white;
}

h2 a:hover, h3 a:hover {
	color: white;
	text-decoration: underline;
}

h2 a:active, h3 a:active {
	color: #999;
	text-decoration: underline;
}

h2.band2 a:link {
	color: black;
	text-decoration: none;
}

h2.band2 a:visited {
	text-decoration: none;
	color: black;
}

h2.band2 a:hover {
	color: black;
	text-decoration: underline;
}

h2.band2 a:active {
	color: #999;
	text-decoration: underline;
}

a img {
	border: none;
}

/* @end */

.logo {
	border: 1px solid black;
	margin-bottom: 3px;
	padding-left: 45px;
	font-size: .8em;
}

.logo img {
	padding: 10px 30px 10px 0;
	vertical-align: top;
	border-top: none;
	border-bottom: none;
}

.portrait {
	float: right;
	margin: 4px;
}

#photos {
	display: table;
	padding-bottom: 3px;
}

#photos img.center {
	padding-right: 5px;
	padding-left: 5px;
}

.big_image {
	margin-bottom: 3px;
}

/* @group making-of */

#makingof {
	width: 535px;
}

#makingof p {
	background: none;
	padding: .5em;
}

#makingof p.big {
	background: none;
	padding: .5em;
	background-color: #ddd;
}

#makingof li {
	padding-right: 0.5em;
}

table.project {
	font-size: 11px;
	border: 1px solid #ccc;
	border-width: 2px 0;
	margin-bottom: 1.5em;
	width: 100%;
	margin-left: 0;
}

table.project th {
	border-bottom: 1px solid #ccc;
	text-align: left;
}

table.project th, table.project td {
	width: 50%;
}

.thumbs {
	float: left;
	margin: 3px 10px 1px 3px;
	border: 0;
}

.thumbs-r {
	float: right;
	margin: 3px 3px 1px 10px;
	border: 0;
}

p.conditions {
	float: right;
}

p.citation {
	color: #C00;
	border: solid;
	border-width: 5px 0;
	font: italic 11px Georgia, "Times New Roman" , Times, serif;
	padding: 3px 2px;
	margin-top: 50px;
	margin-bottom: 150px;
	width: 156px;
	background: none;
}

#entete p.citation {
	color: black;
	margin-top: 23px;
}

.entete p.citation {
	color: black;
	margin-top: 23px;
}

#citations {
	float: right;
	width: 160px;
}

#wtsai p {
	background: none;
	padding: .2em .5em .5em .5em;
	height: 86px;
}

div#slideshow {
	height: 400px;
}

div#title {
	background-color: #ccc;
	height: 20px;
	margin-bottom: .5em;
	color: #000;
	font-size: .8em;
}

#insert {
	margin-bottom: 3px;
	height: 189px;
}

#insert p {
	width: 165px;
	height: 22px;
	position: relative;
	left: 347px;
	padding-left: 15px;
	padding-top: 15px;
}

#insert p a:link {
	color: #000;
	text-decoration: none;
}

#insert p a:visited {
	text-decoration: none;
	color: #000;
}

#insert p a:hover {
	color: red;
	text-decoration: underline;
}

#insert p a:active {
	color: #333;
	text-decoration: underline;
}

.colonne_big {
	position: relative;
	top: -192px;
}

/* @end */

/* @group applying form */

th {
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	text-align: right;
	width: 200px;
	padding-right: 10px;
}

form table {
	border: 1px solid #000;
	margin-top: 10px;
	padding: 5px;
	width: 700px;
}

form table td {
	font-size: 13px;
}

p.thanks {
	font-size: 18px;
	height: 160px;
	padding-top: 60px;
}

/* @end */

div.space {
	height: 500px;
}