* {
	margin:0;
	padding:0;
	border:0;
	font-family: arial, helvetica, sans-serif;
	font-size:8pt;
	outline:none;}

body {
	background: url('../img/site/bg.jpg') repeat-x #000;
	color:#847651;}
	
a, .light {
	color:#e0d0a7;
	text-decoration:none;
	outline:none;}

a:hover {
	color:#fff;}

img.border {
	border:1px solid #847651;}
	
div.clear {
	clear:both;}

/*---------------------------------------------------- / MAIN DIVS */

#outer-container {
	margin:auto;
	width:1007px;
	background: url('../img/site/bg-content.png') no-repeat;
	clear:both;}

#inner-container {
	width:800px;
	margin:auto;
	position:relative;
	left:10px;
	top:83px;}

.mailinglist {
	width:500px;}

.minicalendar {
	width:260px;}

#sponsors {
	width:811px;
	text-align:center;
	position:relative;
	z-index:10;
	left:-20px;
	clear:both;}

#footer {
	position:relative;
	top:-15px;
	z-index:20;
	padding:0 60px 0 35px;}
	
#footer .moderation {
	float:right;
	color:#999;}
#content {
	width:780px;}


/*---------------------------------------------------- / CONTENT */

.section {
	display:block;}

h1, h2, .dialog .title, h1 a {
	background:url('../img/site/bg-h1.gif') no-repeat 100% 0;
	border-bottom:1px dotted #40351d;
	font-weight:normal;
	padding-bottom:5px;
	margin-bottom:20px;
	line-height:25px;}

h1, .dialog .title, h1 a {
	color:#fff3d4;
	font-size:18pt;}

h2 {
	color:#e0d0a7;
	text-transform:uppercase;
	font-size:13pt;}

h3, h3 a {
	font-family: eurostile;
	color:#f1ebda;
	font-size:10pt;
	margin:0 0 10px 0;}

p {
	margin-bottom:20px;
	line-height:12pt;}

ul {
	list-style-type:none;
	margin:0 0 10px 10px;}
	
.column {
	padding:10px;
	margin-right:10px;
	border-right:dotted 1px #40351d;
	width:250px;}
.column .title {
	border-bottom:1px dotted #40351d;
	font-weight:normal;
	padding-bottom:5px;
	margin-bottom:20px;
	font-size:16pt;
	color:#e0d0a7;}

.last {
	margin-right:0;
	border-right:none;}

/* FORMS */
.text, textarea, .text-small {
	display:block;
	padding:3px;
	background-color:#211b0d;
	letter-spacing:1px;
	width:223px;
	margin:3px 0 15px 0;}

form .note {
	font-size:8pt;
	color:#756948;}

.btn-radio {
	display:inline !important;
	float:left;}

.btn-submit {
	display:block;}

.section .text {
	padding:5px;}

.section textarea {
	width:100%;
	height:100px;}
	
.section .text-small {
	width:60px;
	display:inline;
	vertical-align:middle;}

/* CORPORATIF PAGE */
.services-offered {
	width:385px;
	border:1px solid #847651;}

.services-offered h3 {
	display:inline;
	position:relative;
	margin-bottom:-10px;
	padding:0 10px;
	top:-8px;
	left:15px;
	background-color:#000;}

span.event {
	margin-bottom:20px;
	display:block;
	clear:both;}

.wDivider {
	padding-top:10px;
	border-top:1px dotted #847651;
	clear: both;}
	
.divider {
	margin:10px 0;
	border-bottom:1px dotted #847651;
	clear: both;}
	
/*---------------------------------------------------- / LOG OUT */

#login-box {
	background: #211b0d;
	border-bottom:1px solid #4c422f;
	padding:3px 0;}

.login-text {
	width:811px;
	margin:auto;}

.login-close {
	width:13px;}

.login-tab {
	background:#211b0d;
	display:block;
	float:right;
	margin-left:10px;
	padding:5px;
	position:relative;
	top:-1px;
	border-bottom:1px solid #4c422f;
	border-left:1px solid #4c422f;
	border-right:1px solid #4c422f;
	height:14px;}

/* Pager
-------------------------------------------------------------- */
	
ul.pager {
background:transparent;
padding:5px;
margin:5px 0;
text-align:left;
}

ul.pager li {
	background:transparent;
	display:inline;
	list-style:none;
	border:none;
	padding:0;
	margin:0;
	font-size:9pt;
}
ul.pager li a {
	padding:5px;
	font-weight:normal;
}
ul.pager li a:hover {
	background:#e0d0a7;
	color:#000;
}
ul.pager li.selected a {
	color:#847651;
	font-weight:bold;
}

ul.pager li.selected a:hover {
	background:transparent;
	color:#847651;
}
	
/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }
	

/*---------------------------------------------------- / MISC */

.fleft {
	float:left;}

.fright {
	float:right;}
	
.aright {
	text-align:right;}
	
.aleft {
	text-align:left;}

.nomargin {
	margin:0;}
	
.fmargin {
	margin:0 5px 5px 0;}

.mright {
	margin-right:20px;}

.mleft {
	margin-left:20px;}

.mbottom {
	margin-bottom:20px;}
	
.mtop {
	margin-top:20px;}

.white {
	color:#fff;}

.moveup {
	position:relative;
	top:-60px !important;}

.width50 {
	width:50%;}

.width60 {
	width:60%;}