@charset "iso-8859-1";
/* CSS Document */

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
a {
	outline:none;
	}
/* General */
body {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	color:#7e7e7e;
	background-color: #252326;
	}
#global {
	width:940px;
	margin:0 auto;
	}

/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider                         { width: 644px; height: 329px; position: relative; margin: 0 auto 4px; }
.anythingSlider .wrapper                { width: 644px; overflow: auto; height: 329px; margin: 0 auto; position: absolute; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #FFF; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 329px; width: 644px; margin: 0; }
.anythingSlider .arrow                  { display: block; /* height: 200px */; width: 65px; background: url(../img/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 1px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -55px; }
.anythingSlider .back                   { background-position: -67px 0; left: -55px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 342px; left:37px; text-align: center; }
#thumbNav a                             { padding: 1px 5px; margin: 0 6px 0 0; background: url(../img/slide_hov.gif) no-repeat 0 0; color:#373439;}
#thumbNav a:hover                       { background-image: url(../img/slide.gif); color:#A65188;}
#thumbNav a.cur                         { background: url(../img/slide.gif) no-repeat 0 0; color:#A65188;}

#start-stop                             { background-image: url(../img/stop.gif); background-repeat: repeat-x; margin:6px 0 0; padding: 8px 0; width: 16px; position: absolute; left: -1px; top: 349px; }
#start-stop.playing                     { background-image:url(../img/play.gif); }
#start-stop:hover                       { background-image: url(../img/stop.gif); }

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/* Captions */
h3.hover {
	background:transparent url(../img/bck_caption.png) repeat scroll 0 0;
	font-size:12px;
	margin:299px 0 0;
	padding:5px 0px 5px 11px;
	position:absolute;
	width:633px;
	}


/* Header */
#header {
	margin:50px 0 0;
	padding:0;
	}
#logo {
	width:575px;
	height:107px;
	margin:0 0 0 4px;
	padding:0;
	}
/* Menu */
#menu_lang {
	float:right;
	margin:0;
	padding:0;
	}
ul#menu{
	list-style:none;	
	padding:0;
	margin: 9px 0 0;
	height:27px;
	float:right;
}
ul#menu li{
	display: inline;
}

ul#menu li a{
	height: 27px;
	float: left;
	text-indent: -9999px;
}
ul#menu li#menu_fr a{
	width: 29px;
	background: url(../img/lang_sprite.png) no-repeat 0 0;
}
ul#menu li#menu_fr a:hover{
	background-position: 0 -27px;
}
ul#menu li#menu_en a{
	width: 29px;
	background: url(../img/lang_sprite.png) no-repeat -29px 0;
}
ul#menu li#menu_en a:hover{
	background-position: -29px -27px;
}
#fr ul#menu li#menu_fr a {
	background-position: 0 -27px;
}
#en ul#menu li#menu_en a {
	background-position: -29px -27px;
}
/* Content */
#clear {
	clear:both;
	}
h1 {
	font-size:76px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:60px;
	color:#a65188;
	margin:47px 0 0;
	padding:0;
	letter-spacing:-5px;
	}
.title_alt {
	font-size:51px;
	letter-spacing:-2px;
	}
.first_title {
	letter-spacing:-5px;
	}
.first_title_one {
	letter-spacing:-5px;
	}
h2 {
	font-size:24px;
	font-weight:normal;
	line-height:24px;
	color:#b0b0b0;
	margin:45px 0 25px 0;
	padding:0;
	}
.bold {
	font-weight:bold;
	}
.bold_work {
	font-weight:bold;
	font-size:67px;
	line-height:52px;
	letter-spacing:-3px;
	}
.bold_alt {
	font-weight:bold;
	font-size:46px;
	line-height:36px;
	letter-spacing:-2px;
	}
.bold_alternative {
	font-weight:bold;
	line-height:44px;
	}
.link {
	margin:32px 0 0;
	}
.link_project {
	margin:32px 0 0;
	}
.link_project_2 {
	margin:12px 0 0;
	}
.link_project_3 {
	margin:12px 0 0;
	}
.project {
	margin: 26px 0 0;
	}
.project_2 {
	margin: 26px 0 25px 0;
	}
.project_3 {
	margin: 26px 0 25px 0;
	}
p {
	margin:0;
	padding:0;
	}
.white {
	color:#FFF;
	}
a:link, a:visited {
	color:#73b3de;
	text-decoration:none;
	}
a:hover {
	color:#a65188;
	text-decoration:none
	}
.projects {
	margin:48px 0 0;
	border:10px solid #373439;
	}
.projects:hover {
	border:10px solid #FFF;
	}
.projects2 {
	margin:35px 0 0;
	border:10px solid #373439;
	}
.projects2:hover {
	border:10px solid #FFF;
	}
.projects3 {
	margin:35px 0 0;
	border:10px solid #373439;
	}
.projects3:hover {
	border:10px solid #FFF;
	}
/* Container */
#container, #container_who, #container_our,#container_contact {
	padding:0;
	margin:25px 0 0;
	width:100%;
	background: url(../img/bck_content.png) no-repeat 100% 0;
	}
