/* Main elements of the page */

/* -------------------------General settings------------------------------------ */
body
{
font-family:Arial, Helvetica, sans-serif;
direction:rtl;
}

/* -------------------------Settings for content of the page------------------------------------ */
/***** General *****/

#article
{
	text-align:justify;
	font-size:12px;
	letter-spacing:0.25px;
	line-height:18px;
}

/***** Titles *****/
#article h1 {
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
}

#article h2 {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	text-align: right;
}

#article h3 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-align: right;
}

#article h4 {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
/****** Bootom notes *****/

#article h6{
font-size:10px;
font-weight:normal;
line-height:normal;
}

/***** Translation unavailable *****/
#article .translation_unavailable {
	text-align: center;
}

/***** Display text *****/
.answer {
    clear: both;
    display:none;
}
/********** Don't know if needed --> CSS rules that come from the previous CSS style page.... to keep untill validation that they are not needed anymore

.translation_unavailable img, .translation_unavailable img a {
	margin: 3px;
	border: solid 2px #f8f689;
}

.translation_unavailable img.active {
	border: solid 2px grey; 
}

.translation_unavailable a:hover img {
	border: solid 2px grey;
}
*/


/*

.tableau_donnees {
	width: 520px;
	align: middle;
	border: 0px;
	bgcolor: #FFFFFF;
	cellpadding: 6;
}	
	

.timetable {
	border: 2px solid #000;
	color: #555;
	background: #fff;
}

.timetable td, th {
	border: 1px dotted #bbb;
	padding: .5em;
	vertical-align: top;
	text-align: left;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
}


.tableinvisible {
	border: none;
}

.tableinvisible td, .tableinvisible th {
	border: none;
	text-align: left;
}

.tableinvisible th {
	font-size: 24px;
	font-weight: bold;
}

.tableinvisible donneesTableau {
	cell-padding: opx;
	cell-spacing: opx;
	line-height: 8px;
	border:none;
}


.liste {
	padding-left:32px;
	padding-bottom:3px;
	padding-top:3px;
	background-repeat:no-repeat;
	background-image:url(images/boule8.gif);
	background-position: 9px 6px;
}


.bordeau {color: #660000;
}

.rougeFonce {color: #990000;
}

.rouge {
	color: #CC0000;
}

.orange {
	color: #FF6600;
}

.bleuFonce {
	color: #000099;
}

.bleu {
	color: #3300CC;
}

.bleuCiel {
	color: #3399CC;
}

.vert {
	color: #009900;
}

.gras {
	font-weight: bold;
}





form {
	margin: 0px;
}





.pres {
	background-color: #FFE9CA;
}
/*

/*puces PDF pour les articles */
/*
.ListePDF li{
	list-style-image:url(/images/iconePDF.png);
	}

/* -------------------------Settings for the footer------------------------------------ */
#footer p
{
text-align:center;
font-size:10px;
}