/* CSS Document */

body, html {
	margin:O;
	padding:0;
	text-align: left;
	color: #333333;
	font-family: sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
}

/*
------------------------------------------------------
		D I V + B L O C K
------------------------------------------------------
*/
div.main {
	background-color:#FFFFFF;
	width:800px;
	margin:0;
	padding:0;
	}

div.sommaire {
	width:200px;
	background-color:#FFFFFF;
	line-height:9px;
	float:left;
	text-align:left;
	}
	
div.content {
	float:right;
	overflow:auto;
	position:absolute;
	left:250px;
	top:0px;
	text-align:left;
	padding:10px 10px 10px 40px;
}

/*
------------------------------------------------------
		T I T R A G E
------------------------------------------------------
*/

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	letter-spacing: -0.07em;
	display: block;
	width: 100%;
	height: 35px;
		padding:5px 0 0 5px;


}


h4 {	
	font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	border-bottom: #000000 1px dashed;
	letter-spacing:0.3em;
	line-height:15px;
	display:block;
	padding:5px 0 20px 5px;
}

/*
------------------------------------------------------
		P A R A G R A P H E
------------------------------------------------------
*/


/*
------------------------------------------------------
		L I E N S
------------------------------------------------------
*/

a:link 
  {color: #333333; 
  text-decoration: none;
}
a:visited 
  { color: #cccccc; 
  text-decoration: none;
}
a:hover 
  { color: #00ABFF; 
  text-decoration: none;
}
a:active 
  { color: #333333; 
  text-decoration: none;
}

/*
------------------------------------------------------
		L I S T E S
------------------------------------------------------
*/

ul.sommaire{
	list-style-type:none;
	color:#333333;
	margin: 1px;
	padding: 1px;
	font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	border-bottom: #000000 1px dashed;
	letter-spacing:0.3em;
	line-height:15px;
	display:block;
	vertical-align:bottom;
	padding:25px 0 20px 10px;
}

li#selected {
	color:#FF0000;
	}


ul#somm {
	list-style-type:none;
	color:#000000;
	margin: 1px;
	padding: 1px;
	font-family: "Lucida Grande", Tahoma;
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
	letter-spacing:0.3em;
	line-height:20px;
	padding:25px 0 10px 10px;
	}
