/* -- GENERAL -- */

@font-face {
    font-family: 'HarabaraRegular';
    src: url('../fonts/harabara-webfont.eot');
    src: url('../fonts/harabara-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/harabara-webfont.woff') format('woff'),
         url('../fonts/harabara-webfont.ttf') format('truetype'),
         url('../fonts/harabara-webfont.svg#HarabaraRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#303C3F;
	background:url(../img/background.jpg);
}

body, div, p, a, ul, li, h1, h2, h3 {
	margin:0;
	padding:0;
}

a, input{
	outline:none;
	text-decoration:none;
}

img {
	border:none;
}

li {
	list-style:none;
}

.clear{
	clear:both;
}


/* -- MAIN -- */

#main{
	background-color:#f7f7f7;
}

#content{
	width:900px;
	margin:auto;
	padding-top:40px;
}

#intro-txt{
	width:670px;
	float:left;
}

#intro-txt h1{
	font-size:52px;
	font-family:'HarabaraRegular', Arial, Helvetica, sans-serif;
	color:#434c51;
	text-transform:uppercase;
	line-height:35px;
}

#intro-txt h2{
	font-size:52px;
	font-family:'HarabaraRegular', Arial, Helvetica, sans-serif;
	color:#13abe3;
	text-transform:uppercase;
}

#intro-desc{
	text-transform:uppercase;
	color:#737d83;
	font-size:24px;
	font-weight:bold;
}

#intro-desc span{
	color:#434c51;
}

#intro-photo{
	float:right;
}

.separation{
	background-image:url(../img/separation.png);
	width:791px;
	height:1px;
	margin:auto;
	margin-bottom:40px;
	margin-top:40px;
}


/* -- FOOTER -- */

#footer{
	background:url(../img/background.jpg);
}

#container-footer{
	background:url(../img/ombre_footer.png);
	background-repeat:repeat-x;
	height:18px;
}

#content-footer{
	width:900px;
	margin:auto;
	border-bottom:solid 1px #22252a;
}

.footer-bloc{
	float:left;
	padding-top:25px;
	padding-bottom:20px;
}

.first-footer-bloc{
	width:280px;
	margin-left:0px;
}

.second-footer-bloc{
	width:200px;
	margin-left:75px;
	margin-right:75px;
}

.third-footer-bloc{
	width:250px;
}

.footer-bloc h3{
	color:#a9a9aa;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-shadow: 1px 1px 1px #15181d;
	margin-bottom:15px;
}

#contactform input, #contactform textarea{
	font-size:12px;
	color:#a9a9aa;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:none;
	
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	
	margin-top:3px;
	
	-moz-box-shadow:0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.1);
}

#contactform div{
	font-size:13px;
	color:#a9a9aa;
	margin-bottom:10px;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #15181d;
}

.confirm{
	margin-bottom:20px;
	padding-bottom:5px;
	width:280px;
	border-bottom:dotted 1px #a9a9aa;
}

.confirm strong{
	color:#13abe3;
	font-size:14px;
}

#contactform input {
	background-color:#2f3239;
	background-color:rgba(0, 0, 0, 0.12);
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0,0,0,0.0)),
    color-stop(1, rgba(0,0,0,0.3))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(0,0,0,0.0) 0%,
		rgba(0,0,0,0.3) 100%
	);

	border:0;
	width:260px;
	height:25px;
	padding:0;
	padding-left:10px;
	padding-right:10px;
}

#contactform textarea{
	background-color:#2f3239;
	background-color:rgba(0, 0, 0, 0.12);
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0,0,0,0.0)),
    color-stop(1, rgba(0,0,0,0.3))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(0,0,0,0.0) 0%,
		rgba(0,0,0,0.3) 100%
	);
	border:0;
	width:260px;
	height:110px;
	padding:10px;
}

#contactform label.error{
	text-transform:none;
}

#contactform label{
	margin-left:10px;
}

.required, .email, .error, .confirm{
	color:#F7F7F7;
	font-size:12px;
}

#contactform input#btn_envoyer{
	background-color:#2f3239;
	background-color:rgba(0, 0, 0, 0.12);
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0,0,0,0.0)),
    color-stop(1, rgba(0,0,0,0.3))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(0,0,0,0.0) 0%,
		rgba(0,0,0,0.3) 100%
	);

	border:0;
	width:280px;
	height:25px;
	padding:0;
	padding-bottom:2px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

#contactform input#btn_envoyer:hover{
	background-color:#2f3239;
	background-color:rgba(0, 0, 0, 0.12);
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, rgba(0,0,0,0.0)),
    color-stop(1, rgba(0,0,0,0.5))
	);
	background-image: -moz-linear-gradient(
		center bottom,
		rgba(0,0,0,0.0) 0%,
		rgba(0,0,0,0.5) 100%
	);

	border:0;
	width:280px;
	height:25px;
	padding:0;
	padding-bottom:1px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	color:#70707c;
}

ul#social-network{
	margin-left:0;
	margin-bottom:30px;
}

ul#social-network li{
	list-style:none;
	display:inline;
	margin-right:5px;
}

#btn-facebook{
	background:url(../img/facebook.png);
	width:34px;
	height:34px;
}

#btn-facebook:hover{
	background:url(../img/facebook.png) bottom left;
	width:34px;
	height:34px;
}

#btn-twitter{
	background:url(../img/twitter.png) top left;
	width:34px;
	height:34px;
}

#btn-twitter:hover{
	background:url(../img/twitter.png) bottom left;
	width:34px;
	height:34px;
}

#btn-linkedin{
	background:url(../img/linkedin.png) top left;
	width:34px;
	height:34px;
}

#btn-linkedin:hover{
	background:url(../img/linkedin.png) bottom left;
	width:34px;
	height:34px;
}

#btn-gmail{
	background:url(../img/gmail.png) top left;
	width:34px;
	height:34px;
}

#btn-gmail:hover{
	background:url(../img/gmail.png) bottom left;
	width:34px;
	height:34px;
}


ul#galeries-css{
	margin-left:0;
	margin-bottom:30px;
}

ul#galeries-css li{	
	list-style:none;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}

ul#references{
	margin-left:20px;
	color:#13abe3;
	font-size:12px;
	text-shadow: 1px 1px 1px #15181d;
}

ul#references a{
	text-shadow: 1px 1px 1px #15181d;
	color:#13abe3;
	font-size:12px;
}

ul#references a:hover{
	text-decoration:underline;
}

ul#references li{
	list-style-image:url(../img/puce.png);
	margin-bottom:10px;
}

#copyright{
	width:900px;
	margin:auto;
	border-top:solid 1px #3d4149;
	margin-bottom:20px;
}

#copyright p{
	font-size:10px;
	margin-top:5px;
	color:#a9a9aa;
	text-shadow: 1px 1px 1px #15181d;
	text-align:center;
}
