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

/* MISE EN PAGE DU SITE WEB */
/* ------------------------ */
body { 
	margin: auto; 
	background-color:#000000;
	margin-top:0px;
	top:0px;
	}
	
#global {
     position:absolute;
     left: 50%; 
     width: 760px;
     margin-left: -380px; /* moitié de la largeur */
     }
	
/* HEADER ------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */	
#Header {
	background:url(../Ressouces/images/Site_01.jpg);
	width:760px;
	height:156px;
	}

/* PARTIE GAUCHE -----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */	
#Body_ColonneGauche{
	float:left;
	background:url(../Ressouces/images/Site_13.jpg);
	width:196px;
	min-height:500px;
	height:auto;
	}
	#Body_ColonneGauche_Titre_Navigation{
		float:left;
		background:url(../Ressouces/images/Site_02.jpg);
		width:196px;
		height:48px;
	}
	#Body_ColonneGauche_Titre_NosProduit{
		float:left;
		margin-top:20px;
		background:url(../Ressouces/images/Site_15.jpg);
		width:196px;
		height:40px;
	}
	#Body_ColonneGauche_Titre_Contact{
		float:left;
		margin-top:20px;
		background:url(../Ressouces/images/Site_18.jpg);
		width:196px;
		height:26px;
	}
	#Body_ColonneGauche_Menu{
		float:left;
		margin-top:0px;
		background:url(../Ressouces/images/Site_10.jpg);
		width:196px;
		height:auto;
	}
	.Body_ColonneGauche_Menu_Haut{
		float:left;
		background:url(../Ressouces/images/Site_09.jpg) top;
		width:196px;
		height:5px;
	}
	.Body_ColonneGauche_Menu_Centre{
		float:left;
		margin-left:15px;
		width:180px;
		height:auto;
	}
	.Body_ColonneGauche_Menu_Bas{
		float:left;
		background:url(../Ressouces/images/Site_12.jpg) bottom;
		width:196px;
		height:6px;
	}
/* LES LIENS GAUCHE --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
a.Lien_Gauche_Menu_Lien:link {		color: #836b61; font-family:Arial; font-size:14px; text-decoration: none;		}
a.Lien_Gauche_Menu_Lien:visited {		color: #836b61; font-family:Arial; font-size:14px; text-decoration: none;		}
a.Lien_Gauche_Menu_Lien:hover {		color: #836b61; font-family:Arial; font-size:14px; text-decoration: none;		}
a.Lien_Gauche_Menu_Lien:active {		color: #836b61; font-family:Arial; font-size:14px; text-decoration: none;		}
	
	
/* PARTIE DROITE -----------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */	
#Body_ColonneDroite{
	float:right;
	background:url(../Ressouces/images/Site_04.jpg);
	width:564px;
	min-height:500px;
	height:auto;
	}
	#Body_ColonneDroite_Image{
		float:left;
		margin-top:20px;
		margin-left:20px;
		background:url(../Ressouces/images/Site_07.jpg);
		width:257px;
		height:258px;
	}
	#Body_ColonneDroite_Presentation_Texte{
		float:left;
		margin-top:20px;
		margin-left:10px;
		width:265px;
		height:255px;
	}
	#Body_ColonneDroite_Conteneur{
		float:left;
		margin-top:10px;
		margin-left:10px;
		width:540px;
		height:auto;
	}
/* PARTIE DROITE LES TEXTES  -------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------------- */	
.Texte_Droit_Texte			{	color: #836b61; font-family:Arial; font-size:14px;		}
.Texte_Droit_Titre			{	color: #836b61; font-family:Arial; font-size:16px;		}
.Texte_Droit_Date			{	color: #836b61; font-family:Arial; font-size:12px;		}
.Texte_Droit_Confirmation	{	color: #0C3; font-family:Arial; font-size:14px;			}
.Texte_Droit_Ereure			{	color: #F00; font-family:Arial; font-size:14px;			}
.Texte_Droit_Question		{	color: #00F; font-family:Arial; font-size:14px;			}
.Texte_Droit_TitreProduit	{	color: #836b61; font-family:Arial; font-size:16px;		}
.Texte_Droit_Prix			{	color: #836b61; font-family:Arial; font-size:14px;		}

	
/* FOOTER --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------------- */	
#Footer_Haut{
	float:left;
	height:7px;
	background:url(../Ressouces/images/Site_20.jpg) top;
	width:760px;
}
#Footer_Bas{
	position:relative;
	clear:both;
	bottom:0px;
	height:auto;
	width:760px;
	background-color:#a47e71;
	text-align:center;
}
/* FOOTER LES TEXTES  --------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------------- */	
.Texte_Footer_Texte{	color: #000; font-family:Arial; font-size:12px;		}

/* FOOTER LES LIENS  ---------------------------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------------------------------------------------------------------------------------- */	
a.Lien_Footer_Lien:link {		color: #000000; font-family:Arial; font-size:12px; text-decoration: none;		}
a.Lien_Footer_Lien:visited {	color: #000000; font-family:Arial; font-size:12px; text-decoration: none;		}
a.Lien_Footer_Lien:hover {		color: #FFFFFF; font-family:Arial; font-size:12px; text-decoration: none;		}
a.Lien_Footer_Lien:active {		color: #000000; font-family:Arial; font-size:12px; text-decoration: none;		}
