/*there are Internet Explorer Specfic css in the header section of 
the template page for classes
#top_image
.search_box
if you are changing those, dont forget to change in the template as well*/

/*---[ TAG STYLES ]-------------*/
body{
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: black;
	
}

img{
	border:none;
}

a { 
	color:#e29925;
}
a:hover { 
	color:#e29925;
	text-decoration: none;
}

#random {
	display: none;
}


/*---[ LAYOUT STYLES ]----------*/
#wrapper {
	width:auto;
	border: none;
	background-color: none;
	background: none;
}

#header{ 
	display: block;
}

#header_menu {
	display: none;
}

#je_veux {
	display: none;
}

#center {
	width:100%;
	float:left;
	position: relative;
}


#left_side {
	display: none;
}

.left_edge {
	display: none;
}
	
#menu_services {
	display: none;
}

#menu_organisme {
	display: none;
}

#menu_organisme a {
	display: none;
}

#menu_organisme a:hover, #menu_organisme a:active  {
	display: none;
}

#a_la_une {
	display: none;
}


/* JAVASCRIPT CLASS FOR WHEN ORGANISME CATEGORIES ARE ACTIVE */

.organisme_active {
	display: none;
}

/* END JAVASCRIPT CLASS */


#content {
	display: block;
	float:left;
	width:100%;
}

#right_side {
	display: none;
}
	
.right_edge {
	display: none;
}

#search {
	display: none;
}


#main {
	font-size:0.8em;
}

#footer {
	width:100%;
	height:31px;
	padding-top: 15px;
	margin-bottom: 20px;
}

#back_top {
	float:left;
	position:relative;
	right: 80px;
	width:20px;
	bottom:-80px;
}