body {
background:#b61e3d url("/img/fds_rg3.gif") repeat-x;
background-attachment:fixed;
color : #039;
margin: 0px;
padding: 0;
font-size: 0.8em;
font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-color: #fffcfc;*/
/*	color:000066;
	scrollbar-face-color: #f7eeee;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #f7eeee;
	scrollbar-3dlight-color: #F5E9E9;
	scrollbar-arrow-color:  #c30;
	scrollbar-track-color: #fbf5f5;
	scrollbar-darkshadow-color: #cc9999;*/
}
img, a img {
border: 0;
}
/* General font families for common tags */
/*font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }*/
a:link,a:active,a:visited { color : #c30; }
a:hover		{ text-decoration: underline; color : #DD6900; }
hr	{ height: 0px; border: solid #F5E9E9 0px; border-top-width: 1px;}

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

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

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #fbf5f5; }
td.row2	{ background-color: #f7eeee; }
td.row3	{ background-color: #F5E9E9; }

/*
  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/cellpic2r.jpg);*/
		background-color: #F5E9E9;
/*		background-image: url(images/cellpic1r.gif);
		background-repeat: repeat-y;*/
}

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

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
/*			background-image: url(images/cellpic1r.gif);*/
			background-color:#F5E9E9; 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: #F5E9E9; 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	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color : #000066;
}

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

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

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #c30}
a.cattitle		{ text-decoration: none; color : #c30; }
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 : #c30; }
a.forumlink 	{ text-decoration: none; color : #c30; }
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 : #000066;}
a.nav			{ text-decoration: none; color : #c30; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000066; }
a.topictitle:link   { text-decoration: none; color : #c30; }
a.topictitle:visited { text-decoration: none; color : #b00000; }
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 : #000066;}

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

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

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #c30;
	background-color: #FAFAFA; border: #F5E9E9; 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: #F5E9E9; 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: #000066; text-decoration: underline;}
/**/
table {
padding:0px 0 0 0px;
margin:0px 0 0 0px;
}
form {
padding:0;
margin:0;
}
/*propriete:valeur1;                           /* tous les cotés */
/*propriete:valeur1 valeur2;                   /* haut & bas | droite & gauche */
/*propriete:valeur1 valeur2 valeur3;           /* haut | droite & gauche | bas */
/*propriete:valeur1 valeur2 valeur3 valeur4;   /* haut | droite | bas | gauche */
/* Form elements */
input,textarea, select {
	color : #000066;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000066;
}

/* 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 : #fbf5f5;
	color : #000066;
	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: #f7eeee; border-style: none; }


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

/**/
#conteneur {
position: absolute;
width: 100%;
}
#header {
height: 150px;
background:#3c6fac url("/img/fds.jpg") repeat-x;
/*background-attachment:fixed;*/
}
#logo1 {
position: absolute;
height: 150px;
width: 138px;
background-image: url("/img/logo_pda.jpg");
background-repeat: no-repeat;
left:0px;
top:0px;
}
#logo2 {
position: absolute;
height: 150px;
width: 234px;
top: 0px;
right: 0px;
background-image: url("/img/img2006/a03.jpg");
background-repeat: no-repeat;
}
#scab63 {
position: absolute;
height: 60px;
top: 40px;
left: 144px;
}
#galerie {
position: absolute;
z-index:100;
height: 60px;
width: 420px;
top: 50px;
left: 250px; 
}
#galerie ul {
  margin : 0 auto;
  padding: 0 0;
  list-style-type:none;
}
#galerie li {
  display:inline;
  padding:0 0.5em;
  line-height: 18px;
}
#galerie h2 {
/*color: #b61e3d;*/
color: #fff;
margin-bottom:5px;
}
#galerie h2:first-letter
{
color: #b61e3d;
}
#galerie a {
text-decoration: none;
color: #039;
font-weight: bold;
}
#galerie a:hover {
color: #b61e3d;
text-decoration: underline;
}
#scab63 h1 {
font-size: 1.2em;
color:#fff;
margin: 0px 5px 0px 0px;
}
#scab63 span {
font-size: 1.2em;
color:#b61e3d;
}
#date_saison {
position: absolute;
height: 20px;
top: 8px;
left: 280px; 
}
#date_saison h1 {
font-size: 1.5em;
color:#fff;
margin: 0px 5px 0px 0px;
}
#date {
position: absolute;
height: 20px;
top: 135px;
left: 144px; 
font-size: 0.8em;
}
#date p {
margin: 0px 5px 0px 0px;
}
#scab_album {    
float: left;
height: 150px;
width : 234px;
}
#centre {
/*clear: both;
padding: 100px 0 5px 0; 
top:190px;*/
/*margin-left: 160px;
background-color: #b61e3d;
/*margin-left: 160px;
margin-right: 160px;*/
}
#haut {
height: 36px;
background-color: #b61e3d;
color: #fff;
text-align:center;
border-top: 3px solid #b61e3d;
border-bottom: 3px solid #b61e3d;
padding:0px;
margin:0px;
}
#haut {
height: 25px !important;
height: 31px;
background-color: #b61e3d;
color: #fff;
text-align:center;
border-top: 3px solid #b61e3d;
border-bottom: 3px solid #b61e3d;
}
#menu a {
text-decoration: none;
}
#menu a:link, #menu a:visited {
color: #fff;
}
#menu {
padding-top:2px;
text-align: center;
}
#menu ul {
width: 59.8em;  /* 8.4*7 + 1 */
margin: 0 auto;
padding: 0;
}
#menu ul ul {
width: auto;
margin: 0;
position: absolute;
visibility: hidden;
}
#menu li {
margin: 0;
padding: 0;
list-style-type: none;
float: left;
display: block;
width: 8.4em;
background-color: #fd9453;
font-weight: bold;
}
#menu li li {
float: none;
border-right: 1px solid #fff;
background-color: #ffa46b;
width: 108px;
font-size: 85%;
font-weight: normal;
}
#menu a {
display: block;
line-height: 1.5;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
}
#menu li li a {
border-top-style: none;
border-bottom-style: none;
border-left: 1px solid #fff;
}
#menu li#menulast {
border-right: 1px solid #fff;
}
#menu li.lilast {
border-bottom: 1px solid #fff;
}
#menu a:hover {
color: #fff;
background-color: #b61e3d;
}
#menu li:hover ul, #menu li.over ul {
visibility: visible;
}
.clear {
clear: both;
height: 0;
line-height: 0;
}
#pied {
background-color: #b61e3d;
font-size: 70%;
color: #f9eef0;
text-align: center;
margin: 0px 0em 0px 0px;
padding: 5px 0px 5px 0px;
border-top: 3px solid #f2004a;
border-bottom: 3px solid #f2004a;
}
#pied acronym {
cursor: help; 
color: #039; border-bottom: 2px #6BA0D2 dashed;
}
#pied a {
padding-right: 5px; padding-left: 5px; padding-bottom: 3px; padding-top: 3px; text-decoration: none
}
#pied a:link {
color: #039;
}
#pied a:visited {
color: #039;
}
#pied a:hover {
padding-bottom: 0px; border-bottom: #f9eef0 1px solid
}
#menubas {
clear: both;
font-size: 75%;
padding: 10px 0 5px 0; 
text-align: center; 
}
#menubas a {
padding-right: 5px; padding-left: 5px; padding-bottom: 3px; padding-top: 3px; text-decoration: none
}
#menubas a:link, #menubas a:visited {
color: #f4a21f;
font-weight: bold;
}
#menubas a:hover {
padding-bottom: 0px; border-bottom: #f4a21f 3px solid
}
#visite {
color:#039;
font-size: 75%;
text-align: center; 
padding: 5px 0px;
border-bottom: 3px solid #f2004a;
}
#sites {
list-style-type: none;
margin: 0;
padding:0px 0;
font-size: 75%;
border-bottom: 2px solid #f2004a;
}
#sites ul {
margin: 0;
padding:2px 0;
text-align:center;
}
#sites li {
display: inline;
}
#sites a {
margin: 0 2px;
color: #039;
text-decoration: none;
}
#sites a:hover {
background-color:#c5e1ff;
padding-bottom: 0px; border-bottom: #039 1px solid;
}
/**/
#xiti-logo, #xiti-logo-noscript {
text-align:center;
margin: 0 5px 0px 30px;
padding: 5px 0px;
}
#xiti-logo img {
margin-right: 30px;
}
#xiti-logo a img {
	border: 0;
}
