/*
gris 3F3F3F
bleu foncé 007FD0
bleu clair 15beee
*/
body {
	font-family:"Trebuchet MS";
	font-weight: bolder;
	color: #3F3F3F;
}

body * {
	outline: none;
}

a {
    text-decoration: none;
    color: #007FD0;
}

a:hover {
	color: #15beee;
}

strong {
	color: #007FD0;
}

img {
	border: 0;
	vertical-align: middle;
}

ul {
	list-style-image:url(/img/puce.png);
}

#plateform_title {
	color: #cccccc;
	font-size: 1.4em;
}

#header,
#nav,
#main,
#footer {
	width: 40em;
	margin: auto;
}

#tabcontent {
	position: absolute;
	top: 212px;
	left: 200px;
}

#main {
	/*margin-top: 80px;*/
	top: 200px;
}

#mainlogo {
	position: absolute;
	left: 10px;
	top: 10px;
}

#header {
	text-align: center;
	color: #007FD0;
}
#header span {
	color: #15beee;
	/*margin-top: -2.5em;*/
	font-size: 2.0em;
	position: absolute;
	left: 200px;
}

#header #subtitle {
	color: #15beee;
	margin-top: 34px;
	font-size: 1.4em;
	position: absolute;
	left: 200px;
	font-weight: normal;
}

#header #contactbar {
	color: #15beee;
	margin-top: 90px;
	font-size: 0.8em;
	position: absolute;
	left: 200px;
	font-weight: normal;
}


#nav 
{
	position: absolute;
	top: 210px;
	left: 2px;	
	font-size: 1.3em;
	height: 45px;
	display: block;
}

#nav a:link, #nav a:visited 
{
   	display: block;
    position: absolute;
    width: 156px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    color: #007FD0;
    background-image: url(/img/bg_link.png);
}

#nav a:hover, #nav a:active, #nav a.active {
    background-position: 0 -60px;
    color: #C1DEF9;
}

#nav #nav_desc
{
	position: absolute;
	top: 0px;
}
#nav #nav_guide
{
	position: absolute;
	top: 60px;
}
#nav #nav_shot
{
	position: absolute;
	top: 120px;
}
#nav #nav_dld
{
	position: absolute;
	top: 180px;
}

/*
#nav ul {
	font-size: 1.3em;
	height: 45px;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-left: 2px;
}

#nav li {
    margin: 0;
    padding: 0;
    display: block;
}

#nav li a:link, #nav li a:visited {
    display: block;
    position: absolute;
    float: left;
    width: 156px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    color: #007FD0;
    background-image: url(img/bg_link.png);
    margin: 0;
    padding: 0;
}

#nav li a:hover, #nav li a:active, #nav li a.active {
    background-position: 0 -60px;
    color: #C1DEF9;
}

#nav li #nav_desc {
	position: absolute;
	top: 210px;
}

#nav li #nav_guide {
	position: absolute;
	top: 290px;
}

#nav li #nav_shot {
	position: absolute;
	top: 370px;
}

#nav li #nav_dld {
	position: absolute;
	top: 450px;
}
*/

#main {
	position: absolute;
	bottom: 150px;
	left: 190px;
	width: 38em;
	padding: 1em;
	_background-image: url(/img/top_left.png);
	background-repeat: no-repeat;
	background-position: top left;
}

/*
#main #bottom {
	width: 318px;
	height: 123px;
	position: absolute;
	bottom: 0;
	right: 0;
	_background-image: url(img/bottom_right.png);
	background-repeat: no-repeat;
	background-position: top left;
}
*/


#guide li {
	margin-bottom: 1em;
}
.title {
	font-size: 20px;
	color: #444444;
}
#guide .desc {
	font-size: .8em;
	color: #444444;
}
.details {
	font-size: 14px;
	color: #bbbbbb;
}

#dld .details {
	font-size: .8em;
	color: #cccccc;
}

#download {
	display: block;
	margin: auto;
	width: 211px;
	height: 68px;
	line-height: 68px;
	background-image: url(/img/download.png);
	font-size: 1.5em;
	color: #007FD0;
}

#footer {
	padding-top: 1em;
	text-align: right;
}

