/* @override http://www.dexypro.fr/css/dexypro.css */

@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #000;
	background-image: url(../img/bodyBg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #F2F2F2;
}
a {
	color:#C0530F;
}
a:hover {
	color:#036;
}
#container {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
}
#header {
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}
#main {
	float: left;
	width: 680px;
}
#rightcol {
	float: right;
	width: 200px;
}
#header div.logo {
	width: 300px;
	float: left;
}
#header div.banner {
	width: 380px;
	float: left;
}
#header div.contact {
	background-image: url(../img/contactBg.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 200px;
	float: right;
}
#header div.contact p {
	display: none;
}
#header div.contact div.lien {
	margin-left: 65px;
	margin-top: 60px;
}
/* BOUTONS */
a.bouton, button.bouton {
	display:-moz-inline-box;
	display:inline-block;
	padding:0;
	white-space:nowrap;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	border:0;
	background:none;
	font-size: 11px;
	font-weight: bold;
	color: #0A456C;
	clear:both;
}
a.bouton span, button.bouton span {
	float:left;
	padding:0 0 0 10px;          /* Largeur du côté gauche */
	vertical-align:middle;
	background:url(../img/bouton-bleu_gauche.gif) left top no-repeat;
}
a.bouton span span, button.bouton span span {
	padding:0 10px 0 0;          /* Largeur du côté droit */
	background:url(../img/bouton-bleu_droite.gif) right top no-repeat;
}
a.bouton span span span, button.bouton span span span {
	height:23px;          /* Hauteur du bouton */
	padding:0;
	line-height:20px;     /* Alignement vertical du texte */
	background:url(../img/bouton-bleu_centre.gif) left top repeat-x;
	color: #0A456C;
}
/* ------------------------------------------------------------------- */
a.bouton.vert, button.bouton.vert {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
a.bouton.vert span, button.bouton.vert span {
	background:url(../img/bouton-vert_gauche.gif) left top no-repeat;
}
a.bouton.vert span span, button.bouton.vert span span {
	background:url(../img/bouton-vert_droite.gif) right top no-repeat;
}
a.bouton.vert span span span, button.bouton.vert span span span {
	height:32px;          /* Hauteur du bouton */
	line-height:28px;     /* Alignement vertical du texte */
	background:url(../img/bouton-vert_centre.gif) left top repeat-x;
	color: #fff;
	text-decoration:blink;
}
a.bouton.vert span span span em {
	display: none;
}
/* ------------------------------------------------------------------- */
/* Correction des bug Internet Explorer */
* html button {width:1%; overflow:visible;}
*:first-child+html button {overflow:visible;}
/* ------------------------------------------------------------------- */

#main div.rubriques {
	border-bottom: 10px solid #BBD366;
}
#main div.rubriques h1 {
	height: 40px;
	background-image: url(../img/accroche.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #fff;
}
#main div.rubriques ul.menu {
	width: 206px;
	float: left;
}
#main div.rubriques ul.menu a {
	display: block;
	height: 28px;
	line-height: 26px;
	background-color: #EBEFE6;
	margin-bottom: 1px;
	color: #000;
	text-decoration: none;
	padding: 0 10px;
	font-weight: bold;
}
#main div.rubriques ul.menu a:hover,
#main div.rubriques ul.menu a.active {
	font-weight: bold;
	color:#5E0042;
	background-color: #fff;
	background-image: url(../img/mini-fleche-verte.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#main div.rubriques div.resume {
	float: right;
	width: 470px;
	background: #fff url('../img/rubriquesBg.gif') repeat-y right top;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	height: 260px;
	overflow: hidden;
	position: relative;
}
#main div.rubriques div.resume img {
	float:left;
	width:285px;
	height: 260px;
}
#main div.rubriques div.resume p {
	float: right;
	padding: 5px 15px;
	width: 155px;
}
#main div.rubriques div.resume p.lien {
	padding-top: 15px;
	padding-bottom: 0px;
	width: 155px;
	padding-left: 0px;
	position: absolute;
	bottom: 5px;
	right: 0;
}
#main div.rubriques div.resume p strong {
	font-size:1.5em;
	color:#8FB500;
	line-height:1.4em;
}
#main div.rubriques div.resume p strong a {
	color:#8FB500;
}
#main div.rubriques div.resume a.bouton.vert {
	margin: 0;
}
#rightcol div.infos h2 {
	height: 40px;
	background-image: url(../img/titre-infos.gif);
	background-repeat: no-repeat;
}
#rightcol div.infos h2 span {
	display: none;
}
#rightcol div.infos ul {
	background-image: url(../img/pointilles-verts.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#rightcol div.infos li {
	background-image: url(../img/pointilles-verts.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#rightcol div.infos li a {
	font-size: 10px;
	display: block;
	padding: 10px 0 10px 20px;
	color: #0A456C;
	background-image: url(../img/puce-verte.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	text-decoration: none;
}
#rightcol div.infos li a:hover {
	background-image: url(../img/puce-bleue.gif);
	text-decoration: underline;
}#rightcol div.infos p {
	text-align: right;
	font-size: 10px;
	margin-top: 20px;
}
#main div.rubriques div.item p a {
	text-decoration: none;
	color: #000;
}
div.applications {
	width: 680px;
	background-color: #EBEFE6;
	margin: 20px 0;
	float: left;
	height: 320px;
}
div.applications .pros {
	padding: 10px;
}
div.applications .pros h2 {
	font-size: 12px;
	color: #0B456B;
	background-image: url(../img/fleche-titre-applis-pro.gif);
	background-repeat: no-repeat;
	background-position: left 0.3em;
	padding-bottom: 10px;
	padding-left: 12px;
	font-weight: normal;
	margin-top: 10px;
}
div.applications .pros div.box {
	width: 305px;
	background-color: #fff;
	float: left;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 280px;
}
div.applications .pros div.box.right {
	float: right;
}
div.applications div.box h3 {
	margin-bottom: 15px;
}
img.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
div.applications .pros .box p {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
}
div.particuliers {
	float: right;
	width: 180px;
	margin: 20px 0;
	height: 300px;
	background-color: #DFF1F2;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.particuliers p.coming {
	text-align: center;
	font-weight: bold;
	background-color: #fff;
	line-height: 2em;
	color: #8DB500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.particuliers h3 {
	text-align: center;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
div.particuliers h4 a {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div.particuliers p {
	margin-bottom: 0.5em;
}
#footer {
	font-size: 10px;
	color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
#footer .left {
	float: left;
	width: 45%;
}
#footer .right {
	float: right;
	width: 45%;
	text-align: right;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#main div.nav.rubriques {
	width: 206px;
	float: left;
}
div.content {
	width: 460px;
	float: right;
	margin-bottom: 20px;
}
div.content h1 {
	font-size: 22px;
	font-family: Helvetica, Arial, sans-serif;
	color: #0A456C;
	margin-bottom: 12px;
	line-height: 25px;
}
div.content p {
	margin-bottom: 0.7em;
}
.tabgamme {
	font-size: 9px;
	border: 1px solid #ddd;
	margin-bottom: 1em;
}
.tabgamme th {
	padding: 2px;
	background-color: #BBD366;
	color: #FFFFFF;
}
.tabgamme td {
	padding: 4px 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEFE6;
}

