/*
  The original subSilver 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+ #91a0ba;*/
body {
	background-color: #91a0ba;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p {  font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
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: 1px #31458c solid; border-color:#c6c3c6 }

td.barre_utilisateur {background-image: url('./images/barre_utilisateur.gif');}

.bord_haut_offre {
	background-image : url('./images/petite_barre_haut_centre.jpg');
	height : 10px;
	border : 0;
	color : #006699;
	font-weight : bold;
	font-size : 12px;
	letter-spacing : 1px;
}

.bord_haut {
	background-image : url('./images/petit_bord_haut_centre.gif');
	height : 10px;
	border : 0;
	color : #006699;
	font-weight : bold;
	font-size : 12px;
	letter-spacing : 1px;
}

td.bord_bas {
	background-image : url('./images/bord_bas_centre.gif');
	background-repeat:repeat-x;
	font-size : 2px;
	height:2px;
}


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #dee3e7; }
td.row3	{ background-color: #D1D7DC; }
td.row4	{ background-color: #faebd7; }
td.row5	{ background-color: #FFFFFF; }


/*
  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;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-size: 11px; font-weight : bold;


}

.admin{ background-color: #FFFFFF; border: 1px #31458c solid; border-color:#c6c3c6}
th.admin {
	background-image: url(images/barre_degrade_1.gif);
	color:#FF0000;
}


td.cat,td.catHead,td.catSides,td.catLeft,td.catRight, td.catBottom {
			background-image: url(images/barre_grise.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
}

td.catBottomhaut {
			background-image: url(images/barre_grise_grande.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 50px;
}

th.thRight { background-image: url(images/bord_haut_droit.gif); background-repeat : no-repeat; background-position : top right;  }

/*
  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;
}
td.catBottomhaut {
	height: 50px;
	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: #31458c; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 13px; 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 */
.barre_connexion { font-size : 11px; color : #ffa618 }
.barre_connexion_oubli { font-size : 6px; color : #ffa618 }
.gen { font-size : 12px; margin : 3px ; }
.explication { font-size : 12px; color : #4a4a4a ;  }
.genbulle { font-size : 11px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }
a.barre_connexion { font-size : 9px;}

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 11px; color : #000000 }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* 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; }

/* 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 : #551a8b; }
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;}
a.postlink:link	{ text-decoration: none; color : #006699; }
a.postlink:visited { text-decoration: none; color : #551a8b; }
a.postlink:hover { text-decoration: underline; color : #DD6900;}


/* Quote & Code blocks */
.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		{ 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 {
	color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
	font-size:12px;
}


select.cible {
	background-color : #FFFFFF;
	color: #000000;
	font-size:11px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	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;
}
input.boutonorange {
	border:2px solid #ff8407;
	color:#FFFFFF;
	font-size: 14px; 
	font-weight : bold;
	background-color:#ff8407;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

input.radio_post { background-color:#dee3e7}

/* 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; }

/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 12px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #551a8b; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


a.bouton:link{
font-family:verdana;
font-size:13px;
text-decoration:none; 
color:white;
text-align:center; 
font-weight:bold; 
background-color:#ff8407;
padding:5px}

a.bouton:visited{
font-family:verdana;
font-size:13px;
text-decoration:none; 
color:white;
text-align:center; 
font-weight:bold; 
background-color:#ff8407;
padding:5px}

a.bouton:hover{
text-decoration:none;
color:white; 
text-align:center; 
font-weight:bold; 
background-color:#294c80;
padding:5px}

.bouton{text-align:center;padding:5px;}

/* Utilisé pour l'affichage des offres sur la page d'accueil */
a.offre			{ text-decoration: none; color : #006699;  font-family: Arial, Helvetica, sans-serif; font-size: 15px; font-weight:900}
a.offre:hover		{ text-decoration: underline; }
a.publieroffre		{ text-decoration: none; color : #FFFFFF; }
.tableoffre { background-color: #c6c3c6; border: 1px #31458c solid; border-color:#c6c3c6}
td.offres { background-color:#faebd7}

/* Utilisé pour le texte de présentation de la page d'accueil*/ 
.presentation { font-size:13px; font-family: Arial, Helvetica, sans-serif; color: #4a4a4a;  font-weight: 300;}

.table_presentation {
	background-color:  #dee3e7; border: 1px #31458c solid; border-width:0px 0px 1px 0px; border-color:#c6c3c6; vertical-align:bottom;
}
td.presentation { background-color:#faebd7}

/*
 * Utilisé pour la page d'essai gratuit et aussi pour la page d'abonnement 
 */ 
 
.table_presentation_essai {
	background-color:  #dee3e7; border: 1px #31458c solid; border-width:0px 0px 1px 0px; border-color:#c6c3c6; vertical-align:bottom;
}
td.presentation_essai { background-color:#faebd7}

.offre_fond_bleu {background-color:  #dee3e7; border: 1px #31458c solid; border-width:1px 1px 1px 1px; border-color:#c6c3c6; vertical-align:bottom;}

.essai_table { background-color: #dee3e7; border: 1px #31458c solid; border-color:#91a0ba;}

.essai_gros { font-size:18px; font-weight:bold; color:#ff6a00; }
.essai_texte { font-size:13px; color: #000000;  font-weight: 300;}
.essai_texteavmarge { font-size:13px; padding:10px; color: #000000;  font-weight: 300;}
.essai_petit { font-size:11px; color: #000000;  font-weight: 300;}

select.essai { border-color:#000000; font-size:12px }
input.essai { border-color:#000000; font-size:12px}


fieldset.essai {
	border-color: #91a0ba;
    position :    relative;
    padding :     0 0.5em 1em 0.5em;
}

legend {
    position : relative;
	left: 2em;
    padding : 0 1em 0 1em;
}


/* Charte */
.charte_gros { font-size:18px;}
.charte_moyen { font-size:15px;}
.charte_texte { font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif}
a.charte { font-size:14px; text-decoration:none; font-weight:bold;}

/* Forum title: Text and link to the forums used in: index.php */
a.forumlink 	{ text-decoration: none; color : #006699; font-weight: bold; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }

.categorie { font-size:14px; font-weight : 900; color:#ffffff; font-family: Verdana, Arial, Helvetica, sans-serif}

.pp { color: #4a4a4a; font-weight:bold; font-size:16px}

.tableau_haut { background-color:#faebd7 }


/* Utilisé pour l'affichage de la barre de connexion/outil */
.barre_connexion { font-size : 11px; color:#006699; }
a.barre_connexion_oubli { font-size : 9px; }
a.barre_connexion { font-size : 10px;}

.tablecat { background-color:  #FFFFFF; border: 1px #31458c solid; border-color:#a4a4a4}

input.barre_connexion { 
		border-top-color:#006699;
		border-bottom-color:#006699; 
		border-left-color:#006699; 
		border-right-color:#006699; 
		border-width : 1px;
		color:#666666;
}

.index_aide { color : #000000;font-size : 10px; }


.conteneur { /* définition d'un conteneur global*/
width: 100%;
}

.lettrine {
float: left; /* positionnement de la lettrine dans le conteneur*/
font-size: 3em; /* 3 hauteurs de lignes pour la lettrine*/

font-weight: bold;
font-family: Georgia, Times New Roman, Times, serif;
margin: 3px;
margin-right:15px;
padding: 3px;
line-height: 1em;
}


td.images {
	border: 0px; 
	border-width:0px 0px 0px 0px; 
	vertical-align:top;
}

/* Utilisé pour l'affichage du nom de la catégorie */

.tableau_degrade_1 { background-image: url('./images/degrade_1.gif');}
th.tableau_degrade_1 { font-size:14px; color:#ffa34f; font-weight:bold;}

.tableau_degrade_1_court { background-image: url('./images/degrade_1_court.gif');}
th.tableau_degrade_1_court { font-size:14px; color:#ffa34f; font-weight:bold;}

.tableau_degrade_2 { background-image: url('./images/degrade_2.gif');}
.table_haut_droit  { background-image: url('./images/cellpic2.jpg'); background-repeat : no-repeat; position: right top;}

/* Dégradé pour la page de recherche */

th.tableau_degrade_search { background-image: url('./images/barre_degrade_1.gif'); background-repeat:repeat-x}

.blanc { font-size: 9px; color:#FFFFFF; font-weight:100;}
.blanc_gros { font-size: 13px; color:#FFFFFF; font-weight:100;}
a.blanc { font-size: 9px; color:#FFFFFF; text-decoration:none}
a.blanc:visited { font-size: 9px; color:#FFFFFF; text-decoration:none}
.texte_orange { font-size:11px; font-weight:bold; color:#ff6a00}
.gros_titre_offres {font-size:14px; font-family:"Times New Roman", Times, serif; letter-spacing:1px }
.titre_rubrique {font-size:19px; font-weight:bold; color:#ff6a00;}

.boutton_preview_a {
cursor: pointer;
width: 125px;
height: 75px;
border: none;
background: url("images/lang_french/preview_annonce.jpg") no-repeat left top;
}
.button_preview_a:hover {
background: url("images/lang_french/preview_annonce.jpg") no-repeat left bottom;
}

.boutton_preview_r {
cursor: pointer;
width: 125px;
height: 75px;
border: none;
background: url("images/lang_french/preview_reponse.jpg") no-repeat left top;
}
.button_preview_r:hover {
background: url("images/lang_french/preview_reponse.jpg") no-repeat left bottom;
}


.titre_annonces {font-size:12px;}

td.aide_post { background-color:#faebd7; font-size:10px;}

.footer { 
	background-color: #faebd7; border: 1px #31458c solid; border-width:1px 0px 0px 0px; border-color:#c6c3c6; vertical-align:bottom;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

