/* @group General */

* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

body {
	background: #f0f0f0 url(../img/_archive/bg_home.gif) repeat-x 0 65px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #554;
	height: 100%;
	text-align: center;
}

a, img {
	border-width: 0;
	border-style: none;
}

a {
	text-decoration: none;
	color: #c90016;
}
a:hover {
	text-decoration: underline;
	color: #692;
}

strong {
	font-weight: bold;
	font-size: 1.1em;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

hr {
	display: none;
}

.spacer {
	clear: both;
	font-size: 1px;
}

/* @end */

/* @group Layout */

h1#logo {
	text-align: left;
}

#logo a {
	display: block;
	position: relative;
	width: 146px;
	height: 48px;
	margin: 13px 0 4px 15px;
	font-size: 2px;
	color: #f0f0f0;
	text-decoration: none;
	background: #f0f0f0 url(../img/_archive/logo.gif) no-repeat scroll top left;
}

#strip {
	position: relative;
	width: 100%;
	height: 90px;
	background: transparent url(../img/_archive/strip_home.jpg) no-repeat top left;
}

#center {
	position: relative;
	width: 760px;
	height:  auto;
	margin: 0 auto;
	padding: 0 10px 15px;
	text-align: left;
}
	
/* @end */

/* @group Content */

/* @group content */

#content {
	position: relative;
	width: 570px;
	height: auto;
	background: #fff url(../img/_archive/shadow_white.gif) repeat-x top left;
	border: solid #ab8;
	border-width: 0 1px 1px;
	padding: 0 0 20px;
}

#content p {
	margin: 0 0 10px;
}

#content p.small {
	font-size: 10px;
}

/* @end */

/* @group navigation */

#nav {
	position: relative;
	width: 540px;
	height: 10px;
	padding: 2px 15px 40px;
	font-weight: bold;
	font-size: 15px;
}

#nav li {
	padding: 6px 18px 0 0;
	display: inline;
	float: left;
}

#nav a {
	padding: 2px 0 0;
	color: #c90016;
}

#nav a:hover, #nav .selected a {
	color: #692;
	text-decoration: none;
	border: #8cb226 solid;
	border-width: 3px 0 0;
}

#nav a span, #nav a:visited span, #nav a:hover span {
	color: #222;
}

#nav .off a, #nav .off a:hover {
	color: #d4d4d4;
	border-width: 0;
}

#nav .off a span, #nav .off a:hover span {
	color: #bababa;
}

/* @end */

/* @group header */

#content h1 {
	width: 570px;
	wid\th: 520px; /* IE 5.x hack */
	margin: 0 0 20px;
	padding: 0 0 0 5px;
	border: solid #c90016;
	border-width: 0 30px 0 15px;
	font-weight: normal;
	font-size: 18px;
	line-height: 16px;
	color: #333;
}

#content h2 {
	position: relative;
	width: 540px;
	margin: 0 15px 10px;
	padding: 0 0 2px;
	background: #fff url(../img/_archive/bush_horizontal.gif) no-repeat scroll right bottom;
	font-size: 14px;
	color: #692;
	height: 16px;
}

#content .tab h2 {
	position: relative;
	width: auto;
	height: auto;
	padding: 0 0 5px;
	margin: 0;
	background: transparent none;
}

.tab h2 small {
	font-weight: normal;
	color: #333;
}

h2 span {
	color: #C90016;
}

h3 {
	font-size: 13px;
	color: #692;
	font-weight: bold;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 2px;
}

h5 {
	font-size: 11px;
	margin-bottom: 10px;
	color: #692;
	font-weight: bold;
}
	
/* @end */

/* @group definition */

p.definition {
	font-size: 12px;
	padding: 0 15px;
}

p.definition strong.title {
	color: #692;
	font-size: 16px;
}


p.definition a:hover strong.title {
	color: #c90016;
}

/* @end */

/* @group present */
.present img {
	float: left;
	margin: 0 0 15px 6px;
}

.present .text {
	margin: 16px 15px 10px 246px;
}

.present .text.title  {
	width: 254px;
	padding: 20px 0 0;
}


.present h2 {
	clear: both;
}

.present .green {
	color: #692;
	font-style: italic;
}

.present .text p {
	text-align: justify;
}

.present .text ul {
	margin: 0 0 10px 20px;
}

.present .text li {
	margin: 5px 0 0;
	list-style-type: disc;
}

/* @group icons */

.present .icons {
	display: block;
	height: 20px;
	width: auto;
	margin: 10px 0;
	background: #fff url(http://www.ladybug.fr/images/layout_pages/creation_icons.gif) no-repeat scroll 37px 0;
}

.icons.graphism {
	background-position: 37px 0;
}

.icons.developpement {
	background-position: 37px -20px;
}

