* {
	margin: 0;
	padding: 0;
}


/* @group hacks */

.clearfix { display: inline-block;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/* @end */



a img {
	border: none;
}

body {
	background-color: #3a4e74;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

#header {
	position: absolute;
	left: 10px;
	top: -20px;
	width: 934px;
	height: 20px;
}

#container {
	position: relative;
	width: 912px;
	height: 597px;
	background: #fff url(../img/main_bg.gif);
	margin: 30px auto;
	margin-bottom: 0;
	padding: 19px 21px 22px;
}

#background,
.background {
	position: absolute;
	width: 912px;
	height: 597px;
	background-image: url(../img/home_bg.jpg);
	background-repeat: no-repeat;
}

#background.jour,
.background.jour {
	background-image: url(../img/home_jour.jpg);
}

#background.nuit,
.background.nuit {
	background-image: url(../img/home_nuit.jpg);
}

#leftside {
	position: absolute;
	width: 213px;
	height: 597px;
}

/* @group rightside */

#rightside {
	position: absolute;
	top: 19px;
	right: 21px;
	width: 417px;
	height: 597px;
}

#rightside img {
	display: block;
	float: left;
}

#rightside div {
	position: relative;
	color: #fff;
	float: left;
	width: 44%;
	padding: 10px;
}

#rightside #diaporama, #rightside #diaporama object, #rightside #diaporama object {
	float: left;
	width: 417px;
	height: 330px;
	margin: 0;
	padding: 0;
}

#rightside #diaporama {
	border-bottom: 5px solid #fff;
}

#rightside div.large, #rightside ul.large {
	width: 94%;
}

#rightside h2 {
	font-size: 14px;
}

#rightside h2,
#rightside h3 {
	color: #fff;
}

#rightside ul {
	float: left;
	margin: 0 0 0 10px;
}

#rightside li {
	margin: 5px 0;
	padding: 0 0 0 30px;
	color: #fff;
	list-style-type: none;
	background: url(../img/picto.gif) no-repeat;
}

#rightside li a {
	color: #fff;
}
#rightside li.hotel {
	background-position: left bottom;
}
#rightside li a:hover {
	text-decoration: underline;
}

/* @end */




/* @group navigation */

#nav {
	position: relative;
	list-style-type: none;
	background: url(../img/europ-circle.gif) no-repeat;
	padding: 28px 5px 80px;
	margin: 0 0 60px
}

#nav li {
	display: block;
	float: left;
	clear: left;
	position: relative;
	width: 82px;
	font-size: 14px;
	text-align: right;
	padding: 0 25px 9px 0;
}

#nav li.right {
	text-align: left;
}

#nav #entreprise, #nav #projets, #nav #references, #nav #liens, #nav #contact {
	position: absolute;
}

#nav #entreprise {
	top: 26px;
}

#nav #projets {
	top: 50px;
}

#nav #references {
	top:  50px;
	left: 155px;
}

#nav #liens {
	top: 72px;
	left: 155px;
}

#nav #contact {
	/*top: 96px;*/
	top: 72px;
	left: 155px;
}

ul#nav li a {
	color: #22367F;
	text-decoration: none;
}

ul#nav li.current a {
	color: #7ebc15;
	font-weight: bold;
	text-decoration: underline;
}

ul#nav li a:hover {
	font-weight: bold;
}

/* @end */

/* @group content */

#content {
	/*display: none;*/
	position: relative;
	left: 213px;
	width: 262px;
	height: 567px;
	padding: 15px 10px;
	background-color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

/*
#home #content {
	filter: alpha(opacity=0);
	opacity: 0;
}
*/

p.right {
	text-align: right;
}

#content.large {
	position: relative;
	left: auto;
	width: auto;
	overflow: auto;
	/*height: auto;*/
}

#content.large div.col {
	float: left;
	width: 370px;
	margin: 1em ;
	border-right: 1px solid #ccc;
}

#content.large p {
	margin: .7em 1em;
}

#content a {
	color: #1e3580;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

#link {
	text-align: center;
}

#link li {
	list-style-type: none;
	margin: 0 0 5px;
}

#link a {
	font-size: 16px;
	line-height: 24px;
}

#link a:hover {
	font-weight: bold;
}

ul.nav, dl {
	margin: 0 0 0 30px;
}

ul.nav li, dt {
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}

ul.nav li {
	margin: .4em .8em;
}

dd {
	color: #70828a;
	font-size: 10px;
	line-height: 11px;
	margin: 0 0 6px;
}

p.intro:first-letter {
	font-size: 30px;
	line-height: 30px;
	margin: 0 4px 0 0;
	float: left;
}

