body {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin: 0; padding: 0;
	background: White url(/images/bg_body.png) repeat-x 0 47px;
}
body#popup {
	background-position: 0 0;
}
	
/*/*/a{}
body,
body p {
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}
html>body,
html>body p {
	font-size: small;
}
/* */

/* -- Containers -- */

#container {
	position: relative;
	width: 780px; height: 650px;
	margin: 0 auto;
}

#content {
	position: absolute;
	top: 145px; left: 160px;
	width: 376px; height: 283px;
	padding: 10px;
	overflow-x: auto;
}
#content.larger {
	width: 600px;
}
#popup_container #content {
	position: relative;
	top: 0; left: 0;
	width: 100%; height: auto;
	overflow-x: auto;
}

#footer {
	position: absolute;
	top: 600px; left: 0;
	width: 760px;
	clear: both;
	margin-top: 2em;
	padding: 10px;
	border-top: 1px solid #999;
	text-align: center;
	z-index: 1;
}

#arrow {
	position: absolute;
	top: 47px; left: 1px;
}

/* -- Titles -- */

h1 {
	position: absolute;
	top: 0; left: 0;
	width: 184px; height: 50px;
	margin: 0; padding: 0;
	text-indent: -9999em;
	z-index: 4;
}

h1 a {
	position: absolute;
	top: 0; left: 25px;
	width: 180px; height: 48px;
}

/* -- Links -- */

a {
	color: #69C;
}

a:hover {
	color: #369;
}

/* -- Forms -- */

fieldset {
	padding: 10px 10px 20px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
}

legend {
	color: #999;
	font-size: .8em;
}

label {
	display: block;
}

input.text,
textarea,
select {
	margin-bottom: 1em;
	padding: .1em;
	border: 1px solid #666;
	font-family: Georgia, "Times New Roman";
	font-size: 100%;
}

input.text:focus,
textarea:focus,
select:focus {
	border-color: Black;
}

input.button {
float: right;
	margin: -32px 11px 10px;
padding: 0 1em;
}

/* -- Menus -- */

#accessibilitymenu {
	position: absolute;
	left: -9999em;
}

#languagesmenu {
	position: absolute;
	top: 48px; right: 0;
	list-style: none;
	margin: 0; padding: 0;
	z-index: 2;
}

#languagesmenu li {
	float: left;
	display: inline;
}

#languagesmenu a {
	float: left;
	display: block;
	width: 16px; height: 11px;
	margin: 1px 1px 1px 5px;
	text-indent: -9999em;
	font-size: .1em;
}

#languagesmenu a.fr { background-image: url(/images/famfamfam/flags/fr.png); }
#languagesmenu a.en { background-image: url(/images/famfamfam/flags/gb.png); }
#languagesmenu a.es { background-image: url(/images/famfamfam/flags/es.png); }
#languagesmenu a.pt { background-image: url(/images/famfamfam/flags/br.png); }
#languagesmenu a.it { background-image: url(/images/famfamfam/flags/it.png); }
#languagesmenu a.ru { background-image: url(/images/famfamfam/flags/ru.png); }

#languagesmenu li.current a {
	margin: 0 0 0 4px;
	border: 1px solid #EEE;
}

#languagesmenu a:hover,
#languagesmenu a:focus {
	margin: 0 0 0 4px;
	border: 1px solid White;
}

#mainmenu {
	position: absolute;
	float: left;
	list-style: none;
	margin: 0; padding: 0;
	width: 780px;
	background: url(/images/bg_header2.png);
	z-index: 3;
}

#mainmenu li {
	float: left;
	display: inline;
	height: 48px;
}

#mainmenu li:first-child,
#mainmenu li.firstchild {
	padding-left: 220px;
}

#mainmenu li.current {
	background: url(/images/bg_mainmenu_li_current.png) no-repeat center right;
}

#mainmenu a {
float: left;
	display: block;
	width: 140px; height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666;
	background: url(/images/bg_mainmenu_li.png) no-repeat center right;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#mainmenu li.current a {
	background: none;
}

#mainmenu a.warning,
#footermenu a.warning {
	color: #C00;
}

#mainmenu a:hover {
	color: White;
}

#footermenu {
	list-style: none;
	margin: -1.5em auto 3em; padding: 0;
}

#footermenu li {
	display: inline;
	margin: 0 .5m;
}

#footermenu a {
	padding: 0 .6em;
	background-color: White;
	z-index: 2;
}

#footermenu a.current {
	font-weight: bold;
}

#footermenu a:hover {

}

/* -- Header elements -- */

#mainmenu_background {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 47px;
	background: url(/images/bg_mainmenu.png);
}

p#slogan {
	position: absolute;
	top: 57px; left: 170px;
	margin: 0; padding: 0;
	width: 467px; height: 83px;
	text-indent: -9999em;
	z-index: 2;
}

/* -- Content elements -- */

#content p {
	margin: 0;
	padding: .5em 0;
}

p.notabene {
	color: #999;
	font-size: .85em;
}

.lettrine {
	float: left;
	padding: .2em;
	color: #999;
	font-size: 3em;
}

