/**
 * Feuille de style spécifique la page "./views/kodak.php"
 ***************************************************************/
div#kodak h2 { color: #999; font-size: 18pt; font-weight: bold; border-bottom: 1px dotted #1d96c3;  }
div#kodak h3 { color: #1d96c3; font-size: 14pt; font-weight: bold;  }
div#kodak h4 { color: #000; font-size: 10pt; font-weight: bold;  }

div#kodak p  				{ display: block; color: #1d96c3; margin: 2px; padding: 2px; }
div#kodak p#description  	{ float: left; width: 300px; }
div#kodak p#image  		 	{ text-align: center; }
div#kodak p#instruction	 	{ color: #000; }
div#kodak p#instruction p	{ text-align: center; }

