/* reset sheet */
html,body,div,dl,dt,dd,ol,pre,form,fieldset,textarea,blockquote,th,td { 
	margin:0;
	padding:0;
	font-family: Helvetica, sans-serif; 
    font-size: 12px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

.formcontrols input,select,textarea {
	box-sizing:border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
.formcontrols input.textbox {
	height:25px;
	*height:12px;
}
.formcontrols .blocksubhead {
	font-weight:bold;
}

.vbform .blockhead {
	margin-top:2em;
}

.vbform .blockhead:first-child {
	margin-top:0;
}
.settings_form_top_border {
	border-top: 1px solid #6b91ab;
}
.blockbody.settings_form_border {
	border-right: 1px solid #6b91ab;
	border-left: 1px solid #6b91ab;
	border-bottom: 1px solid #6b91ab;
}
.vbform {
	clear:both;
	width:auto;
	max-width:750px;
	_width:750px;
	margin:0 auto 2em;
}
form.vbform .formcontrols {
	/*margin-bottom:1em;*/
}

.formcontrols {
	border-right: 1px solid #6b91ab;
	border-left: 1px solid #6b91ab;
	border-bottom: 1px solid #6b91ab;
}

.formcontrols .blockrow {
	background:rgb(255, 255, 255)  bottom repeat-x;
	border-top:solid 1px #cedfeb;
	padding:10px 5px;
}

/* div.section is needed to resolve IE7 percentage width bug */
.formcontrols .section {
	padding:0 15px;
}

.formcontrols > *:first-child,
.formcontrols .blocksubhead + .blockrow,
.formcontrols .section .blockrow:first-child {
	border-top:none;
}



fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}


/* Global page look */
body {	
	height: 100%;		
	width: 100%;
	padding: 0 0 15px 0;
	background: #949494 url(/images/bgColor.jpg) repeat scroll top;
}
h1
{
font-family: Helvetica;
color : white;
font-size:2em;
}





.section 
{
	padding:0 15px;
}

.blockrow 
{
	background:rgb(255, 255, 255)  bottom repeat-x;
	border-top:solid 1px #cedfeb;
	padding:10px 5px;
}

.rightcol {
	display:block;
	margin-left:212px;
	max-width:496px;
	*margin-left:0;
	float:none;
}


.blockrow .rightcol  *{
	margin-left:0;
	width:auto;
}

.description {
	color:#777777;
	font-size:11px;
	max-width:496px;
	margin-left:212px;
	overflow:hidden;
	line-height:150%;
	margin-bottom:5px;
}

.description-left
{
	color:#777777;
	font-size:11px;
	max-width:496px;	
	overflow:hidden;
	line-height:150%;
	margin-bottom:5px;
}

.blockhead
{
	font:  normal 12px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	color:#ffffff;
	background:#67afe1 repeat-x  ;
	_background-image: none;
	padding:4px 10px 4px 10px;
	border:1px solid #5a7f97;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

.blockhead h2 {
	font-weight:bold;
}

.blocksubhead {
	font:  normal 12px ;
	color:#3e3e3e;
	background:#e9e9e9 none repeat-x  ;
	padding:4px 10px 4px 10px;
	border-top:1px solid #cecece;	
}

.blockbody
{
	border-right: 1px solid #6b91ab;
	border-left: 1px solid #6b91ab;
	border-bottom: 1px solid #6b91ab;
}

/* BASIC CONTROL STYLING */

input, textarea, select, button {
	font:  bold 11px Tahoma, Calibri, Verdana, Geneva, sans-serif;
	font-weight: normal;
}

.button {
	padding:2px 2px;
}

.button:hover {
	color:#417394;
}

.button[type="reset"]:hover {
	color:#417394;
}

.textbox,
textarea,
select {
	background:rgb(255, 255, 255) none   ;
	border:solid 1px #6b91ab;
	padding:4px 5px;
	outline:0;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.textbox[disabled],
textarea[disabled] {
	font-style:italic;
	color:#777777;
}

.formcontrols .blockrow input.textbox:focus,
.formcontrols .blockrow textarea:focus {
	background: #f2f6f8;
}

/* INPUT / SELECT / TEXTAREA / GROUP */

form .rightcol {
	display:block;
	margin-left:212px;
	max-width:496px;
	*margin-left:0;
	float:none;
}

.blockbody.formcontrols .blockrow .rightcol * {
	margin-left:0;
	width:auto;
}

.blockbody.formcontrols .blockrow .rightcol .primary {
	width:50%;
}
.blockbody.formcontrols .blockrow .rightcol textarea.primary {
	width:70%;
}
.blockbody.formcontrols .blockrow .rightcol .description {
	width:auto;
}

.formcontrols .blockrow .primary {
	width:248px;
}
.formcontrols .blockrow .primary.full {
	width:496px;
	float:left;
}

.formcontrols .blockrow .group {
	width:100%;
}

.formcontrols .blockrow .group li {
	margin-top:5px;
}
.formcontrols .blockrow .group li:first-child {
	margin-top:0;
}
.formcontrols .blockrow .group .textbox {
	width:248px;
}

.formcontrols .blockrow .primary.center {

}

.formcontrols .blockrow .primary.center img.icon {
	border:1px solid rgb(65,93,141);
}

.formcontrols .blockrow .titleprefix {
	float:left;
	margin-right:0.5em;
}

.formcontrols .blockrow * .group {
	width:auto;
	float:none;
}

.formcontrols .blockrow input.textbox[size] {
	width:auto;
}

.formcontrols .blockrow.texteditor textarea {
	width:500px;
	max-width:98%;
	min-width:98%;
	height:200px;
	float:none;
}

.formcontrols .blockrow.texteditor textarea, #ie8#fix {
	width:98%;
}

.formcontrols .blockrow input.numeric,
.formcontrols .blockrow select.numeric {
	text-align:right;
}

/* LABELS */

.formcontrols .blockrow label,
.formcontrols .blockrow .group.multifield label,
.formcontrols .blockrow .groupoption label {
	display:block;
	margin-bottom:2px;
}

.formcontrols .blockrow label {
	width:212px;
	float:left;
	font-size:13px;

}
.formcontrols .blockrow label.full {
	width:auto;
	float:none;
	font-weight:bold;
}

.formcontrols .blockrow label.floatlabel {
	margin-left: 10px;

}

.formcontrols .blockrow * label {
	/* undoes the above two rules */
	display:block;
	margin-bottom:auto;
	width:auto;
	float:none;
}

.formcontrols .blockrow .group li label,
.formcontrols .blockrow .group dt label {
	width:212px;
	float:left;
}

.formcontrols .blockrow .group.full li label,
.formcontrols .blockrow .group.full dt label {
	width:auto;
}



.formcontrols .blockrow .label {
	margin-bottom:8px;

}

.formcontrols .blockrow.singlecheck label {
	float:left;
}

.formcontrols fieldset.blockrow legend {
	margin:0;
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px\9; /*IE Hack*/
}

/* DESCRIPTIONS */

.formcontrols .blockrow .description {
	color:#777777;
	font-size:11px;
	max-width:496px;
	margin-left:212px;
	overflow:hidden;
	line-height:150%;
	margin-bottom:5px;
}

.formcontrols .blockrow .group.multifield + .description {
	padding-top:1.3em;
}

.formcontrols .blockrow.texteditor .description {
	float:none;
	width:auto;
	margin-top:2px;
}

/*
.formcontrols .blockrow .group .description,
.formcontrols .blockrow .singlecheck .description {
	float:none;
	width:auto;
	margin-left:20px;
}
*/
.formcontrols .blockrow .group.numeric + .description {
	/* descriptions to the right of numeric groups */
}

.formcontrols .blockrow .singledescription {
	display:block;
	/*float:left;*/
	clear:left;
	margin-bottom:10px;
}

/* CHECKBOX / RADIO EXCLUSIVE GROUPS */

.formcontrols .blockrow .group.checkradio {
	width:auto;
}

.formcontrols .blockrow .group.checkradio li label {
	float:none;
}

.formcontrols .blockrow .group.checkradio.full {
	width:100%;
}


.formcontrols .blockrow .group.checkradio.partial {
	width:212px;
}

.formcontrols .blockrow .group.checkradio.horizontal {
	height:30px;
}
.formcontrols .blockrow .group.checkradio.horizontal li label {
	float:left;
	padding-right:10px;
}

.formcontrols .blockrow .group.checkradio > li {
	margin-bottom:0.5em; /* maybe questionable */
}

/* MULTI-FIELD GROUPS (dd, mm, yyyy fields etc.) */

.formcontrols .blockrow .group.multifield li {
	float:left;
	margin-right:1em;
	margin-top:0;
}

/* Display multi-field controls vertically */
.formcontrols .blockrow .group.multifield.stacked li {
	float:none;
	margin-top:2px;
}

.formcontrols .blockrow .group.multifield label {
	margin-bottom:2px;
	display:block;
	float:none;
	width:auto;
}

.formcontrols .blockrow .group.multifield select,
.formcontrols .blockrow .group.multifield input.textbox {
	float:none;
}

/* NUMERIC GROUP (rgb color etc.) */

.formcontrols .blockrow .group.numeric {
	width:auto;
	*width:24%;
	max-width:212px;
	margin-right:2%;
}

.formcontrols .blockrow .group.numeric li {
	clear:both;
}

.formcontrols .blockrow .group.numeric label {
	float:left;
	margin-top:1px;
}

.formcontrols .blockrow .group.numeric input.textbox {
	float:right;
	text-align:right;
	margin-left:20px;
	margin-bottom:2px;
}

.formcontrols .blockrow .group.numeric .description {
	clear:both;
	text-align:right;
	margin:auto;
	margin-bottom:0.2em;
}

/* NUMERIC INPUT */

.formcontrols .blockrow input.textbox.numeric {
	text-align:right;
}

/* ACTION BUTTONS */

.formcontrols input.button,
.actionbuttons {
	max-width:100%;
}

.formcontrols .blockrow #posticon_preview {
	width:16px;
	height:16px;
	margin-left:10px;
}

.formcontrols .blockrow.posticons table {
	width:496px;
}

.formcontrols .blockrow.posticons td {
	padding:2px;
}

/* RATING SELECT */

.formcontrols .blockrow select.rating option {
	background-image:url(images/rating/rating-15_3.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:85px
}

/* DEP GROUPS */
.formcontrols .blockrow dl.dep_group dd, .formcontrols .blockrow .dep_group .deps {
	margin-left:1.5em;
	margin-top:0.5em;
	margin-bottom:0.2em;
}

.formcontrols .blockrow dl.dep_group dd dl.dep_group {
	/*margin-top:1em;*/ /* Handles the margin above sub-dependent controls, remove? */
}

input[type="submit"][disabled]#blog_deletebtn:active, input[type="submit"][disabled]#blog_deletebtn {
	color:graytext;
}

/* ATTACH FILES */

.formcontrols .blockrow .group.attachments li {
	margin-bottom:0.5em;
}

.formcontrols .blockrow .group.attachments li img {
	vertical-align:middle;
}

.formcontrols .blockrow .group.attachments li:last-child {
	margin-top:1em;
}

/* Upper / Lower comparison and IM FIELDS (AIM, Skype...) */

.formcontrols .group.upperlower li,
.formcontrols .group.imfields li {
	width:45%;
	padding-bottom:0.3em;
}

.formcontrols .group.upperlower li input.textbox,
.formcontrols .group.imfields li input.textbox,
.formcontrols .group.imfields li select {
	width:100%;
}

.formcontrols .group.imfields li select {
	margin-bottom:-0.3em;
}

/* Group of text controls */
.groupcontrols {
	text-align:right;
	clear:both;	
}

.groupcontrols .textcontrol {
	margin-left:10px;
	margin-top:0;
}

/* Single Button */
.formcontrols .blockrow.singlebutton .button {
}

/* IE7 Float Fix */
.formcontrols .groupoption {
	display:block;
	clear:left;
}

/* DEBUG */
.group.radio,
.group.checkbox {
	background:#f2f6f8 none   ;
}

/* NEWEVENT.php TEMP */
.formcontrols .blockrow .group.checkradio .daycheckboxes li {
	float:left;
	padding-right:1em;
	padding-top:0.5em;
}

/*For the search, not worth creating a new css file*/
.savepreferences {
	float:left;text-align:left;width:49.5%;
}

/* Facebook Stuff */
.formcontrols #fbregbox.blockrow.hidden {
	visibility: hidden;
}

