html,
body,
#container{
	margin: 0px;
	padding: 0px;
	font-family: Arial,Helvetica,Sans-serif;
	height: 100%;
}
p, ul, h1, h2, h3{
	margin: 0px;
	padding: 0px;
}
body > #container {
	height: auto;
	min-height: 100%;
	background: #ecebeb;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../font/BebasNeue-webfont.eot');
    src: url('../font/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/BebasNeue-webfont.woff') format('woff'),
         url('../font/BebasNeue-webfont.ttf') format('truetype'),
         url('../font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
    
@font-face {
    font-family: 'LeagueGothicRegular';
    src: url('../font/League_Gothic-webfont.eot');
    src: url('../font/League_Gothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/League_Gothic-webfont.woff') format('woff'),
         url('../font/League_Gothic-webfont.ttf') format('truetype'),
         url('../font/League_Gothic-webfont.svg#LeagueGothicRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.clear{ clear: both;}
.no_border{ border: none;}


/* ==========================================================================
   HEADER
   ========================================================================== */
header{
    width:100%;
    background:#e0dfdf
}

/* TOP MENU */
.top_menu{
    border-bottom:solid 1px #b8b8b8;
}
.top_menu_wrapper{
    width:960px;
    margin: 0 auto;
    text-align:right;
    font-family: Arial,Helvetica,Sans-serif;
}
.top_menu ul{
    font-size:0.650em;
    font-style: italic;
    text-transform:uppercase;
    padding: 5px 0px 5px 0px;
}
.top_menu ul li{
    list-style-type: none;
    display:inline-block;
    text-align:right;
}
.top_menu ul li a{
    color:#666666;
	text-decoration: none;
}
.top_menu ul li a:hover{
    color:#8220b5;
}
.top_menu ul li.face_icon a{
    width:15px;
    height:15px;
    background-image: url(../img/face_icon.png);
	display: block;
	margin: 0px 10px;
}
.top_menu ul li.face_icon a:hover{
    background-image: url(../img/face_icon_over.png);
}
.top_menu ul li.twitter_icon a{
    width:15px;
    height:15px;
    background-image: url(../img/twitter_icon.png);
	display: block;
}
.top_menu ul li.twitter_icon a:hover{
    background-image: url(../img/twitter_icon_over.png);
}
/* fin top menu */

nav{
    width: 100%;  
    padding:15px 0px 15px 0px;
	
	background: #f4f4f4; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #e8e7e7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e8e7e7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e8e7e7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#e8e7e7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#e8e7e7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#e8e7e7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e8e7e7',GradientType=0 ); /* IE6-8 */


}
nav h1{
    font-size: 2em;
    width: 130px;
    display: inline-block;
    margin: 0px;
    margin-right: 60px;
    position: relative;
}

/* MENU DU SITE */
nav ul{
    display: inline-block;
	position: relative; /*<<<<<<<<<< new */
	top: -65px; /*<<<<<<<<<< new */
	width: 830px; /*<<<<<<<<<< new */
	margin-left: 130px; /*<<<<<<<<<< new */
}
.nav_wrapper{
    width:960px;
    margin:0 auto;
}

.nav_wrapper ul li{
    list-style-type: none;
    display: inline-block;
    /*padding-left:10px;
    padding-left: 52px;
    font-size: 0.75em;*/
    text-transform:uppercase;
	padding-left: 49px;
    font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; /* 300 - 400 - 700 */
    
}
.nav_wrapper ul li a{
    color:#666666;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 10px;
}
.nav_wrapper ul li a.active,
.nav_wrapper ul li a:hover{
   	moz-box-shadow: 0px 6px 6px -6px #000;
    -webkit-box-shadow: 0px 6px 6px -6px #000;
    box-shadow: 0px 6px 6px -6px #000;
	color:#8220b5;
}
/* fin menu du site */
/* fin header */

/* ==========================================================================
   SLIDER
   ========================================================================== */
.slider{
    width:100%;
    height:210px;
    background-color:black;
    background-image: url(../img/bg_repeat.jpg);
    background-repeat:repeat-x;
	background-position:0px -145px;
}
.slider_wrapper{
    width:952px;
    height:210px;
    margin:0 auto;
    background-color:black;
    background-image: url(../img/entreprise_img.jpg);
    background-repeat:no-repeat;
    background-position:center;
	
	moz-box-shadow: 0px 20px 35px -20px #929291;
    -webkit-box-shadow: 0px 20px 35px -20px #929291;
    box-shadow: 0px 20px 35px -20px #929291;
}
/* fin slider */


/* ==========================================================================
   CONTENU REALISATION
   ========================================================================== */
.container{
    width:960px;
    margin:0 auto;
	padding-bottom: 70px;
}
.box_contact{
	background-color: #f7f7f7;
	border: 1px solid #dad9d9;
	padding: 40px;
    border-radius: 3px;
	margin-top: 90px;
}
#m3buzz_icon{
	width: 200px;
	height: 48px;
	background-image: url(../img/logo_m3buzz2.png);
	float: left;
}
.txt_title{
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700; /* light: 300 / Normal: 400 / Bold: 700 */
	color: #cd3529;
	margin-bottom: 20px;
}
.txt_contenu{
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	color: #8f8e8e;
	line-height: 40px;
	text-align: justify;
}

/* fin contenu realisation */


/* ==========================================================================
   FOOTER
   ========================================================================== */
footer{
	width: 100%;
	height: 70px;
	background-color: #fff;
	clear: both;
	position: relative;
	margin-top: -70px;
	border-top: 1px solid #9c9c9c;
}
#footer{
	width: 960px;
	margin: auto;
}
#footer_left{
	float: left;
	width: 330px;
}
#footer_txt{
	float: left;
	font-size: 12px;
	color: #5b5b5b;
	text-transform: uppercase;
	line-height: 70px;
	font-family: 'Roboto Condensed', sans-serif;
}
.icon_face a{
    width:26px;
    height:26px;
    background-image: url(../img/icon_face.png);
	display: block;
	margin: 22px 4px 0px;
	float: left;
}
.icon_face a:hover{
    background-image: url(../img/icon_face_over.png);
}
.icon_twitter a{
    width:26px;
    height:26px;
    background-image: url(../img/icon_twitter.png);
	display: block;
	float: left;
	margin-top: 22px;
}
.icon_twitter a:hover{
    background-image: url(../img/icon_twitter_over.png);
}
.icon_linkedin a{
    width:26px;
    height:26px;
    background-image: url(../img/icon_linkedin.png);
	display: block;
	margin: 22px 10px 0px;
	float: left;
}
.icon_linkedin a:hover{
    background-image: url(../img/icon_linkedin_over.png);
}
/* MENU FOOTER */
#footer_right{
	float: right;
	width: 630px;
}
#footer_right ul{
    display: inline-block;
	position: relative;
}
#footer_right ul li{
    list-style-type: none;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 40px;
    font-size: 12px;
    text-transform:uppercase;
}
#footer_right ul li a{
    color:#666666;
	text-decoration: none;
	line-height: 70px;
}
#footer_right ul li a:hover{
   	color:#8220b5;
}
/* fin menu footer */

