/*
Theme Name: Bleu Vert Concepts 1.0
Theme URI: http://bleuvert.net/
Description: Le thème du site de l'agence Bleu Vert Concepts
Author: Christophe Dupeyroux
Author URI: http://christophe-dupeyroux.com
*/

/***** MISE A ZERO *****/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
	border:0pt none;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0pt;
	padding:0pt;
	vertical-align:baseline;
	text-decoration:none;
}

body{
	background:url(img/background.jpg);
	font-size: 100%;
	color: #6a6a6a;
	font-family: Arial, Trebuchet MS, Verdana, Helvetica, sans-serif;
}
a{
	color: #900000;
}
a:hover{
	color:#8e3838;
}
a:active, a:focus{
    outline:none;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
/******GLOBAL******/
div#global{
	min-height: 600px; 
	width:100%;
	border-top:2px solid #5c7c0d;
	background-color:#ffffff;
}
div#global:after {
content: "";
display: block;
clear: both;
}
/***** HEADER *****/
div#header{
	margin:0 auto;
	width:980px;
	height:150px;
}
/*logo*/
div#logo{
	float:left;
	width:220px;
	height:71px;
	margin:27px 0 0 58px;
}
/******/
/*menu*/
div#menu{
	float:left;
	width:528px;
	margin:0 38px 0 136px;
}

div#menu ul li{
	float:left;
	display:block;
	list-style:none;
	margin-left:5px;
}
div#menu ul li:hover{
	background-color:#569eb8;
}
div#menu ul li#agence a:hover{
	background-image:url(img/btn-agence-hover.jpg);
}
div#menu ul li#savoir-faire a:hover{
	background-image:url(img/btn-savoir-faire-hover.jpg);
}
div#menu ul li#realisations a:hover{
	background-image:url(img/btn-realisations-hover.jpg);
}
div#menu ul li#presse a:hover{
	background-image:url(img/btn-presse-hover.jpg);
}
div#menu ul li#contact a:hover{
	background-image:url(img/btn-contact-hover.jpg);
}
div#menu ul li h3{
	font-size:19px;;
	font-weight:normal;
}
div#menu ul li h3 a{
	display:block;
	padding:34px 8px 5px 8px;
	color:#6a6a6a;
}
div#menu ul li h3 a:hover{
	color:#ffffff;
	background-color:#569eb8;
}
div#menu .actif-li{
	background-color:#569eb8;
}
div#menu ul li#agence.actif-li{
	background-image:url(img/btn-agence.jpg);
}
div#menu ul li#savoir-faire.actif-li{
	background-image:url(img/btn-savoir-faire.jpg);
}
div#menu ul li#realisations.actif-li{
	background-image:url(img/btn-realisations.jpg);
}
div#menu ul li#presse.actif-li{
	background-image:url(img/btn-presse.jpg);
}
div#menu ul li#contact.actif-li{
	background-image:url(img/btn-contact.jpg);
}
div#menu .actif-a{
	color:#ffffff;
}
/******/
/*sous-menu*/
div#sous-menu{
	float:left;
	font-size:16px;
	width:528px;
	margin:5px 28px 0 146px;
}
div#sous-menu-r {
	float:left;
	font-size:16px;
	margin:5px 28px 0 553px;
	width:120px;
}
div#sous-menu ul li{
	float:left;
	display:block;
	list-style:none;
	margin:0 0 0 3px;
}
div#sous-menu-r ul li{
	float:left;
	display:block;
	list-style:none;
	margin:0 0 0 3px;
}
div#sous-menu ul li a{
	font-size:16px;
	color:#5c7c0d;
}
div#sous-menu-r ul li a{
	font-size:16px;
	color:#5c7c0d;
}
div#sous-menu ul li a:hover{
	color:#6a6a6a;
}
div#sous-menu-r ul li a:hover{
	color:#6a6a6a;
}
div#sous-menu .actif-a{
	color:#6a6a6a;
	border-bottom:2px solid #6a6a6a;
}
div#sous-menu-r .actif-a{
	color:#6a6a6a;
	border-bottom:2px solid #6a6a6a;
}
/***********/
/*titre-page*/
div#titre-page{
	float:left;
	width:804px;
	height:53px;
	margin:0 0 0 58px;
}
div#titre-page h1{
	font-size:26px;
	font-weight:normal;
	margin:20px 0 0 0;
}
/***********/
/*options*/
div#options{
	float:left;
	width:50px;
	height:25px;
	margin:0 58px 0 10px;
	padding:28px 0 0 0;
}
div#options a{
	color: #900000;
	font-weight:bold;
}
div#options a:hover{
	color: #000000;
}
div#options a#petit{
	font-size:14px;
}
div#options a#grand{
	font-size:16px;
}
/******************/