#radio-align table
{	
	text-align: left;
	border: 0px solid #000000;
	width: 150px;	
}
#radio-align th
{  
	padding: 0px;
	color: black;
	background-color: #FFFFFF;
	border: 0px solid #000000;
}

#radio-align td
{
	border: 0px solid #000000;
}

#rechercheadherent
{
	font-size: 1.5em;
}

#header_bg {
	height: auto;
	background: transparent url(/images/bg.jpg) repeat-x scroll top;
}

#container {
	height: auto;
	min-height: 500px;
	width: 1150px;
	margin: 0 auto;
	background: transparent url(/images/content-bg.jpg) repeat-y scroll top;
}

#header {
	height: 154px;
	width: 100%;
	background: transparent url(/images/header.jpg) no-repeat scroll top;
}

#content {
	/* the right column */
	width: 775px;
	float: left;
	height: auto;
}

#page {
	margin-left: 10px;
	text-align: justify;
	width: 780px;
}

#menu {
	display: table;
	height: 44px;
	width: 857px;
	background: transparent url(/images/menu.jpg) repeat-x scroll top;
	font-family: "Myriad Pro";
}

#footer {
	height: 60px;
	width: 100%;
	background: transparent url(/images/footer.jpg) no-repeat scroll top;
	clear: both;
}
#precision
{
	font-size: 0.5em;
}

