/* The original subSilver Theme for phpBB version 2+ */

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
}

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

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{background-color: #FFFFFF; border: 2px #AAAAAA solid; }
.forumline A:visited{text-decoration: none; color:#5493B4;}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }


/*
  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: #FFFFFF;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

#commandes{
	position: relative;
	width: 120px;
}

.relaisblog {
	display : block;
	background:#FFFBE6;
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px;
	border-bottom: 2px dotted #F0C030;
}

.forum-annonce {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; background:#FFFFFF; margin: 0px; padding: 5px; border-width: 1px; border-color: #DDDDDD; border-style: solid; margin-top: 4px;}
.next {margin-top:30px; margin-left:20px; margin-right:10px; color:#444444; font-size: 11px; margin-bottom:30px;}
.next a{color:#006988; text-decoration:none;}
.next a:hover{color:red; text-decoration:none;}

.forum-membre {background:#EDF5FF; margin:0; padding:7px; font-size:11px; border-bottom: #AAAAAA 1px solid; color:#333333;}
.forum-membre img{vertical-align:middle;}
.forum-membre a, .forum-membre a:link, .forum-membre a:visited {color:#006988; cursor:default; text-decoration:none;}
.forum-membre .bouton {margin-left:10px; margin-right:10px; text-decoration:none;}
.forum-membre .outils {padding:2px; margin:0; width:900px; margin-left:10px; margin-right:50px;}
.forum-membre .gauche {float:left;}
.forum-membre .droite {float:right;}
.forum-membre .pseudo {float:left; padding-right: 100px; margin: 0px; }
.forum-membre .pseudo a {font-size: 12px; color:#006988; font-weight: bold; font-variant: small-caps;}

#inscription, #connexion{
	position: relative;
	display: block;
	border-bottom: #AAAAAA 1px solid;
	background: #F6F6F6;
	padding:12px;
	padding-right:0;
	display: none;
	font-size:12px;
	margin-bottom:20px;
}
#inscription .gauche {float:left; width:500px; margin-left:100px; margin-top:10px;}
#inscription .droite {float:right; margin-top:50px; margin-right:150px;}
#inscription .fermer, #connexion .fermer {float:right;}
#inscription .actionmb{
	padding:7px;
    /*border: 2px solid #006988;*/
	color: #EDF5FF; 
	background-color:#006988;
    -moz-border-radius: 12px / 24px; 
    -webkit-border-radius: 12px / 24px; 
    -khtml-border-radius: 12px / 24px; 
    border-radius: 12px / 24px; }
#inscription .actionmb a, #inscription .actionmb a:link, #inscription .actionmb a:hover{color: #EDF5FF; font-size:16px; font-weight:bold; text-decoration:none;}
#inscription .actionmb a:hover {color:yellow;}

.forum-message {color: #AAAAAA; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px;}
.fond-commandes {background: #E9EDF5; padding: 6px;	margin-bottom: 10px;}
.accroche-forums {background: #E9EDF5; padding: 6px;	margin-bottom: 10px; width: 120px;}
.lien-forum {background: #DCDCFF; color: #666666;}
A:link.lien-forum {text-decoration:none; color: #666666;}
A:visited.lien-forum {text-decoration:none; color: #666666;}
A:active.lien-forum {color: #CC0000;}
A:hover.lien-forum {color: #CC0000;}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}


/*
  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: #D1D7DC; 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: 24px; font-family: Arial, Helvetica, sans-serif;
			margin:0; padding:0;
			text-decoration: none; line-height : 120%; color : #000000;
}
h1 {margin-top:7px;}
h1 a:visited { color:#006988;}


/* 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: #006699; text-decoration: none; }
.gensmall A:link{ color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* menu (identification, liste des membres, recherche, etc. */
.mainmenu {font-size:11px; color:#000000}
.mainmenu A{text-decoration:none; color:#006699; }
.mainmenu A:hover{color:#DD6900; cursor:pointer;}
.mainmenu img{vertical-align:text-bottom;}
* html .mainmenu A:hover{ /* pour IE6 et anterieurs */
	cursor:hand;
}
*+html .mainmenu A:hover{ /* pour IE7 */
	cursor:hand;
}

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


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

/* 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 : #006699; }
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 : #006699; }
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 : #333333;}
.name A:link{text-decoration:none;}

/* Location, number of posts, post date etc */
.postdetails { font-size:10px; color :#333333;}
.postdetails A{text-decoration:none;}
.postdetails A:visited{text-decoration: none; color:#5493B4;}

/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.quotetitle { margin: 10px 5px 0px 5px; padding: 4px; border-width: 1px 1px 1px 1px; border-style: solid; border-color: #A9B8C2; color: black; background-color: #DCE1E5; font-size: 8pt; }
.quotecontent { margin: 0px 5px 5px 5px; padding: 5px; border-color: #A9B8C2; border-width: 0px 1px 1px 1px; border-style: solid; color: black; font-weight: normal; font-size: 8pt; font-family: Verdana, sans-serif; background-color: #FAFAFA;}
.codetitle { margin: 10px 5px 0px 5px; padding: 4px; border-width: 1px 1px 0px 1px; border-style: solid; border-color: #A9B8C2; color: black; background-color: #A9B8C2; font-size: 8pt; }
.codecontent { margin: 0px 5px 10px 5px; padding: 5px; border-color: #A9B8C2; border-width: 0px 1px 1px 1px; border-style: solid; color: black; font-weight: normal; color: #006600; font-weight: normal; font-size: 8pt; font-family: 'Courier New', monospace; background-color: #FAFAFA; }
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright {float:right; width:200px; text-align:center; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#666666; letter-spacing: -1px;}
.copyright A{text-decoration:none;}
.copyright A:hover{color:#000000; text-decoration: underline;}

/* Form elements */
#contenu.forum input, #contenu.forum textarea, #contenu.forum select {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
#contenu.forum input.post, #contenu.forum textarea.post, #contenu.forum select {
	background-color : #FFFFFF;
}

#contenu.forum input { text-indent : 2px; }

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

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

/* None-bold submit button */
#contenu.forum 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: #DEE3E7; border-style: none; }

.post_sticky {
		background-color: #DEE3E7;
}

.post_announce {
		background-color: #D1D7DC;
}

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

