@charset "utf-8";

@import "slimbox.css";

/****************************************************************************/
/*                            CSS GENERIQUES                                */
/****************************************************************************/
* { margin:0; padding:0; }

body { 
	background:url(../images/background-top.jpg) no-repeat center 0; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
}

img { 
	border:none; 
}

ul { 
	list-style:none; 
	margin:0; 
	padding:5px 0; 
}

form, fieldset {
	margin:0;
	padding:0;
	border:none;
}
select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:2px;
}

/***** Les titres *****/
h1, h2, h3 {
	margin:0;
	padding:0;
}
h1 {
	font-size:16px;
	font-weight:bold;
}
h2 {
	font-size:14px;
	font-weight:bold;
}
h3 {
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}

/***** Classes communes *****/
.clear { 
	height:0; 
	width:1px; 
	clear:both; 
	line-height:0; 
	*display:inline;
}



/****************************************************************************/
/*                               CSS PAGES                                  */
/****************************************************************************/

/***** PAGE *****/
#page {
	margin:0 auto;
	width:1000px;
}
#page .wrapper {
	padding:0 50px;
	width:900px;
	position:relative;
	z-index:200;
}


/***** HEADER *****/
#header {
	width:900px;
}

/**** Logo ****/
#header .logo {
	margin-left:10px;
	float:left;
	width:220px;
	height:220px;
}

/**** Navigation ****/
#header .navigation {
	float:right;
	background:url(../images/navigation-bg.gif) no-repeat 0 0;
	height:27px;
	width:682px;
	margin-right:-36px;
	position:relative;
}
#header .navigation ul {
	padding:0;
	margin:0;
}
#header .navigation li.home a{
	padding-top:8px;
}
#header .navigation li {
	float:left;
	background:url(../images/navigation-separator.gif) no-repeat right center;
	padding:0 12px;
	height:27px;
}
#header .navigation li a {
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	display:block;
	line-height:27px;
}
#header .navigation li a:hover {
	background:url(../images/nav-hover.gif) repeat-x 0 bottom;
}
#header .navigation li.on a{
	background:url(../images/nav-hover.gif) repeat-x 0 bottom;
	text-decoration:none;
}
#header .navigation li.on a:hover {
	border:none;
	padding:0;
}
#header .navigation li.last {
	background:none;
}

/**** Fil d'ariane ****/
#fil-ariane {
	float:left;
	width:530px;
	margin:5px 0 10px 61px;
}
#fil-ariane li {
	display:inline;
	color:#fff;
	font-size:11px;
}
#fil-ariane li a {
	color:#68d900;
	text-decoration:none;
}
#fil-ariane li a:hover {
	text-decoration:underline;
}


/**** Introduction ****/
#header #introduction {
	float:left;
	width:530px;
	margin:10px 0 0 80px;
}
#header #introduction.home {
	margin:35px 0 0 80px;
}
#header #introduction h2 {
	color:#fff;
	margin-bottom:25px;
}
#header #introduction p {
	color:#fff;
	padding:5px 0;
}

#header #introduction.page_listing p {
	color:#000;
}

#header #introduction.page_listing .date_actu {
	font-weight:bold;
	color:#878071;
}


#header #introduction p.link {
	text-align:right;
}
#header #introduction p.link a{
	background:url(../images/pictos/picto-link.gif) no-repeat 0 center;
	padding-left:20px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
#header #introduction p.link a:hover {
	text-decoration:underline;
}

/***** Contener *****/
#contener {
	clear:both;
	width:900px;
	padding-top:30px;
}

