@charset "utf-8";
/* CSS Document de Street Québec */

*{
	/*margin-left:auto;*/
	/*margin-right:auto;*/
}

body{
	background-color:#060606;
	margin-left:auto;
	margin-right:auto;
}

#topOftheWorld{
	background-image:url(images/sky.png);
	background-repeat:repeat-x;
	height:354px;
}

#conteneur{

	margin-left:auto;
	margin-right:auto;
	margin-top:-300px;
	width:960px;
	padding-bottom:200px;
}

#TopArea{
	float:left;
	width:960px;
}

#header{
	/*background-image:url(images/banner.png);*/
	background-image:url(images/banner.jpg);
	width:937px;
	height:255px;
}

/****************************** MENU*/ 
#menu{
	margin-left:25px;
	/*width:437px;*/
	height:38px;
}

#menu01{
	float:left;
	width:88px;
 	height:38px;
 	text-indent:-9999px;
 	overflow:hidden;
 	display:block;
 	background:transparent url("images/menu01.png") 0 0 no-repeat;
}

#menu01:hover, #menu02:hover, #menu03:hover, #menu04:hover, #menu05:hover {
	 background-position: 0 -39px;
}

#menu01:link{
	background-position:0-39px;
}

#menu02{
	float:left;
	width:85px;
 	height:38px;
 	text-indent:-9999px;
 	overflow:hidden;
 	display:block;
 	background:transparent url("images/menu02.png") 0 0  no-repeat;
}
#menu03{
	float:left;
	width:83px;
 	height:38px;
 	text-indent:-9999px;
 	overflow:hidden;
 	display:block;
 	background:transparent url("images/menu03.png") 0 0  no-repeat;
}
#menu04{
	float:left;
	width:85px;
 	height:38px;
 	text-indent:-9999px;
 	overflow:hidden;
 	display:block;
 	background:transparent url("images/menu04.png") 0 0  no-repeat;
}
#menu05{
	float:left;
	width:95px;
 	height:38px;
 	text-indent:-9999px;
 	overflow:hidden;
 	display:block;
 	background:transparent url("images/menu05.png") 0 0  no-repeat;
}
/*
ul{
	padding:0px;
	margin-left:0px;
	width:437px;
	height:38px;
}

li{
	float:left;
	list-style-type:none;
}*/
/****************************** BOX*/ 
#content{
	float:left;
	
}

.MainBox{
	float:left;
	margin-top:10px;
	margin-left:10px;
	width:656px;
}

.BoxTop{
	float:left;
	/*background-color:#FF0000;*/
	background-image:url(images/main_box_top.png);
	height:18px;
	width:656px;
}
.BoxMain{
	
	float:left;
	clear:both;
	background-image:url(images/main_box.png);
	min-height:350px;
	width:656px;
}

.BoxMain p{
	padding-left:12px;
	padding-right:25px;
}

.BoxBottom{
	float:left;
	clear:both;
	background-image:url(images/main_box_bottom.png);
	height:13px;
	width:656px;
}

/****************************** CONTENT*/ 

a:link {
	color: #62bde1;
	text-decoration:none;
}

a:visited {
	color: #62bde1;
	text-decoration:none;
}

a:active {
	background-color: #62bde1;
	text-decoration:none;
}

a:hover {
	color:#62bde1;
	text-decoration:underline;
} 

.title01{
	background-image:url(images/title01.png);
	height:46px;
	width:223px
}
.title03{
	background-image:url(images/title03.png);
	height:46px;
	width:223px
}
.title04{
	background-image:url(images/title04.png);
	height:46px;
	width:223px
}
.title05{
	background-image:url(images/title05.png);
	height:46px;
	width:223px
}

p{
	margin-left:20px;
	color:#cccccc;
	font-family: "Trebuchet MS", verdana, Helvetica, sans-serif;
	/*font-family:"Times New Roman", Times, serif*/
	font-size:medium;
}

.link{
	color:#0f7da9;
	
}
.link:visited{
	color:#0f7da9;
}

strong{
	font-size:larger;
	font-weight:bold;
}

.news{
	margin-left:20px;
	padding-right:100px;
}

/****************************** RIGHT AREA*/ 
#RightArea{
	float:right;
	margin-top:10px;
}

.box_forum{
	background-image:url(images/box_forum.png);
	width:265px;
	height:157px;
}
.box_ad{
	margin-top:5px;
	background-image:url(images/box_ad.png);
	width:265px;
	height:107px;
}
.box_big{
	margin-top:5px;
	background-image:url(images/box_big.png);
	width:265px;
	height:206px;
}




