/* ===============================================  */
/* ================== TYPOGRAPHIE ================  */
/* ===============================================  */

@font-face {
	font-family: 'PoliceCorps';
	src: url('fonts_client/MYRIADPRO-REGULAR.eot');
	src: local('☺'), url('fonts_client/MYRIADPRO-REGULAR.ttf') format('truetype'), url('fonts_client/MYRIADPRO-REGULAR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ===============================================  */
/* ================== GENERALITES ================  */ 
/* ===============================================  */
body, table, td, #bodyEditor {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	line-height: 1.4em;
	color: rgba(50,50,50,1.00);
	background-color: #fff;
	margin: 0;
	padding: 0;
	overflow: visible;
	font-weight: normal;
		
}

body,html {
	min-height: 100%;
	position: relative;

}

body {
	margin: 0 auto;
}
.pageSize {
	margin: 0 auto;
	max-width:1280px;
}
#portfoliolist {
	margin-left: 0;
}

#bodyEditor, #bodyEditor table, #bodyEditor table td {
	background-color: #fff;
	background-image: none;
	color:#1d1d1b;
	font-size: 13px;
	line-height: 1.7em;
}

#bodyEditor a {
	color:#000;
}


/* --------------HEADER-----------------  */
header {
    background-color:rgba(255,255,255,0.85);
	top:0px;
	margin: 0 auto;
	
	padding:0px 20px;
	
	height:60px;
	width: 100%;
	position:fixed;
	z-index:90;
		
}


/* -------------- SECTION -----------------  */
#main {
	padding:0;
    height:100%;
    display:block;
	position:relative;
}

.section {
	position:relative;
	z-index:60;
	background-color:#fff;
}
#main .container {
	padding-bottom: 0px;
    background-color:#fff;
}

.pageContent {
	margin: 0 15px;
    padding-top:30px;
}

.AnnulepageContentMargin {
	margin: 0 -15px;
}

.MorepageContentMargin {
	margin: 0 30px;
}

.MorepageContentMargin > .AnnulepageContentMargin {
	margin: 0 -30px;
}

/* -------------- FOOTER -----------------  */
footer {
	background-color: rgba(255,255,255,1);
	padding: 5px;

	width: 100%;
	position: relative;

	border-top-color: rgba(0,0,0,0.2);
	border-width: 0px;
	border-top-style: solid;
    overflow:hidden;

    line-height:50px;
}
/* =======================================  */
/* ================ LIENS ================  */
/* =======================================  */

a {
	color: rgba(0,0,0,1);
	text-decoration: none;
	font-weight: normal;
	border-color: rgba(0,0,0,1.00);
	border-width: 1px;
	border-bottom-style: dotted;
}
a:hover {
	color: rgba(0,0,0,1);
	text-decoration: none;
	font-weight: normal;
	border-color: rgba(0,0,0,1.00);
	border-width: 1px;
	border-bottom-style: solid;
	cursor:pointer;
}

#copyright_author {
	text-decoration: none;
	display:block;
	font-size: 11px;
}

/* ========================================  */
/* ================ TITRES ================  */
/* ========================================  */

h1,h2,h3,h4,h5,h6 {
	font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
}

h1 { /* $Titre H1$  */

	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 1.5em;
	line-height: 1.1em;
}

h2 { /* $Titre H2$  */
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: normal;
	font-size: 2.4em;
	line-height: 1.0em;
	padding-bottom:25px;
	padding-top:0px;
}

h3 { /* $Titre H3$  */
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.0em;
    margin-bottom:10px;
}

h4 { /* $Titre H4$  */
	text-transform: uppercase;
	letter-spacing: 0.02em;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.0em;
}

h5 { /* $Titre H5$  */
	color: rgba(50,50,50,0.5);
	font-size: 1.3em;
	line-height: 1.0em;
}

h6 { /* $Titre H6$  */
	color: rgba(50,50,50,0.5);
	font-size: 1.0em;
	line-height: 1.0em;
}


/* =======================================  */
/* ================ FORMS ================  */
/* =======================================  */

.msgErr {
	color: rgba(255,0,0,1.00);
	padding: 7px 0px;
}