#container_slide {
	padding:0;
	margin:-28px 0 0;
	width:100%;
	background: url(../img/bck_content.png) no-repeat 100% 0;
	position:relative;
	z-index:1;
	}
#anchor_container, #anchor_our, #anchor_who, #anchor_contact {
	margin:0;
	padding:0 0 0 907px;
	}
.anchor_top {
	display:inline;
	}
#anchors {
	width:40px;
	list-style:none;
	margin: 0 -40px 0 0;
	}
#anchors li {
	display:inline;
	}
#left {
	margin: 0 26px 0 0;
	padding:0;
	float:left;
	width:250px;
	text-align:right;
	}
#left_slide {
	margin: 133px 26px 0 0;
	padding:0;
	float:left;
	width:250px;
	text-align:right;
	}
#right {
	margin:0;
	padding:0;
	float:left;
	width:664px;
	}
#right_slide {
	margin:0;
	padding:0;
	float:left;
	width:644px;
	padding:10px;
	background-color:#FFF;
	}

#txt_left_form {
	margin: 53px 26px 0 0;
	float:left;
	width:319px;
	}
#txt_left {
	margin: 0 26px 0 0;
	float:left;
	width:319px;
	}
#txt_right {
	float:left;
	width:319px;
	}
#txt_right_conditions {
	float:left;
	width:380px;
	margin-left:200px;
	}
#txt_right_projects {
	float:left;
	width:319px;
	margin:-1px 0 0 0;
	}
#txt_right_projects h1+h1{
	margin:5px 0 0 0;
	}
#txt_right_form {
	float:left;
	width:319px;
	margin: 9px 0 0;
	}
ul {
	margin:33px 0 0;
	}
#txt_right_form ul {
	margin:-10px 0 0;
	}
#txt_right_form p {
	margin:10px 0 0;
	}
#txt_right_form p+p {
	margin:0;
	}
/* Form */
input {
	width:315px;
	height:24px;
	background-color:#373439;
	padding:8px 5px 0;
	margin:5px 0 5px 0;
	border:0 none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#7e7e7e;
	}
input:focus {
	color:#a65188;
	background-color:#FFF;
	}
textarea {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	width:315px;
	height:153px;
	background-color:#373439;
	padding:5px 5px 0 5px;
	margin:5px 0 0;
	border:0 none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#7e7e7e;
	overflow:auto;
	}
textarea:focus {
	color:#a65188;
	background-color:#FFF;
	}
.bt_envoyer {
	color:#FFF;
	cursor:pointer;
	background-color: #73b3de;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:80px;
	height:32px;
	margin:10px 0 0;
	padding:0 0 3px 0;
	}
.bt_envoyer:hover {
	background-color: #a65188;
	color:#FFF;
	}
/* Footer */
#footer {
	margin:100px 0 80px 0;
	}
strong {
	font-size:87px;
	font-weight:normal;
	line-height:49px;
	color:#a65188;
	margin:0 0 0;
	padding:0;
	letter-spacing:-3px;
	}
#footer ul {
	float:right;
	width:40px;
	cursor:pointer;
	display:inline;
	list-style-type:none;
	margin:4px 0 0;
	padding:0;
	}
#footer li a {
	display:block;
	width:40px;
	height:58px;
	background:url(../img/pinball.png) no-repeat 0 0;
	}
#footer li a:hover {
	background-position: 0 -58px;
	}
/* PINBALL */
#global_pinball {
	width:414px;
	margin: 0 auto;
	}
#flash {
	margin:50px 0 20px 0;
	padding:0;
	}
#global_pinball h2 {
	color:#A65188;
	font-size:23px;
	letter-spacing:-1px;
	margin:0;
	padding:32px 0 0;
	}
#global_pinball p+p {
margin:20px 0 0;
padding:0;
	}

#content_scores {
	padding:0;
	margin: 25px  0 60px 0;
	background: url(../img/bck_content.png) no-repeat 100% 0;
	}
#winers_names {
	float:left;
	margin:20px 0 0;
	width:207px;
	}
#winers_scores {
	float:left;
	margin:20px 0 15px;
	width:207px;
	}
#winers_names li {
	color:#A65188;
	height:20px;
	padding:5px 0  5px 10px;
	margin:10px 0 10px 0;
	background-color:#373439;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	}
#winers_scores li {
	text-align:right;
	color:#7e7e7e;
	height:20px;
	padding:5px 10px 5px 0;
	margin:10px 0 10px 0;
	background-color:#373439;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 5px;
	}
#back {
	text-align:right;
	margin:0;
	}
#back img {
	margin: 0 0 -3px 5px;
	}
.valid {
	margin:16px -6px 0 0;
	float:right;
	}
	
	
	
/* PREHEADER */
#ThisIsPreHeader { width:100%; height:20px; background-color:#000; padding:5px 0;
}
#ThisIsPreHeader960px { width:940px; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-size:11px; text-align:left;
}
#ThisIsPreHeader a { text-decoration:none; color:#7E7E7E;
}
#ThisIsPreHeader a:hover { text-decoration:none; color:#73B3DE;
}
	