﻿/**************************** PAGES COMMON STYLE */

/*

Pour permettre au blocs d'occuper 100% de heuteur

html,
body {
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}
*/

body{
	color: #000;
	background-color: #fff;
}

/* L'image d'arrière plan */
img.background {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	max-width: none;
	/* pour IE */
	_position: absolute;
	top: expression(body.scrollTop + 50 + "px")
}
#backLayer{
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0; left: 0;
	display: block;
	position: fixed;
	background-color: #fff;
	background-color: #efefef;
}

a{
	color: #017BB7;
}
a:hover{
	color: #FF9000;
	color: #802166;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:focus,
.current,
.current a,
.current a:hover{
	color: #043C6B;
}
.current a{
	cursor: default;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}

/* Annuler les marges */
.noMargin{
	margin-left: 0;
	margin-right: 0;
}

.generatedForm{
	width: 100%;
}


/**************************** PAGE CONTAINER */

#pageContainer{
}

#pageHeader,
#pageBody,
#pageFooter{
}

#innerPageHeader,
#innerPageBody,
#innerPageFooter{
	position: relative;
}

.center{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


/* Page et subPage Title */
.pageTitle,
.subPageTitle{
	position: relative;
	font-weight: normal;
	display: inline-block;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}
.pageTitle h2,
.subPageTitle h3{
	margin: 0;
	z-index: 1;
	position: relative;
	display: inline-block;
}
.pageTitle .pageTitleLine,
.subPageTitle .pageTitleLine{
	left: 50%;
	bottom: 0;
	height: 1px;
	width: 20px;
	z-index: 2;
	margin-left: -10px;
	position: absolute;
}

/* Page Title */
.pageTitle{
	/*width: 280px;*/
	color: #151515;
	color: #003399;
	color: #3B3B3B;
}
.pageTitle .pageTitleLine{
	border-bottom: 1px solid #C1C1C1;
	border-bottom: 1px solid #E5E5E5;
	border-bottom: 1px solid #FF6600;
	border-bottom: 1px solid #017BB7;
}

/* Sub Page Title */
.subPageTitle{
	color: #3B3B3B;
}
.subPageTitle i{
	color: #333;
	color: #FF6600;
}
.subPageTitle .pageTitleLine{
	border-bottom: 1px solid #a5a5a5;
	border-bottom: 1px solid #80BD9E;
}


/* Sections Contents */

#pageBody .sectionContent{
	overflow: hidden;
}
#pageBody .sectionContent .sectionTitle{
	margin: 10px 0;
	color: #802166;
	background-size: 6px 9px;
	background-repeat: no-repeat;
}
#pageBody .sectionContent .sectionText{
}
#pageBody .sectionContent .sectionText .sectionTextTitle{
	color: #003399;
	margin-bottom: 5px;
}
#pageBody .sectionContent .sectionText .sectionTextDescription{
	color: #111;
	line-height: 1.5;
	text-align: justify;
}


/**************************** PAGE HEADER */

#pageHeader{
	display: block;
	z-index: 2;
	position: relative;
	background-color: transparent;
}
#pageHeader #headerTop .col,
#pageHeader #headerBottom .col{
	margin-top: 0;
	margin-bottom: 0;
}

#headerTop{
	padding: 25px 0;
	background-color: #fff;
	background-color: transparent;
}

#headerBottom{
	background-color: #017BB7;
	background-color: #802166;
	/*border-bottom: 1px solid #982979;*/
}
/*
#headerBottom .center{
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 230px 50px;
	background-position: right top;
	background-image: url(../images/common/dot_blue.png);
}
*/
#headerBottom .headerBottomBg{
	width: 230px;
	height: 100%;
	z-index: 0;
	top: 0; right: 0;
	position: absolute;
	display: inline-block;
	background-color: #056BB4;
	background-color: #EAEAEA;
	background-color: #CBCBCB;
	background-color: #67184f;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("../images/common/headerBottomBgArrow.png");
}

/* Barre de navigation flottante */
.fixNavigation{
	top: 0;
	width: 100%;
	z-index: 100;
	position: fixed;
}


/* Logo */
#pageHeader #headerLogo,
#pageHeader #headerLogo a,
#pageHeader #headerLogo a img{
	height: 90px;
	display: inline-block;
}
#pageHeader #headerLogo a{
	line-height: 90px;
}
#pageHeader #headerLogo a img{
}


/* Slogan */
#slogan{
	margin: 0;
	padding-top: 7px;
}
#slogan p{
	margin: 0;
}


/* Contacts */
#headerContacts{
	color: #333;
	color: #0A568D;
	color: #056BB4;
	padding-top: 15px;
}
#headerContacts .contact{
	margin-left: 5px;
	padding: 5px;
	padding-left: 30px;
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: 5px center;
}
#headerContacts .contact.phone{
	border-color: #999;
	background-image: url(../icons/contacts/blue/phone.png);
}
#headerContacts .contact.mobile{
	background-image: url(../icons/contacts/blue/mobile.png);
}


/* Socials */
#socials{
	height: 50px;
	overflow: hidden;
	text-align: center;
	z-index: 1;
	position: relative;
}
#socials a{
	margin: 0 2px;
	padding-top: 12px;
	display: inline-block;
}
#socials a img{
	width: 26px;
	height: 26px;
}



/**************************** PAGE BODY */

#pageBody{
	padding: 30px 0;
	overflow: hidden;
	z-index: 1;
	position: relative;
	/*
	background-color: #E9EBEE;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-position: center top;
	background-image: url(../images/common/pageContentBg.png);
	*/
}
#innerPageBody{
}

#homePageContainer #pageBody{
	padding-bottom: 0;
}


/****************** Home Page */

