/*****************
XHTML
******************/

body, html {
	height: 100%;
	scrollbar: no;
}

body  {
	background-color : #003;
	background : url(../../../images/fond.png) repeat;
	background-attachment : fixed;
	margin : 0;
	padding : 0;
	text-align : center;
	color : white;
}

body , td {
	font-family: sans-serif;
	font-size : 10pt;
}

img {
	border-style: none;
}

table {
	padding : 0;
}

acronym {
	cursor : help;
}

form {
	display : inline;
}

h1 , h2 , h3 , h4 , h5 {
	color : #ffcc33;
	font-family: "DejaVu Sans", "Raghindi", sans-serif;
}


h3 {
	font-size : 12pt;
	font-weight: normal;
	text-align: center;
}

h4 {
	font-size : 10pt;
	font-weight: normal;
}

p {
	text-align: justify;
	line-height: 140%;
}

.indent, .indent p {
		text-indent : 8pt;
}

ul, ul.tiret {
	list-style-type: none; 
	list-style-image : url(../../../images/tiret.gif);
	margin-top : 0;
	margin-bottom : 0;
	margin-left: 25px;
	padding-left: 0;
}

ul.tiret li {
	padding-bottom: 6px;
}

ul.cercle {
	margin-top : 0;
	margin-bottom : 0;
	list-style-type: circle; 
	list-style-image : url(../../../images/cercle.gif);
}

.normal {
	font-weight: normal;
	font-style: normal;
}

table.normal {
	border: 0;
	margin: 0;
	padding: 0;
}

table.normal td {
	border: 0;
}

ul.ul {
	text-align : left;
	line-height : 120%;
}

ul.ul li {
	padding-bottom : 5px;
}


/*
.erreur {
	border : 1px dashed red;
	margin : 10px auto;
	padding : 10px;
}

.inf{
	border : 1px dashed white;
	margin : 10px auto;
	padding : 10px;
}
*/

.note {
	font-size: 8pt;
	font-style: italic;
}

.jaune {
	color : #ffcc33;
}

.bleu {
	color: #0066CC;
}


.hr3 {
	background: url(../../../"images/hr3.gif") no-repeat 50% 50%;
	height: 13px;
	margin: 5px 0;
}

.hr2 {
	background: url(../../../"images/hr2.gif") no-repeat 50% 50%;
	height: 4px;
	margin: 10px 0;
}

.hr1 {
	background: url(../../../"images/hr1.gif") no-repeat 50% 50%;
	height: 4px;
	margin: 10px auto;
}

.titre {
	text-align: center;
}

.titre h1 {
	margin: 0;
	font-size: 16pt;
	font-weight: normal;
	padding: 3px 0;
}

.titre img {
	width: 380px;
	height: 10px;
}

.table, .tableClassic {
	border-collapse: collapse;
}

.table td, .table th, .tableClassic {
	padding: 4px;
	text-align: center;
}

.table th {
	background: #1A459C url(../../../images/ong3M.gif) repeat-x;
	color: #fc3;
	font-size: 8pt;
	margin-bottom: 1px;
}

html > body .table th {
	background: #1A459C url(../../../images/tabM.gif) repeat-x;
	border-top: solid 1px #4B7AB0;
	border-right: solid 1px #003;
	border-bottom: solid 1px #036;
}

/* 
.table -> Tableau de données 
.tableCoin -> Tableau avec coin imagés
.tableForm -> Tableau à 2 colones
*/

.table th:first-child {
	border-left: solid 1px #4D71A6;
}

.table th:last-child {
	border-right: solid 1px #4F73A4;
}

.table th a, .table th a:visited {
	color: #fc3;
	text-decoration: none;
}

.table th a:hover {
	color: #ffcc33;
	text-decoration: underline;
}

.table tr:hover td {
	background-color: #000D3D;
}

.table td, .tableClassic td {
	border: solid 1px #036;
	background-color: #003;
}

.tableClassic td {
	padding: 5px;
}


.tableCoin {
	width: 100%; 
	height: 80px; 
	border-collapse: collapse; 
}

.tableCoin table {
	width: 100%;
}

.tableCoinTd {
	border: solid 1px #003366; 
	padding: 4px;
}

.tableCoinConteneur {
	position: relative; 
	height: 100%
}

.tableCoinContenu {
	position: relative; 
	z-index: 300;
	height: 100%
}

.tableCoinContenu table {
	height: 100%; 
	padding: 5px;
}

.tableCoinHG, .tableCoinBG, .tableCoinHD, .tableCoinBD
{
	width: 46px; 
	height: 46px; 
	position: absolute; 
}

.tableCoinHM, .tableCoinBM 
{
	width: 92px; 
	height: 46px; 
	position: absolute; 
}

.tableCoinHG
{
	background: url(../../../images/coinHG2.gif) no-repeat; 
	top: -10px; 
	left: -9px;
}

.tableCoinBG
{
	background: url(../../../images/coinBG2.gif) no-repeat; 
	bottom: -9px; 
	left: -10px;
}

.tableCoinHM {
	background: url(../../../images/coinHM2.gif) no-repeat; 
	top: -10px; 
	left: -51px;
}

