/* Normaliser les marges et le remplissage */

body, div, dl, dt, dd, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
	}

/* Normalise les tailles de police pour les entêtes */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Supprime les styles pour les listes */
ol {
	list-style: none;
}

/* Normalise les styles et graissses de fontes avec font-style et font-weight normaux */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Supprime les bordures dans les tableaux, les fieldsets et les images */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

/* Aligne le texte à gauche dans caption et th */
caption, th {
	text-align: left;
}

/* Supprime les apostrophes doubles autour de q */
q:before, q:after {
	content: '';
}

html { 
  background-color: white; color: #333;
}

html, body {height: 100%;}

body, p, ol, td {
  font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
  font-size:   14px;
}

/* Normalise les liens */

a, a:hover, a:visited { text-decoration: none; }

#content a, a:visited {color: #088A08; text-decoration: underline;}
#content a:hover { color: orange;}

/* Mise en place des éléments de structure */

#wrapper {
	width: 100%;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	background: #FBFAE8 url("/images/shadow.png") repeat-y center;
}

#ban {
	width: 100%;
	height: 100px;
	background: url("/images/tile.png");
	border-bottom: 2px solid black;
}

#ban_wrapper {
	width: 1000px;
	margin: 0 auto;
}

#infos_connexion {
	float: right;
	margin-right: 10px;
	margin-top: 2px;
	color: #fff;
	padding-top: 5px;
}

#infos_connexion a { text-decoration: none; color: orange;}

#logo {
	float: left;
	
}

#logo h1 {
	padding-top: 20px;
	color: #fff;
	font-size: 25px;	
}

#content {
	background-color: #ffffff;
	width: 953px;
	margin: 0 auto;
	padding-bottom: 80px;
	overflow: auto;
	text-align: justify;
}

#contenu_principal {

}

#loginpanel {
	width: 200px;
    margin: 0 auto;
	background: #e0eeee;
	border: 1px dashed blue;
	padding: 10px;
}

#foot {
	position: absolute;
	width: 100%;
	height: 70px;
    bottom: 0;
	border-top: 1px solid black;
	background: url("/images/tile.png");
	clear: both;
}

#mentions {
	font-size: 12px;
	text-align: center;
	color: orange;
	padding-top: 10px;
}

#mentions a {
	color: #fff;
}

/* Mise en pace des colonnes */

#column_left {
  float: left;
	width: 200px;
	padding-top: 5px;
	padding-left: 5px;
}

#column_right {
	float: left;
	width: 680px;
	padding: 10px;
}

#col_left_membres {
	float: left;
	width: 40%;
	margin-right: 5px;
}

#col_right_membres {
	float: right;
	width: 55%;
	padding: 5px;
	border: 1px solid orange;
}



/* Mise en forme des erreurs */

.error_message {color: red; margin-left: 10px;}

.formError { color:red; padding: 5px;}

.required { font-weight: bold;}

.red_asterisque { color: red;}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}


/* Mise en forme des paragraphes */

p {margin-bottom: 10px;}
.right {float: right;}

/* Mise en forme des éléments de titre */

h1 { margin-bottom: 10px; font-size: 22px; color: #088A08;}
h2 { margin-bottom: 5px; font-size: 16px; font-weight: bold; color: #088A08;}
h3 { margin-bottom: 10px; font-size: 14px; font-weight: bold; color: #088A08;}
.mceEditor textarea { width: 210px; height: 100px;}
.small_ta {height: 50px;}
strong {font-weight: bold;}

/* Mise en forme du menu principal */

#links {
	width: 100%;
	height: 30px;
	background: #c5d836;
	border-bottom: 1px solid black;
}

#navigation {
	width: 953px;
	margin: 0 auto ; 
	padding: 0 ; 
	list-style: none ;
	background: #c5d836;
	height: 25px;
}

#navigation li {
	display: inline;
	margin-right: 1px ; 
	color: #fff ; 
	background: #c5d836 ;
}

#navigation li a { 
    padding: 3px 10px ; 
    background: #c5d836 ; 
    color: #000 ; 
    line-height: 2em ; 
    text-align: center ; 
    text-decoration: none ; 
    }

#navigation li a:hover, #navigation li a:focus, #navigation li a:active, #navigation li.active a { 
   background: yellow ;  
   }

.deconnexion {float: right;}

