@import url('reset.css');

/* Reset override */
strong {font-weight: bold}
em {font-style: italic}

/*
 * STRUCTURE
 * ---------------------------------------------------------------------------
 */
body {
	font: 1em Arial, sans-serif;
	background: #000 url('../img/body_bg.gif') repeat-x top;
}
#wrapper {
	width: 100%;
	min-height: 590px;
	background: url('../img/wrapper_bg.jpg') no-repeat top center;
}
#container {
	width: 980px;
	margin: 0 auto;
}

/*
 * HEADER
 * ---------------------------------------------------------------------------
 */
#header {
	width: 100%;
	overflow: auto;
	height: 115px;
}
#logo a {
	display: block;
	width: 144px;
	height: 115px;
	float: left;
	text-indent: -9999px;
}
#login {
	float: right;
	color: #fff;
	font-size: .75em;
	margin-top: 8px;
	_width: 514px; /* IE6 only */
}
#login fieldset {
	border: 1px dotted #fff;
	padding: .6em 1.2em 1em 1.2em;
}
#login legend {
	font-size: 1.1em;
	font-weight: bold;
	margin-left: -7px;
	padding: 0 .5em;
}
#login input {
	font-size: 12px;
	margin: 0 .25em;
}

#login-submit {
  width: 92px;
  height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url('../img/login-submit.gif') no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#login p {
	margin: .5em 0;
}
#login p a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#login p a:hover {
	color: #4bed00;
}

#logged {
	margin-top: 24px;
}
#logged span {
	float: left;
}
#logged img {
	float: left;
	padding: 2px 8px 0 0;
}

/*
 * NAV
 * ---------------------------------------------------------------------------
 */
#nav {
	width: 100%;
	overflow: auto;
	height: 42px;
}
#nav ul li {
	float: left;
	margin-left: 1px;
	background: url('../img/nav_li_bg.gif') no-repeat top right;
}
#nav ul li a {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 10px 1em;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #4bed00;
	text-decoration: none;
	background: url('../img/nav_a_bg.gif') repeat-x;
}

#nav ul li.nav-current {
	background: url('../img/nav_a_bg.gif') repeat-x;
}

#prochaine-soiree {
	float: right;
	font-size: .75em;
	color: #fff;
	margin: .4em 1.5em;
}
#prochaine-soiree img {
	float: left;
	margin: 4px 8px;
}
#prochaine-soiree p {
	float: left;
}
#prochaine-soiree span {
	color: #e3cce1;
}
#prochaine-soiree span a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#prochaine-soiree span a:hover {
	color: #4bed00;
}

/*
 * CONTENT
 * ---------------------------------------------------------------------------
 */
#content {
	width: 100%;
	min-height: 400px;
	overflow: auto;
}

#content-padding {
	padding: 16px;
}

/*
 * FOOTER
 * ---------------------------------------------------------------------------
 */
#footer {
	width: 100%;
	overflow: auto;
	height: 37px;
	background: url('../img/footer_bg.gif') no-repeat top center;
}
#footer ul {
	margin: .5em 0 .5em 250px;
}
#footer ul li {
	float: left;
	border-left: 1px solid #333;
	padding-left: 1em;
	margin-left: 1em;
}
#footer ul li:first-child {
	border: 0;
}
#footer ul li a {
	color: #777;
	font-weight: bold;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #fff;
}

/*
 * CREDITS
 * ---------------------------------------------------------------------------
 */
#credits {
	width: 100%;
	overflow: auto;
	color: #333;
	font-size: .75em;
	text-align: center;
	padding: 1em 0;
}

/*
 * PAGINATOR
 * ---------------------------------------------------------------------------
 */
.paginatorstatus {
	color: #999;
	font-size: .7em;
	padding: .5em;
	border-bottom: 1px solid #d6d6d6;
	text-align: right;
}
.paginatornumbers {
	font-size: .7em;
	padding: .5em 0;
	margin-bottom: 1em;
	text-align: center;
}
.paginatornumbers .current {
	margin: .5em .25em;
    padding: .25em .5em;
    border: 1px solid #ccc;
    background: #e1d9db;
    font-weight: bold;
}
.paginatornumbers a {
	margin: .5em .25em;
    padding: .25em .5em;
    color: #fff;
    background: #b60000;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}
.paginatornumbers a:hover {
	color: #fff;
	background: #000;
}

/*
 * FORMS
 * ---------------------------------------------------------------------------
 */
#content form {
	color: #fff;
}
#content form fieldset {
	margin: 16px 0;
	padding: 16px 0;
	border-bottom: #333 1px dotted;
}
#content form fieldset legend {
	font-weight: bold;
}
#content .input {
	padding: 4px 0;
	clear: both;
}
#content .input label {
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	line-height: 1.8;
	margin-right: 5px;
	padding-right: 5px;
	width: 140px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
