/* Main elements of the page */

/* -------------------------General settings------------------------------------ */
body
{
padding: 0;
margin: 0;
background-image:url(../images/img_design/horizontal_bar.png);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
direction:rtl;
}

#container
{
    width: 1000px;
    margin: auto;
}

a img{
border:none;
}

/* -------------------------Settings for the header of the page------------------------------------ */
#header
{
	width: 1000px;
	height: 144px;
}

#banner
{
	width: 1000px;
	height: 110px;
	background-color:#FFFFFF;
	background-image:url(../images/img_design/banner.png);
}

#logo_home
{
width:240px;
height:110px;
float:left;
}

/* Horizontal bar: language navigation and contact button */

#horizontal_bar
{
	width: 1000px;
	height: 30px;
	background-color:#b3c8d7;
    margin: 0px;
    padding: 0px;
}

#language_navigation
{
	display: inline-block;
	vertical-align: top;
	margin:0px;
	padding:0px;
	height:30px;
}

#language_navigation ul
{
    list-style-type: none;
	margin:0px;
	padding-right:6px;
	padding-top: 0px;
		

}

#language_navigation li
{
    display: inline-block;
	border-right: 1px solid #FFFFFF;
	padding-left:5px;
	padding-right:5px;
	height:22px;
	padding-top:8px;
}

#language_navigation a
{
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
	font-size:14px;
	color:#FFFFFF;

}

#language_navigation a:hover
{
    color: #009ce6;
}

#contact
{
    display: inline-block;
	margin-top:4px;
	width:93px;
	height:28px;
	margin-right:725px;
}

ul#contact_menu {
		margin:0;
		padding:0;
		list-style-type:none;
	}

	

	ul#contact_menu li {
		margin:0px;
		padding:0px;
	}

	

	ul#contact_menu li a {

		display:block;
		width:93px;
		height:28px;
		text-decoration:none;
		background: url('../images/img_design/contact_rollover.png') no-repeat 0 0;
	}


	#contact_menu1 a:hover{
	background: url('../images/img_design/contact_rollover.png') no-repeat 0 -28px;
	}
	
		#contact_menu1 a:active{
	background: url('../images/img_design/contact_rollover.png') no-repeat 0 -56px;
	}



#fill_gap
{
background-image:url(../images/img_design/menu_gap.png);
background-repeat:no-repeat;
width:221px;
height:4px;
}

/* -------------------------Settings for the left column------------------------------------ */
/* Left Column: navitation and search tool */
#left_column
{
    display: inline-block;
    vertical-align: top;
    width: 221px;
	background-image:url(../images/img_design/vertical_shadow.png);
	background-repeat:repeat-y;
}

#nav
{
margin-left:7px;
margin-right:7px;
width:207px;
}

#nav a{
	display:block;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid #9EA0FD;
	vertical-align:bottom;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
	text-decoration: none;
}

#nav .level1{
	background-color:#96b8c8;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:bold;
	}
	
#nav .level1active{
	background-color: #4a6c1a;
	padding-right:20px;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:bold;
	}

#nav .level2{
	background-color:#4bb8c5;
	padding-right:24px;
	padding-bottom:3px;
	padding-top:3px;
	}
	
#nav .level2active{
	background-color:#72a629;
	padding-right:24px;
	padding-bottom:3px;
	padding-top:3px;
	}
	
#nav .level3{
	color:#626266;
	background-color:#D6E4FC;
	padding-right:28px;
	padding-bottom:1px;
	padding-top:1px;
	}

#nav .level3active{
	color:#626266;
	background-color:#9de538;
	padding-right:28px;
	padding-bottom:1px;
	padding-top:1px;
	}

#nav a:hover{
	background-color: #4a6c1a;
	color: #FFFFFF;
}


/* Bottom icons of the left column */
#icon_bottom
{
margin-left:7px;
margin-right:7px;
width:189px;
padding-right:18px;
margin-top:10px;
margin-bottom:10px
}

#icon_bottom img{
margin-left:9px;
margin-right:9px;
text-decoration:none;
}

#icon_bottom a{
text-decoration:none;
}

/* Search module */
#search{
width:189px;
margin-left:0px;
margin-right:0px;
}

#search form{
padding-top:20px;
width:189px;
margin-left:0px;
margin-right:0px
}

#bottom_menu{
width:221px;
height:7px;
background-image:url(../images/img_design/bottom_menu.png);
background-repeat:no-repeat;
}


/* -------------------------Settings for content of the page------------------------------------ */
/***** General *****/

#article
{
    display: inline-block;
    vertical-align: top;
	position: relative;
    width: 760px;
	margin-right:14px;
	background-color:#FFFFFF;
	text-align:justify;
	font-size:12px;
	letter-spacing:0.25px;
	line-height:18px;
}

#article hr {
	color: #C0C0C0;
	background-color:#C0C0C0;
	height:1px;
	border:0px;
}

/***** Links *****/
#article a:link{
color: #009ce6;
}

#article a:visited{
color: #009ce6;
}

#article a:active{
color: #4bc5aa;
}

#article a:hover{
color: #4a6c1a;
}

/***** 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;
}

/***** listings *****/

#article ol {
	start:1; 
	list-style-type:decimal;
}

#article li {
	line-height:normal;
	margin-top:5px;
}

/***** Images *****/
#article img {
	border: 0px;
	padding:10px;
}

/***** Media : Picture *****/
#album{
    width: 150px;
    height: auto;
    float: right;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#thumbnail_album{
    width: 149px;
    height: 140px;
    background-image:url(../images/img_content/frame-nopic.jpg);
}

#thumbnail_album:hover{
    
    background-image:url(../images/img_content/frame.jpg);
}

#thumbnail_album img{
margin-right: 21px;
margin-top: 28px;
padding: 0px;
height: 79px;
width: 107px;
}

#name_album{
    width: 150px;
    height: auto;
    margin: 5px;
    padding: 0px;
    text-align: center;
}

#name_album p{
margin: 0px;
line-height: 14px;
}

/***** Media : audio *****/
#album_audio{
    width: 150px;
    height: 240px;
    float: right;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}

#thumbnail_album_audio{
    width: 149px;
    height: 140px;
    background-image:url(../images/img_content/frame-nopic.jpg);
}

#thumbnail_album_audio:hover{
    
    background-image:url(../images/img_content/frame.jpg);
}

#thumbnail_album_audio img{
margin-right: 21px;
margin-top: 28px;
padding: 0px;
height: 79px;
width: 107px;
}

#name_album_audio{
    width: 150px;
    height: auto;
    margin: 5px;
    padding: 0px;
    text-align: left;
}

#name_album_audio p{
margin: 0px;
line-height: 14px;
}

.interlocutor{
    font-weight: bold;
}

.function{
    font-style: italic;
}

.date-location{
    font-size: 9px;
    color:#626266;
}

.audio_text{
    display: none;
}

.audio_text_inside{
    background-color:#FFFFFF;
    margin: 0px;
    padding-left:20px;
    padding-top:20px;
    padding-bottom: 1px;
    padding-right: 20px;
    height: auto;
    width: auto;
}

.audio_text_inside p{
    text-align:justify;
    font-size: 12px;
    color:#626266;
}
/*
.photoDroite {  
	float: right;
}

.photoGauche {
	float: left;
}
*/
/***** Translation unavailable *****/
#article .translation_unavailable {
	margin: 10px 10px 0px 0px;
	padding: 0px 40px 0px 40px;
	background-color: #f8f689;
	text-align: center;
}
/********** 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;
}