.tableCoinBM {
	background: url(../../../images/coinBM2.gif) no-repeat; 
	bottom: -10px; 
	left: -50px;
}

.tableCoinHD {
	background: url(../../../images/coinHD2.gif) no-repeat; 
	top: -9px; 
	right: -10px;
}


.tableCoinBD {
	background: url(../../../images/coinBD2.gif) no-repeat; 
	bottom: -10px; 
	right: -9px;
}

.tableForm {
	width: 100%;
}

.tableForm tr td {

	padding-bottom: 15px;

}





/*****************
MENU
******************/

#page {
	height: 100%;
	width : 80%;
	margin : 0 auto;
	background : #003;
}

#tPage {
	height: 100%;
	width: 100%;
	background : #003;
}

#bandeG {
	width: 20px;
	background-image : url(../../../images/g.png);
	background-repeat : repeat-y;
	background-position : 0% 0%;
}

#bandeD {
	width: 20px;
	background-image : url(../../../images/d.png);
	background-repeat : repeat-y;
	background-position : 100% 0%;
}

#bandeM {
	padding-top: 4px;
	position : relative;
	vertical-align: top;
	text-align: left;
}

#contenu {
	text-align : left;
	clear : both;
	padding: 5px;
}


#pageM {
	padding-top : 3px;
	height : 129px;
}

#menu {
	font-size : 8pt;
	vertical-align : bottom;
	font-family: "DejaVu Sans", "Raghindi", sans-serif;
}

#menu a, #menu a:visited {
	text-decoration : none;
	font-weight : 700;
	color : #e1e5ed;
}

#menu a:hover {
	color : white;
}

#menu1 {
	padding-top : 2px;
	position : relative;
}

#mHome {
	position :absolute;
	z-index: 14;
	left: 5px;
	top: 1px;
	padding : 0 0 1px 3px;
}

#mOng1 {
	height : 15px;
	background-image : url(../../../images/ongM.png);
	padding : 0 5px;
	position: absolute;
	z-index: 15;
	right: 0px;
	top: 0px;
}

#mOng1 img {
	width : 14px;
	height : 15px;
}

#mOng1G { 
	position: absolute;
	left: 0; top: 0;
}

#mOng1D {
	position: absolute;
	right: -1px; top: 0;
}

#mOng1M {
	padding : 0 20px;
}

#menu2 {
	width : 100%;
	clear : both;
	position : relative;
}

#mBande {
	width : 100%;
}

#mBandeG {
	position : absolute;
	left : 0;
	top : 0;
	width : 162px;
	height : 82px;
	padding-bottom : 5px;
}

#mBandeG img {
	width : 162px;
	height : 82px;
}

#mBandeD {
	position : absolute;
	top : 0;
	left : 162px;
	right : 0;
}

#mBandeD img {
	width : 100%;
	height : 87px;
}

#mMenu {
	padding-top : 85px;
}

#mAJR {
	position : absolute;
	z-index : 3;
	left : 37%;
	top : 55px;
	width : 253px;
	height : 24px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/ajr.png', sizingMethod='scale');
}

* > #mAJR {
	background-image : url(../../../images/ajr.png);
}

#mIntranet {
	position : absolute;
	z-index : 3;
	left : 38%;
	top : 15px;
	width : 245px;
	height : 24px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../images/intranet.png', sizingMethod='scale');
}

* > #mIntranet {
	background-image : url(../../../images/intranet.png);
}

#menu3 {
	vertical-align : bottom;
	padding-top : 2px;
	width : 100%;
	position : relative;
}

#menu3 a {
	font-size : 11px;
}

#ong2M {
	position : relative;
	width : 100%;
	background : url(../../../images/ong2M.png) repeat;
	z-index: 10;
}

#ong2D , #ong2G {
	height : 17px;
	padding-top : 1px;
	background-repeat : no-repeat;
	z-index: 10;
}

#ong2G {
	float : left;
	background-image : url(../../../images/ong2G.png);
	width : 6px;
	height : 14px;
}

#ong2D {
	float : right;
	position : relative;
	background-image : url(../../../images/ong2D.png);
	width : 14px;
	height : 14px;
	left : 9px;
}

#mOng2G {
	padding-left : 5%;
}

#mOng2Der {
	padding-right : 0 !important;
	z-index: 10;
}


#ong2M ul {
	margin : 0;
	padding : 0;
}

#ong2M li {
	display : inline;
	list-style : none;
	float : left;
	height : 15px;
	padding : 0 1.3em;
	height : 15px;
	white-space: nowrap;
	position: relative;
	/*top: -2px; Linux*/
	z-index: 10;
}

#mBas {
	position : absolute;
	top : -3px;
	left : 162px;
	right : -3px;
}

#mBas[id=mBas] {
	top : -1px;
}

#mBas img {
	width : 100%;
	height : 9px;
}

#mSpacer {
	float : right;
	background : url(../../../images/ong2M.png) repeat;
}

#footer {
	width: 100%;
}

#footer, #footer td  {
	text-align:center;
	font-size: 7pt;
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 6px;
}