/***** CONTENT *****/
div#content{
	margin:0 auto;
	width:980px;
	min-height:215px;
}
div#content-anim{
	margin:0 auto;
	width:980px;
}
/*login page*/
.login{
	margin:30px auto;
	padding-bottom:131px;
	width:864px;
	height:189px;	
}
.login input{
	margin:0 0 15px 0;
}
.login p.error{
    padding: 5px;
	margin:0 0 20px 0;
    border: 1px solid #c00;
    background-color: #ffebe8;
}
.login p.message{
    padding: 5px;
	margin:0 0 20px 0;
    border: 1px solid #e6db55;
    background-color: #ffffe0;
}
.login .message{
	margin:10px 0 50px 0;
	border:1px solid #90000;
}
.login form{
	display:block;
	margin:0 auto;
	width:300px;
}
.login ul.links{
	float:right;
	margin:50px auto;
	list-style:none;
}
.login a{
	font-size:14px;
	color:#6a6a6a;
}
.login a:hover{
	color:#900000;
}
.login p.error a{
	text-decoration:underline ;
}

/*bandeau-anim*/
div#bandeau-anim{
	width:100%;
	height:300px;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	background-image:url(img/background-bandeau.png);
	margin-bottom:65px;
}
div#animation{
	margin:0 auto;
	width:864px;
	height:300px;
	background-color:black;
}
/*bandeau*/
div#bandeau{
	width:100%;
	height:150px;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	background-image:url(img/background-bandeau.png);
}
div#illustrations{
	margin:0 auto;
	width:930px;
	height:150px;
	padding:0 0 0 35px;
}
div#illustrations img{
	float:left;
	margin:2px 20px 0 0;
	width:207px;
	height:144px;
}
/*catégories*/
div#categories{
	margin:0 auto;
	width:864px;
	height:150px;
	padding:0 58px 0 58px;
}
div#categories ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
div#categories ul li{
  float: left;
  display: block;
  background-color:#ffffff;
}
div#categories ul li a{
	display: block;
	width: 80px;
	height: 150px;
	overflow: hidden;
	border-right:1px solid #d7d7d7;
}
/*Catégories - Réalisations */
.architecture{
	background-image:url(img/categorie-architecture.png);
}
.bde{
	background-image:url(img/categorie-BDE.png);
}
.agencement{
	background-image:url(img/categorie-agencement.png);
}
.conseils{
	background-image:url(img/categorie-conseils.png);
}
.formations{
	background-image:url(img/categorie-formations.png);
}
.assistance-technique{
	background-image:url(img/categorie-assistance-technique.png);
}
/*Catégories - Presse */
.neorestauration{
	background-image:url(img/categorie-neorestauration.png);
}
.hotellerie-restauration{
	background-image:url(img/categorie-hotellerie-restauration.png);
}
.snack-foods{
	background-image:url(img/categorie-snack-foods.png);
}
.restho-news{
	background-image:url(img/categorie-restho-news.png);
}
.cuisine-collective{
	background-image:url(img/categorie-cuisine-collective.png);
}
.da-mag{
	background-image:url(img/categorie-da-mag.png);
}
div#categories #active{
	width:458px;
}
div#categories ul li img{
	position: relative;
	overflow: hidden;
}
/*content-page*/
div#content-page{
	margin:10px auto;
	width:980px;
	height:350px;
	text-align:center;
}
/*content-single*/
div#content-single{
	margin:10px auto;
	padding:0px 0 20px 0;
	width:980px;
	min-height:375px;
}
div#content-single .blocs{
	float:left;
	width:422px;
	margin:0 10px 0 58px;
	font-size:0.9em;
}
div#content-single .blocs p {
	margin:0;
	font-size:0.9em;
	text-align:justify;
}
div#content-single .blocs p  strong{
	display:block;
	font-weight:bold;
	margin:15px 0 0 0;
	font-size:1.2em;
	color:#0B88B6;
}
div#content-single  h3{
	margin:20px 0px 0 58px;
	font-weight:bold;
	color:#5c7c0d;
}
div#content-single  ul{
	margin:10px 0px 0 58px;
}
div#content-single  ul li{
	list-style:none;
}
div#content-single  img{
	float:left;
	margin:1px 5px 3px 0px;
	border: 2px solid white;
}
div#content-single  img:hover{
	border: 2px solid #6a6a6a;
}
div#content-single p{
	margin:10px 58px 0 58px;
	font-size:0.8em;
	text-align:justify;
}
div#visuels{
	margin:10px 0 0 58px;
}
/*contenu*/
div#content p{
	margin:10px 58px 0 58px;
	text-align:justify;
}
div#content div.bloc-article{
	float:left;
	margin:12px 0 3px 58px;
	width:402px;
	min-height:200px;
}
div#content div.bloc-article h2{
	color:#0b88b6;
	font-size:1em;
	font-weight:bold;
}
div#content div.bloc-article h3{
	color:#5c7c0d;
	font-size:0.8em;
	font-weight:bold;
}
div#content div.bloc-article p{
	font-size:0.8em;
	text-align:justify;
	padding:0;
	margin:0;
}
/*page catégories*/
div#content div.bloc-article-categories{
	float:left;
	margin:12px 0 3px 58px;
	width:247px;
	min-height:145px;
	padding-bottom:20px;
}
div#content div.bloc-article-categories h2{
	color:#0b88b6;
	font-size:1em;
	font-weight:bold;
}
div#content div.bloc-article-categories h3{
	color:#5c7c0d;
	font-size:0.8em;
	font-weight:bold;
}
div#content div.bloc-article-categories p{
	font-size:0.8em;
	text-align:justify;
	padding:0;
	margin:0;
}
div#content div.bloc-article-categories a{
	float:right;
	font-size:0.9em;
	padding:0;
	margin:5px 0 0 0;
	font-weight:bold;
}
div#content div.bloc-article-categories a:hover{
	color:#8e3838;
	font-weight:bold;
}
div#content div.bloc-article-categories a.imprimer{
	font-size:0.7em;
}

