/*
  The original vegnord2009 Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background:#ecffcf;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link
	{
	color : #D90D6C; 
	}
a:hover
	{
	text-decoration: underline;
	}
hr	{ height: 0px; border: solid #bcfa5f 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline
	{
	width: 100%;
	text-align: left;
	}

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #E11379 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #fee3f0; }
td.row2	{ background-color: #bcfa5f; }
td.row3	{ background-color: #afe75b; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #bcfa5f;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #ffffff; font-size: 11px; font-weight : bold;
	background: #79B51C; height: 25px;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #bcfa5f; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #000000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #000000; text-decoration: underline; }

.gensmall a
	{
	color: #E11379;
	}

.gensmall a:hover
	{
	color: #000000;
	}


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 12px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #000000;  }
a.mainmenu:hover{ text-decoration: none; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #E11379}
a.cattitle
	{
	text-decoration: none;
	color: #79B51C;
	font-size: 14px;
	margin: 10px 0 5px 50px;
	display:block;
	}
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 13px; color : #000000; }
a.forumlink 	{ text-decoration: none; color : #E11379; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }

.forumlink a:hover
	{
	color: #000000;
	}

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #E11379; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #E11379; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #000000; }


/* The content of the posts (body of text) */
.postbody 
	{
	font-size : 12px;
	color: #666;
	}

.postbody a 
	{
	color: #E11379;
	font-weight: bold;
	}


.postbody IMG.imagejointe
	{
	border-color:#7AB51D;
	border-style:solid;
	border-width:1px 2px 2px 1px;	
	}

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #bcfa5f; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-size: 11px;
	color: #444444;
	line-height: 125%;
	background: #FEE3F0 url(http://www.vegnord.fr/site/squelettes/images/citation.png) no-repeat 0 0;
	border: 2px dashed #e01278;
	padding-left: 70px;
	_height: 56px;
	min-height: 56px;
	display:block;
	width: 80%;
	margin: 0 auto;
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select,input.post, textarea.post, select {
	background-color : #fff;
	color: #E01278;
	font-size: 11px;
	border: 1px solid #E01278;
}



/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #fee3f0;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #bcfa5f; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");


TD
	{
	vertical-align: top;
	}

A
	{
	text-decoration :none;
	}
A:hover
	{
	text-decoration :underline;
	}

#espace_accueil
	{
	height: 20px;
	background-color: #FFFFFF;
	}

#principal
	{
	width: 90%;
	border: 0px;
	background-color: #FFFFFF;
	}

#edito
	{
	background-color: #fee3f0;
	width: 70%;
 	padding: 0px 10px 0px 10px;
	font-size: 12px;
	}

#edito H1
	{
	font-size: 14px;
	}


ul.listes
	{
	margin: 0px;
	padding: 5px;
	border: 1px solid #000000;
	}

.fond1
	{
	background-color: #fee3f0;
	}

.fond1 a, .fond2 a, .fond0
	{
	color: #5a80a5;
	display: block;
	width: 100%;
	font-size: 11px;
	padding: 2px 0px 2px 0px;
	}

.fond1 a:hover, .fond2 a:hover
	{
	background-color: #5a80a5;
	color: #000000;
	padding: 2px 0px 2px 0px;
	}

li.fond1, li.fond2
	{
	list-type-item: none;
	display: block;
	width: 100%;
	margin: 2px;
	padding: 0px;
	}

.fond2
	{
	background-color: #bcfa5f;
	}

li.fond0
	{
	list-type-item: none;
	display: block;
	width: 100%;
	margin: 0px;
	background-color: #E11379;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px;
	text-align: right;
	}


.menuhaut
	{
	display: block;
	background-color: #fee3f0;
	text-align: center;
 	border: 1px solid #E11379;
	width: 100%;
	margin-top: 10px;
	padding: 0px;
	padding-bottom: 3px;
	}


.menuhaut A
	{
	background-color: #E11379;
	color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	}


.menuhaut A:hover
	{
	background-color: #fee3f0;
	color: #E11379;
	padding: 2px;
	text-decoration: none;
	}

#entree
	{
	height: 17px;
	vertical-align: middle;
	text-align: left;
	padding: 2px;
	margin-top: 15px;
	}

#entree A
	{
	color: #79B51C;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	}

#entree A:hover
	{
	text-decoration: underline;
	}
#autres
	{
	margin-left: 50px;
	}
#mascotte A
	{
	background: url(http://www.vegnord.fr/site/IMG/png/mascotte5.png) no-repeat scroll 0 0	
	}
#haut
	{
	margin-bottom: 20px;
	}
#conteneur
	{
	padding-bottom:0;
	overflow: visible;
	}
#admin
	{
	font-size:11px;
	text-align: center;
	}