/* fin footer */

@media screen and
(max-width : 1000px)
{


/* ==========================================================================
   HEADER
   ========================================================================== */

/* TOP MENU */
	.top_menu_wrapper{ width:760px; }
/* fin top menu */

/* MENU DU SITE */
	nav ul{ width: 630px; }
	.nav_wrapper{ width:760px; }
	.nav_wrapper ul li{ padding-left: 10px; }
/* fin menu du site */
/* fin header */

/* ==========================================================================
   SLIDER
   ========================================================================== */
	.slider{ height:166px; }
	.slider_wrapper{ width:760px; height:166px; background-color:transparent; background-size:cover; }
/* fin slider */


/* ==========================================================================
   CONTENU HOME
   ========================================================================== */
	.container{ width:760px; }
	.quote h2{ font-size: 1.6em; }

	.contentBoxLeft{ width:660px; margin-left: 50px; }
	.contentBoxLeft p{ padding-right:0px; }
	.contentBoxRight{ width:660px; margin-right: 50px; }
	#marketing_btn a{ margin-left: 126px; }
	.les_3m_txt{ margin-right: 126px; }
	.box_client{ margin: 0px 45px 30px; }
	.contentBoxBottom .border{ display: none; }
/* fin contenu home */


/* ==========================================================================
   FOOTER
   ========================================================================== */
	#footer{ width: 760px; }
	#footer_left{ margin-left: 20px; }
/* MENU FOOTER */
	#footer_right{ display: none; }
/* fin menu footer */

/* fin footer */

}