body {
	margin: 0;
	overflow-x: hidden;
	font-family: arial;
	color: #343434;
}

#header {
	position: relative;
	width:100%;
	background-color: #ffffff;
}

#header .logo {
	position: relative;
	top: 8px;
	width: 990px;
	height: 200px;
	margin: 0 auto;
	padding: 0px;
	z-index: 1000;
}


#mainContainer {
	width: 100%;
    background-image: url("images/background.png");
    background-size: 100%;
}

#topContainer {
	height: 260px;
}

#menuContainer {
	z-index: 1000;
	width: 100%;
	position: relative;
	background-color: white;
}

.fixedMenuContainer {
	top: 0;
	position: fixed !important;
}


#menu {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	width:990px;/*taille du menu*/
	height: 60px;
	background-color: white;
	border-top: 2px solid #343434;
}

#menu .categorieLink {
	display: block;
	float: left;
	/*width:16%;taille des boutons de menu*/
	height: 40px;
	margin: 0;
	margin-right: 61px;
	text-align: left;
	color: black;
	font-family: arial;
	/*font-weight: bold;*/
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 1px;
	cursor:pointer;
}

#menu .contactsMenu {
	text-align: right;
	margin-right: 0px;
}

#menu .contactsMenu {
	float: right;
	color: #343434;
}

#menu .selectedMenu > .categorieLinkText {
	border-bottom: 2px solid #343434;
	padding-bottom: 4px;
	height: 100%;
}

#menu .categorieLinkText {
	padding-left: 0px;
	padding-right: 18px;
}

.projet {
    overflow: auto;
	margin-bottom: 49px;
}

.categorie .header {
	width: 100%;
	padding-bottom: 57px;#contactsForm
}

.categorie .hr-categegorie {
	width: 100%;
	height: 20px;
}

.descriptionLeft{
	float: left;
	width: 330px;
}

.descriptionRight {
	float: right;
    width: 300px;
    padding-left: 30px;
}

.categorie {
	overflow: hidden;
	position: relative;
	width: 990px;
	margin: 0 auto;

}

.headerTitle {
	line-height: 103px;
	font-size: 39px;
	font-family: arial;
	height: 103px;
	padding-top: 39px;
}

.headerStar {
	float: right;
	margin-top: 20px;
}

.headerDescription {
	font-size: 16px;
	line-height: 25px;
}

.descriptionNom {
	font-size: 30px;
	font-variant: petite-caps;
}

.descriptionMargin {
	margin-bottom: 100px;
	font-size: 13px;
    line-height: 19px;
}

.headerEmphase {
	font-variant: all-petite-caps;
    font-weight: bold;
}

.descriptionEmphase {
	display: block;
	color: #555555;
	padding-bottom: 20px;
}

.descriptionEmphase .bold {
	font-weight: bold;
}

.descriptionTitre {
	font-size: 25px;
	line-height: 28px;
	padding-bottom: 44px;
	display: block;
	font-variant: petite-caps;
}

.descriptionInfos {
	display: block;
	color: #555555;
}
#construction .descriptionInfos {
	padding-top: 0px;
	display: block;
	font-size: 15px;
	color: #555555;
}

#backgroundContainer{
	position: fixed;
	width: 100%;
}

#backgroundContainer .img-background img {
	width: 100%;
	position: absolute;
}

.img-background-architecture {
	z-index: 1000;
}

#contactsForm {
	width: 990px;
	float: right;
	margin-bottom: 100px;
	background-image: url('images/photo.png');
	background-repeat: no-repeat;
	background-position: left bottom; 
}

#contactsForm .contactsInputs {
	width: 444px;
	float: right;
}

#contactsForm  .contactsImgContainer {
	height: 100%;
	position: absolute;
	bottom: 0px;
}

#contactsForm input {
	width: 442px;
	height: 30px;
	border: 1px solid #EEEEEE;
	margin-bottom: 20px;
}
#contactsForm textarea {
	width: 438px;
	height: 220px;
	border: 1px solid #EEEEEE;
	margin-bottom: 20px;
}

#contactsSend {
    width: 442px;
    background-color: #343434;
    border: 1px solid #6d6d6d;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-variant: small-caps;
    color: white;
}

#contactsSend:hover {
	background-color: #aaaaaa;
}

#contactsForm  .helperTemp {
	color: #bbbbbb;
}


#footer {
	z-index: 1000;
	margin: 0 auto;
	width: 990px;

}

#footer  img{
	float: right;
	margin-bottom: 50px;
}

.imgBackground {
	position: absolute;
	width: 100%;
}