/**** Les blocs encadrés ****/
#contener .encadres {
	width:900px;
}
#contener .encadres .cadre {
	float:left;
	border:1px solid #e5e5e5;
	background:#FFFFFF;
	width:278px;
	min-height:240px;
	height:auto!important;
	*height:240px;
	margin-right:30px;
}
#contener .encadres #partenaires.cadre {
	margin-right:0;
}
#contener .encadres .cadre h2 {
	padding:23px 10px 10px 45px;
}
#contener .encadres .cadre h1 {
	padding:10px 15px;
}
#contener .encadres .cadre fieldset {
	padding:17px 10px 14px 45px;
}
#contener .encadres #entretien h1, #contener .encadres #entretien h1 a { 
	color:#0075db;
	text-decoration:none;
}
#contener .encadres #entretien h2 {
	background:url(../images/pictos/picto-bleu.gif) no-repeat 10px center;
}
#contener .encadres #entretien h2 a{
	color:#0075db;
	text-decoration:none;
}
#contener .encadres #gammes h1, #contener .encadres #gammes h1 a {
	color:#52a307;
	text-decoration:none;
}
#contener .encadres #gammes fieldset {
	background:url(../images/pictos/picto-vert.gif) no-repeat 10px center;
}
#contener .encadres #partenaires h1, #contener .encadres #partenaires h1 a {
	color:#fe7800;
	text-decoration:none;
}
#contener .encadres #partenaires h2 {
	background:url(../images/pictos/picto-orange.gif) no-repeat 10px center;
}
#contener .encadres #partenaires h2 a{
	color:#fe7800;
	text-decoration:none;
}

/**** Les blocs d'informations ****/
#contener .informations {
	padding-top:50px;
	*padding-top:40px;
}

#contener .informations .onglet,
#introduction.page_listing .onglet
 {
	border:1px solid #e5e5e5;
	background:#FFFFFF;
	padding:10px 20px;
	min-height:90px;
	height:auto!important;
	*height:90px;
	position:relative;
}


#introduction.page_listing .onglet {
	margin:20px 0 30px 0;
}


#contener .informations #news.onglet {
	float:left;
	width:460px;
}
#contener .informations #contact.onglet {
	float:right;
	width:315px;
}
#contener .informations .onglet .title,
#introduction.page_listing .onglet .title
 {
	position:absolute;
	top:-15px;
	left:30px;
}

#contener .informations #contact.onglet .title {
	margin-bottom:10px;
}
#contener .informations .onglet .title img,
#contener .informations .onglet .title h3,
#introduction.page_listing .onglet .title img,
#introduction.page_listing .onglet .title h3,
#produits .ligne .onglet .title img,
#produits .ligne .onglet .title h3 {
	float:left;
	padding:0;
}
#contener .informations .onglet .title h3,
#introduction.page_listing .onglet .title h3,
#produits .ligne .onglet .title h3 {
	background-color:#0075db;
	line-height:15px;
	padding:0 3px;
	text-align:center;
}

#contener .informations .onglet .title h3 a,
#introduction.page_listing .onglet .title h3 a,
#produits .ligne .onglet .title h3 a {
	color:#fff; text-decoration:none;
}

#introduction.page_listing .onglet a { color:#000000; text-decoration:none;  }



#contener .informations .onglet p {
	padding-top:5px;
}
#contener .informations .onglet p span.date {
	color:#0075db;
	font-weight:bold;
}
#contener .informations .onglet strong.maj {
	text-transform:uppercase;
}

#contener .informations .onglet strong.maj a { text-decoration:none; color:#000000;}


#contener .informations .onglet p.link {
	text-align:right;
}
#contener .informations .onglet p.link a{
	background:url(../images/pictos/picto-link-bleu.gif) no-repeat 0 center;
	padding-left:20px;
	color:#0075db;
	text-decoration:none;
	font-weight:bold;
}
#contener .informations .onglet p.link a:hover {
	text-decoration:underline;
}
#contener .informations #contact.onglet p {
	padding:0;
}
#contener .informations .onglet p.societe {
	color:#0075db;
	text-transform:uppercase;
	font-weight:bold;
}
#contener .informations .onglet p.mail,
#contener .informations .onglet p.mail a {
	color:#0075db;
	text-decoration:none;
}

