/* ------------------------------------------------------------------------ */
/* ---------------------------- COMMUN ------------------------------------ */
/* ------------------------------------------------------------------------ */
.right{ text-align: right !important; }
.out{
	display: block;
	position: absolute;
	top: -1000px;
}

.clear{
	display: block;
	clear: both;
}

a img{ border: none; }
.hidden{ display: none; }

/* ----- Fonts ----- */
@font-face{
	font-family: 'Din';
	src: url('../fonts/din-regular-webfont.eot');
	src: url('../fonts/din-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/din-regular-webfont.woff') format('woff'),
		 url('../fonts/din-regular-webfont.ttf') format('truetype'),
		 url('../fonts/din-regular-webfont.svg#webfont') format('svg');
}
@font-face{
	font-family: 'Rougescript';
	src: url('../fonts/rougescript/rougescript-regular-webfont.eot');
	src: url('../fonts/rougescript/rougescript-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/rougescript/rougescript-regular-webfont.woff') format('woff'),
		 url('../fonts/rougescript/rougescript-regular-webfont.ttf') format('truetype'),
		 url('../fonts/rougescript/rougescript-regular-webfont.svg#webfont') format('svg');
}

/* ------------------------------------------------------------------------ */
/* ---------------------------- PAGE d'accueil ---------------------------- */
/* ------------------------------------------------------------------------ */
body.homePage{
	background: url(../images/fonds/fond.jpg), url(../images/fonds/fond_droite.jpg) #b8b7ac;
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;
}

#home_container {
	/*
	width: 1024px;
	margin-left: 15%;
	*/
}

/* LOGO + TITRES */
#home_container #logo{
	background: url(../images/logo_crop.png) no-repeat center 50px transparent;
	padding-top: 250px;
	/* height: 196px; */
	text-align: center;
}
	#home_container #logo h1{
		font-family: Din-regular;
		font-weight: 400;
		font-size: 65px;
		margin: 0;
		color: #fbf6d9;
	}
	#home_container #logo h2{
		color: #000;
		font-family: Din-regular;
		font-weight: 400;
		font-size: 40px;
		margin-top: 0;
		margin-bottom: 50px;
		background: url(../images/icones/quote_left.png) no-repeat 200px top transparent;
	}
	#home_container #logo h2 span{
		margin-left: 30px;
		padding-right: 30px;
		background: url(../images/icones/quote_right.png) no-repeat right top transparent;
	}

/* Bloc Entrer +18 ans */
#home_container #enter { text-align: center; }
	#home_container #enter #links{
		background: rgb(231,100,2);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3NjQwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGIwM2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(231,100,2,1) 0%, rgba(248,176,62,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,100,2,1)), color-stop(100%,rgba(248,176,62,1)));
		background: -webkit-linear-gradient(top,  rgba(231,100,2,1) 0%,rgba(248,176,62,1) 100%);
		background: -o-linear-gradient(top,  rgba(231,100,2,1) 0%,rgba(248,176,62,1) 100%);
		background: -ms-linear-gradient(top,  rgba(231,100,2,1) 0%,rgba(248,176,62,1) 100%);
		background: linear-gradient(to bottom,  rgba(231,100,2,1) 0%,rgba(248,176,62,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76402', endColorstr='#f8b03e',GradientType=0 );

		padding: 0;
		display: block;
		font-weight: bold;
		width: 600px;
		margin-left: 180px;
	}
	#links .lang{
		width: 200px;
		float: left;
		height: 42px;
	}
	#links .lang a{
		display: block;
		width: 100%;
		height: 100%;
		text-decoration: none;
		color: #000000;
		text-transform: uppercase;
	}
	
	.lang#french{
		background: url(../images/icones/french.png) no-repeat left top transparent;
		border-right: 1px solid #000000;
	}
	.lang#french a{
		text-align: right;
		padding-right: 10px;
		padding-top: 10px;
	}
	
	.lang#english{
		background: url(../images/icones/english2.png) no-repeat left top transparent;
	}
	.lang#english a{
		text-align: center;
	}
	
	.lang#chinese{
		border-left: 1px solid #000000;
		background: url(../images/icones/chinese.png) no-repeat left top transparent;
	}
	.lang#chinese a{
		text-align: right;
		padding: 10px 30px 0 0;
	}

