/* CSS Document */
body, html{
	margin: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #330033;
}
#container{
	width: 900px;
	margin: auto;
}
#logo{
	width: 100%;
	height: 150px;
	background: url(images/CT_logo_en.png) repeat-x;
}
#download{
	color: white;
}
#download img{
	border: 0;
	float: right;
}
#step1,#step2, #step3 {
	width: 100%;
	height: 400px;
	background: url(images/CT_bg.png) repeat-x;
}
#step1_img, #step3_img{
	float: right;
}
#step1_title, #step2_title, #step3_title{
	margin-top : 150px;
}
#step2_img{
	float: left;
}
#footer{
	text-align: center;
	font-weight: bold;
	color: white;
	width: 100%;
}
.barre {
	text-decoration: line-through;
}
.gras {
	font-weight: bold;
}