/* CSS IMPORTEES DEPUIS LE THEME DU FORUM */
/* Normal, standard links. */

h2 {
	padding: 3px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	font-weight: bold;
	text-align: justify;
	height: 20px;
	margin: 10px;
	font-size: 12px;
	color: #476C8E;
}

a {
	color: #476C8E;
	text-decoration:none;
	}

a:hover
{
	color: orange;
}

/* No image should have a border when linked */
a img{
border: 0;
}

/* By default (td, body..) use verdana in black. */
body
{
	background-color: #FFF;
	color: #000;
	font-family: Verdana, "Lucida sans", sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

td, th , tr{
	color: #000;
	font-family: Verdana, "Lucida sans", sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	
}

/* Tables d'entete */
table#Table_titre{
	border: none;
	border-collapse: collapse;
	width: 100%;
	background: url(http://forum.aquagora.fr/Themes/aquagora-new/images/milieu.png) repeat-x scroll center right;
	height:  116px;
	margin: 0;	
	
}

.bd-gauche{
	border: none;
	width: 100%;
	margin: 0;	
	}


.bd-droite{
	border: none;
	width: 100%;
	margin: 0;	
	}


/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #000000;
}
input, button
{
	font-size: 90%;
}

textarea
{
	width: 90%;
}

form {
background-color:#F5F5F5;
padding:10px;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: monaco, "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

tt
{
	color: #000000;
	background-color: #fefefe;
	font-size: small;
	font-family: monaco, "courier new";
	line-height: 1.6em;
	/* Put a nice border around it. */
	margin: 1px auto 1px auto;
	padding: 1px;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
	cursor: help;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: black;
	font-style: normal;
	border-bottom: solid 1px #d0d0d0;
	border-top: solid 1px #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: black;
	font-style: normal;
}

.titlebg a:hover
{
	color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: black;
	font-style: normal;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	padding-left: 10px;
	padding-right: 10px;
	background: url("http://forum.aquagora.fr/Themes/aquagora-new/images/titlebg.jpg") repeat-x;
}
.catbg2 , tr.catbg2 td
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #cdfccd;
}

.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: orange;
}


/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 80%;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: 100%;
}
.largetext
{
	font-size: 125%;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
	color: red;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	text-decoration: none;
	font-size:  80%;
	vertical-align: top;
	padding: 6px;
	font-family: tahoma, "Lucida sans", sans-serif;
}

.maintab_first
{
	display: none;
}
.maintab_back
{
	background: #e8e8e8;
}
.maintab_last
{
	display: none;
}
.maintab_active_first
{
	display: none;
}
.maintab_active_back
{
	background: #EFD6AE;
}
.maintab_active_last
{
	display: none;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: black;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: red;
	text-decoration: none;
}


#topsection
{
	text-align: right;
	overflow: auto;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	_height: 1%;
}
#topsection h2.mine
{
	margin: 4px 10px 0 0;
	padding: 0;
	font-size: 100%;
	border: 0;
}
#topsection p
{
	font-size: 80%;
	padding: 0 10px 0 0;
}
#leftlogo
{
	float: left;
	height: 87px;
	width: 364px;
}
#leftlogo h2.mine
{
	font-size: 150%;
	margin: 35px 0 0 70px;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}
.tinytext
{
	text-align: left;
	padding-left: 10px;
	color: navy;
}
.tinytext2
{
	background: #d0d0d0;
	font-size: 60%;
	margin: 0;
}
.tinytext3
{
	font-size: 80%;
	text-align: right;
	padding-left: 70px;
}

.tinytext4 a
{
	font-size: 80%;
	color: orange;
	text-align: right;
	padding-left: 70px;
}


#mainframe
{
	font-size: 90%;
	margin: auto;
	background: url(img/topmid.jpg) repeat-x;
}
#top
{
	background: url(img/top.jpg) no-repeat;
	height: 172px;
}

#content{background: url(img/mid.jpg) repeat-x;}
#inner{background: url(img/left.jpg) no-repeat;}
#footerarea
{
	background: url(img/bottom.jpg) repeat-x;
	padding-top: 5px;
	padding-bottom: 15px;
}
#footerarea, #footerarea a, #footerarea .smalltext{color: black;}

#xiti
{
	color: white;
	position: absolute;
	text-indent: 1px;
	top: 90px;
	left: 15px;
  
}

ul#menubox
{
	list-style-type: square;
	color: black;
	position: absolute;
	text-indent: 5px;
	top: 5px;
	left: 563px;
}
ul#menubox a{color: black;}
ul#menubox a.chosen{font-weight: bold;}
#userarea
{
	padding-top: 90px; 
  padding-left: 220px;
}
#userarea ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#userarea, #userarea a{color: #FFFFFF;}	