/* Bloc infos */
#infos{
	width: 600px;
    font-family: Arial;
	font-size: 11px;
	text-align: justify;
	color: #FFF;
	margin: 10px 0 10px 180px;
}
	#infos p:last-child{
		background: rgb(231,100,2);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3NjQwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGIwM2UiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(231,100,2,1) 0%, rgba(248,176,62,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(231,100,2,1)), color-stop(100%,rgba(248,176,62,1)));
		background: -webkit-linear-gradient(top,  rgba(231,100,2,1) 0%,rgba(248,176,62,1) 100%);
		background: -o-linear-gradient(top,  rgba(231,100,2,1) 0%,rgba(248,176,62,1) 100%);
		background: -ms-linear-gradient(top,  rgba(231,100,2,1) 0%,rgba(248,176,62,1) 100%);
		background: linear-gradient(to bottom,  rgba(231,100,2,1) 0%,rgba(248,176,62,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76402', endColorstr='#f8b03e',GradientType=0 );
		
		border: 1px solid #FFF;
		padding: 5px;
		text-align: center;
		margin-top: 10px;
		color: #000000;
	}
	#infos a{ text-decoration: none; color: #FFF; }
	
/* ------------------------------------------------------------------------ */
/* ---------------------------- PAGE DEFAUT ------------------------------- */
/* ------------------------------------------------------------------------ */
body {
	background: url(../images/fonds/fond_droite.jpg) repeat-y right top #b8b7ac;
	background-attachment: fixed;
	margin: 0 auto;
	width: 960px;
}

.container{
	display: block;
	margin: 0 auto;
	padding: 0;
	padding-top: 25px;
	width: 1024px; /* MFAS */
}

/* BANDEAU : LOGOS & SITE NAMES + MENU */
.top_container #logo{
	position: absolute;
	z-index: 2;
	margin-left: 10px;
	margin-top: -35px;
}

#site_name{
	padding-left: 150px;
	margin-bottom: 20px;
}
	#site_name h1{
		padding: 0; 
		margin: 20px 0 0 0;
	}
	#site_name h1 a{
		text-decoration: none;
		font-family: 'Times New Roman';
		color: #fbf6d9;
		font-weight: 400;
	}
	#site_name h2{
		text-decoration: none;
		font-family: 'Times New Roman';
		color: #000;
		font-size: 20px;
		margin: 0;
		padding: 0;
		text-shadow: 2px 1px 2px rgba(255, 255, 255, 1);
		padding-left: 10px;
		background: url(../images/icones/quote_left_mini.png) no-repeat left 5px transparent;
	}
	#site_name h2 span{
		padding-right: 10px;
		background: url(../images/icones/quote_right_mini.png) no-repeat right 5px transparent;
	}

#navigation:before{
    content: "";
    position: absolute;
    height: 5px;
    width: 1024px;

    background: #E75111;
    background: rgb(243,148,0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzOTQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzUxMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(243,148,0,1) 0%, rgba(231,81,17,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(243,148,0,1)), color-stop(100%,rgba(231,81,17,1)));
    background: -webkit-linear-gradient(left,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
    background: -o-linear-gradient(left,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
    background: -ms-linear-gradient(left,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
    background: linear-gradient(to right,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39400', endColorstr='#e75111',GradientType=1 );
}

#navigation{ 
	background: url(../images/icones/couronne.png) no-repeat 97% 10px #000;
	height: 40px;
}
	#navigation ul{
		margin-left: 80px;
	}
		#navigation ul li{
			display: block;
			float: left;
			padding-top: 15px;
		}
		#navigation ul li:first-child a{
			border-left: none;
		}
			#navigation ul li a{
				color: #FFF;
				text-transform: uppercase;
				text-decoration: none;
				border-left: 1px solid #FFF;
				display: block;
				padding: 0 10px;
				font-size: 12px;
			}
				#navigation ul li a:hover,
				#navigation ul li.active a{
					color: #ffa600;
				}

/* ------------------------------------------------------------------------ */
/* ---------------------------- STRUCTURE --------------------------------- */
/* ------------------------------------------------------------------------ */
.main_container{
	margin-top: 10px;
	background: #FFF;
	padding: 10px 60px 10px 60px;
}
.article{
	margin-bottom: 20px;
}
.articles_container{
	width: 62%;
	float: left;
	display: block;
	margin-right: 20px;
}

