body {
	font-size: 14px;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #333;
	background: #fff url(../images/bg-page.gif) 0 0;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover,
#faq div a {
	text-decoration: underline;
}

#faq div a:hover {
	color: #000;
}

ul {
	margin: 0;
	padding: 0;
}

ol {
	padding-left: 21px;
}

ol li {
	padding-bottom:16px;
}

ol li li { 
	margin-left: 16px;
	list-style-type: disc;
	padding-bottom: 0;
}

ol div {
	padding-top: 6px;
}

#page {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

h1,h2,h3 {
	color: #333;
}

h1 {
	font-size:0.8em;
	left:28px;
	position:absolute;
	top:41px;
}

h2 {
	font-size: 250%;
	margin-top: 25px;
	padding-top: 35px;
}

h2, #footer {
	border-top: 1px solid #ccc;
}

#logo {
	text-decoration: none;
}

#logo img {
	border: none;
}

#languages {
	position: absolute;
	top: 23px;
	right: 0;
	text-transform: lowercase;
}

#languages li {
	float: left;
}

#languages li.last {
	border-left: 1px solid;
}

#languages li.last a {
	padding-right: 20px;
}

#navigation-primary {
	position: relative;
	text-transform: lowercase;
	font-size: 125%;
	font-weight: bold;
}

#navigation-primary-overlay {
	margin-top: 25px;
	width: 100%;
	background-color: #f3c400;
	opacity: 0.3;
	height: 2.55em;
}

#navigation-primary ul {
	position: absolute;
	right: 0;
	top: 11px;
}

#navigation-primary  li {
	float: left;
}

#languages li,
#navigation-primary  li,
#portefolio li {
	list-style-type: none;
}

#navigation-primary a {
	display: block;
}

#languages a,
#navigation-primary a {
	text-decoration: none;
	color: #000;
}

.vCard,
#languages a,
#navigation-primary a {
	outline: none;
}

#languages a {
	padding:0 10px;
}

#navigation-primary a {
	padding-right: 30px;
}

#languages a:hover,
#navigation-primary a:hover {
	text-decoration: underline;
}

#splash {
	font-size: 94px;
	letter-spacing: -9px;
	line-height: 78px;
	font-weight: bold;
	padding-left: 120px;
}

#splash p {
	margin: 0.5em 0;
}

#splash span {
	font-size: 60px;
	display: block;
	padding-left: 60px;
	letter-spacing: -4px;
}
.fr #splash span {
	padding-left: 20px;
}

.noJs #portefolio li {
	padding-left: 13px;
	margin-bottom: 13px;
}

#portefolio li {
	float: left;
	padding-left: 19px;
	margin-bottom: 19px;
	position: relative;
}
#portefolio li.first {
	padding-left: 0;
	clear: both;
}
#portefolio li.first div {
	left:2px;
}
#portefolio div {
	background-color:#000000;
	bottom:5px;
	color:#FFFFFF;
	left:21px;
	opacity:0.75;
	padding:16px;
	position:absolute;
	width:268px;
	display: none;
}
#portefolio div a,
#portefolio div span {
	font-size: 16px;
	display: block;
	padding-bottom: 10px;
	color: #fff;
	font-weight: bold;
}
#portefolio img {
	border: 2px solid #f3c400;
}

#services h2 {
	margin-bottom: 0;
}

#services div {
	float: left;
	width: 47%;
}
#services div.last {
	margin-left: 30px;
}

#services li {
	list-style-type: disc;
	margin-left: 16px;
	padding-bottom: 13px;
}

#faq .question {
	font-weight: bold;
}
#faq div {
	color: #808080;
}

#contact {
	padding-bottom: 30px;
}

#form-primary  {
	margin-right:20px;
	width:300px;
	float: left;
}

.noJs form {
	display: none;
}

form {
	float:left;
	width:60%;
}

address {
	font-style: normal;
}

fieldset {
	border:1px solid #D5D5D5;
	padding:0 2em 1em;
}
legend {
	background-color:#F4B50A;
	font-weight:bold;
	padding:0.5em 1em;
	text-transform:uppercase;
}
form dt, form dd {
	margin-bottom:1em;
}
form dt {
	clear:left;
	float:left;
	font-weight:bold;
	position:relative;
	width:10em;
}
.mandatory {
	color:#FF0000;
}
.non_mandatory {
	padding-left:0.8em;
}
.error_field {
	margin-left: 5px;
}
#magic {
	background-color:#EFEDE7;
	font-size:1.5em;
	font-style:italic;
	font-weight:normal;
	left:9px;
	position:absolute;
	text-align:center;
	top:0.85em;
	width:81px;
}
.form_action {
	margin-left:10em;
}

#progress_bar {
	padding-top: 10px;
	margin-left: -4px;
}

#action_status {
	background-color:#B0DE47;
	color: #333;
	padding: 5px;
}
#button_submit {
	margin-bottom: 10px;
}
.error {
	color: #fff;
	background-color:#ff0000 !important;
}
.icons {
	background: transparent url(../images/icons.gif) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
}
.vCard {
	background-position: 0 0;
	height: 12px;
	width: 16px;
}
.skype {
	background-position: 0 -12px;
	height: 42px;
	width: 93px;	
}
#footer {
	text-align: center;
	padding: 30px 0;
}

.clear {
	clear: both;
	display: block;
}

.hide {
	display: none;
}

.noJs .hide,
.show {
	display: block;
} 