#bodyarea
{
	background: white;
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	padding: 10px 10px 10px 10px;
}

#footerarea
{
	border: solid 1px #808080;
	padding: 5px 10px 10px 10px;
	background: #D3DFED;
}
#footerarea a:hover
{
	color: navy;
}
#entete
{
	border: solid 1px #808080;
	padding: 5px 5px 5px 5px;
}

.overflowfix
{
	overflow: auto;
	_height: 1%;
}


/* CSS De SPiP */

.listarticle{
  background-color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	border: 0px;
	border-style: solid;
	border-color: navy;
	vertical-align: top;
}

.listarticle_accueil{
  background-color: #FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 0px;
	margin: 5px;
	border: 0px;
	border-style: solid;
	border-color: navy;
	vertical-align: top;
}

.listarticle_gauche{
  background-color: #dfe7f1;
	padding: 0px;
	margin: 0px;
	border-right: 1px;
	border-left: 1px;
	border-bottom: 1px;
	border-top: 0px;
	border-style: solid;
	border-color: #A6ABFE;
	text-align: left;
	vertical-align: top;
}

.listarticle_droite{
  background-color: #EEEDE9;
	padding: 0px;
	margin: 0px;
	border-right: 1px;
	border-left: 1px;
	border-bottom: 1px;
	border-top: 0px;
	border-style: solid;
	border-color: #A6ABFE;
	text-align: justify;
	vertical-align: top;
}

.listarticle_guide {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-style: solid;
	border-color: navy;
	text-align: justify;
	vertical-align: top;
}

.listarticle_annonce {
	padding: 0px;
	margin: 0px;
	border: 0px;
	border-style: solid;
	border-color: navy;
	text-align: justify;
	vertical-align: top;
}

.listarticle tr{
	margin: 20px;
}

.listarticle div{
	font-size: 10px;
}

.accueil {
	padding: 5px;
	border: 2px;
	border-style: solid;
	border-color: grey;
	text-align: justify;
	vertical-align: top;
	font-size: 11px;
}

.annonce {
	padding: 5px;
	border: 2px;
	border-style: solid;
	border-color: grey;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
}

.listrubrique 	{
	padding-left: 10px;
	margin: 0px;
	border: 1px;
	border-style: solid;
	border-color: grey;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
}

.listrubrique H1	{
	font-size: 11px;
}

.listrubrique li{
	padding-left : 20px;
}

.AA li{
	list-style: none;
	list-style-image : url("plus.gif");
	margin-left: 30px;
	margin-right: 10px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 11px;
	font-family: "Lucida sans", verdana, tahoma, "sans serif";
	text-align: justify;
}


hr.AA{
	color: #93B2E1;
	background-color: transparent;
}

ul.AA{
	margin: 0px;
	padding: 0px;
}

.article {
	position: relative;
	padding: 20px;
	margin: 1em;
	margin-right: auto;
	margin-left: auto;
	border: 1px;
	text-align: justify;
	font-size: 11px;
}

.entetearticle {
	position: relative;
	padding: 10px;
	padding-top: 0px;
	margin: 1em;
	margin-right: auto;
	margin-left: auto;
	border: 1px;
	text-align: justify;
	font-size: 11px;
	font-style: italic;
}

.comments {
	position: relative;
	width: 94%;
	padding: 0.5em;
	padding-top: 0px;
	margin: 1em;
	border: 1px;
	border-style: dotted;
	border-color: grey;
	text-align: justify;
}

.commentlist li ol {
	position: relative;
	width: 94%;
	padding: 0.5em;
	padding-top: 0px;
	margin: 1em;
	border: 1px;
	text-align: justify;
	font-size: 13px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

#backdrop {
	height: 98px;
	background: url(banniere.jpg) no-repeat #FFFFFF;
	border-left: solid 1px #808080;
	border-top: solid 1px #808080;
	background-color: #FFFFFF;
}

#maintable {
	margin: auto;
	width: 98%;
	background-color: #51718C;
}

.catbg, .catbg a {
	height: 20px;
	margin: 0px;
	padding: 3px;
	font-size: 11px;
	color: #000000;
	text-transform: capitalize;
}


div.hr {
  height: 15px;
  background: url(hr1.gif) no-repeat scroll center;
  margin: 8px;
}

div.hr hr {
  display: none;
}

#mgs_hierarchie a {
	font-size: 13px;
	font-family: "Lucida Bright", verdana, tahoma, "sans serif";
    
}


/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size: 1em; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label {}
.formulaire_spip .forml { width: 99%; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #000000; }
fieldset.reponse_formulaire { border-color: #000000; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { width: 12em; text-align: left; }
.formulaire_recherche label { display: none; }