/**** Les gammes ****/
#contener #produits {
	width:900px;
}
#produits .ligne {
	width:900px;
	float:left;
	font-size:11px;
	margin-bottom:30px;
}
#produits .ligne.last {
	margin-bottom:0;
}
#produits .ligne .onglet {
	float:left;
	width:250px;
	border:1px solid #e5e6e7;
	background:#fff;
	padding:10px 15px;
	min-height:82px;
	height:auto!important;
	*height:82px;
	margin-right:26px;
	position:relative;
}


#produits .ligne .onglet_detail {
	border:1px solid #e5e6e7;
	background:#fff;
	padding:10px 15px;
	min-height:82px;
	margin-bottom:30px;
	float:none;
	width:870px;
}

#produits .ligne .onglet.last {
	margin-right:0;
}
#produits .ligne .onglet .title {
	position:absolute;
	top:-16px;
	left:15px;
}
#produits .ligne .onglet .title h3,
#introduction.page_listing .onglet .title h3
 {
	background:#52a307;
}



#produits .ligne .onglet img.left {
	float:left;
	padding-right:10px;
}
#produits .ligne .onglet p.center {
	text-align:center;
}
.onglet p.suite {
	float:right;
	height:26px;
	width:26px;
	background:url(../images/pictos/picto-vert.gif) no-repeat 0 0;
}
.onglet p.suite a {
	text-decoration:none;
	position:relative;
	z-index:100;
	height:26px;
	width:26px;
	display:block;
}
.onglet p.suite img {
	padding:0;
}
#produits .ligne .onglet ul {
	margin:5px 20px 15px;
}
#produits .ligne .onglet ul li {
	background:url(../images/pictos/picto-link-vert.gif) no-repeat 0 center;
	padding-left:10px;
	line-height:17px;
}
#produits .ligne .onglet ul li a {
	font-weight:bold;
	color:#52a307;
	text-decoration:none;
}
p.download {
	background:url(../images/pictos/picto-vert.gif) no-repeat 0 center;
	padding-left:35px;
	margin:15px 15px 0;
}
p.download a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	color:#52a307;
	font-size:12px;
	line-height:25px;
}
p.download a:hover {
	text-decoration:underline;
}
#introduction.page_listing .onglet p.download {
	margin:5px 0;
}

#introduction.page_listing .onglet p.download a {padding-left:35px; color:#52a307;}


/***** FOOTER *****/
#footer {
	position:relative;
	text-align:center;
	padding-top:10px;
	clear:both;
}
#footer .background {

	background:url(../images/background2-bottom.jpg) top center no-repeat;
	padding-top:75px;
}
#footer ul {
	position:relative;
	z-index:200;
}
#footer ul li {
	display:inline;
	padding:0 2px;
	color:#78aa39;
	font-size:11px
}
#footer ul li a {
	text-decoration:underline;
	color:#78aa39;
}
#footer ul li a:hover {
	text-decoration:none;
}
#footer ul li img {
	vertical-align:middle;
}

/* galerie photo */

.galerie_photo_gauche
{
	margin: 0 ;
	padding: 0px 0px ;
	list-style-type: none ;
	text-align:center;
	float:left;
}

