
/* -------------------------------------------------------------------
	Document CSS - Simpleet.info
 ------------------------------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

ul, ol{
	margin: 10px;
	margin-left: 25px;
}

li{
	margin: 5px;
	padding: 0;
	padding-left: 5px;
}

/* -------------------------------------------------------------------
	Page et styles associés
 ------------------------------------------------------------------- */


#page
{
	width: 100%;
	font: small Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}


/* -------------------------------------------------------------------
	Header et styles associés
 ------------------------------------------------------------------- */


#header
{
	background: url(images/header.gif) repeat-x bottom;
	height: 50px;
}

#header h1 a
{
	width: 100%;
	height: 50px;
	display: block;
}

#header h1 span
{
	position: absolute;
	background: url(images/simpleet.jpg) no-repeat;
	height: 220px;
	width: 35px;
}

#header h3, #header h1 span span
{
	position: absolute;
	margin: 0px;
	padding:0px;
	text-indent: -5000px;
	line-height: 1px;
	font-size: 1px;
}

#degradehaut
{
	background: url(images/degrade-2.jpg) repeat-x top;
	height: 20px;
	width: 100%;
}


/* -------------------------------------------------------------------
	Menu et styles associés
 ------------------------------------------------------------------- */


#menu 
{
	position: absolute;
	top: 115px;
	right: 1em;
	width:190px;
	text-align:left;
	padding-top:1em;
	overflow:hidden;
}

#menu h2 
{
	font-size:0.95em;
	font-weight: normal;
	margin: 0 0.5em;
	padding: 0.3em 0 0.7em 0;
	color:#F2760D;
	letter-spacing:0.2em;
}

#menu h2 a {
  	color:#F2760D;
  	text-decoration: none;  
}

#menu h2 a:hover, #menu h2 a.selected {
  	text-decoration: underline;  
}

#menu ul 
{
	margin: 0.5em 0 0.5em 0.1em;
	padding-left: 0;
	list-style-type: none;
	font-size: 0.9em;
	margin-bottom: 1.5em;
}

#menu li a
{
	padding: 0.3em;
	padding-left: 20px;
	display: block;
	color: #282828;
	text-decoration: none;
}

#menu li a:hover, #menu li a.selected
{
	background: #f9f9f9;
}


/* -------------------------------------------------------------------
	Contenu et styles associés
 ------------------------------------------------------------------- */


#contenu
{
	margin: 4em 230px 2em 5%;
	min-height:55em;
 	height:55em;
}

html>body #contenu
{
 	height:auto;
}

#contenu p
{
	margin: 0.5em 0 0.5em 0;
}

#contenu h2
{
	font-size: 1.2em;
	font-weight: normal;
	margin: 2em 0 1em 0;
	color:#F2760D;
	letter-spacing:0.2em;
}

#contenu h3
{
	margin: 1em 0 1em 0;
	font-size 1em;
}

#contenu h4.date
{
	color: #999;
 	font-size: 0.8em;
 	font-weight: normal;
 	text-align: left;
 	margin: 1.5em 1em 2em 0;
	text-align: right;
}


/* -------------------------------------------------------------------
	Crédits et styles associés
 ------------------------------------------------------------------- */


#credits
{
	text-align: center;
	padding: 1em 0 2em 0;
	font-size: 0.9em;
	background: url(images/degrade-1.jpg) repeat-x bottom;
	color: #555;
}

#credits a, #credits a:hover
{
	color: #555;
	text-decoration: none;
}