.tabbesoin {
	font-size: 9px;
	border: 1px solid #999999;
}
.tabbesoin th {
	padding: 2px;
	background-color: #FF6600;
	color: #FFFFFF;
}
.tabbesoin td {
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
}
.tabbesoin img { margin:1px }

ul.list {
	margin: 1em 0;
}
ul.list li {
	margin-bottom: 0.7em;
	background-image: url(../img/puce-bleue.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 16px;
}
div.content h2 {
	color: #41A5AB;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-size: 13px;
}
div.content h3 {
	color: #0A456C;
	margin-bottom: 0.5em;
}
div.content .orange {
	color: #99B428;
}
div.content table {
	margin-bottom: 1em;
}
#main div.rubriques ul.menu li.active a {
	background-color: #0A456C;
	color: #fff;
	font-weight: bold;
}
#main div.rubriques ul.menu li.active a:hover {
	background-image:none;
}
#rightcol h3 {
	color: #41A5AB;
	font-size: 11px;
	margin-bottom: 1em;
}
div.vignettes div.box {
	float: left;
	width: 80px;
	text-align: center;
	border: 1px solid #EBEFE6;
	padding: 2px;
	margin: 4px;
}
div.content .center {
	text-align: center;
}
div.content p.caps {
	text-transform: uppercase;
	text-align: justify;
}
.pretaposer .info {
	background-color: #fff;
	padding: 5px;
	margin-top: 8px;
}
.content ul.list li {
	background-image: url(../img/puce.gif);
	background-position: left 0.2em;
	padding-bottom: 0.5em;
}
.content p.encadre {
	background-color: #EBEFE6;
	padding: 8px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	border: 1px solid #BBD366;
}
.tabgamme td.green {
	background-color: #EBEFE6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
#main .rubriques h1 span {
	display: none;
}
div.content h3 em {
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}
div.banner-pro {
	clear: both;
}

.navbar {
	list-style:none;
	background-color:#ffffff;
	width:100%;
	height:27px;
	line-height:27px;
	border-bottom: 5px solid #88CBCE;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20;
	margin-left: 0;
}
.navbar li { 
  	float:left; 
  	margin-left:2px;
}
.navbar li a {
	display:block;
	float:left;
	height:27px;
	line-height:27px;
	color:#0A456C;
	text-decoration:none;
	font-family:arial, verdana, sans-serif;
	text-align:center;
	font-size:11px;
	padding:0 0 0 7px;
	background-image: url(../img/navbar_onglet.gif);
}
.navbar li a b {
  	float:left; 
  	display:block; 
  	padding:0 14px 0 7px;
	background:url(../img/navbar_onglet.gif) no-repeat right top;
}

.navbar li.current a, .navbar li a:hover {
	color:#fff;
	background-image: url(../img/navbar_onglet2.gif);
}
.navbar li.current a b, .navbar li a:hover b {
  	background:url(../img/navbar_onglet2.gif) no-repeat right top;
}
.introstores {
	height: 210px;
	width: 460px;
	position: relative;
	margin-bottom: 20px;
}
.introstores .texte {
	background-color: #222;
	height: 220px;
	width: 140px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	padding-left: 20px;
	padding-right: 10px;
}
.introstores .texte h2 {
	padding: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.introstores .texte p {
	margin: 0px;
	padding: 5px;
}
.introstores .texte a, .introstores .texte a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
img.thumb {
	border: 1px solid #ddd;
	padding: 2px;
}
.thumb_box {
	height: 70px;
	margin-left: 75px;
}
ol.ouvertures li {
	list-style-type: decimal;
	list-style-position: inside;
}