.formulaire label {
	height:40px;
	line-height:40px;
	margin:0;
	padding:0;
	color:#dee8f4;	
}


.formulaire input, .formulaire textarea, .formulaire select {
	background-color: #fff;
	border: 1px solid rgba(72,72,72,0.20);
	color: #484848;
	font-size: 14px;
	font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.formulaire input:focus, .formulaire textarea:focus, .formulaire select:focus {
	border: 1px solid rgba(72,72,72,0.50);
}

.formulaire input {
	height:30px;
	line-height:30px;
	padding:0px 10px;

}

.formulaire textarea {
	padding:0px 10px;
}

.formulaire select {
	border: none;
	height:30px;
	line-height:30px;
	padding:5px 10px;
	color:#848484;
}

.formulaire input[type=radio] {
	padding:0px;
	margin:0px;
	margin-left:5px;
	-webkit-backface-visibility: hidden;	
}

.formulaire input[type=checkbox] {
	padding:0px;
	margin:0px;
	margin-right:5px;
	-webkit-backface-visibility: hidden;	
	background-color: #ededed;
	height:12px;
	line-height:12px;
}

.formulaire .button {
	font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0px;
	padding:10px 15px;
	height:40px;
	line-height:40px;
	width:auto;
	display: inline;
	font-size:1.1em;
	text-align:center;
	text-transform: uppercase;
	color:#fff;
	border:1px solid #fff;
	cursor:pointer;

	background-color: #848484;

	-webkit-backface-visibility: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.formulaire .button:hover {
	background-color:#000;
	color: #fff;
}


/* ==========================================  */
/* ================== DIVERS ================  */
/* ==========================================  */

/* -------------- Loader de la page -----------------  */
#loaderPage {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-position: 50% 50%;
	background-color: rgba(255,255,255,1);
	background-image: url(images/loaders/loaderpage-black.gif);
	background-repeat: no-repeat;

}

.loaderSlide {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-position: 50% 50%;
	background-image: url(images/loaders/loaderpage-black.gif);
	background-repeat: no-repeat;
}
/* -------------- Special LightBox -----------------  */
#bodyLB, #bodyLB table, #bodyLB table td {
	background-color: #fff;
	background-image: none;
	color:#000;
}

#bodyLB a {
	color:#000;
}

  
/* ----------IMAGES-------------- */

img.left { /* Utilisé dans les éditeur Wysiwig  */
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}
img.right {  /* Utilisé dans les éditeur Wysiwig  */
	float:right;
	margin-left:15px;
	margin-bottom:5px;
}

/* ----------BOUTONS-------------- */
.bouton-N {
	padding:10px 15px;
	background-color:rgba(0,79,159,1);
	text-align:center;
	color:#fff;
	text-decoration: none;
	font-weight: normal;
	border-radius:20px;
	transition: all 0.2s linear;
    cursor:pointer;
}

.bouton-N:hover,
.bouton-N.actif {
	color:#fff;
	background-color:rgba(227,6,19,1);
	text-decoration: none;
	font-weight: normal;
}

.bouton-M {
	display:inline-block;
	padding:8px 12px;
    font-size: 1em;
    line-height:12px;
	background-color:rgba(0,79,159,1);
	text-align:center;
	color:#fff;
	text-decoration: none;
    text-transform: uppercase;
	font-weight: normal;
	border-radius:20px;
	transition: all 0.2s linear;
    cursor:pointer;
}

.bouton-M:hover,
.bouton-M.actif {
	color:#fff;
	background-color:rgba(227,6,19,1);
	text-decoration: none;
	font-weight: normal;
}

.bouton-S {
	display:inline-block;
	padding:5px 10px;
    font-size: 0.8em;
    line-height:9px;
	background-color:rgba(0,79,159,1);
	text-align:center;
	color:#fff;
	text-decoration: none;
    text-transform: uppercase;
	font-weight: normal;
	border-radius:20px;
	transition: all 0.2s linear;
    cursor:pointer;
}

.bouton-S:hover,
.bouton-S.actif {
	color:#fff;
	background-color:rgba(227,6,19,1);
	text-decoration: none;
	font-weight: normal;
}

