/******************** Haut de page ********************/

#titre{
	text-align: center;
	color: #B3B3B3;
	background-image: url("./images/autre/fond.jpg");
	border: 2px solid black;
	font-size: 60px;
}

/******************** Pied de page ********************/

#pied_page {
	margin-top:1%;
	text-align: center;
	background-image: url("./images/autre/fond.jpg");
	border: 2px solid black;
	color:white;
	clear:both;
}

#pied_page p{ font-size:15px;}

 /* Quand le visiteur a déjà vu la page concernée */
#pied_page a:visited{     text-decoration: none;}

/* Quand le visiteur pointe sur le lien */
#pied_page a:hover {   text-decoration: underline;}

#pied_page a{
   text-decoration: none;
   color: white;
}

					/*menu gauche*/
#menu_general{
	font-size: 20px;
	float:left;
	padding-right: 10px;
	background-image: url("./images/autre/fond.jpg");
	border: 2px solid black;
	margin-right:2%;
	margin-top:-5%;
	margin-bottom: 5%;	
}

#menu_general a:visited {    /* Quand le visiteur a déjà vu la page concernée */
   text-decoration: none;
   color:black;
}

/* Quand le visiteur pointe sur le lien */
#menu_general a:hover {   text-decoration:underline;}

#menu_general a { 
	text-decoration: none;
	font-style: italic;
	color:black;
}

/*menu droite*/
#menu_produits{
	font-size: 20px;
	float:right;
	padding-right: 5px;
	background-image: url("./images/autre/fond.jpg");
	border: 2px solid black;
	width:19%;
	margin-top:-5%;
}

#menu_produits a:visited{    /* Quand le visiteur a déjà vu la page concernée */
	text-decoration: none;
	color:black;
}

/* Quand le visiteur pointe sur le lien */
#menu_produits a:hover {   text-decoration:underline;}

#menu_produits a { 
	text-decoration: none;
	font-style: italic;
	color:black;
}

/************************************************************** GENERAL ***************************************************************/
	
/********* Définition des puces *********/
.puce_nivo1	{	list-style-image: url("./images/autre/boule_rouge.gif");	}	

.puce_nivo1 a:hover 	{
	text-decoration:underline;
	color: #3E77DE;
}

.puce_nivo2 	{	
	list-style-image: url("./images/autre/boule_grise.gif");
	margin-left:10%;
	margin-top:-5%;
}

.puce_nivo2 a:hover {
	text-decoration: underline;
	color: purple;
}

p{	font-size:18px;	}

img { border-width:0;}

caption{	font-size:20px;	}

body{	
	font-family:calibri;
	background-image: url("./images/autre/fond3.jpg");
}

hr{ width: 60%;	}
	
/************************************************************** CORPS ***************************************************************/

#corps{
	clear:both;
}

#corps p{
	font-size:20px;
 }	

#corps a:visited {   /* Quand le visiteur a déjà vu la page concernée */
	text-decoration: none;
	color:black;
}

#corps a:hover {  /* Quand le visiteur pointe sur le lien */
	text-decoration: underline;
}

#corps a{
	text-decoration: none;
	color:black;
}
/********* titres corps *********/

.titre_corps{
	font-size:50px;
	font-style:italic;
	color:#626262;
	text-align:center;
}

.titre_corps2{
	font-size:35px;
	font-style:italic;
	text-align:center;
	color:#626262;
	text-align:center
}

.titre_corps2 a:visited{
	color:#626262;
}

.titre_corps2 a{
	color:#626262;
}

/********* Tableau  de la page index *********/

.tab_index{
	width:70%;
}

/************************************************************** PAGES MATERIELS ***************************************************************/
	/********* Présentation matériels *********/
h4{
	width:65%;
	padding-top: 2%;
	padding-bottom:5%;
	text-align:left;
	font-family: 'time new romans';
}

/********* Tableau galerie *********/
#tab_galerie{ 
	border: 5px inset orange;
	width:50%;
	text-align:center;
	font-size:30px;
}

/********* Tableau produit : présentation catégorie produit *********/
#tab_produit{ 
	border:5px outset purple;
	width:50%;
	text-align:center;
	font-size:30px;
}

#tab_produit a:visited {  /* Quand le visiteur a déjà vu la page concernée */
   text-decoration: none;
   color:#8B4513;
}

#tab_produit a:hover {   /* Quand le visiteur pointe sur le lien */
	color:#800000;	
}

#tab_produit a{
   text-decoration: none;
   color:#8B4513;
}

/************************************************************** PAGE PARTENAIRES ***************************************************************/
/********* Tableau liste partenaire*********/
#listePartenaire{
	border:5px green outset;
} 

#listePartenaire th{
	font-size:23px;
} 

#listePartenaire td {
	font-size:16px;
	text-align:center;
	font-family:verdana;
}

/********* image IDF *********/
#IDF{ margin-left:20%; 	}

/************************************************************** PAGE ADMINISTRATION ***************************************************************/

#corps_admin{
	font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-width:5px;
}

#page_message a:current{
	font-weight:bold;

}