/* CSS Document V1 */

/*######################################### Corps de la page #########################################*/

p {margin:3px; padding:3px; color:#000;}

body{
margin:0;
padding:0;
text-align:center;/* text align center pour centrer les elements de la page */
background:url(../img/fond_page.jpg);
background-repeat:repeat-x;
background-position:top center;
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000;
}

/*######################################### Charte #########################################*/

/* Modification de la zone texte en page index (sites avec intro) */
#texte-index{
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
color:#000000;
}

#texte-index a{
font-size:1.2em;
text-decoration:none;
color:#003399;
}

#texte-index a:hover{
color:#CC0066;
text-decoration:underline;
}
/* FIN */

.fond_body{
background:url(../img/body.jpg) no-repeat;
}

.bordure{
border:2px solid #FFFFFF;
}

/* Zone du menu */
div.menu{
}


/*######################################### Intégration #########################################*/

/* Element devant contenir la div integration, replace les elements à gauche, ,ne rien modifier */
div#wrapper{
text-align:left; 
width:900px;
margin:0 auto;
z-index:5;
position:relative;
}

#footer	{
	background-image:url(../img/footer.jpg);
	height:119px;
	width:100%;
	position:relative;
	z-index:1;
	margin-top:-201px;
}

/* La div intégration  */
div#integration{
font:13px "Trebuchet MS"; 
color:#000000; 
padding-right:10px;
padding-left:10px;
min-height:405px;
_height:405px; /* Hack IE pour emuler un min-height */
}

/* Pour le lien haut de page */
div#hautdepage{
padding:0px 15px 0px 150px;
font-size:0.8em;
color:#2B628E;
font-family:"Tahoma";
text-align:left;
float:right;
}

/* div laissée à l'usage d'un encart */
div.encart1{ 
color:#FFFFFF;
background-color:#996699;
padding:10px;
border:1px solid #000000;
}

/* div laissée à l'usage d'un second encart */
div.encart2{ 
color:#FFFFFF;
background-color:#996699;
padding:10px;
border:1px solid #000000;
}


.colonne1 {/*Permet de réaliser des colonnes de présentation de texes par exemple*/
float:left;
width:250px;
margin-left:15px;
}

.colonne1 p {/*Permet de modifier le style des paragraphes contenus dans colonne1, */
padding: 4px;/*il vaut mieux appliquer le padding sur les paragraphes plutot que sur les div pour ne pas modifier l'affichage de celle -ci selon les navigateurs*/
}

/* Pour que le paragraphe suivant un élément flottant ne s'imbrique pas dans l'espace laissé libre */
.clear{
clear:both;
}
 
 
/*texte d'apparence italique*/
.italique{
font-style:italic;
} 
 
/*texte d'apparence gras*/
.gras{
font-weight:bold;
color:#04378a;
}  
 
/* Mise en forme d'un paragraphe */
.txt1{
color:#000000;
}

/* Mise en forme d'un paragraphe */
.txt2{
color:#000000;
}

/* Mise en forme d'un paragraphe */
.txt3{
color:#000000;
}

/* Pour les listes à puces principales */
.element_liste{
list-style-image:url(../img/puce.gif);
}

/* Pour les listes à puces contenues dans une liste principale */
.element_liste ul{
list-style-image:url(../img/puce2.gif);
}

/* Image ou flash en float à droite */
.element_flottant_droite{
float:right; 
margin-right:2px;
margin-left:10px;
}

/* Image ou flash en float à gauche */
.element_flottant_gauche{
float:left; 
margin-right:10px;
margin-left:2px;
}

/* Pour les bordures des animations flash, compatible firefox */
.bordure_flash{
border:1px solid #ffffff;
display:block;
}

/*------ LES LIENS ------*/


a{
color:#6d6d6d;
}

a:hover{
color:#000000;
font-weight:bold;
}


/* Les liens contenus dans l'encart */
div.encart1 a{
color:#CCCCCC;
}

div.encart1 a:hover{
color:#99CC33;
}

/*------ LES TITRES ------*/

h1{
font-size:20px;
text-align:left;
color:#ffffff;
margin:0;
padding:10px;
padding-right:20px;
}

h1:first-letter{
font-size:1.2em;
text-transform:uppercase;
}

h2{
font-size:20px;
text-align:right;
color:#ffffff;
background-color:#04378a;
margin:0;
padding:2px;
padding-right:20px;
}

h2:first-letter{
font-size:1.2em;
text-transform:uppercase;
}

h3	{
	display:block;
	padding:0;
	margin:0;
	width:530px;
	_width:540px; /* hack ie pour récupérer le paddin left de 10 */
	height:40px;
	line-height:40px;
	padding-left:10px;
	background-image:url(../img/fond-h3.jpg);
	background-repeat:repeat-x;
	color:#04378a;
	font-size:25px;
	font-weight:normal;
}

h4 {
	font-size:1.2em;
	border-top:2px dotted #CCCCCC;
	border-bottom:2px dotted #CCCCCC;
}


/*------ LES TABLEAUX ------*/

.tableau1{
border:thin dashed #000000;
background-color:#FFFFFF;
}

.tableau1 th{
color:#FFFFFF;
background-color:#000000;
}
.tableau1 td{
color:#000000;
}

/* Pour appliquer une bordure à un tableau */
.bordure_tableau{
}

/* Tailles de la police dans les tableaux si rien de précisé */
table td{
font-size:13px;
}

/* Intitulés des tableaux si rien de précisé */
th{
}

/*------ LES FORMULAIRES ------*/

