@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Spinnaker&subset=latin,latin-ext);
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	/*background-color:#fff !important;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background:url(../images/bodybg.png); */
	background:#f0f0f0 url(../images/page_bk.png);
	background-repeat: repeat-y;
	background-position: center;
	
}
body a.top{
	float:right;
	height:16px;
	display:inline-block;
	margin:13px 0px 0px 0px;
	padding:1px 0px 0px 22px;
	background:url(../images/gotop.png) no-repeat 0px 0px;
}
a:link {
	text-decoration: none;
	color:#363838;
	-webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a:visited {
	text-decoration: none;
	color:#363838;
}
a:hover {
	text-decoration: none;
	color:#FF9900;
}
a:active {
	text-decoration: none;
	color:#363838;
}
a.plus{ color:#1BD132 !important}
a.plus:hover{ color:#FF9900 !important}
a.ttitre{ color:#666666 !important}
a.ttitre:hover{ color:#FF9900 !important}
div.ttext{color:#727272 !important}
.corps {
	width:960px;
	margin:auto;
	/*background:#fff url(../images/back.jpg) center top no-repeat !important;*/
	-moz-box-shadow: 0 0 5px #141414;
	-webkit-box-shadow:  0 0 5px #141414;
	box-shadow: 0 0 5px #141414;
	padding-left:0px;
	padding-right:0px;
	background-color: #eee;
	

}
.header {
	width:960px;
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow:  0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;*/
	/*-moz-box-shadow: 0 0 5px #141414;
	-webkit-box-shadow:  0 0 5px #141414;
	box-shadow: 0 0 5px #141414;*/
	/*margin: 20px auto 25px;*/
	margin-top:0px;
	margin-bottom:0px;
	overflow:hidden;
	background-color: #eee;


}
.header .baniere {
	height:115px;
	background: #C50000 url(../images/header.png) no-repeat top;
	
}
.flash {
	height:31px;
	margin-bottom: 0px;
	border-top:#eee 1px solid;
	border-bottom: #eee 0px solid;
	margin-top:10px;
	background-color: #FFFFFF;


}
.flash .titref {
	height:17px;
	background-color:#FF9900;
	width:65px;
	float:left;
	margin-right:1px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Agency FB", Arial;
	padding: 7px;
	color: #fff;
	/*color: #1BD132;*/
	text-shadow: 0 1px 1px #000;
	/*text-shadow: 1px 1px 0px #FFFFFF, 3px 2px 0px #E8E8E8;*/
	/*background:url(../images/flash.png) no-repeat;*/
	
}
.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.flash .libf {
	height:13px;
	width:650px;
	float:left;
	padding: 7px;
	font-size: 12px;
	padding-top: 10px;
}
.flash .seach {
	height:32px;
	width:199px;
	float:left;
	font-size: 16px;
	margin-left: 13px;
	padding-left: 3px;
	background-color:#FF9900;
	/*padding:10px;*/
	text-align:center;
	
	padding-top:0px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Agency FB", Arial;
	color:#fff;
	text-shadow: 0 1px 1px #000;
	text-transform:uppercase;
	border-radius:0px;
	border-left:#dddddd solid 1px;
	
}
.header .menyw {
	float:right;
	width:600px;
	margin:5px;
	height: 51px;
}
.header .menug{
	margin-top:10px;
	
}

.gmenu{
	/*height:50px;*/
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#1BD132;
	/*-moz-box-shadow: 0 0 5px #141414;
	-webkit-box-shadow:  0 0 5px #141414;
	box-shadow: 0 0 5px #141414;
	overflow:hidden;*/
	width: 960px;


}
.gmenu div#menu {
   /* top:40px;
    left:0px;*/
    width:100%;
		background:transparent url(../menu/images/header_bg.gif) repeat-x 0 0;  
}
.contentdhp1{
	width:940px;
	overflow:hidden;
	margin-bottom: 0px;
	margin: auto;
	background:#fff url(../images/bg_portfolio_repeat.gif) repeat-x top left;
	padding: 10px;
	padding-top: 40px;
	/*-moz-box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow:  0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;*/
}

.contentdhp1 .right{
	width:620px;
	overflow:hidden;
	float:left;
	/*-moz-box-shadow: 0 0 5px #141414;
	-webkit-box-shadow:  0 0 5px #141414;
	box-shadow: 0 0 5px #141414;*/
	margin:0px;
	padding:0px;
	background-color: #FFFFFF;
	
}
.contentdhp1 .right .slider1{
	overflow:hidden;
	margin-bottom: 0px;
	border:#dddddd solid 1px; box-shadow:0px 0px 5px #ccc;
	
	
}
.contentdhp1 .right .actualite{
	overflow:hidden;
	border-bottom:#eee 1px solid;
	margin-bottom:10px;
	padding-bottom: 10px;
	
}
.contentdhp1 .right .actualite .box1{
	width:49%;
	float:left;
	margin-right:0px;
	background:url(../images/shadow-sep1.gif) right top no-repeat;
	padding-right:5px;
	margin-bottom: 10px;
}
.contentdhp1 .right .actualite .box1 .imgcont1{
	float:left;
	margin-right:5px;
}
.contentdhp1 .right .actualite .box1 .imgcont1 img{
	width:120px;
	height:110px;
	padding:2px;
	border:#eee 1px solid;
}
.contentdhp1 .right .actualite .box1 .titre1{
	font-size:13px; font-weight:bold; margin-bottom: 6px;
}
.contentdhp1 .right .actualite .box1 .lire1{
	margin-top:5px; font-size:11px;
}
.contentdhp1 .right .actualite .box1 .lire1 a{
	/*color:#FF9900*/
}

.contentdhp1 .right .activite{
	overflow:hidden;
	margin-bottom: 0px;
	width: 620px;
	border-bottom: #eee 1px solid;
	padding-bottom: 10px;
	
	
}
.contentdhp1 .right .activite .left1{
	float:left;
	width:45%;
	margin-right:18px;
	padding:5px;
	padding-top: 0px;
}
.contentdhp1 .right .activite .left1 img{
	height:150px; width:96%; padding:4px; border:#eee 1px solid
}
.contentdhp1 .right .activite .left1 .titre2{
	font-size:13px; font-weight:bold; margin-top: 6px; margin-bottom: 6px;
}
.contentdhp1 .right .activite .left1 .lire2{
	margin-top:5px; font-size:11px;
}
.contentdhp1 .right .activite .left1 .lire2 a{
	color:#FF9900
}

.contentdhp1 .right .activite .right1{
	float:left;
	width:50%;
}
.contentdhp1 .right .activite .right1 div.zoom{
	width:70px; height:60px; float:left; margin-right:7px; margin-bottom:7px; 
}
.contentdhp1 .right .activite .right1 img{
	width:70px; height:60px; border-radius:2px;
}
.contentdhp1 .right .activite .right1 .titre3{
	font-size:12px;
	font-weight:600;
	margin-bottom: 7px;
}

.contentdhp1 .left{
	width:300px;
	overflow:hidden;
	margin-left:10px;
	float:right;
	/*background-color: #FFFFFF;
	border:#dddddd solid 1px;
	box-shadow:0px 0px 2px #ccc;*/
}

.footer{
	width:940px;
	/*-moz-box-shadow: 0 0 5px #141414;
	-webkit-box-shadow:  0 0 5px #141414;
	box-shadow: 0 0 5px #141414;
	margin: 20px auto 25px;*/
	margin-bottom:0px;
	overflow:hidden;
	background-color: #1BD132;
	margin-top: 0px;
	padding: 10px;
	/*padding:10px;
*/
}
.footer .copyright {
	/*background-color: #e7e7e7;*/
	text-align: center;
	margin: 0px 20px 0px 20px;
	line-height: 20px;
	color: #FFFFFF;
	/*border: 1px solid #cccccc;*/
	padding: 8px;
	text-shadow: 0 1px 1px #000;
}
/*.footer .copyright a.top{
	float:right;
	height:16px;
	display:inline-block;
	margin:13px 0px 0px 0px;
	padding:1px 0px 0px 22px;
	background:url(../images/gotop.png) no-repeat 0px 0px;
}*/
/* ************************************************************************************* */
.rechcont{width:200px; text-align:center; padding:30px 0 0; float:right; margin:15px 150px 8px 100px}
form#recher{
	display:inline-block;
	background:#FF9900;
	width:200px;
	border-radius:2px;
	-moz-border-radius:2px
	
}
form#recher p{margin:2px}
form#recher p{overflow:hidden;background:url(../images/bkg_search.jpg) repeat-x 0 0;border-radius:2px;-moz-border-radius:2px;height:28px}
form#recher label{color:#333;margin-bottom:1px}
form#recher input#search_query_block{border:1px solid #CCCCCC;-webkit-border-radius:3px !important;-moz-border-radius:3px !important;border-radius:3px !important;height:18px;margin-top:10px}
form#recher input#search_button{padding:1px 4px}
#seach{margin:0 5px;padding:0;height:31px;line-height:31px;background:none;border:none;color:#444;font-size:13px;float:left;text-align:left;width:70%}
.newbouton{
border:none;
border-radius:0;
background:url(../images/bg_search_submit.png) no-repeat 0 0 !important;
float:right;
text-indent:-9999px;
height:31px;
width:28px
}

/********************************/
/*	Banner Rules
=======================================================================
*/
.banner {
	float:left;
	width:620px;
	height:335px;
}
.banner h4 {
	font-weight:normal;
	color:#fff;
	font-family: 'Spinnaker', sans-serif;
	font-size:16px;
	padding:0px;
	margin:0px;
	
}
.banner p {
line-height:18px;
	padding:0px;
	margin:0px;
	
}
.nivoSlider {
	position:relative;
	width:620px !important;
	overflow:hidden;
}
.nivoSlider img {
	/*position:absolute;
	top:0px;
	left:0px;*/
	width:620px!important;
	height:335px !important;
	margin:0px auto;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	/*position:absolute;
	top:0px;
	left:0px;*/
	width:620px!important;
	height:335px !important;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:335px;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	color:#fff;
	width:620px;
	z-index:9985;
	bottom:0;
	padding:20px;
	display:block !important;
	opacity:1 !important;
	background:url(../images/black.png);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nivo-html-caption {
	display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav {
	height:46px;
	width:100%;
	position:absolute;
	bottom:145px;
	z-index:9990;
}
.nivo-directionNav a {
	z-index:9;
	cursor:pointer;
	text-indent:-9999px;
}
.nivo-prevNav {
	width:46px;
	height:46px;
	float:left;
	margin-left:10px;
	display:inline-block !important;
	background:url(../images/banner-arrows.png) no-repeat 0px 0px;
}
.nivo-nextNav {
	width:46px;
	height:46px;
	float:right;
	margin-right:10px;
	display:inline-block !important;
	background:url(../images/banner-arrows.png) no-repeat -46px 0px;
}
.nivo-prevNav:hover {
	background:url(../images/banner-arrows.png) no-repeat 0px -46px;
}
.nivo-nextNav:hover {
	background:url(../images/banner-arrows.png) no-repeat -46px -46px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
/* cosmetics */
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/ajax-loader.gif) no-repeat 50% 50%;
}
.theme-default .nivoSlider img {
	/*position:absolute;
	top:0px;
	left:0px;*/
	display:none;
	width:620px!important;
	height:335px!important;
	
}
.theme-default .nivoSlider a {
	display:block;
}
.nivo-controlNav {
	left:49%;
	padding:5px 10px;
	position:absolute;
	border-radius:20px;
	bottom:20px;
	z-index:9990;
	box-shadow:0px 0px 2px #000;
	display:none;
}
/*.............................line............................*/
.phead {
	font-size: 15px;
	color: #363838;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #FFFFFF;
	background-repeat: no-repeat;
	background-position: top right;
}
.phead i {
	font-size: 16px;
	float: right;
	text-shadow: 2px 2px 0px #EAEAEA, 3px 3px 0px #EAEAEA;
}
.phead .txt {
	display: inline-block;
	font-weight: 100;
	color: #111111;
	font-size: 12px;
	line-height: 10px;
	padding: 0 10px;
	border-left: 10px solid #212121;
}
.gligne {
	height: 7px;
	margin-top: -12px;
	margin-bottom: 10px;
	background-image: url(../images/peindex.png);
}
.phead h3 {
	color: #363838;
	font-size: 19px;
	display: inline-block;
	letter-spacing: -.05em;
	/*text-transform: capitalize;*/
	/* font-family: 'Righteous', sans-serif, Arial; */
	font-family: 'BebasNeue', Arial, sans-serif;
	font-weight: 400;
	text-shadow: none;
	background-color: #FFFFFF;
	padding: 0 10px;
	margin: 0 15px;
	text-shadow: 1px 1px 0px #FFFFFF, 3px 2px 0px #E8E8E8;
}
/*
=======================================================================
	Realisation
=======================================================================
*/
.realisation {
	width:100%;
	float:left;
	margin-bottom:10px;
}
.realisation ul{
	width:100%;
	float:left;
	list-style:none;
	margin-left:0px;
	margin:0;
	padding:0
	
}
.realisation ul li{
	width:100%;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:12px 0px 12px 16px;
	border-bottom:#d9d9d9 dotted 1px;
	background:url(../images/blogroll.png) no-repeat 0px 15px;
}
.realisation ul li a{
	color:#757575;
	font-size:12px;
}
.realisation ul li a:hover{
	color:#FF6600;
	
}
/*
=======================================================================
	projet
=======================================================================
*/
.projet{ border:#eee 1px solid; padding:10px; overflow:hidden}
.projet .box2 {
	margin-bottom:10px;
	overflow: hidden;
	border-bottom:#eee 1px solid;
}
.projet .box2 div.zoom{width:70px; height:60px; float:left; margin-right:7px; margin-bottom:7px}
.projet .box2 img{width:70px; height:60px;}
.projet .box2 .titrep{
	font-size:12px;
	font-weight:normal;
	margin-bottom: 8px;
}
.connuguet{border:#eee 1px solid; padding:10px; overflow:hidden}
.dateg{ color:#757575; font-size:11px;}
.connuguet .partenaire{ float:left; width:40%; margin-right:5px; margin-bottom:10px; overflow:hidden; margin-left:15px; padding-right:2px;}
.connuguet .partenaire a img{height:80px; width:96%; border:#eee 1px solid; border-radius:5px; padding:2px; margin-right:3px}

/*..................bouton........................*/

.boutong {
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color:#1BD132;
  color:#FFFFFF;
  text-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 1px #000;
  border:none;
  cursor:pointer;
}
.boutong:hover {
background-color:#FF9900;
color:#fff;

}

label {
	display: inline-block;
    font-size: 12px;
	font-weight: 600;
	color: #444;
	margin-bottom: 1px;
    cursor: pointer;
}
label span {
	
	color:#FF0000;
	
}

input[type="text"],
input[type="password"],
select,
textarea {
    display: block;
	background: #FFF;
	padding: 5px;
    margin-bottom: 2px;
	border: 1px solid #DDD;
    border-top-width: 2px;
	outline: 0;
	font: normal 11px/100%;
    color: #666;
}
/*..............................zoom image...............................*/

.hover-fx img {
	float:left;
	opacity:1;
	width:100%;
	height:100%;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.zoom {
	overflow:hidden;
	position:relative;
	
}
.zoom img  {
/*float:left;*/
    opacity:1;
	width:100%;
	height:100%;
	-webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.zoom:hover img  {
	transform:scale(1.2);
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-opacity:0.50;
	opacity:.50;
	filter:alpha(opacity=50);
}
/*presi_wedget*/

.prescont{background-color: #FFFFFF; border:#dddddd solid 1px; box-shadow:0px 0px 5px #ccc; padding:10px; margin-bottom: 20px; border-bottom:#FF9900  dotted 0px}
.prescont .titrep{margin-bottom:10px; background-color:#1BD132; padding:10px; color:#FFFFFF; text-shadow: 0 1px 1px #000; font-weight:bold; font-size:15px}
