/* ===============================
   				HELLO 
   =============================== */
	body {
	margin: 0 0 0 0;}

	#bas { 
	background-color : #0F0F0F;
	bottom: 0;
	padding:0px;
	text-align:RIGHT;
	width: 100%;
	}

	p {
	font-family: Din, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	}

	
	
	#global { 
	margin-left: auto;
	margin-right: auto;
	text-align:center
	}
	
	#devis { 
	text-align: right;
	margin: 0 0 0 0;
	}

	#style1 { 
	font-family: Din, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
	}

	.theme {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold; /* texte normal - mode h1 désactivé */
	margin-bottom: 20px; /* espace bas entre chaque texte du portfolio */
	text-transform: uppercase /* texte en majuscule */
	}

	.theme2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal; /* texte normal - mode h1 désactivé */
	letter-spacing: 1pt;
	margin-bottom: 20px; /* espace bas entre chaque texte du portfolio */
	text-transform: uppercase /* texte en majuscule */
	}

	.theme3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold; /* texte normal - mode h1 désactivé */
	color: red;
	margin-bottom: 20px; /* espace bas entre chaque texte du portfolio */
	text-transform: uppercase /* texte en majuscule */
	}


	.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
	letter-spacing: 1pt;
	}
	
	a.linkbouton:link {
	color: #999;	
	text-decoration: none; /* puce non visible */
	}
	
	a.linkbouton:visited {
	color: #000;
	}
	
	a.linkbouton:hover {
	color: #000;
	background-color : #0F0E0E;
	}
	
	a.linkbouton:active {
	color: #000;
	}
	
	img {
	border: none;
	}	
	
	.red {
	color: #F00;
	}

	
	
	a:link {
	color: #000;
	}
	
	a:visited {
	color: #000;
	}
	
	a:hover {
	color: #000;
	}
	
	a:active {
	color: #000;
	}
	
	
	
	
	
	
	
	