/*****************
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;
}

a:link, .normal a:link {
	color : #0090ff;
	text-decoration : underline;
}

a:visited, .normal a:visited {
	color : #0080ff;
	text-decoration : underline;
}

a:active, .normal a:active {
	color : #fc0;
	text-decoration : none;
}

a:hover, .normal a:hover {
	color : #06f;
	text-decoration : none;
}

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;
}

.tirte2 {
	clear: both;
}

.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, .ong3b2 {
	width : 200px;
	border : 1px solid #003366;
	border-top : none;
	padding : 8px 4px 4px;
}

.ong3b2 {
	padding : 4px 0px;
}

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

 html > body .ong3b2 {
 	width : 198px;
}

.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 */

input.text, input.password, select, textarea {
	border: solid 1px #036; 
	background-color: #003; 
	color: white; 
	padding: 2px; 
	margin: 2px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/*input.submit {
	border-color: #15429A;
	border-width: 1px;
	background-color: #123A7B;
	color: white;
	margin: 3px;
	font-size: 10pt;
}

input.submit:hover {
	color: #FC3;
}
*/


.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;
}

.calendar {
	text-align: center;
	width: 220px;
}

.calendar th {
	border-bottom: solid 1px #036;
	width: 13%;
}

.calendar td, th {
	padding: 2px;
	color: #EEE;
	font-weight: normal;
}


.calendar td {
	color: #555;
}

.calActif, .calActifG, .calActifD, .calActifM {
	font-weight: bold;
	color: #EEE ! important;
	background-color: #014;
	border: solid 1px #036;
}

.calActifG {
	border-right: solid 1px transparent;
}

.calActifM {
	border-left: solid 1px transparent;
	border-right: solid 1px transparent;
}

.calActifD {
	border-left: solid 1px transparent;
}

.calToday {
	color: white ! important;
	font-weight: bold ! important;
}

.text_out {
	color: #9191A7 ! important;
	font-size : 10pt;
}


