* {
	padding:0;
	margin:0;
	color:#333;
}
.clr {
	clear:both;
}
.non_border {
	border:none;
}
#wrapper {
	position:relative;
}
.couleur {
	color:#39F;
}
#bg_browser {
	background-color:#45484D;
	background-image:url(images/bg_browser.png);
	background-repeat:repeat-x;
}
#bg_body {
	background-image: url(images/bg_body_M.png) ;
	background-repeat:repeat-y;
	background-color: transparent;
	position:relative;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#333;
	margin:auto;
	width:980px;
	margin-bottom:20px;
}
.span_padded {
	padding:0px 5px 0px 5px;
}

/*partie header*/

#header {
	background-image: url(images/bg_header.png) ;
	width:980px;
	height:45px;
	color:#000;
}

a.header {
	text-decoration: underline;
	color: #06C;
	line-height:35px;
	font-size:11px;
	padding-left:2px;
}

a.header:hover {
	color: #609;
	line-height:35px;
	font-size:11px;
}
ul {
	list-style:none;
}
#logo {
	float:left;
	height:45px;
	padding-left:30px;
	padding-top:13px;
}
#menu {
	float:right;
	height:45px;
	padding-right:30px;
	font-size:11px;
}






/* TXT */

#txt {
	width:980px;
	height:100%;
}
#description {
	float:left;
	width:65%;
}
#screenshot {
	float:right;
	width:35%;
}
.ip_padding {
	padding:30px 100px 20px 50px;
}
.des_padding {
	padding:20px 40px 20px 110px;
}
h1 {
	font-size:18px;
	color:#39F;
}

ul.list {
	list-style-type:disc;
	list-style-position:inside;
	line-height:1.5em;
}
.left {
	float:left;
}

/* SUPPORT */

#illu {
	width:980px;
	height:320px;
	background-image:url(images/bg_illu.png);
	background-repeat: no-repeat;
	background-color: transparent;
	margin:0px;
}

#support {
	width:920px;
	padding:40px 30px 0px 90px;
	font-size:12px;
}

.bloc3 {
	width:100%;
	height:100%;
	padding-top:100px;
}

#bloc_first {
	width:100%;
	height:100%;
	padding-top:50px;
}

.etapes_left {
	float:left;
	margin-right:20px;
}

.ip_left {
	float:left;
	padding-right:50px;
}
.ip_right {
	float:left;
	padding-bottom:50px;
}

#support_nav {
	padding-top:20px;
	padding-left:80px;
	font-size:11px;
	border-bottom:thin solid;
}
a.ancres {
	font-size:12px;
	text-decoration:none;
}

/* FOOTER */

#footer {
	padding-top:80px;
	width:980px;
	height:112px;
}
#lang {
	width:980px;
	height:13px;
	margin:auto;
	padding:5px 0px 5px 0px;
	text-align:center;
	font-size:9px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
a.footer {
	color: #333;
	font-size:9px;
	text-decoration:none;
}
#motion {
	text-align:center;
	padding:30px 0px 0px 0px;
	color:#333;
	font-size:9px;
}

.color_footer {
	color:#06C;
}
a:hover {
	text-decoration:underline;
}