h1 {
	padding: 0;
	margin: 0 0 15px;
	width: 260px;
	height: 34px;
	background: url(../img/logo.gif) no-repeat;
	font-size: 1px;
	color: #fff;
	text-indent: -5000px;
}

h1 a {
	display: block;
	height: 34px;
	overflow: hidden;
}

h2, h3 {
	margin: .8em 0 .4em;
	color: #1e3580;
}

h2 {
	font-size: 1.3em;
	text-transform: uppercase;
}

h3 {
	color: #641506;
}

#content p {
	line-height: 15px;
	margin: .7em 0;
}

#address, #mail, #tel {
	text-align: center;
}

#address strong {
	color: #1e3580;
}

/* @group project */

#projectlist {
	position: relative;
	width: 262px;
	height: 80px;
	overflow: hidden;
	z-index: 100;
}

#projects {
	position: absolute;
	top: 0;
	left: 0;
}

div#wn {
	position: absolute;
	left: 0;
	top: 0;
	width: 262px;
	height: 80px;
	clip: rect(0, 262px, 80px, 0);
	overflow: hidden;
	z-index: 1;
}

div#lyr1 { 
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index: 1;
}

#projectnav {
	text-align: center;
	color: #71828a;
}

#projectnav a.left, #projectnav a.right {
	display: block;
	width: 16px;
	height: 0;
	padding: 14px 0 0;
	text-align: left;
	overflow: hidden;
}

#projectnav a.left {
	background: url(../img/nav-left.gif);
	float: left;
}

#projectnav a.right {
	background: url(../img/nav-right.gif);
	float: right;
}

#projectnav em {
	float: left;
	width: 210px;
	margin: 0 0 0 10px;
	font-style: normal;
}

#projectlist a img {
	border: 1px solid #fff;
}

#projectlist a:hover img {
	border: 1px solid #71828a;
}


/* @end */
 

/* @end */

/* @group footer */

#footer {
	position: relative;
	width: 934px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 4px 10px;
}
	
#footer, #footer a, #header #top, #header #top a {
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

#footer p.left {
	float: left;
}

#footer p.right {
	float: right;
}

/* @end */

/* @group contactform */

#contactaddress p {
	margin: 0;
	font-size: 11px;
}

#contactaddress {
	position: absolute;
	bottom: 0;
}
#contactform {
	border: 1px solid #fff;
}

#contactform fieldset {
	border: none;
}

#contactform br {
	clear: both;
}

#contactform input {
	font: 11px Arial, Helvetica, sans-serif;

}
#contactform input, #contactform textarea, #contactform  label {
	display: block;
	width: 175px;
	height: auto;
	margin: 4px 0;
	float: left;
}

#contactform  label {
	width: 80px;
}

#contactform input.checkbox {
	width: auto;
	margin: 4px 0;
	padding: 0;
}

#contactform label.checkbox {
	margin: 5px 0 0 4px;
	padding: 0;
	font-size: 10px;
	width: 230px;
}

#contactform input.submit {
	float: right;
	clear: both;
	margin: 0 2px;
	width: 175px;
	height: 22px;
}

/* @end */

#error {
	padding: 2px 0;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	color: #f00;
}

/* @group references */

#content dl.references a {
	text-decoration: underline;
}

.references a {
	color: #fff;
}

.references a:hover {
	color: #ccc;
}

.references p {
	margin: .3em 0 .6em;
}


div.references p.text {
	margin: 1em 0;
}

div.references .more a {
	display: block;
	color: #fc3;
	text-align: right;
}

/* @end */

/* @group subnav */
#subnav {
	height: 18px;
	margin: 0 0 2.3em;
	list-style: none;
	background: #e4e6e6;
}

#subnav li {
	float: left;
	width: 87px;
	text-align: center;
	font-size: 11px;

}

#subnav a {
	display: block;
	line-height: 18px;
}

#subnav a:hover, #subnav a.current {
	background-color: #bbc1c1;
}
/* @end */


#subnav2 {
	list-style: none;
	margin: .5em;
}

#subnav2 li {
	margin: 2.5em 0;
}

#subnav2 li a {
	display: block;
	padding: .2em .5em;
	background-color: #eee;
}

#subnav2 li a:hover {
	background-color: #d8dce3;
}


ul.references {
	height: 310px;
	margin: 0 0 0 20px;
	list-style: none;
	border-bottom: 1px solid #eee;
	overflow: auto;
}

ul.references li {
	padding: .8em 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
}

ul.references li.current {
	background-color: #eee;
}

#content ul.references li.current a {
	/*color: #7ebc15;*/
}


ul.references li small {
	display: block;
	color: #70828a;
	font-size: 10px;
	line-height: 11px;
	margin: 0 0 6px;
}

#content ul.references li a {
	text-decoration: underline;
}