/* Mise en forme du menu d'accueil */

#menu_accueil {
	padding-top: 50px;
	width: 730px;
	margin: 0 auto;
}


/* Mise en forme du sous-menu de gauche */

#submenu { 
	font-size: 11px;
	list-style: none; 
	margin: 0;
	margin-top: 5px;
	/*background-image: url("/images/bc_submenu.png");
	background-repeat: repeat-x;
	background-color: #D8D8D8;*/
	padding: 0;
	border-left: 1px solid #BDBDBD;
}

#submenu li a { 
    display: block ;
    
    color: #000 ; 
    line-height: 1em ; 
    text-align: center ; 
    text-decoration: none ; 
    padding: 4px 0 ;
    border-bottom: 1px solid #BDBDBD; 
    }

#submenu li a:hover, #navigation li a:focus, #navigation li a:active { 
    background: #088A08 ;
    color: #fff; 
    }

/* Mise en forme de la barre de navigation */

#navilinks
{
    font-size: 11px;
    background-image:url('/images/bc_bg.png'); 
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
    margin-bottom: 10px;
}

#navilinks li 
{
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#navilinks a
{
    height:30px;
    display:block;
    background-image:url('/images/bc_separator.png'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}

.home img
{
    border: none;
    margin: 5px 0px;
}

#navilinks a:hover
{
    color:#0B3861;
}

#navilinks .current_link a { color:#088A08; font-weight: bold; }

/* Mise en forme des tables */

table td {text-align: left; font-size: 11px;}

#list th, td {padding: 3px; text-align: center;}
#list td {border-top: 1px solid grey; border-bottom: 1px solid grey;}
#list th {
	border-bottom: 1px solid black;
	color: white;
	background: #666666;
	border-right: 1px solid black; 
}
/* #list tr:hover { background: #FFD700;} */
#list-line-even { background: white;}
#list-line-odd  { background: lightblue;}

#list .center_cell {text-align: center;}


/* Mise en forme des flashes */

.flash_notice { padding: 5px; width: 90%; background: #9AFE2E; color: #0B3B0B; border: 1px solid #0B3B0B; text-align: center; margin-top: 5px; margin-bottom: 5px; margin: 0 auto;}
.flash_error { padding: 5px; width: 90%; background: #FA5858; color: #610B0B; border: 1px solid #610B0B; text-align: center; margin-top: 5px; margin-bottom: 5px; margin: 0 auto;}

/* Mise en page des articles */

#article {
	margin-top: 20px;
}
#article_heading {
	width: 100%;
	height: 50px;
	margin-bottom: 7px;
	margin-top: 10px;
	border-bottom: 1px dashed orange;
}
#article_heading h2 {float: left; padding: 5px; line-height: 35px;}
#article_author {float: right; padding: 5px; line-height: 35px;}
#article_date {
	position: relative;
	float: left;
	background: url(/images/calendar.png) no-repeat;
	height: 50px;
	width: 50px;
	margin-right: 15px;
}

#year {
	position: absolute;
	top: 6px;
	left: 12px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#day {
	position: absolute;
	top: 22px;
	left: 7px;
	color: grey;
	font-weight: bold;
}

#abstract {margin: 0px 5px 10px 0px; padding-left: 70px;}

/* Mise en forme des formulaires */

fieldset {
	padding: 7px;
	border: 2px solid lightblue;
	margin-bottom: 10px;
}

legend {
	font-size: 18px;
	color: #380B61;
}

.left_form {float: left; width: 47%;}
.right_form {float: right; width: 47%;}
.end_form {clear: both;}

.show_label {
	display: block;
	width: 130px;
	float: left;
}

#list a {font-weight: bold;}

/*

#list a {
	display: inline-block;
	background: url(/images/bc_link_center.png) repeat-x;
	color: white;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}

#list a:hover {color: lightblue;}

.button_link {background: url(/images/bc_link_left.png) center left no-repeat; padding-left: 7px; padding-top: 4px;}
.button_link_right {background: url(/images/bc_link_right.png) top right no-repeat; padding-right: 5px; padding-top: 0px; height: 20px; display: block;}



#list a {
	background: #222;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	text-shadow: 0 -1px 1px #222;
	border-bottom: 1px solid #222;
	position: relative;
	cursor: pointer;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
}

#list a:hover {
	background: grey;
	color: #000;
}

*/