/****************************************************************/
/* 1. BACKGROUND AND TEXT COLOURS */
/****************************************************************/

/* 1.1 Default background colour and text colour */

BODY {BACKGROUND-COLOR: #A4BCE0}

DIV#CASheader {
	BACKGROUND: #6094CE url(../../img/header.jpg) no-repeat top right;
	HEIGHT: 160px;
	MARGIN-BOTTOM: -2px;
	CURSOR: POINTER;
}

DIV#CASheaderBG {
	BACKGROUND: url(../../img/header_bg.jpg) repeat-x top right;
	MARGIN-RIGHT: 682px;
	HEIGHT: 160px;
}

.pun {COLOR: #333}

DIV.box, .pun BLOCKQUOTE, DIV.codebox, #adminconsole FIELDSET TH, .rowodd, .roweven {BACKGROUND-COLOR: #EEF2F7}
#adminconsole TD, #adminconsole TH {BORDER-COLOR: #F1F1F1}

/* 1. 2 Darker background colours */

TD.tc2, TD.tc3, TD.tcmod, #postpreview, #viewprofile DD, DIV.forminfo,
#adminconsole FIELDSET TD, DIV.blockmenu DIV.box, #adstats DD {BACKGROUND-COLOR: #E4EAF2}

/* 1.3 Main headers and navigation bar background and text colour */

.pun H2, #brdmenu {
	BACKGROUND: #3C68A5 url(../../img/tile_cat.gif) repeat-x;
	COLOR: #FFF;
	FONT-WEIGHT: bold;
	BORDER: 1px solid #3C68A5;
	BORDER-BOTTOM: 0px;
}

/* 1.4 Table header rows */

.pun TH {BACKGROUND: #B5C3D9 url(../../img/tile_sub.gif) repeat-x }

/* 1.5 Fieldset legend text colour */

.pun LEGEND {COLOR: #3C68A5}

/* 1.6 Highlighted text for various items */

.pun DIV.blockmenu LI.isactive A, #posterror LI STRONG {COLOR: #333}

/****************************************************************/
/* 2. POST BACKGROUNDS AND TEXT */
/****************************************************************/

/* 2.1 This is the setup for posts. */

DIV.blockpost DIV.box, DIV.postright, DIV.postfootright {BACKGROUND-COLOR: #E4EAF2}
DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #f1f1f1}
DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #EEF2F7}

/* 2.2 Background for post headers and text colour for post numbers in viewtopic */

DIV.blockpost H2 {BACKGROUND-COLOR: #006FC9}
DIV.blockpost H2 SPAN.conr {COLOR: #AABDCD}

/* 2.3 This is the line above the signature in posts. Colour and background should be the same */

.pun HR {BACKGROUND-COLOR: #333; COLOR: #333}

/****************************************************************/
/* 3. BORDER COLOURS */
/****************************************************************/

/* 3.1 All external borders */

DIV.box {BORDER-COLOR: #3C68A5}

/* 3.2 Makes the top border of posts match the colour used for post headers */

DIV.blockpost DIV.box {BORDER-COLOR: #006fC9 #3C68A5 #3C68A5}

/* 3.3 Table internal borders. By default TH is same as background so border is invisible */

.pun TD {BORDER-COLOR: #B5C3D9}
.pun TH {BORDER-COLOR: #B5C3D9}

/* 3.4 Creates the inset border for quote boxes, code boxes and form info boxes */

.pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {BORDER-COLOR: #ACA899 #FFF #FFF #ACA899}

/* 3.5 Gecko's default fieldset borders are really nasty so this gives them a colour
without interferring with IE's rather nice default */

.pun DIV>FIELDSET {BORDER-COLOR: #ACA899}

/****************************************************************/
/* 4. LINK COLOURS */
/****************************************************************/

/* 4.1 This is the default for all links */

.pun A:link, .pun A:visited {COLOR: #3C68A5}
.pun A:hover {COLOR: #CD2A2A}

/* 4.2 This is the colour for links in header rows and the navigation bar */

.pun H2 A:link, .pun H2 A:visited, #brdmenu A:link, #brdmenu A:visited {COLOR: #FFF}
.pun H2 A:hover, #brdmenu A:hover {COLOR: #FFF}

/* 4.3 This is for closed topics and "hot" links */

LI.postreport A:link, LI.postreport A:visited, TR.iclosed TD.tcl A:link, TR.iclosed TD.tcl A:visited {COLOR: #888}
LI.postreport A:hover, TR.iclosed TD.tcl A:hover {COLOR: #AAA}
LI.maintenancelink A:link, LI.maintenancelink A:visited {COLOR: #B42000}
LI.maintenancelink A:hover {COLOR: #B42000}

/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/

/* These are the post status indicators which appear at the left of some tables.
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/

DIV.icon {BORDER-COLOR: #E6E6E6 #DEDEDE #DADADA #E2E2E2}
TR.iredirect DIV.icon {BORDER-COLOR: #F1F1F1 #F1F1F1 #F1F1F1 #F1F1F1}
DIV.inew {BORDER-COLOR: #5CAEE5 #5C9DD7 #5C94CE #5CA5DD}

#rssbas {
	margin: 18px 8px 0 0
}

.nosouligne {
	text-decoration: none
}

.textcenter {
	text-align: center
}

.nomarge {
	padding: 0;
	margin: 0
}

#nobordure { border: 0 }

#pubas {
	text-align: center;
	font-weight: bold;
	border: 1px dashed #3C68A5;
	border-width: 0px 0px 1px 0px;
	padding: 2px 0 4px 0
}

#pubgg {
	border: 1px dashed #5F8CCC;
	width: 730px;
	margin: 0 auto 0 auto
}

A.top {
	border: 0;
	background-color: #e4eaf2;
	font-weight: bold;
	padding: 0 1px 0 2px
}

FORM.editarea {
	display: none;
	background-color: #eef2f7;
	border-top: 5px solid #cc0000;
	margin: 20px 20px 10px 10px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}

FORM.editarea textarea {
	background-color: #FFF;
	width: 100%;
	border: 1px solid #3c68a5;
	color: #000;
}

FORM.editarea input {
	background-color: transparent;
	border: 0;
}

FORM.editarea p {
	margin-left: 35px;
}

FORM.editarea p input.eposter {
	color: #4aa94a;
	font-weight: bold;
}

FORM.editarea p input.efermer {
	color: #CC0000;
	font-weight: bold;
	margin-left: 10px;
}

FORM.editarea span {
	padding: 5px 0 15px 0;
	font-weight: 400;
}

FORM.editarea a {
	text-decoration: underline;
}


/*************************************/
/******* Personnalisations ***********/
/*************************************/

.userpm {
	BACKGROUND: url(../../img/f_msg.gif) no-repeat 0 0;
	FONT-WEIGHT: bold;
	PADDING-LEFT: 22px;
	PADDING-TOP: 1px;
	HEIGHT: 15px;
}

IMG.iconetat {
	FLOAT: left;
	MARGIN-TOP: 0.1em;
	MARGIN-LEFT: 0.5em;
	MARGIN-RIGHT: 0.5em;
	DISPLAY: block;
	BORDER-WIDTH: 0;
}

TR.trhover { BACKGROUND-COLOR: #E4EAF2 }
TR.trnormal { BACKGROUND-COLOR: transparent }

DIV#pubd {
	BORDER: 1px dashed #5F8CCC;
	WIDTH: 730px;
	HEIGHT: 90px;
	MARGIN: 0 auto 0 auto;
}

.attention { color: red }

A.marquer:LINK, A.marquer:ACTIVE, A.marquer:VISITED { COLOR: #F00 }