#precision_warning
{
	font-size: 0.8em;
	color: red;
}
#precision_inscription
{
	font-size: 0.6em;
}
#inscription_title
{
	font-size: 1.5em;
}

#column{
	background: transparent url(/images/column.jpg) no-repeat scroll top;
	float: left;
	margin: 0;
	padding: 14px 15px 0 82px;
	width: 196px; /* total width must be 293 */
	height: auto;
	min-height: 500px;
}

#quote {
	height: 53px;
	width: 857px;
	background: transparent url(/images/quote.jpg) no-repeat scroll top;
	padding: 0;
	margin: 0;
	text-align: right;
}

#copyright {
	text-align: center;
	width: 100%;
	position: relative;
	top: 20px;
}


/* end global page look
// -------------------- */

/* --------------------
// page details */


/* HEADER */
div#header div.title { 
	font-family: Helvetica; 
	font-size: 36px; 
	font-weight:bold; 
	color:#FFF; 
	margin:0; 
	padding:130px 0 0 320px; 
	height: 75px; 
	background: url("/images/logo.jpg") right no-repeat; 
}

div#header div.subtitle { 
	font-family: "Helvetica",Arial; 
	font-size: 24px; 
	color:#FFF; 
	margin:-40px 0; 
	padding:0 0 0 320px; 
	height: 75px; 
}

