﻿/* CSS Document - Author: Shaibal Mandal - Adapté par Flokita pour Flokita.net */

/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: #000000;
	position: absolute;
}

/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
	margin-left: -350px;
}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #008080;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color: #FCC212;
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
}

/* class that styles the holder div of the forms */
.userform {
    width: auto;
    color: #000000;
    padding: 5px 0px 5px 3px;
    background: #CCCCFF;
    border: 1px solid #FFFFFF;
    border-top: none;
    text-align: center;
    margin-bottom: 1px;
}

.formulaire textarea {
    border: 1px solid #FFFFFF;
    background-color: #009999;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
}

.auteur input {
    float: right;
    border: 1px solid #FFFFFF;
    background-color: #009999;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
}

.valider input {
    border: 1px solid #FFFFFF;
    background-color: #663300;
    font-family: verdana;
    font-size: 11px;
    color: #000000;
}

h1 {
    font: 48px verdana;
	color: #48D1CC;
	margin: 5px;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #82C46C;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Content holder for the articles */
.articleboxinner {
    width: auto;
    line-height: 20px;
    color: #000000;
    padding: 15px 6px 0px 6px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    text-align: left;
    height: 220px;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px solid #FFFFFF;
    float: left;
    margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    background-color: #FFFFFF;
    width: auto;
    line-height: 22px;
    color: #000000;
    padding: 5px 6px 6px 6px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px solid #FFFFFF;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #000000;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}

/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #FFFFFF;
}

/* First column of the three columns */
.c1
{
    width: 229px;
    background-color: #008080;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    line-height: 22px;
    color: #000000;
    float: left;
}

/* Second column of the three columns */
.c2
{
    width: 229px;
    background-color: #82C46C;
    float: left;
    border: 1px solid #FFFFFF;
    line-height: 22px;
    color: #000000;
}

/* Third column of the three columns */
.c3
{
    width: 229px;
    background-color: #48D1CC;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    line-height: 22px;
    color: #000000;
    float: right;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    color: #000000;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}

/* CSS Tabs */
#tabs8 {
    float:left;
    width:100%;
    font-size:93%;
    line-height:normal;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:left;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    padding:5px 15px 4px 6px;
    color:#008080;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {
float:none;
}
    
/* End IE5-Mac hack */
#tabs8 a:hover span {
    color:#FFFFFF;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #FFFFFF;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #FFFFFF;
}
/* End of CSS Tabs */
