body {
	background-color: #e6e6e6;
	font-family: tahoma;
	font-size: 9px;
}

div {
	/*border: 1px dotted red;*/
}

a, a:visited {
	color: black;
}

a:hover {
	text-decoration: none;	
}

a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#outer_title {
	margin-top: 20px;
}

#inner_title {
	width: 710px;
	height: 20px;
}

#title {
	width: 330px;
}

#firstline {
	float: left;
	width: 330px;
}

#secondline {
	text-align: right;
	float: left;
	width: 380px;
}

h1, h2 {
	display: none;
	padding: 0px;
	margin: 0px;
	font-family: tahoma;
	font-size: 20px;
	font-weight: normal;
	line-height:20px;
}

#outer_content {
	margin-top: 10px;
}

#inner_content {
	width: 740px;
}

#inner_intro {
	margin-top: 20px;
	width: 710px;
}

#button {
	float: left;
	width: 234px;
	height: 200px;
}

#buttonroller {
	float: left;
	width: 234px;
	height: 200px;
	background: url('button_roller.png');
}

#buttonroller:hover  {
	cursor: pointer;
	background: url('button_roller_O.png');
}

#buttonbmx {
	float: left;
	width: 234px;
	height: 200px;
	background: url('button_bmx.png');
}

#buttonbmx:hover  {
	cursor: pointer;
	background: url('button_bmx_O.png');
}

#buttonskate {
	float: left;
	width: 234px;
	height: 200px;
	background: url('button_skate.png');
}

#buttonskate:hover  {
	cursor: pointer;
	background: url('button_skate_O.png');
}

#menu {
	padding: 0 0 0 15px;
	width: 725px;
	height: 100px;
	background: url('fond_content_t.jpg');
}

#menu1, #menu2, #menu3, #menu4 {
	float: left;
	padding-top: 5px;
	padding-right: 2px;
	width: 176px;
	height: 100px;
}

#menu1 {
	background: url('../gfx/button_roller_menu1.png') 0px 15px no-repeat;
}

#menu1:hover {
	cursor: pointer;
	background: url('button_roller_menu1_O.png') 0px 15px no-repeat;
}

#menu2 {
	background: url('../gfx/button_roller_menu2.png') 0px 15px no-repeat;
}

#menu2:hover {
	cursor: pointer;
	background: url('button_roller_menu2_O.png') 0px 15px no-repeat;
}

#menu3 {
	background: url('../gfx/button_roller_menu3.png') 0px 15px no-repeat;
}

#menu3:hover {
	cursor: pointer;
	background: url('button_roller_menu3_O.png') 0px 15px no-repeat;
}

#menu4 {
	background: url('../gfx/button_roller_menu4.png') 0px 15px no-repeat;
}

#menu4:hover {
	cursor: pointer;
	background: url('button_roller_menu4_O.png') 0px 15px no-repeat;
}

h3 {
	display: none;
	padding: 0px;
	padding-top: 10px;
	margin: 0px;
	font-family: tahoma;
	font-size: 15px;
	font-weight: normal;
}

#content {
	background: url('fond_content_m.jpg');
}

.presentation {
	font-size: 10px;
	text-align: justify;
	width: 740px;
	padding: 0px 0px 10px 0px;
}

p {	
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}

.french {
	padding: 0px 10px 10px 25px;
	float: left;
	width: 335px;
}

.english {
	padding: 0px 25px 10px 10px;
	float: left;
	color: darkgrey;
	width: 330px;
}

ul, li {
	padding: 0px;
	margin: 0px;
	list-style-type: square;
}

ul {
	margin-left: 25px;
}

#media {
	width: 740px;
}

.matosliens {
	font-size: 10px;
	text-align: justify;
	width: 740px;
	padding: 10px 0px 10px 0px;
}

/* hide from ie on mac */	
#flashcontent {width: 710px; height: 560px;}
/* end hide */

#bottom {
	width: 740px;
	height: 15px;
	background: url('fond_content_b.jpg');
}

#back {
	width: 340px;
	height: 20px;
	background: url('button_back.png');
}

#back:hover {
	cursor: pointer;
	background: url('button_back_O.png');
}