#content .submit {
	text-align: center;
}
#content .submit input {
	font-size: 1.1em;
}
#content .required {
	background: transparent url('../img/required.png') no-repeat 140px 4px;
}

.legal {
	margin: 40px;
	font-size: .75em;
	color: #999;
	line-height: 1.75;
	text-align: justify;
}
#content input, #content textarea {
	border: 3px solid #d9d9d9;
}
#content .form-error {
	border: 3px solid red;
}
#content .error-message {
	margin-left: 150px;
	color: #c00;
	font-size: .7em;
	font-weight: bold;
	line-height: 2;
}

#form-standard {
	margin: 0 220px;
}
#form-standard p {
	color: #fff;
	font-size: .8em;
}

#agenda #thumbs img {
	float: left;
	padding: 3px 3px 3px 0;
}
#blog #thumbs img {
	float: left;
	padding: 8px;
}

/* 
 * MESSAGES
 * ---------------------------------------------------------------------------
 */
.message {
	border: 1px dashed #fff;
	margin-bottom: 16px;
}
.message strong {
	font-weight: bold;
}
.mssg_txt {
	font-size: .8em;
	line-height: 1.4;
	color: #fff;
	margin: 8px 12px;
}
.mssg_error {
	background-color: #c00;
}
.mssg_success {
	background-color: green;
}
.mssg_notice,
.mssg_restricted {
	background-color: #f60;
}

/*
 * HOME
 * ---------------------------------------------------------------------------
 */
#home-comments {
	_display: none;
	color: #fff;
	font-size: .75em;
	padding: 8px;
	background: #000;
	border: 1px solid #333;
	margin-bottom: 16px;
	overflow: auto;
}
#home-comments-list {
	overflow: hidden;
	position:relative;
	float: left;
	height: 16px;
}
#home-comments-list li {
	display: block;
	margin-bottom: 2em;
}
#home-comments-list li a {
	color: #e3cce1;
	text-decoration: none;
}
#home-comments-list li a:hover {
	color: #fff;
	border-bottom: 1px dotted;
}

.comment-ico {
	background: url('../img/comment.png') no-repeat;
	padding-left: 18px;
}
#home-comments-rss {
	float: right;
	color: #fff;
	background: url('../img/rss.png') no-repeat;
	padding-left: 20px;
	padding-bottom: 1px;
	text-decoration: none;
}
a#home-comments-rss:hover {
	border-bottom: 1px dotted;
	padding-bottom: 0;
}

#home-last {
	float: left;
	width: 306px;
	height: 555px;
	overflow: auto;
	color: #fff;
}
#home-last p {
	font-size: .8em;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
#home-last-desc {
	margin-top: 16px;
	margin-right: 16px;
}
#home-last h1 {
	font-weight: bold;
}
#home-last small {
	font-size: .75em;
	color: #ccc;
}

#home-extra {
	width: 627px;
	float: right;
}
#home-intro {
	width: 627px;
	height: 192px;
	background: url('../img/home_intro.jpg');
}
#home-intro p {
	text-indent: -9999px;
}
#home-inscription-button a,
#home-infos-button a {
	display: block;
	float: left;
	/*background: red;*/
	height: 32px;
	text-indent: -9999px;
	margin-top: 105px;
}
#home-inscription-button a {
	width: 110px;
	margin-left: 25px;
}
#home-infos-button a {
	width: 140px;
	margin-left: 18px;
}
#home-news {
	width: 100%;
	overflow: auto;
	margin-top: 16px;
}
#home-agenda {
	float: left;
	width: 280px;
	height: 347px;
	overflow: auto;
	background: #e6e6e6 url('../img/home_news_bg.gif') repeat-x;
}
#home-agenda-padding {
	padding: 16px;
}
#home-agenda h2 {
	display: block;
	width: 58px;
	height: 15px;
	background: url('../img/home_news_title.gif') no-repeat;
	text-indent: -9999px;
}
#home-agenda small.new {
	background: #8a41a9;
	padding: 1px 3px;
	color: #fff;
	font-size: .8em;
}
#home-agenda ul {
	border-top: 1px solid #b2bec8;
	margin: 16px 0;
}
#home-agenda ul li {
	color: #777;
	font-size: .75em;
	line-height: 1.7;
	border-bottom: 1px solid #b2bec8;
	padding: 8px 0;
}
#home-agenda ul li a {
	color: #1f4b66;
}
#home-agenda ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#home-agenda ul li span a {
	color: #1f4b66;
	font-weight: bold;
	text-decoration: none;
}
#home-agenda ul li h3 a {
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

