/* Styles - Club des Astronomes Amateurs de Laval, Copyright 2005
 * 
 * 2005-03-12 Stephane Germain, styles spécifiques à la page d'histoire
 */

BODY	{
	background-image : url('/images/celestia-pleiades-pleione.jpg');
	background-position : top center ;
	}

.important {
	color : red;
	text-decoration : blink;
	}

div.contenu .intense {
	font-weight : bold;
	text-decoration : underline;
	}

form div {
	clear : left;
	margin : 2px 0px 2px 0px;
	}

form label {
	float : left;
	display : block;
	color : salmon;
	font-weight : bold;
	text-align : right;
	margin-right : 8px;
	width : 120px;
	}

form input , form select , form textarea {
	color : #FFEEDD;
	background : black;
	font-weight : bold;
	letter-spacing : 1px;
	padding : 1px 2px 1px 2px;
	}