div.logo {
	position: absolute;
	top: -2px;
	float: right; 
	width: 1150px;
}

div.logo_transparent {
	background-image:url("/images/logo.png");
	position: absolute;
	background-repeat:no-repeat;
	width: 744px;
	height: 170px;
	margin-top:33px;
	margin-left:330px;
}


/* MENU */

#menu-right {
	height: 44px;
	width: 85px;
	background: transparent url(/images/menu-right.jpg) no-repeat scroll top right;
	float: right;
	
}

#menu li#menu-left {
	height: 100%;
	background:  url(/images/menu-left.jpg) no-repeat scroll top right;
	width: 49px;
	margin: 0;
	padding: 0;
	border: none;
}

#menu a:hover {
	text-decoration: none;
}	


#menu img {
	margin: 0;
	clear: none;
	float: left;
}

#menu ul.ul {
	display: table;
	width: auto; /* fixes the menu bug (the wrong way) */
	margin: 0 0 0 200px; /* important to position the menu at the right */
	padding: 1px 0 0 0;
	position: absolute;
	background: transparent url(/images/menu-bg.jpg) repeat-x scroll top center;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

#menu li {
	float: left;
	margin: 0 4px;
	list-style: none;
	padding: 3px 2px;
	width: 90px;
	clear: none;
	display: block;
	position: relative;
	background-color: #f4f4f4;
	border: solid #ececec 2px;
	border-top-width: 0px;
	color: #222222;
	text-align: center;
	font-size: 15px;
	line-height: 15px;
}