#footer em {
	color: #0066CC;
	font-style: normal;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}



/*********
accueil.php
*********/

#titreAccueil h1 {
	margin: 0;
	font-size: 16pt;
	font-weight: normal
}

#titreAccueil div {
	width: 100%;
	height: 13px;
}

#titreAccueil > div {
	width: inherit;
	position: relative;
	padding-right: 200px;
}

#titreAccueil img {
	width: 100%;
	left: 5px;
	height: 13px;
	position: absolute;
}

#titreAccueil > div > img {
	left: -5px;
	height: 13px;
	position: absolute;
	right: 200px
}

#menuAccueil {
	float:right;
	width: 200px;
	padding-left: 10px;
	padding-bottom: 5px;
	text-align: center;
	background-color: #000033;
}

.titre2 h4 {
	background: url(../../../images/ligne1.gif) no-repeat 0% 100%;
	padding-bottom : 4px;
	margin : 30px 0 0;
	color : #ffcc33;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
}

.titre2 h4 a {
	text-decoration: none;
	color: #FFCC33;
}

.titre2 h4 a:hover {
	text-decoration: underline;
}

#news .prems {
	margin-top : 5px;
}

#news p {
	font-family : Arial, Helvetica, sans-serif;
	line-height: 120%;
}

.newsBD p {
	text-align: justify;
}

.ong3h {
	width : 200px;
	position : relative;
	height : 20px;
	margin-top : 20px;
	border-bottom : 1px solid #003366;
}

.ong3h h2 {
	padding : 3px 20px 0;
	font-size : 10pt;
	height : 20px;
	background-image : url(../../../"images/ong3M.gif");
	background-repeat : repeat-x;
	margin : 0;
}

.ong3g {
	position : absolute;
	left : 0;
	top : 0;
	height : 20px;
	width : 19px;
}

.ong3d {
	position : absolute;
	right : 0;
	top : 0;
	height : 20px;
	width : 19px;
}

.ong3b {
	width : 200px;
	border : 1px solid #003366;
	border-top : none;
	padding : 8px 4px 4px;
}

html > body .ong3b {
	width : 190px;
}

.ong3b h4 {
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: normal;
	font-size: 11pt;
}

#reglement li {
	color: #FFCC33;
	font-size: 11pt;
	padding-top: 15px;
}

#reglement {
	list-style-image : url(../../../images/cercle.gif);
}

/* galerie.php */

.photo {
	padding: 2px;
}

.photo img {
	background-image: url(../../../images/photo2.gif);
}

*> .photo img {
	background-image: url(../../../images/photo1.gif);
}

.photo:hover img {
	background-image: url(../../../images/photo2.gif);
}

.photo:hover a {
	color : #0066ff;
	text-decoration : none;
}




/* Eléments formulaire */



.menuAdmin {
	list-style-type: none; 
}

.menuAdmin li {
	display: inline;
	padding: 0 10px;
	border-left: dashed 1px #9191A7;
	border-right: dashed 1px #9191A7;
}

.menuAdmin li a, .menuAdmin li a:visited, .menuAdmin li a:active {
	color: #9191A7;
	text-decoration: none;
	font-weight: bold;
}

.menuAdmin li a:hover {
	color: #BBD;
	background-color: #1B1B48;
}










/* Forum */



/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #0090FF; }
a:hover      {color: #0066FF; text-decoration: none;}
hr	{ height: 0px; border: solid #004080 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: 000033; }

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

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #00164A; }
td.row2	{ background-color: #001955; }
td.row3	{ background-color: #004080; }

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

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFCC33; font-size: 11px; font-weight : bold;
	background-color: 0457A1; 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: 000033; border: #000033; 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: #000033; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: 000033; border: #000033; 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 : c20000;
}

/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #0090FF; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #0066FF; text-decoration: underline; }

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

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

/* 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 : #FFFFFF;}
a.nav			{ text-decoration: none; color : #0090FF; }
a.nav:hover		{ text-decoration: underline; }

/* titles for the topics: could specify viewed link colour too */
.topictitle	{ font-weight: bold; font-size: 12px; color : #FFFFFF; }
a.topictitle:link   { text-decoration: none; color : #0090FF; }
a.topictitle:visited { text-decoration: none; color : #0080FF; }
a.topictitle:hover	{ text-decoration: underline; color : #0066FF; }

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

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

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

/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #FFFFFF;
	background-color: #000033; border: #004080; 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: #FFFFFF; line-height: 125%;
	background-color: #000033; border: #004080; 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: #FFFFFF; letter-spacing: -1px;}
a.copyright		{ color: #FFFFFF; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: underline;}


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


input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	border-color:#2952A5;
	border-width: 1px;
	background-color : 003366;
	color : #FFFFFF;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	font-weight: bold;
	border-width: 1px;
	border-color: #98AAB1;
	background-color : #004080;
	color :FFFFFF;
}

/* None-bold submit button */
input.liteoption {
	border-width: 1px;
	border-color: #98AAB1;
	background-color : #004080;
	color :FFFFFF;

}

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