.icons.ergonomy {
	background-position: 37px 0;
}

.icons.accessibility {
	background-position: 37px -40px;
}

.icons.sav {
	background-position: 37px -60px;
}

/* @end */
	
/* @end */

/* @group tab */

.tab {
	position: relative;
	width: 570px;
	height: auto;
	min-height: 120px;
	padding: 10px 0;
	margin: 30px 0;
	color: #333;
	background-color: #e7ffb2;
}

.tab.white {
	margin: 0 0 30px;
	background-color: #fff;
}

.tab img {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 120px;
	height: 120px;
}

.tab .text {
	position: relative;
	width: auto;
	height: auto; 
	margin: 0 15px 0 160px;
}

.tab ul {
	margin: 0 20px 10px;
}

.tab li {
	font-size: 0.9em;
	margin-bottom: 4px;
	list-style: circle outside;
}

.tab li span {
	display: block;
	font-style: italic;
}

.tab a {
	font-size: 0.8em;
	margin-top: 10px;
}
/* @end */

/* @group block */

div.block {
	position: relative;
	display: block;
	margin-bottom: 25px;
	
}

div.block img {
	float: left;
	display: block;
	width: 115px;
	height: 120px;
	margin: 0 10px 5px 0;
}

div.block .text {
	position: relative;
	width: 410px;
	height: auto;
	float: left;
}
div.block p {
	margin: 5px 0;
}

div.block ul {
	margin-left: 25px;
}

div.block li {
	font-size: 0.9em;
	margin-bottom: 4px;
	list-style: circle;
}

div.block li cite {
	font-size: 0.9em;
	font-style: normal;
}

div.block .notice {
	position: relative;
	width:  auto;
	height: auto;
	font-size: 10px;
	margin-top: 10px;
}

div.block .thumb img {
	float:  right
}
	
/* @end */
	
/* @end */

/* @group Bill */
/* floating bill for info display */

#bill {
	position: absolute;
	top: 0;
	right: 5px;
	width: 150px;
	width: 170 px; /* IE 5 */
	padding: 10px;
	background: #acdd3c url(../img/_archive/shadow_green.gif) repeat-x scroll top left;
	border: solid #64810C;
	border-width: 0 1px 1px;
	color: #444436;
}

#bill a {
	color: #5A810C;
}

#bill p {
	padding: 5px 0 0;
}

#bill .spacer {
	display: block;
	width: auto;
	height: auto;
	border: solid #5A810C;
	border-width: 0 0 1px;
	margin: 15px 0;
}

#bill .spacer.hidden {
	visibility: hidden;
	margin: 10px 0;
}

#bill dl {
	
}

#bill dl dt {
	margin: 0 0 6px;
	border: solid #5A810C;
	border-width: 0 0 1px;
	color: #5A810C;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
}

#bill dl.main dt {
	margin: 0;
	border-width: 0;
}

#bill dl dl {
	margin: 0 -10px;
}

#bill dl dl dt {
	border-width: 0;
	margin: 0;
	letter-spacing: normal;
}

#bill dl dl dt a {
	width:  auto;
	height: auto;
	display: block;
	padding: 2px 10px 2px 26px;
	font-size: 10px;
	font-weight: bold;
	color: #555544;
}

#bill dl dl dt a:visited {
	text-decoration: none;
	background: #acdd3c url(../img/_archive/bill_list.gif) no-repeat scroll 170px 0;
}

#bill dl dl dt a:hover {
	text-decoration: none;
	background: #c4e773 url(../img/_archive/bill_list.gif) no-repeat scroll 0 0;
}

#bill dl dl dd {
	font-size: 9px;
	margin: 0 0 3px 26px;
	color: #5a810c;
}

#bill label {
	display: none;
}

#bill input {
	display: block;
	width: 144px;
	padding: 2px;
	margin: 5px 0 4px;
	border: 1px solid #5A810C;
	color: #555544;
	font-size: 10px;
}

#bill input:focus {
	background-color: #c4e773;
}

#bill input.button {
	width: 150px;
	background-color: #c4e773;
	border-color: #acdd3c;
}

#bill input.button:hover {
	border-color: #5A810C;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	display: block;
	position: relative;
	width: 570px;
	height: 10px;
	font-size: 9px;
	margin-bottom: 20px;
}

#footer a {
	color: #5d5d5d;
}

#w3c {
	position: absolute;
	float: left;
	bottom: 0;
	left: 0;
}

#legal {
	position: absolute;
	float: right;
	bottom: 0;
	right: 0;
}

/* @end */

.updating {
margin: 5px 0;
color: #c90016;
text-align: center;
font-style: italic;
font-size: 14px;
border: solid #c90016;
border-width: 1px 0;
}