#menu li:hover {
	border-color: #c6c6c6;
	background-color: #ececec;
}


/* SUBMENU */
#menu li:hover #submenu {
	
}

ul#submenu {
	display: none;
	margin: 0px;
	padding: 0;
	position: relative;
}

#submenu li {
	float: none;
	padding-left: 8px;
	width: 82px;
	margin: 0;
	border: none;
	background-color: #ececec;
	text-align: left;
	font-size: 13px;
}

#submenu li.first {
	margin: 10px 0 0 0;
}

#submenu li:hover {
	float: none;
	border: none;
	background-color: #f4f4f4;
}


/* COLUMN */
#next_exams_title {
	color: black;
	text-align: center;
	font-weight: bold;
	margin: 1px 10px 5px 10px;
	padding: 13px 0 0 0;
	width: 157px;
	height: 27px;
	background: transparent url(/images/last-title.jpg) no-repeat scroll center center;
}

div#column .separator {
	height: 16px;
	background: transparent url(/images/separation.jpg) no-repeat scroll center bottom;  
	padding: 5px 0;  
	clear: both;
}

	/* Next exams */
div#next_exams {
	position: relative;
	right: -15px;
}

td.next_exams_bar {
	border-right: solid #000 1px;
	text-align: center;
	padding: 10px 10px;
	font-size: 15px;
	width: 35px;
} 

td.next_exams {
	padding: 10px 10px;
	font-size: 15px;
	width: 120px;
}

.date {
	font-size: 20px;
}

	/* Login details */
div#loginbox {	  
	padding: 0 5px;  
	width:150px; 
}

#loginbox td
{		
	font-family: arial;
	border: 0px solid #000000;
}

#loginbox table
{
	border: 0px solid #000000;
}

div#loginbox input#login { 
	border: 1px solid #000; 
	width: 80px; 
	text-align: left;
}

div#loginbox input#password { 
	border: 1px solid #000; 
	width: 80px; 
	text-align: left;
}

div#login_button {
	width: 100%;
	text-align: center;
	padding: 0 15px;  
}

div#logged {
	padding: 5px 5px;  
	width:150px;
}

.logged {
	position: relative;
	right: -15px;
}

.logged_text {
	text-align:center;
	font-size: 13px;
}

.login_box {
	width: 185px;
}




/* POSTS */
div.new_post {
	float: right;
}

.post {
	margin-top: 20px;
	margin-left: -20px;
}

.post .side {
  color: #999;
  float: left;
  width: 85px;
  text-align: right;
  padding-top: 5px;
}