div#content div.bloc-article-categories a.mail{
	float:left;
	font-size:0.9em;
	padding:0;
	margin:5px 0 0 0;
	font-weight:bold;
}
div.clear-both{clear:both;}
/**************/
/*******************/

/***** FOOTER *****/
/*background-footer*/
div#bg-footer{
	width:100%;
	height:55px;
	background:url(img/frise.jpg) no-repeat;
	background-color:black;
	padding:60px 0 0 0;
}
div#footer{
	position:relative;
	margin:0 auto;
	width:980px;
	height:55px;
	font-size:13px;
	color:#ffffff;
}
div#footer a{
	color:#ffffff;
}
div#footer a:hover{
	font-weight:bold;
}
div#glossaire{
	float:left;
	width:320px;
	margin:5px 0 0 58px;
}
div#glossaire ul li{
	float:left;
	display:block;
	list-style:none;
	margin:5px 0 0 3px;
}
div#mentions{
	float:left;
	width:110px;
	margin:5px 0 0 40px;
}
div#maintenance{
	float:left;
	margin:5px 0 0 30px;
}

div#accessibilite{
	float:right;
	text-align:right;
	margin:5px 58px 0 0;
}
div#accessibilite a{
	margin:10px 0 0 3px;
}
/******************/
/*formulaire contact | POPUP JQUERY*/
#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:530px;
	width:450px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}
#popupContact h1{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}
#popupContactClose{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}
.wpcf7-mail-sent-ok{
    padding: 5px;
	margin:0  20px 0 58px;
	width:850px;
    border: 1px solid #e6db55;
    background-color: #ffffe0;
}
.wpcf7-validation-errors{
    padding: 5px;
	margin:0  20px 0 58px;
	width:850px;
    border: 1px solid #c00;
    background-color: #ffebe8;
}