/* Couleur du texte des énoncés du formulaire */
.formulaire td{ 
color:#000000;
}

/* Couleur de texte et de fond des input, select et textaera */
.formulaire input, textarea, select{
color:#000000;
background-color:#ffffff;
}

/*------ LES EFFETS ------*/

/* Permet l'effet de transparence */
.transparent{
filter:alpha(opacity=60);  
-moz-opacity:0.60;
opacity:0.60;
}

/* Pour créer un effet de rollover sur une vignette */
.tableau_vignette  a img{ 
border:2px solid #DC942E;
}	

.tableau_vignette a:hover img{
border:2px solid #fff
}

/*------ DIVERS ------*/

/* Pour le txt en fin de formulaire */
.mention{
font-style:italic;
font-size:10px;
}

#liens_bas {
margin:0 auto;
text-align:center;
font-size:10px;
font-weight:bold;
color:#7b7c7e;
padding-top:17px;
}

#liens_bas a { 
color:#7b7c7e;
text-decoration:none;
}

#liens_bas a:hover { 
color:#000000;
text-decoration:overline underline;
}

#siret {
margin:0 auto;
text-align:center;
font-size:12px;
font-weight:bold;
color:#58585a;
padding-top:20px;
}

#produits	{
	position:absolute;
	margin-left:265px;
	margin-top:95px;
}

/* MENU PRODUITS */

#menu-produits	{
	float:left;
	position:relative;
}

#menu8 ul {
	list-style: none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#menu8 {
	width: 200px;
	margin-top: 10px;
	}
	
#menu8 li a {
	text-decoration: none;
	height:41px;
  	height:30px;
	_height:40px;
	}
	
#menu8 li a:link, #menu8 li a:visited {
	color: #777;
	display: block;
	background: url(../img/menu8.gif);
	padding: 11px 0 0 20px;
	}
	
#menu8 li a:hover {
	color: #257EB7;
	background: url(../img/menu8.gif) 0 -41px;
	padding: 11px 0 0 25px;
	}
	
#menu8 li a:active {
	color: #fff;
	background: url(../img/menu8.gif) 0 -82px;
	padding: 11px 0 0 25px;
	}
	
#category_bin{
	text-align:center;
	margin:0px 0px 0px 110px;
}
.category_product{
	background-color:#f1f4f9;
	width:300px;
	height:70px;
	float:left;
	padding:0px auto;
	margin:2px 2px 2px 2px;
	padding:10px;
	/*border:1px solid #cccccc;*/
	text-align:center;
}
.category_product a{
	font-weight:bold;
	font-size:16px;
	color:#333333;
	text-decoration:none;
}
.category_product a:hover{
	color:#000000;
}
.sous_rub{
	margin:10px 0px 10px 0px;
}
.sous_rub a{
	text-align:center;
	font-size:1.2em;
	color:#3366CC;
}
/* FIN MENU PRODUITS */

/* PAGE PRODUITS */

#liste-produits	{
	width:800px;
	margin:0px auto!important;
	margin:0px 0px 0px 100px;
	padding:30px 0px 30px 0px;
}

.encart-produit	{
	width:700px;
	height:80px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

.encart-produit img	{
	border:none;
}

.picto-produit	{
	float:left;
	position:relative;
	width:150px;
	height:80px;
}

.description-produit	{
	float:left;
	position:relative;
	width:550px;
	height:60px;
	text-align:left;
	font-size:11px;
	padding-top:5px;
}

.description-produit a	{
	text-decoration:none;
}

/* PIN PAGE PRODUITS */

/* FICHE PRODUIT */

#cadre-produit	{
	border:2px solid #cccccc;
	background-image:url(../img/fond-cadre.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}
#haut-produit	{
	margin-top:20px;
	width:880px;
	height:36px;
}
#gauche-produit	{
	width:340px;
	min-height:553px;
	_height:553px;
	float:left;
	position:relative;
}
#droite-produit	{
	width:539px;
	float:left;
	position:relative;
	border-left:1px solid #ccc;
}
#bas-produit	{
	width:880px;
	height:47px;
	clear:both;
	margin:0px;
	padding:0px;
	background-image:url(../img/bas-produit.jpg);
}

.onglet-produit	{
	width:111px;
	height:36px;
	background-image:url(../img/fond-onglet-produit.jpg);
	background-repeat:no-repeat;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	line-height:36px;
	color:#04378a;
	float:right;
}

.onglet-produit a	{
	color:#04378a;
	text-decoration:none;
}
.onglet-produit a:hover	{
	color:#000000;
	text-decoration:none;
}

.image-produit	{
	width:338px; /* largeur de l'image limité à 338px; pas de limite de hauteur */
	background-color:#FFFFFF;
}

.descriptif-produit	{
	margin-top:10px;
}

.fiche-technique-produit	{
	margin-top:10px;
	padding-left:10px;
	padding-right:10px;
}

/* FIN FICHE PRODUIT */

/* FONDS particuliers */

#fond-societe	{
	background-image:url(../img/fond-societe.jpg);
	background-repeat:no-repeat;
}

#fond-services	{
	background-image:url(../img/fond-services.jpg);
	background-repeat:no-repeat;
}

#contenu-reduit	{
	padding-top:130px;
	padding-right:220px;
}


/* FIN FONDS */

/* Divers */

#petite-vague	{
	position:absolute;
}
#liens-referencement{
	margin:0px auto!important;
	margin:0px 0px 0px 180px;
}

/* FIN Divers */

#menu_css{
	position:absolute;
	z-index:18;
	top:100px;
	left:285px;
}
#bouton{
	width:90px;
	height:40px;
}