.post .main {
	margin-left: 100px;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.post .content {
	background-color: #F3F3F3;
	border: dashed 1px #AAA;
	padding: 0 8px;
	margin-bottom: 2px;
	text-align: justify;
}

.post .content a { 
	color: #0000ff; 
}

.post .links {
  font-size: 10px;
  color: #666;
  margin-bottom: 6px;
}

.post .published_at {
  font-size: 12px;
}

.post .title {
	font-size: 20px;
}

.post .title a {
	color: #1B97F2;
}

div.pagination {
}

#guide_dl {
	float:right;
	background-color: #F3F3F3;
	border: dashed 1px #AAA;
	margin-bottom: 2px;
	text-align: justify;
	margin-left: 10px;
}


/* ABOUT and ANNOUNCE */

div#mainannounce{
	height: auto;
	width: 670px;
	padding: 0 0 0 105px;
	background: transparent url(/images/light.gif) no-repeat scroll 40px 20px;
	text-align: justify;
}

/*
div#about{
	float: right;
	width: 250px;
	padding: 0 40px 20px 55px;
	background: transparent url(/images/light.gif) no-repeat scroll 0 20px;
}

div#about strong{
	display: block;
}


div#last-posts{
	float: left;
	width: 280px;
	padding: 0 0 0px 80px;
	background: transparent url(/images/topics.gif) no-repeat scroll 20px center;
}
*/


/* WARNING */
div#warning {
	background: url(/images/warning.jpg);
	width: 225px;
	height: 35px;
}

td.warning {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	width: 225px;
	height: 35px;
}


/* STATS & MORE */

.stats table {
	text-align: right;
	background-color: #F3F3F3;
  border: dashed 1px #AAA;
	padding: 8px 8px;
}

.stats b {
	text-align: left;
}

.info {
  background-color: #F3F3F3;
  border: dashed 1px #AAA;
	padding: 8px 8px;
  margin-bottom: 2px;
	width: 500px
}

.clear { clear: both; }


/* Redefine HTML TAGS */

a:visited, a:link, a:active, a:hover {
	text-decoration: none;
	color: inherit;
	border-bottom: dashed 1px transparent;
}

a:hover {
	text-decoration: underline;
}

img{
	border: none;
}

span {
	margin: 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 0 5px 2px 0;
}


h4 {
	font-size: 20px;
	color: #1B97F2;
}

td {
	padding: 0px 5px;
}

.little {
	font-size: 10px;
}

.fieldWithErrors th
{
	 background-color: red;
}

/* IE detection */
#ie {
	display: none;
}

.show h1
{
	 color: black;
}

.show table
{
   margin: auto;
   border: 1px solid black;
   border-collapse: collapse;
   width: 700px;   
}
.show th
{
 	 background-color: #67afe1;
   color: white;
   font-size: 1.1em;
   border: 1px solid black;
   text-align: center;   
}
.show td
{	 
   vertical-align: bottom;
   border: 1px solid black;   
   text-align: center;
   padding: 5px;
}
#woltable th.blocksubhead {
	white-space:nowrap;
}
/* COLUMN SORT LINKS */

.columnsort a,
.columnsort span {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	text-align: left;
}

.columnsort a:hover {
	background-color:#FFEB90;
	text-decoration:none;
	color:inherit;
}

tr.columnsort th {
	white-space:nowrap;
}
.fixborder {
	border-bottom: 0;
}
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/



/* CSS Document */

/*THIS*/



/* REVERSE SOME YUI RESET STUFF */
em {}
strong {}

/* BASIC PAGE ELEMENTS */

body a {
	color:#417394;
	text-decoration:none;
}
body a:hover,
body a:hover .time,
body a:hover .shade,
body a:hover .understate {
	color:#417394;
	text-decoration:underline;
}

body a.understate,
body a .understate {
	color:inherit;
	text-decoration:none;
	*clear:expression(style.color = parentNode.currentStyle.color, style.clear = "none", 0);
}
.block {
	background:transparent none   ;
	clear:both;
	padding:0;
	color:;
	font:    ;
	/*margin-bottom:20px;*/
}
.whoinfo {
  font-size: 0.9em;
	border-bottom:1px solid #6b91ab;
	padding: 1em;
	white-space:nowrap;
}
h5, h5 a {
  font-size: 18px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 6px;
}