#homePageContainer{
}

/* Home Services */
#homePageContainer #homeServices{
	overflow: hidden;
	padding: 40px 0;
	margin-top: 25px;
	background-repeat: repeat;
	background-position: center bottom;
	background-image: url("../images/common/textures/bg19.jpg");
}
#homePageContainer #homeServices .thumb{
	height: 180px;
}
#homePageContainer #homeServices .thumbComment{
	color: #FF6600;
	color: #802166;
	padding-top: 15px;
	text-transform: uppercase;
}
#homePageContainer #homeServices .holder{
	margin-top: 20px;
}
#homePageContainer #homeServices .readMore{
	text-align: center;
}

/* Home Partners */
#homePageContainer #homePartners{
	overflow: hidden;
	padding: 30px 0;
}
#homePageContainer #homePartners .thumb{
	height: 130px;
}


/****************** Services Page */
#servicesPageContainer{
}
#servicesPageContainer .thumb{
	height: 180px;
}


/****************** Partners Page */
#partnersPageContainer{
}
#partnersPageContainer .thumb{
	height: 130px;
}


/****************** Contacts Page */
#contactsPageContainer{
}
#contactsPageContainer #contactDetails{
}
#contactsPageContainer #contactDetails .contactRow{
	padding: 20px 50px;
	line-height: 1.5;
	margin-bottom: 10px;
	border: 1px solid #DBDBDB;
}
#contactsPageContainer #contactDetails .contactRow.first{
}

#contactsPageContainer #contactDetails .contactRow .contactTitle{
	color: #FF6600;
	margin-bottom: 15px;
}
#contactsPageContainer #contactDetails .contactRow .contactTitle h3{
	margin: 0;
}

#contactsPageContainer #contactDetails .contactRow .contactInfo{
	margin: 2px 0;
	background-size: 16px;
	background-repeat: no-repeat;
	background-color: transparent;
}
#contactsPageContainer #contactDetails .contactRow .mobilePhone{
	background-image: url(../icons/contacts/blue/mobile.png);
}
#contactsPageContainer #contactDetails .contactRow .phone{
	background-image: url(../icons/contacts/blue/phone.png);
}
#contactsPageContainer #contactDetails .contactRow .fax{
	background-image: url(../icons/contacts/blue/fax.png);
}
#contactsPageContainer #contactDetails .contactRow .mailAddress{
	background-image: url(../icons/contacts/blue/mail.png);
}
#contactsPageContainer #contactDetails .contactRow .postAddress{
	border-top: 10px;
	background-image: url(../icons/contacts/blue/location.png);
}
#contactsPageContainer #contactDetails .contactRow .postAddress p{
	margin: 0;
}


/* Google maps */
#googleMaps{
	overflow: hidden;
}
#googleMaps #map{
	width: 100%;
	height: 300px;
	display: block;
}
#googleMaps #map iframe{
	width: 100%;
	height: 100%;
}



/****************** Google maps Page */

#mapsPageContainer {
}

#mapsPageContainer  #map{
	width: 100%;
	height: 800px;
	display: block;
}
#mapsPageContainer  #map iframe{
	width: 100%;
	height: 100%;
}


/****************** Administrator Page */
#administratorPageContainer{
}


/**************************** PAGE FOOTER */

#pageFooter{
}


/* Footer Top */

#footerTop{
	color: #000;
	padding: 15px 0 5px;
	background-color: #fff;
	background-size: 90% 5px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url("../images/common/pageContentBg.png");
	border-bottom: 1px solid #ccc;
}

#footerTop .footerTitle{
	margin: 0;
	color: #666;
	color: #98367E;
	margin-bottom: 15px;
}

#footerTop ul{
}
#footerTop ul li{
	display: block;
}
#footerMenu ul li,
#footerLinks ul li{
	line-height: 1.5;
}
#footerTop ul li.first{
}
#footerTop ul li a{
	background-size: 5px 7px;
	background-repeat: no-repeat;
}
#footerTop ul li.current a{
	font-weight: bold;
}
#footerTop ul li.current a:hover{
	text-decoration: none;
}

/* Footer Contacts */
#footerContacts .contactInfo{
	margin-bottom: 3px;
	background-size: 16px;
	background-repeat: no-repeat;
	background-color: transparent;
}
#footerContacts .phone{
	background-image: url(../icons/contacts/grey/phone.png);
}
#footerContacts .mobilePhone{
	background-image: url(../icons/contacts/grey/mobile.png);
}
#footerContacts .fax{
	background-image: url(../icons/contacts/grey/fax.png);
}
#footerContacts .postAddress{
	line-height: 1.2;
	background-image: url(../icons/contacts/grey/location.png);
}
#footerContacts .postAddress p{
	margin: 0;
}
#footerContacts .mailAddress{
	background-image: url(../icons/contacts/grey/mail.png);
}

/* Footer Socials */
#footerSocials{
	overflow: hidden;
}
#footerSocials a{
	margin: 0 2px;
	display: inline-block;
}
#footerSocials a img{
	width: 20px;
	height: 20px;
}

/* Footer Logo */
#footerLogo{
	display: block;
	text-align: center;
	background-color: #fff;
}
#footerLogo a{
	display: block;
}
#footerLogo a .thumb{
	width: 133px;
	height: 90px;
	border: none;
	background: none;
}
#footerLogo a .thumb img{
}


/* Footer Bottom */

#footerBottom{
	padding: 10px 0 20px;
	text-align: center;
}
#pageFooter .admin{
	visibility: hidden;
}
#pageFooter .admin a{
	background-size: 16px;
	background-repeat: no-repeat;
	background-image: url('../icons/form/others/locked.png');
}
#pageFooter .devloper{
}