html{
	background:url(css/fond.jpg);
}
table,body{
	font:14px "Century Gothic";
	color:#333333;
}
table{
	border-collapse:collapse;
}
h1{
	color:#990000;
	font-size:18px;
	font-weight:normal;
	letter-spacing:2px;
}
h1:first-letter{
	color:#FFFFFF;
	padding:1px;
	background-color:#990000;
	font-size:24px;
	font-weight:bold;
}
h2{
	color:#333333;
	font-size:16px;
	font-weight:normal;
	letter-spacing:2px;
	margin-left:3px;
}
h2:first-letter{
	color:#333333;
	padding:1px;
	background-color:#FFCC00;
	font-size:22px;
	font-weight:bold;
}
h3{
	color:#333300;
	font-weight:bold;
	margin-left:6px;
}
p:first-letter{
	font-size:120%;
	font-weight:bold;
}

a{
	color:#006699;
	text-decoration:none;
}
a:hover{
	color:#990000;
	text-decoration:underline;
}
img{
	border:0;
}

input[type=submit], input[type=reset]{
	border:1px outset #993300;
	font-variant:small-caps;
	font-weight:bold;
}
input[type=submit]:hover, input[type=reset]:hover{
	border:1px inset #FF9900;
	background-color:#FFCC00;
	color:#000000;
	cursor:pointer;
}
.puce{
	width:auto;
}


#header{
	background:url(css/tournesol.jpg) top left no-repeat;
	width:650px;
	height:200px;
}

#menu{
	background:url(css/tournesol2.jpg) left top no-repeat;
	width:200px;
}
#menu ul{
	margin:0;
	padding:0;
}
#menu li{
	list-style:none;
}
#menu a{
	text-align:left;
	display:block;
	height:30px;
	line-height:30px;
	width:140px;
	color:#996600;
	padding-left:25px;
	text-decoration:none;
	background:url(css/blanc.png);
}
#menu a:hover{
	background-color:#FFFFFF;
	font-weight:bold;
	color:#663300;
}

#contenu{
	width:630px;
	background-color:#D2E3C1;
	vertical-align:top;
	padding:10px;
}

#infos{
	widows:200px;
	background-color:#D2E3C1;
}

#footer{
	text-align:center;
	font-size:12px;
	color:#CCCCCC;
}
#footer a{
	color:#FFFFFF;
}
#footer a:hover{
	color:#CCCCCC;
}