#home-blog {
	float: left;
	width: 347px;
	height: 347px;
	background: #c8c8c8 url('../img/home_event_bg.gif') repeat-x;
}
#home-blog p {
	margin-top: 16px;
	text-align: center;
}
#home-rss {
	display: block;
	width: 315px;
	height: 50px;
	background: url('../img/home-rss.gif') no-repeat;
	text-indent: -9999px;
	margin-top: 8px;
	margin-left: 16px;
}

/*
 * ASSOC
 * ---------------------------------------------------------------------------
 */
#assoc-visual {
	float: left;
	width: 551px;
	height: 493px;
}
#assoc-desc {
	float: right;
	width: 372px;
	height: 493px;
	background: url('../img/assoc_bg.jpg') no-repeat top left;
}
#assoc-desc-padding {
	padding: 16px;
}
#assoc-desc p {
	color: #fff;
	font-size: .85em;
	line-height: 1.4;
	margin-bottom: 1.5em;
}
#assoc-button a {
	display: block;
	background: url('../img/inscription-button.gif');
	width: 113px;
	height: 34px;
	text-indent: -9999px;
	margin-left: 120px;
}

/*
 * AGENDA
 * ---------------------------------------------------------------------------
 */
#agenda {
	width: 100%;
	overflow: auto;
	background: url('../img/agenda_bg.jpg') no-repeat top left;
	color: #fff;
}
#agenda-nav,
#agenda-current,
#agenda-comments {
	float: left;
	height: 493px;
}
#agenda-current,
#agenda-comments {
	overflow: auto;
}

#agenda-nav {
	width: 317px;
}
#agenda-nav h2 {
	font-weight: bold;
	padding: 16px;
	text-align: center;
}
#agenda-nav-current {
	text-align: center;
	padding: 8px 0;
}
#agenda-nav-archives {
	width: 317px;
	height: 126px;
	margin-top: 16px;
	overflow: auto;
}
#agenda-nav-archives ul {
	width: 518px;
}
#agenda-nav-archives ul li {
	float: left;
	padding: 3px;
}
#agenda-selected img {
	width: 90px;
	height: 90px;
	border: 5px solid #b34dea;
}
.qtip-content {
	font-size: .8em;
	line-height: 1.5;
}
.qtip-content small {
	font-size: .85em;
}

#agenda-current {
	width: 345px;
	margin-left: 16px;
}
#agenda-current p, #agenda-current ul {
	font-size: .8em;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
#agenda-current ul {
	margin-left: 1.5em;
	list-style: disc;
}
#agenda-current h1 {
	font-weight: bold;
	font-size: 1.1em;
}
#agenda-current small {
	font-size: .75em;
	color: #a2c2c5;
}
#agenda-current-desc {
	margin-top: 16px;
}

#agenda-comments {
	width: 270px;
}
#agenda-current-padding,
#agenda-comments-padding {
	padding: 16px;
}
#agenda-comments h2 {
	font-weight: bold;
}
#agenda-comments ul {
	border-top: 1px solid #3d757c;
	margin-top: 12px;
}
#agenda-comments ul li {
	border-bottom: 1px solid #3d757c;
}
#agenda-comments ul li span {
	color: #8ca1a7;
}
#agenda-comments p a {
	color: #8ca1a7;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#agenda-comments p a:hover {
	color: #fff;
}

/*
 * BLOG
 * ---------------------------------------------------------------------------
 */
#blog {
	width: 100%;
	overflow: auto;
	background: url('../img/blog_bg.jpg') no-repeat top left;
}
#blog-nav,
#blog-current,
#blog-comments {
	float: left;
	height: 493px;
	overflow: auto;
}

#blog-nav {
	width: 160px;
}
#blog-nav h2 {
	text-align: center;
	color: #514284;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #b2bec8;
}
#blog-nav h3 {
	text-align: center;
	color: #514284;
	font-size: .8em;
	font-weight: bold;
	margin-top: 8px;
}
#blog-nav ul li {
	font-size: .75em;
	line-height: 1.4;
	padding: 2px 0;
}
#blog-nav ul li b {
	font-size: .9em;
}
#blog-nav ul li a {
	color: #333;
	text-decoration: none;
}
#blog-nav ul li a:hover {
	color: #514284;
	border-bottom: 1px dotted;
}
#blog-nav ul li span {
	color: #fff;
	background: #514284;
}
	
