/**  BASIC*/ 
/* general */
a { outline:none;}

.Style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.txtblanc {color: #FFFFFF}

body { 
font-size: 11px; 
color: #666666; 
font-family: tahoma, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
text-align: center; 
margin: 0px; 
padding: 0px;
width: 100%;
background-color: #efece6;
}

.center {
margin: 0px auto;
width: 786px;
text-align: left;
}

.fond {
background-image: url(../img/fond.gif);
background-repeat: repeat-y;
width: 786px;
}

.fond_login {
background-image: url(../img/fond_login.gif);
background-repeat: repeat-y;
width: 786px;
}

.bandeau {
background-image: url(../img/bandeau.gif);
background-repeat: no-repeat;
width: 786px;
height: 120px; 
}

.menu_spacer {
padding: 10px 10px 10px 10px;
}

.content_spacer {
padding: 26px 26px 26px 26px;
}

.sep_vertical {
background-image: url(../img/sep_vertical.gif);
background-repeat: repeat-y;
width: 1px;
}

.col_gauche {
padding-right: 20px;
}

.col_droite {
padding-left: 10px;
}

.fleche {
padding-top: 8px;
}

.list {
padding-top: 4px;
}

.table_top {
background-image: url(../img/table_top.gif);
background-repeat: no-repeat;
}

.table_align {
padding: 3px 8px 3px 8px;
}

.popup { 
font-size: 11px; 
color: #666666; 
font-family: tahoma, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
text-align: left; 
margin: 0px; 
padding: 0px;
width: 100%;
background-color: #ffffff;
}

.center_popup {
margin: 0px auto;
width: 411px;
text-align: left;
}

.bandeau_popup_adherent {
background-image: url(../medias/popup/bandeau_popup_adherent.gif);
background-repeat: no-repeat; 
}

.bandeau_popup_expert {
background-image: url(../medias/popup/bandeau_popup_expert.gif);
background-repeat: no-repeat; 
}

.bandeau_popup_region {
background-image: url(../medias/popup/bandeau_popup_region.gif);
background-repeat: no-repeat; 
}

.popup_padding {
padding: 15px; 
}

.letters { 
font-size: 17px; 
letter-spacing: 2px;
}

.dropdown { 
font-size: 10px; 
width: 175px;
}

.textfield { 
font-size: 10px; 
width: 268px;
}

.input { 
margin-top: 10px; 
color: #666666; 
font-size: 9px; 
}


/* text */

.text_light { 
color: #666666; 
}

.titre { 
color: #666666;
font-size: 14px; 
font-weight: bold;
line-height: 20px;
}

.sous_titre { 
color: #666666;
font-size: 11px; 
font-weight: bold;
}

.plan_spacer { 
line-height: 22px;
}

.error { 
color: red;
font-size: 10px; 
}


/* links */

a:link { color: #008cb6; text-decoration: none;  }
a:visited { color: #008cb6; text-decoration: none; }
a:hover { color: #008cb6; text-decoration: underline; }
a:active { color: #008cb6; text-decoration: none; }

a.plan:link { color: #666666; text-decoration: none; font-weight: bold; }
a.plan:visited { color: #666666; text-decoration: none; font-weight: bold; }
a.plan:hover { color: #666666; text-decoration: underline; font-weight: bold; }
a.plan:active { color: #666666; text-decoration: none; font-weight: bold; }


/** FIN **/
.bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

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

/* 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(templates/subSilver/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFFFFF; font-size: 10px; font-weight : bold;
	background-color: #008cb6; height: 25px;
	background-image: url(templates/subSilver/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(templates/subSilver/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: 10px; 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	{
	font-weight: bold; font-size: 22px; font-family: "tahoma, Arial, Helvetica, Geneva, SunSans-Regular,",tahoma, Arial, Helvetica, Geneva, SunSans-Regular,;
	text-decoration: none; line-height : 120%; color : #666666;
}

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

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 10px; color : #666666 }
a.mainmenu		{ text-decoration: none; color : #008cb6;  }
a.mainmenu:hover{ text-decoration: underline; color : #008cb6; }

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

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

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

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; color : #666666; }
a.topictitle:link   { text-decoration: none; color : #008cb6; }
a.topictitle:visited { text-decoration: none; color : #008cb6; }
a.topictitle:hover	{ text-decoration: underline; color : #008cb6; }

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

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

/* The content of the posts (body of text) */
.postbody { font-size : 10px; line-height: 18px}
a.postlink:link	{ text-decoration: none; color : #008cb6 }
a.postlink:visited { text-decoration: none; color : #008cb6; }
a.postlink:hover { text-decoration: underline; color : #008cb6}

/* Quote & Code blocks */
.code {
	font-family: tahoma, Arial, Helvetica, Geneva, SunSans-Regular,; font-size: 10px; color: #;
	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: tahoma, Arial, Helvetica, Geneva, SunSans-Regular,; font-size: 10px; color: #; 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: tahoma, Arial, Helvetica, Geneva, SunSans-Regular,; color: #; letter-spacing: -1px;}
a.copyright		{ color: #; text-decoration: none;}
a.copyright:hover { color: #666666; text-decoration: underline;}

/* Form elements */

form
{
	margin:0;
	padding:0;
}

input,textarea, select {
	color : #666666;
	font: normal 10px tahoma, Arial, Helvetica, Geneva, SunSans-Regular,;
	/*border-color : #666666;*/
}

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

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #666666;
	font-size: 10px; font-family: tahoma, Arial, Helvetica, Geneva, SunSans-Regular,;
}

/* 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: #DEE3E7; border-style: none; }

.clearBoth{
	clear:both; 
	width:400px; 
	height:1px; 
	font-size:1px;
}
#nav 
{
	width:100%;
	height:26px;
	background:url(../img/ligne_gris.gif) bottom repeat-x #eeedeb;
	margin:0 0 10px 0;
	padding:4px 0 1px 0 ;
}
.bt_omglet .omglet_debut 
{
	display:inline;
	float:left;
	width:5px;
	height:26px;
	font-size:1px;
	background:url(../img/omglet_gauche.gif) left top no-repeat;
}
.bt_omglet_on  .omglet_debut 
{
	background:url(../img/omglet_gauche_on.gif) left top no-repeat;
}
.bt_omglet:hover .omglet_debut 
{
	background:url(../img/omglet_gauche_hover.gif) left top no-repeat;

}
.bt_omglet .omglet_fin 
{
	display:inline;
	float:left;
	width:5px;
	height:26px;
	font-size:1px;
	background:url(../img/omglet_droit.gif) left top no-repeat;
}
.bt_omglet_on  .omglet_fin 
{
	background:url(../img/omglet_droit_on.gif) left top no-repeat;
} 
.bt_omglet:hover .omglet_fin 
{
	background:url(../img/omglet_droit_hover.gif) left top no-repeat;

}

.bt_omglet .txt
{
	display:inline;
	float:left;
	height:26px;
	padding:6px 20px 0 20px;
}


a.bt_omglet
{
	display:block;
	float:left;
	height:26px;
	width:auto;
	background:url(../img/omgletfond.gif) top  repeat-x;
	font: bold 12px Arial, Helvetica, sans-serif;
	color:#8F8F8F;
	border-bottom:solid 1px #6e6d61;
	margin:0 0 0 2px;
}
a.bt_omglet:hover
{
	background:url(../img/omgletfond_hover.jpg) top  repeat-x;
	color:#829C03;
	border-bottom:solid 1px #6e6d61;
	text-decoration: none;
}

a.bt_omglet_on 
{
	background:url(../img/omgletfond_on.gif) top  repeat-x;
	border-bottom:solid 1px #fff;
	color:#333333;
}
a.bt_omglet_on:hover 
{
	border-bottom:solid 1px #fff;
}
.listeScroll {
	overflow: auto;

}
#bt_deconnectionId 
{
	position:absolute;
	right:32px;
	top:43px;
	color:#7C959C
}
#bt_deconnectionId  img
{
	border:none;
	vertical-align:middle
}
.fond_home_espace 
{
	background:url(../img/visuel_hone.jpg) top left no-repeat;
	width:775px;
	height:284px;

}

.lienlogin 
{
	color:#43530b;
	font-size:10px
}

.champlogin 
{
	border:solid 1px #afd231;
	font-size:12px;
	padding:4px;
}

.txtlogin 
{
	color:#647e05;
}

width:300px;
}
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("./forum/templates/airf/formIE.css");
-->


h1
{
	font-size: 16px;
}

h2
{
	font-size: 14px;
	border-bottom : 1px solid #93B005;
}

.listing_search a 
{
	text-decoration : none;
	color						: #666666;
}

a img
{
	border : 0;
}