/* Feuille de style miconia.fr, basée sur le tutoriel
 * d'Olivier Patry d'Alsacreations http://css.alsacreations.com/
 * adaptée, modifiée, commentée et complétée par Nicolas. 
 */

/* Apparence générale de la page */
body
{
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
	background: #dea ;
}

div#conteneur
{
	width: 770px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #ab4 ;
	background: #fff ;
}

/* Bannière photos et titre site en haut */
h1#header
{
	height: 258px ;
	margin: 0 ;
	background: url(/images/miconia.jpg) no-repeat left top ;
}

h1#header a
{
	width: 400px ;
	height: 70px ;
	display: block ;
	background: url(/images/title.png) no-repeat ;
	position: relative ;
	left: 350px ;
	top: 15px ;
}

h1#header a span
{
	display: none ;
}

/* Le menu à propos */
ul#menua 
{
	height: 24px ;
	margin: 0 ;
	padding: 0 ;
	background: url(/images/bg_menua.gif) ;
}

ul#menua li
{
	list-style: none; 
	float: right; 
	margin: 0px; 
	padding: 0px;
	line-height: 24px ;
	font-size: 0.9em ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	padding: 0 6px 0 6px;
	text-decoration: none ;
}

ul#menua li a
{
	color: #fff ;
	display: block ;
	text-decoration: none ;
}

ul#menua li a:hover
{
	color: #fff ;
	font-weight: bold ;
}

/* Le menu principal */
ul#menu
{
	height: 35px ;
	margin: 0 ;
	padding: 0 ;
	background: url(/images/bg_menu.gif) repeat-x 0 -25px ;
	list-style-type: none ;
}
		
ul#menu li
{
	float: left ;
	text-align: center ;
}

ul#menu li a
{
	width: 135px ;
	line-height: 25px ;
	font-size: 1.1em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #dea ;
}

ul#menu li a:hover
{
	background: url(/images/bg_menu.gif) repeat-x 0 0 ;
}

/* La bannière verticale à gauche */
div#contenu
{
	padding: 0 25px 0 100px ;
	background: url(/images/bg_page.png) no-repeat 15px 15px ;
}

/* Les grands titres */
div#contenu h2
{
	padding-left: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	background: url(/images/little_apple.gif) no-repeat left bottom ;
	color: #9b2 ;
	border-bottom: 1px solid #9b2 ;
}

/* Les sous-titres */
div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #9b2 ;
	border-left: 3px solid #9b2 ;
	color: #9b2 ;
}

/* Les paragraphes */
div#contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

div#contenu a
{
	color: #8a0 ;
}

div#contenu a:hover
{
	color: #9b2 ;
}

/* Le sommaire (encadré) en haut des pages */
ul#sommaire
{
	background-color: #DEA;
	border: 1px dashed #AB4;
	padding: 1.2em 20px 1.2em 40px;
	margin: 0 0 30px 3em
}

/* Les illustrations alignées à droite */
p.imagedroite
{
	float: right;
	margin: 0;
	padding: 5px;
}

/* Le bouton "alerte miconia" */
p.alertedroite
{
	float: right;
	margin: 0;
	padding: 0;
}

/* Les pieds de page (contact, plan et validation) */
p#footer
{
	margin: 0 ;
	padding-right: 10px ;
	line-height: 30px ;
	text-align: right ;
	color: #8a0 ;
}

p#footer a
{
	color: #8a0 ;
}

p#footer a:hover
{
	color: #8a0 ;
}

/* Les pre encadrés et formatés */
pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #9b2 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}

* html pre
{
	width: 636px ;
}

pre span
{
	color: #560 ;
}

pre span.comment
{
	color: #b30000 ;
}

a, input
{
position: relative;
z-index: 1;
}