#blog-current {
	width: 503px;
	margin-left: 16px;
	color: #fff;
}
#blog-current p, #blog-current ul {
	font-size: .8em;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
#blog-current ul {
	margin-left: 1.5em;
	list-style: disc;
}
#blog-current h1 {
	font-weight: bold;
	font-size: 1.1em;
}
#blog-current small {
	font-size: .75em;
	color: #a49cc1;
}
#blog-current-desc {
	margin-top: 16px;
}

#blog-comments {
	width: 269px;
	color: #fff;
}
#blog-nav-padding,
#blog-current-padding,
#blog-comments-padding {
	padding: 16px;
}
#blog-comments h2 {
	font-weight: bold;
}
#blog-comments ul {
	border-top: 1px solid #55458a;
	margin-top: 12px;
}
#blog-comments ul li {
	border-bottom: 1px solid #55458a;
}
#blog-comments ul li span {
	color: #a49cc1;
}
#blog-comments p a {
	color: #a49cc1;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#blog-comments p a:hover {
	color: #fff;
}

/** COMMENTS **/
ul.comments li {
	font-size: .8em;
	line-height: 1.6;
	padding: 8px 0;
}
ul.comments li span {
	float: left;
}
ul.comments li small {
	font-size: .85em;
}
.comment-header {
	width: 100%;
	overflow: auto;
}
.comment-header img {
	float: left;
	padding: 6px 8px 6px 0;
}

.comments-infos {
	font-size: .8em;
	margin: 16px 0;	
}

#comment-form {
	float: left;
	width: 662px;
	color: #fff;
}
#comment-form h1 {
	font-weight: bold;
}
#comment-model {
	height: 120px;
	overflow: auto;
	margin: 16px 0;
}
#comment-model p {
	font-size: .8em;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
#comments {
	float: left;
	width: 270px;
	height: 493px;
	overflow: auto;
	margin-left: 16px;
	color: #fff;
}
#comments-padding {
	padding: 16px;
}
#comments h2 {
	font-weight: bold;
}
#comments ul {
	border-top: 1px solid #333;
	margin-top: 12px;
}
#comments ul li {
	border-bottom: 1px solid #333;
}
#comments ul li span {
	color: #999;
}
#comments p a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#comments p a:hover {
	color: #fff;
}

/*
 * SOIREES
 * ---------------------------------------------------------------------------
 */
#soiree-details {
	float: left;
	width: 662px;
	height: 493px;
	overflow: auto;
	color: #fff;
}
#soiree-details h1 {
	font-weight: bold;
}
#soiree-details p, #soiree-details ul {
	font-size: .8em;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
#soiree-details p a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#soiree-details p a:hover {
	color: #fff;
}
.datalist {
	border-top: 1px solid #333;
	margin: 16px;
}
.datalist li {
	color: #999;
	overflow: auto;
	clear: both;
	border-bottom: 1px solid #333;
	padding: 8px;
}
.datalist li b {
	color: #fff;
}
.datalist li img {
	float: left;
	padding-right: 8px;
}
.datalist li span {
	float: left;
	line-height: 2.5;
}
.datalist li a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.datalist li a:hover {
	color: #e3cce1;
}

/*
 * MEMBRES
 * ---------------------------------------------------------------------------
 */
#membre-details {
	float: left;
	width: 662px;
	height: 493px;
	overflow: auto;
	color: #fff;
}
#membre-details h1 {
	font-weight: bold;
}
#membre-details p, #membre-details ul {
	font-size: .8em;
	line-height: 1.7;
	margin-bottom: 1.5em;
}
#membre-details p a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}
#membre-details p a:hover {
	color: #fff;
}

/*
 * INSCRIPTION
 * ---------------------------------------------------------------------------
 */
#inscription {
	color: #fff;
	background: transparent url('../img/inscription_bg.gif') no-repeat 650px 320px;
}
#inscription h1 {
	font-weight: bold;
}
#inscription ul {
	margin: 16px;
}
#inscription p, #inscription ul li {
	font-size: .8em;
	line-height: 1.5;
	margin-bottom: 2em;
}
#inscription p, #inscription h1 {
	margin-left: 48px;
}
#inscription ul li {
	margin-left: 32px;
}
#inscription ul li span {
	font-size: 3.2em;
	line-height: 1;
	float: left;
	margin-left: -32px;
}
#inscription h2 {
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}
#inscription b,
#inscription a {
	color: #d899fe;
}
#inscription a {
	text-decoration: none;
	border-bottom: 1px dotted;
}
#inscription a:hover {
	color: #fff;
}
