@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background-color:#161818;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a{ text-decoration:none; color:#fff;}
a img{border:none;}
a:hover{color:#333;}

#page{
	
	margin: 0 auto ;
	width:900px;
}
#top{
	margin-top:-49px;
	margin-left:381px;
	width:303px;
}

#top-border{
	background-image:url(Images/top-bg-x.png);
	height:40px;
	margin-top:25px;
}

.titre{
	font-size:45px;
	background-color:#161818;
	width:303px;
	
}
.bold{
	font-weight:bold;
}
 .sous-titre{
	font-size:25px;
	font-weight:bold;
	color:#8e8e8e;
	margin-bottom:20px;
}
/* -------------- MAILING --------------------------*/
.mailing
{
	margin-top:30px;
	background-color:#d8d8d8;
	color:#2f2f2f;

	padding:15px;

	border-radius:5px;
	-moz-border-radius:5px;
}
.mailing legend
{
	margin-left:10px;

	background-color:#efefef;
	border:#555 1px solid;
	color:#2f2f2f;
	
	font-size:16px;
	font-weight:bold;
	padding:15px 25px 15px 25px;
	
	border-radius:5px;
	-moz-border-radius:5px;

}
.mailing a
{
	color:#2f2fff;
	text-decoration:underline;
	
}

/* -------------- TUTORIALS --------------------------*/
.tuto
{
	margin-top:30px;
	background-color:#efefef;
	color:#2f2f2f;

	padding:15px;

	border-radius:5px;
	-moz-border-radius:5px;
}
.tuto legend
{
	margin-left:10px;

	background-color:#cfcfdf;
	border:#555 1px solid;
	color:#2f2f2f;
	
	font-size:16px;
	font-weight:bold;
	padding:15px 25px 15px 25px;
	
	border-radius:5px;
	-moz-border-radius:5px;

}
.tuto a
{
	color:#2f2fff;
	text-decoration:underline;
	
}