.thumbnail{ margin-top: 20px; }
.thumbnail img:first-child{ margin-right: 19px; }
.thumbnail img:last-child{ clear: both; }
.thumbnail_container{
	margin: 0;
	padding: 0;
}
.thumbnail_container h3{ display: inline; margin: 20px; }
.thumbnail_container img{ display: block; width: 35%; }
	.thumbnail_container img:first-child{ margin-bottom: 20px; }
	.thumbnail_container img { }
.articles{
	padding: 10px 20px;
	border: 3px solid #000000;
	background: #ef7f00; 
}
.articles h3{
	font-family: 'Din-regular';
	font-weight: 400;
	font-size: 32px;
	border-bottom: 1px solid #000;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 10px;
}
.articles h3:first-letter{
	font-family: 'Rougescript';
	font-size: 60px;
	font-weight: normal;
	margin-right: -5px;
}
.articles h4{
	font-family: 'Din-regular';
	font-weight: 400;
	font-size: 28px;
	margin: 20px 0 10px 0;
}
/* .article + .article h3 { margin-top: 20px; } */
.article p{
	-moz-hyphens: none;
	margin-left: 0;
	font-size: 14px;
	text-align: justify;
	margin-bottom: 10px;
}
.article ul{
	margin-left: 0;
	font-size: 14px;
}

.article ul ul {
	margin: 5px 0 0 20px;
	padding: 0;
}

#page_une-histoire-de-famille .articles{
	/* background: url(../images/fonds/une-histoire-de-famille_fond.jpg) no-repeat -2px top #ef7f00; */
	background: #ef7f00;
	margin: auto;
	min-height: 890px;
}
#page_une-histoire-de-famille .thumbnail_container img{ min-height: 420px; }
#page_une-region-dexcellence .articles{
	/* background: url(../images/fonds/une-region-dexcellence_fond.jpg) no-repeat left top #bed042; */
	background: #ef7f00; 
	background-height: 200px;
	/* height: 655px; */
}
#page_une-region-dexcellence .thumbnail_container img{ min-height: 317.5px; }
#page_savoir-faire .articles{
	/* background: url(../images/fonds/savoir-faire_fond.jpg) no-repeat left top #ef7f00; */
	background: #ef7f00; 
	min-height: 765px;
}
#page_savoir-faire .thumbnail_container img{ min-height: 372.5px; }
#realisations-partenaires .articles{
	/* background: url(../images/fonds/realisations_fond.jpg) no-repeat left bottom transparent; */
	padding-bottom: 220px;
}

/* ------------------------------------------------------------------------ */
/* ---------------------------- FOOTER ------------------------------------ */
/* ------------------------------------------------------------------------ */
.main_container:after{
	content: "";
    position: absolute;
    height: 5px;
    margin-left: -60px;
    margin-top: 10px;
    width: 1024px;

    background: #E75111;
   	background: rgb(243,148,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzOTQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzUxMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(243,148,0,1) 0%, rgba(231,81,17,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(243,148,0,1)), color-stop(100%,rgba(231,81,17,1)));
	background: -webkit-linear-gradient(left,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
	background: -o-linear-gradient(left,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
	background: -ms-linear-gradient(left,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
	background: linear-gradient(to right,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39400', endColorstr='#e75111',GradientType=1 );
}

#footer{
	font-family: Arial;
	margin-top: 10px;
	font-size: 12px;
	text-shadow: 2px 1px 2px rgba(255, 255, 255, 1);
}

#footer .coordonnees{
	display: block;
	float: left;
	margin-right: 100px;
	margin-bottom: 50px;
}
#footer #menu_footer ul{
	list-style: none;
}
	#footer #menu_footer ul li{
		float: left;
	}
	#footer #menu_footer ul li a {
		border-right: 1px solid #000;
		padding: 0 5px;
		text-decoration: none;
		color: #000;
		text-shadow: 2px 1px 2px rgba(255, 255, 255, 1);
		font-weight: bold;
	}
	#footer #menu_footer ul li a:hover{ text-decoration: underline; }
	#footer #menu_footer ul li:last-child a{ border-right: none; }

/* ------------------------------------------------------------------------ */
/* ---------------------------- Page Contacts ----------------------------- */
/* ------------------------------------------------------------------------ */
#contacts .left{
	width: 58%;
	float: left;
}

#contacts .blockRight .contact_bloc{
	border: 3px solid #000000;
}

