@charset "utf-8";
/* CSS Document */

@import "top2.css?v=1";
@import "footer.css?v=1";
@import "stickyfooter.css?v=1";
@import "nicetitle.css?v=1";

body,*{
	margin:0;
	padding:0;
}
body{
	background:#080808;
	font-family:Arial, Helvetica, sans-serif;
}

::-moz-selection {
	background-color:transparent;
	color:#ff5f1d;
}
::selection {
	background-color:transparent;
	color:#ff5f1d;
}
a {
	outline: none;
}
/**/

#content{
	padding:0 20px;
	width:942px;
	margin:0 auto;
}

#content h2{
	float:left;
	width:942px;
	background:url(../img/about/h2_bg.jpg) bottom left repeat-x;
	margin:0 0 30px;
}
#content h2 a{
	font-size:18px;
	color:white;
	text-decoration:none;
	background:#080808;
	padding:0 4px 0 0;
}
#content h2 span{
	color:white;
	font-size:18px;
	font-weight:normal;
	background:#080808;
	padding-right:5px;
}
#content p.white{
	clear:both;
	font-size:14px;
	color:#cdcbcb;
	margin:0 0 30px;
	width:942px;
}
/**/

.ecran{
	width:942px;
	float:left;
	margin-bottom:10px;
}

.col1{
	float:left;
	width:213px;
	padding:0 25px 0 0;
}
.col1 h3{
	float:left;
	background:url(../img/help/pastille.jpg) center center no-repeat;
	width:30px;
	height:27px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:white;
	padding-top:3px;
}
.col1 h1{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:white;
	padding-top:6px;
	margin-left:7px;
}
.col1 p{
	clear:both;
	line-height:2.3em;
	color:white;
	font-size:12px;
}
/**/
.col2{
	float:left;
	width:463px;
}
/**/
.col3{
	float:left;
	width:208px;
	padding:0 0 0 25px;
}
.col3 h3{
	float:left;
	background:url(../img/help/pastille.jpg) center center no-repeat;
	width:30px;
	height:27px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:white;
	padding-top:3px;
}
.col3 h1{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:white;
	padding-top:6px;
	margin-left:7px;
}
.col3 p{
	clear:both;
	line-height:2.3em;
	color:white;
	font-size:12px;
}
.col3 p span{
	color:#cdcbcb;
}