.galerie_photo_gauche ul {margin:0;padding:0;list-style-type: none ;}
.galerie_photo_gauche li
{
	margin:0;padding:0;
	margin: 0px 2px 2px 2px;
	padding: 0px ;
	text-align:center;
	font-size:10px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

.galerie_photo_gauche  img 
{
	margin: 1px 10px;
	padding:0px;
}

.galerie_photo_gauche a, .galerie_photo_gauche a:visited, .galerie_photo_gauche a:hover {
	text-decoration:none;
	color:#f7941d;
}

.galerie_photo_gauche span {
		background-color:#543019;
		font-weight:bold;
		line-height:13px;
		padding: 1px 3px;
}

/*** Panigation ***/
.pagination {
	float:right;
	padding-top:0px;
}

.pagination ul {list-style:none; }

.pagination li {
	float:left;
	padding:0 2px;
}
.pagination li a {
	color:#fff;
	background:#52a307;
	display:block;
	width:17px;
	text-align:center;
	font-size:11px;
	padding:1px 0;
	text-decoration:none;
}
.pagination li a:hover,
.pagination li.on a {
	background:#52a307;
	color:#000;
	font-weight:bold;
}
.pagination li.suite a{
	background:none;
	padding:0;
}

/* Champs de Formulaires
-------------------------------------------------------- */
input,textarea{margin : 1px;}
input.noborder {border:0;}
input.recherche {width:50px;}
input.button {	border:0px solid #2c220e;}
input.small_button {
	border:0px solid #2c220e;
	background-color:#2c220e;
	color:#ccc;
	font-size:9px;	
}

select {margin : 2px;}
form {padding:0;margin:0;}
textarea{
	width: 96%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#titreForm, #piedForm {	/*** Mise en forme du titre et du pied de formulaire ***/
	font: bold 1.1em arial, hevetica, sans-serif;
	color: black;
	margin: 0;
	padding: .5em;
}

#piedForm {
	text-align: center; /*** Les boutons sont alignes a droite ***/
}

#piedForm input {
	font-weight: bold; /*** Pour ameliorer la lisibilite des boutons ***/
	padding: 0.1em 0.1em;

}

#corpForm {	/*** Mise en forme du corp du formulaire (bordure, couleur du fond...) ***/

	margin: 0;
	padding: 1em;
}

#corpForm .text-input {
	width: 160px;
	padding:2px 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-top: 4px;
	background: #FFF url('../images/form/text-bg.gif') repeat-x;
	
}

#corpForm fieldset {	/*** Mise en forme des cadres ***/
	margin: 0;
	font-style: normal;
	padding: 5px;
	border-width: 1px 0 0 0;
	border-style:solid;
	border-color: #867d78;
	
}
#corpForm legend {	/*** Mise en forme des titres des cadres ***/
	font-weight: bold;
	color: #fff;
	background:#616161;
	padding:2px 10px;
}
#corpForm p {	/*** Mise en forme des lignes du formulaire ***/
	padding: .2em 0;
	margin: 0 0 .2em 0;

}
#corpForm fieldset.coordonnees label {	/*** Mise en forme des intitules de champs ***/
	float: left;	/*** Tres important, ne pas suprimer ! ***/
	width: 40%;	/*** Les intitules prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignes a droite... ***/
	margin: 0;
	padding: 0 .5em 0 0;
	line-height: 1.8;	/*** ... et centres verticalement. ***/
}

#corpForm fieldset.interets p{	/*** Mise en forme des intitules de champs ***/
	
	/*** Les intitules prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: left;	/*** ... et ils sont alignes a droite... ***/
	margin-left:40%;
	padding: 0 .5em 0 5px;
	line-height: 1.8;	/*** ... et centres verticalement. ***/
}

#corpForm fieldset.quizz p {
	padding:10px;
}

#corpForm fieldset.quizz input {border:0}


#corpForm label:hover, #piedForm input {
	cursor: pointer;	/*** Petite astuce pour apprendre aux utilisateurs a cliquer sur les intitules ***/
}
#corpForm label.oblig {
	font-weight: bold;	/*** Mise en evidence des champs obligatoires ***/
}
#corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
	padding: 0;
	font-size:10px;
}
#corpForm a.aide {	/*** Mise en forme des bulles d'aide ***/
	text-decoration: none;
}
#corpForm a.aide img {	/*** Mise en forme de l'image des bulles d'aide ***/
	margin: 0;
	padding: 0;
	border: 0;
}

a.aide:hover {	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
	cursor: help;
}

/* bouton ok */
.submit {
     border:none;
     color:#fff;
     width:36px;
     height:20px;
	 font-weight:bold;
	 font-size:10px;
	 padding:0 ;
	 margin:0;
}