/*----------------------------------------------------------------------------
Stylesheet for all layout styles

Template Name:   JJ Rasper
Version:         1.0
Author:          JoomlaJunkie
Author URL:      http://www.joomlajunkie.com
Template Guide:  http://guides.joomlajunkie.com
Support:         http://support.joomlajunkie.com

Stylesheet Index:
	$1 - Info
	$2 - Structural CSS
	$3 - 
	$4 - 
	$5 - 
	
NOTE: Always make a backup of your stylesheets before editing!
NB!! Use the search function to find a section, eg: search for $2 for Sidebar menu
----------------------------------------------------------------------------*/

/* $1 - Info
----------------------------------------------------------------------------*/
/* This calls the other css files!! */
@import url(customise.css);
@import url(menu.css);

*{
	margin: 0;
	padding: 0;
}

.padding{
	padding: 10px;
}

p{
	padding-bottom: 10px;
}

hr{
	margin: 10px 0;
}

body{
	text-align: center;
	background: #ffffff;
	font: normal 76%/160% Arial, Helvetica, Geneva, sans-serif;
}

/* Site Wrap */
#wrapper{
	width: 779px;
	margin: 0 auto;
	text-align: left;
}

#wrapper #main-outer{
	background: url(../images/bg-bottom.jpg) repeat-x top;
}

/* Center Top and Sub Sections */
.center-contents{
	width: 779px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Top Section */
#top{
	height: 52px;
	background: url(../images/bg-top.jpg) repeat-x;
	position: relative;
	border-bottom: 1px solid #fff;
}

/* Clickable Logo */
#top h1{
	padding: 0;
	margin: 0;
}
#top h1 a{
	width: 156px;
	height: 61px;
	text-indent: -7998px;
	background: url(../images/logo.png) no-repeat;
	display: block;
	position: absolute;
	top: 7px;
	outline: none;
}

/* Sub Section */
#sub{
	background: #ececec url(../images/bg-middle.jpg) repeat-x;
	border-bottom: 1px solid #fff;
	padding-bottom: 0px;
}

#sub .sub-one{
	float: left;
	width: 779px;
	border:0px solid #fff;
}

#sub .sub-two{
	float: left;
	width: 770px;
}

* html #sub .sub-two{
	margin-right: -10px;
}

#sub .sub-two #fpss-container {
	clear:both;
	border:1px solid #fff;
	background:#ececec;
	padding:4px;
	margin:20px auto 0 auto;
}

/* Random Image - Showcase Styling */
#sub .sub-two .moduletable-showcase img{
	border:1px solid #fff;
	background:#ececec;
	padding:2px;
	margin:0px auto 0 auto;
}

/* Site Pathway */
#sub #sitepath{
	position: absolute;
	top: 8px;
	left: 235px;
	color: #11304e;
	font: normal 11px Arial;
	text-transform: capitalize;
}

#sub #sitepath a{
	color: #11304e;
	margin-right: 5px;
	text-transform: capitalize;
}

/* Main Section */
#main{
	background: url(../images/faux-bg.jpg) repeat-y;
	border-top: 1px solid #264253;
	border-left: 1px solid #264253;
	border-right: 1px solid #264253;
	padding:10px;
	height: 1%;
}

#content{
	width: 547px;
	float: right;
	margin-right: 5px;
	position: relative;
	background: url(../images/content-inner-shadow.jpg) repeat-x;
}

* html #content{
	width: 552px;
	margin-right: 0;
}

#rss{
	position: absolute;
	top: 0;
	right: -5px;
	display: block;
	width: 58px;
	height: 46px;
}

#sidebar{
	width: 224px;
	float: left;
}

.top-search{
	margin-top: -18px;
	margin-left: -1px;
	position: relative;
}

* html .top-search{
	margin-bottom: -10px;
}

.top-search input{
	background: url(../images/search-bg.jpg) no-repeat;
	border: none;
	padding: 13px 0 0 40px;
	margin: 0 0 -10px 0;
	width: 185px;
	height: 25px;
	color: #fff;
	font-weight: normal;
}

* html .top-search input{
	padding: 13px 0 10px 40px;
	margin: 0 0 -10px 0;
	width: 185px;
	height: 25px;
}

/* Bottom Footer Section */
#footer{
	height: 41px;
	background: url(../images/footer-bg.jpg) repeat-x;
	overflow: hidden;
}

#footer .btm-menu{
	width: 500px;
	float: left;
}

#footer .credits{
	width: 265px;
	color: #8EB8CF;
	float: right;
	line-height: 41px;
	text-align: right;
	padding-right:10px;
}

#footer .credits a{
	color: #fff;
	text-decoration: none;
}

#footer .credits a:hover{
	text-decoration: underline;
}
#footer a.w3c-valid-xhtml {
	
	color: #ffffff
}
#footer a.w3c-valid-css {
	
	color: #ffffff
}

/* $3 - Collapsible Columns
----------------------------------------------------------------------------*/
table.nospace {
	border:0;
	margin-bottom:10px;
	padding:0;
	width:100%;
}

table.nospace td {
	margin:0;
	padding:3px;
}

#infobox table.nospace td {
	margin:0;
	padding:5px;
}

/*Signals out only top 2 user mods*/
table.nospace td.tl {
	width:50%;
}

table.nospace td.tr {
	width:50%;
}

/*Signals out only top 2 user mods*/
table.nospace td.bl {
	width:33%;
}

table.nospace td.bc {
	width:33%;
}

table.nospace td.br {
	width:33%;
}

.requiredField2 {
	font-weight:bold;
	color:#ff0000;
	font-size:14px;
	margin-left:300px
}
.requiredField {
	font-weight:bold;
	color:#466c97;
	font-size:14px;
}
.message {
	font-weight:bold;
	font-size: 14px;
	color:#ff0000;
}
.formdiv {
	margin-left:200px
}
.formdiv2 {
	margin-left:250px;
}

.formulaire {
	background-color:#ececec;
	padding: 10px;
	-moz-border-radius: 15px;border-radius: 15px;
-moz-box-shadow: 0 0 10px #888;
-webkit-box-shadow: 0 0 10px #888;
box-shadow: 0 0 10px #888;}
}