/* ----- Formulaire ----- */
#contacts form{
	margin: 0;
	padding: 10px 20px;
	background: url(../images/logo_200.png) no-repeat 90% 10px #DDDCD7;
}
	#contacts form input,
	#contacts form textarea{
		width: 50%;
		-moz-box-shadow: inset 0px 0px 5px 0px #656565;
		-webkit-box-shadow: inset 0px 0px 5px 0px #656565;
		-o-box-shadow: inset 0px 0px 5px 0px #656565;
		box-shadow: inset 0px 0px 5px 0px #656565;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=NaN, Strength=5);
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		height: 30px;
		border: 1px solid #CCCCCC;
		padding: 2px 5px;
		font-size: 14px;
	}
	#contacts form textarea{width: 100%; min-height: 200px;}
	#contacts form div small.error{
		color: red;
		border-left: 5px solid red;
		padding-left: 5px;
		display: block;
		margin: 2px 0 5px 2px;
		
	}
	#contacts form div{ display: block; margin-bottom: 15px; }
		#contacts form div label{ display: block; margin-bottom: 2px; margin-left: 3px; }
#contacts form div button{
	background: #E75111;
   	background: rgb(243,148,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzOTQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzUxMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(243,148,0,1) 0%, rgba(231,81,17,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(243,148,0,1)), color-stop(100%,rgba(231,81,17,1)));
	background: -webkit-linear-gradient(left,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
	background: -o-linear-gradient(left,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
	background: -ms-linear-gradient(left,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
	background: linear-gradient(to right,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39400', endColorstr='#e75111',GradientType=1 );

	width: 51%;
	height: 50px;
	margin: 0 !important;
	padding: 0;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center !important;
}
#contacts form div button:first-letter{
	font-size: 30px;
	font-family: 'Rougescript';
	margin-right: -5px;
}

/* -- Messages intra-form -- */
#contacts .left .alert-box{ margin-bottom: 20px; }
	#contacts .left .message .alert-box{ padding: 10px 20px; }
#contacts .left .message .alert{ background: red; }
#contacts .left .message .success{ background: #BED042; }

/* ----- Coordonnées et carto ----- */
#contacts .blockRight{
	margin-left: 60%;
}
#contacts .blockRight .contact_bloc{
 	background: #E75111;
   	background: rgb(243,148,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzOTQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNzUxMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(243,148,0,1) 0%, rgba(231,81,17,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(243,148,0,1)), color-stop(100%,rgba(231,81,17,1)));
	background: -webkit-linear-gradient(left,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
	background: -o-linear-gradient(left,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
	background: -ms-linear-gradient(left,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
	background: linear-gradient(to right,  rgba(243,148,0,1) 0%,rgba(231,81,17,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39400', endColorstr='#e75111',GradientType=1 );
	padding: 10px 20px;
	margin-bottom: 10px;
}
#contacts .blockRight > .contact_bloc{
	font-size: 14px;
}
#contacts .blockRight h3{
	width: 98%;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
#contacts .blockRight h3:first-child{ margin-top: 0; }
#contacts .blockRight h3:first-letter{
	font-family: 'Rougescript';
	font-size: 38px;
	margin-right: -3px;
}
#contacts a.close{ display: none; }

/* ------------------------------------------------------------------------ */
/* ---------------------------- Page 404 ---------------------------------- */
/* ------------------------------------------------------------------------ */
#page_404 .articles_container{
	width: 100%;
	display: block;
	text-align: center;
}
	#page_404 .articles_container p{
		margin-left: 0;
		font-family: 'Rougescript';
		font-size: 30px;
	}

/* ------------------------------------------------------------------------ */
/* ---------------------------- Sitemap ----------------------------------- */
/* ------------------------------------------------------------------------ */
#page_plan-du-site h3{
	margin-bottom: 10px;
}
/* ------------------------------------------------------------------------ */
/* ---------------------------- Page réalisations ------------------------- */
/* ------------------------------------------------------------------------ */
#page_realisationspartenaires .article { min-height: 935px; }
#page_realisationspartenaires .article h2{ margin: 40px 0 10px 0; }
#page_realisationspartenaires .article h2:first-letter{
	font-family: 'Rougescript';
	font-size: 38px;
	margin-right: -3px;
}
#page_realisationspartenaires .article p:last-child{ margin-top: 40px; }
#page_realisationspartenaires .thumbnail_container img{ margin-bottom: 10px; }

/* ------------------------------------------------------------------------ */
/* ---------------------------- Page pleine ------------------------------- */
/* ------------------------------------------------------------------------ */
.full_page .article p{ margin-left: 0; }