/* Indexes */

ol.index {
	float: right;
	list-style-position: inside;
	width: 220px;
	clear: right;
	margin: 0 0 1em 1em; padding: 10px;
	font-size: .9em;
	background: #E8AE32;
	color: #8F6A1A;
}

ol.index a {
	color: White;
	text-decoration: none;
}

ol.index a:hover {
	color: #036;
}

/* Avantages */

ul#avantages {
	list-style: none;
	margin: 0; padding: 0;
	color: Green;
	font-weight: bold;
}

ul#avantages li {
	background: transparent url(/images/famfamfam/accept.png) no-repeat center left;
	padding: .25em 0 .25em 20px;
}

/* Quick tour */

#content_quicktour {
	position: fixed;
	top: 47px; left: 0;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	z-index: 999;
}

#content_quicktour div#animation {
width: 680px; height: 516px;
margin: 0 auto;
border: 10px solid #69C;
}

#quicktour div {
position: absolute;
top: 10px; left: 10px;
clear: both;
background-color: White;
}

#quicktour img {
float: left;
border: 1px solid;
border-color: #CCC #666 #666 #CCC;
}

#quicktour p {
float: left;
width: 210px;
padding: 0 10px;
height: 278px;
}

#quicktour ul {
position: absolute;
top: 257px; left: 290px;
z-index: 999;
list-style: none;
margin: 0; padding: 0;
}

#quicktour li {
display: inline;
}

#quicktour ul a {
float: left;
display: block;
width: 30px; height: 30px;
margin-right: 5px;
background-repeat: no-repeat;
background-position: 7px 7px;
background-color: White;
text-indent: -9999em;
border: 1px solid;
border-color: #CCC #666 #666 #CCC;
border-bottom: 0;
}

#quicktour li.previous {
visibility: hidden;
}

#quicktour li.previous a {
	background-image: url(/images/famfamfam/arrow_left.png);
}
#quicktour li.next a {
	background-image: url(/images/famfamfam/arrow_right.png);
}

#quicktour a:hover {
	background-position: 8px 8px;
	background-color: #EEE;
}

/* Download link */

a#downloadlink {
	display: block;
	margin: 0 auto;
	width: 350px; height: 60px;
	padding-top: 130px;
	line-height: 60px;
	text-align: center;
	background: #EEE url(/images/zip_icon.png) no-repeat 111px 10px;
	border: 1px solid #CCC;
	font-size: 1.1em;
	font-weight: bold;
}

a#downloadlink:hover {
	background-color: #7DD171;
	color: White;
	border-color: #419535;
}

/* Quick Tour link */

a#quicktourlink {
	display: block;
	margin: 0 auto;
	width: 350px; height: 60px;
	padding-top: 130px;
	line-height: 60px;
	text-align: center;
	background: #EEE url(/images/display.png) no-repeat 111px 10px;
	border: 1px solid #CCC;
	font-size: 1.1em;
	font-weight: bold;
}

a#quicktourlink:hover {
	background-color: #C3D6DB;
	color: White;
	border-color: #63949F;
}

/* Tutorial */

img.tutoimg {
	display: block;
	margin: 1em auto;
	border: 1px solid Black;
	border-color: #CCC #666 #666 #CCC;
}

/* Affiliates */

.temoignage {
	width: 580px; height: 283px;
	text-indent: -9999em;
}

.banner {
margin-bottom: 10px;
padding: 10px;
border: 1px solid #CCC;
background-color: #F5F5F5;
}

/* Bottom links */

#fastandfurious {
	position: absolute;
	top: 120px; left: 560px;
	display: block;
	width: 221px; height: 322px;
	text-indent: -9999em;
	z-index: 2;
}

#fastandfurious a {
	display: block;
	margin-top: 31px;
	width: 221px; height: 290px;
}

#bl_download a {
	position: absolute;
	top: 448px; left: 80px;
	display: block;
	width: 476px; height: 146px;
	text-indent: -9999em;
}

#bl_quicktour a {
	position: absolute;
	top: 448px; left: 560px;
	display: block;
	width: 221px; height: 146px;
	text-indent: -9999em;
}

#speedfacts_small {
	position: absolute;
	top: 448px; left: 560px;
	display: block;
	width: 221px; height: 146px;
	text-indent: -9999em;
}

#speedfacts_small a {
	display: block;
	width: 221px; height: 146px;
}

/* -- Footer elements -- */


/* -- Always useful -- */

.hidden {
	position: absolute;
	left: -9999em;
}

.clearer {
	clear: both;
}

.error {
	border: 1px solid #C00;
	color: #C00;
	padding: 10px !important;
}

.noerror {
	border: 1px solid Green;
	color: Green;
	padding: 10px !important;
}

.pdf_download {
	float: right;
	display: block;
	width: 210px;
	margin-bottom: 10px;
	padding: 5px 5px 5px 25px;
	background: url(/images/famfamfam/page_white_acrobat.png) no-repeat 2% 50%;
	background-color: #C00;
	color: White;
	text-decoration: none;
}
.pdf_download:hover {
	color: White;
	background-color: #900;
}