@import url(init.css);

body
{
	margin: 0 auto;
	width: 984px;
}

div#global
{
	position: relative;
	padding: 0px;
	float: left;
	color: #000;
	z-index:12;
}

ul li
{	
	list-style: none;
}

a:hover, a:visited, a:link, :active
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/**************************************/
/*************** HEADER ***************/
/**************************************/

div#header
{
	width: 983px;
	height: 357px;
	float: left;
	background:url('./images/adventiste/header.png') no-repeat bottom center;
	position:relative;
}

div#logo
{
	position:absolute;
	top:27px;
	left:33px;
}

div#adminLink
{
	float:right;
	margin-top:80px;
}

div#header #multi_map_list
{
	float:right;
	margin-right:40px;
	min-width:289px;
	padding-top:15px;
	min-height:128px;
	background:url('./images/header/carte_monde_back.png') no-repeat;	
}

#multi_map_list ul li
{
	float:left;
}

#multi_map_list ul .mini_maps_separator
{
	display:inline-block;
	margin:0 10px;
	width:2px;
	height:45px;
	background:url('./images/header/mini_maps_separator.png') no-repeat;
}

#multi_map_list ul #mini_world_map
{
	display:inline-block;
	width:63px;
	height:35px;
	background:url('./images/header/mini_world.png') no-repeat;
}

#multi_map_list ul #mini_france_map
{
	display:inline-block;
	margin-left:176px;
	width:32px;
	height:35px;
	background:url('./images/header/mini_france.png') no-repeat;
}

#multi_map_list ul #contact_us
{
	display:inline-block;
	width:22px;
	height:35px;
	background:url('./images/header/mini_contact.png') no-repeat;
}

#array_map_paris
{
	display:none;		
}

#retour
{
	display:none;	
	color:#155351;	
}

#retour:hover
{
	cursor: pointer;	
}

div#header div#lang
{
	position: absolute;
	top: 10px;
	right: 15px;
	height: 19px;
}

div#header div#lang ul
{
	list-style: none;
}

div#header div#lang ul li
{
	float: right;
	margin-left: 5px;
}

div#header div#lang a
{
	display: block;
	text-indent: -9999px;
	width: 27px;
	height: 19px;	
}

div#header div#lang a#fr_FR
{
	background: url("images/lang/fr_FR.png") no-repeat;
}

div#header div#lang a#fr_FR:hover
{
	background: url("images/lang/fr_FR_hover.png") no-repeat;
}

div#header div#lang a#en_US
{
	background: url("images/lang/en_US.png") no-repeat;	
}

div#header div#lang a#en_US:hover
{
	background: url("images/lang/en_US_hover.png") no-repeat;	
}
/**************************************/
/**************** MENU ****************/
/**************************************/

div#menu
{
    float: left;
    height: 198px;
    margin-top: 156px;
    width: 244px;
}
div#menu ul
{
    margin-top: 8px;
	float:left;
	width:100%;
	z-index:13;
}

#menuSlide
{
	float:left;
	z-index:13;
}

#menuSlide a .content
{
	font-size:18px;
}
div#menu ul.submenu
{
	margin-left: 0;
    margin-top: 0;
	float:none;
	width:auto;
	top: 39px;
	left:0;
	z-index:13;
	font-weight:normal;
}

div#menu ul li
{
	width:155px;
	text-transform:uppercase;
	font-size:11px;
	display:block;
	float:left;
	padding: 4px 0px 4px 20px;
	background:url('./images/menu/menu_chevron.png') no-repeat right center;
}

div#menu ul li a span.content
{
	float: left;
}

div#menu ul li a
{
	float: left;
	display:inline-block;
	color:white;
	width:100%;
	text-decoration: none;
	background:url('./images/menu/menu_border_bottom.png') bottom center no-repeat;
}

div#menu ul li a.current,div#menu ul li a:hover
{
	font-weight: bold;
}



/**************************************/
/************** CONTENT ***************/
/**************************************/
#institution
{
	float: left;
	width: 984px;
	background:url('./images/adventiste/institution.png') no-repeat;
	height: 148px;
    padding-top: 30px;
	position:relative;
	margin: 10px 0;
}

.carte
{
	position:absolute;
	right:0px;
	top:0px;		
}

#content
{
	position: relative;
	float: left;
	width: 984px;
	z-index: 1;	
	border-top:2px solid #ead087;
}

#etude_encart
{
	float:left;
	position:relative;
	width:769px;
	height:136px;
	background:	url('./images/content/etude_de_la_bible.png') no-repeat;
}

#trimestre_encart
{
	display:inline-block;
	position:absolute;
	bottom:0px;
	left:9px;
	font-size:24px;
	color:white;
}

#trimestre_encart sup
{
	font-size:0.8em;
}

#position_1
{
	float:left;
	margin-top:40px;
	width:769px;		
}

#position_2
{
	float:left;
	width:375px;		
}

#position_2 #position_2_title
{
	display:inline-block;
	text-transform:uppercase;
	color:#155351;
	font-size:15px;
	font-weight:bold;
	width:345px;
	text-align:left;
	padding:3px 0 3px 30px;	
	background:#f4f2f0;
	margin-bottom:10px;
}

#position_3
{
	float:left;
	margin-left:20px;
	width:375px;		
}

#position_3 #position_3_title
{
	display:inline-block;
	/*text-transform:uppercase;*/
	color:#155351;
	font-size:15px;
	font-weight:bold;
	width:345px;
	text-align:left;
	padding:3px 0 3px 30px;	
	background:#f4f2f0;
	margin-bottom:10px;
}

#position_1 #position_1_title
{
	display:inline-block;
	text-transform:uppercase;
	color:#155351;
	font-size:20px;
	float:left;
	width:100%;	
	padding-bottom:5px;
	border-bottom:2px solid #155351;	
}

.list_position_1
{
	display:inline-block;
	float:left;
	width:210px;
	/*height:115px;*/
	margin-top:20px;
	margin-right: 25px;
}

.list_archive
{
	display:inline-block;
	float:left;
	width:345px;
	background:#f4f2f0;
	padding:5px 0 5px 30px;
}

.list_archive_etude
{
	display:inline-block;
	list-style: none;
	float:left;
	clear:both;
	padding-left:12px;
	background:url('./images/content/arrow_etude.png') 0px 5px no-repeat;
	width:333px;
	color:#76686f;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px solid #76686f;		
}

.list_etude
{
	display:inline-block;
	list-style: none;
	float:left;
	clear:both;
	padding-left:12px;
	background:url('./images/content/arrow_etude.png') 0px 5px no-repeat;
	width:180px;
	color:#76686f;
	padding-bottom:3px;
	margin-bottom:5px;
	border-bottom:1px solid #76686f;	
}

.list_etude a
{
	color:#76686f;
	text-decoration: none;
	/*text-transform: uppercase;*/	
	font-size:14px;
}
.change-trimestre
{
	float: left;
	margin-top: 15px;
	background-color: #F4F2F0;
	width: 769px;
	padding: 5px 0;
}
.change-trimestre-archive {
	float: left;
	background-color: #F4F2F0;
	width: 769px;
	padding: 5px 0;
	margin-bottom: 15px;
}
.change-trimestre li, .change-trimestre-archive li
{
	float: left;
	margin-left: 10px;
	padding-left: 20px;
	background: url(images/content/arrow_etude.png) 8px center no-repeat;
	border-left: 1px solid #76686f;
}
.change-trimestre li.active a, .change-trimestre-archive li.active a {
	font-weight: bold;
	color: #5f5359;
}
.change-trimestre li:first-child, .change-trimestre-archive li:first-child
{
	border: none;
	margin: 0;
}
.change-trimestre a, .change-trimestre-archive a
{
	color:#76686f;
	text-decoration: none;
	font-size:14px;
}
.change-trimestre a:hover, .change-trimestre-archive a:hover
{
	text-decoration: underline;
}
.list_archive_etude a
{
	color:#76686f;
	text-decoration: none;
	text-transform: uppercase;	
	font-size:14px;	
}

#archive_separator
{
	display:inline-block;
	width:769px;
	height:47px;
	/*margin-top:30px;*/
	margin-top:15px;
	/*margin-bottom:16px;	*/
	background:url('./images/content/archive_separator.png') no-repeat;
}

#map
{
	float:left;
}

#map_area
{
	float:left;
	position:relative;
	width:765px;
	border-bottom:1px solid #365064;
}

#compteur_nb_eglise
{
	position:absolute;
	top:0px;
	right:0px;
	margin:50px 67px 0 0px;
}

#compteur_nb_eglise #nb_eglise
{
	display:inline-block;
	float:right;
	width:88px;
	height:28px;
	margin-top:10px;
	text-align:center;
	font-size:18px;
	background:url('./images/map/nb_eglise.png') no-repeat;
	border:none;
	color:#155351;
}

#compteur_nb_eglise label
{
	display:inline-block;
	float:left;
	color:#155351;
}

#research
{
	margin-right:50px;	
	width:220px;
	margin-bottom:30px;
	position:absolute;
	right:0px;
	bottom:10px;
}

#research input#string
{
	display:inline-block;
	float:left;
	width:192px;
	height:27px;
	background:url('./images/map/search_input.png') no-repeat;
	border:none;
}

#research input#search_submit
{
	display:inline-block;
	width:26px;
	float:left;
	height:27px;
	background:url('./images/map/submit_input.png') no-repeat;
	border:none;
}

#research label
{
	display:inline-block;
	float:left;
	width:100%;
	color:#155351;
}

#result_display
{
	float:left;
	width:765px;
}

#result_display table
{
	display:block;
	width:665px;
	margin:15px auto;	
}

#result_display table tbody, #result_display table tr 
{
	float:left;
	display:inline-block;
	width:100%;	
}

#result_display table tr 
{
	margin:5px 0;	
}

#result_display table td
{
	float:left;
	display:inline-block;
	text-align:left;
	color:#155351;
	width:150px;
}

#result_display table td a
{
	color:#155351;
}

#result_display table td.title_table
{
	font-weight:bold;	
}

#belgique_link
{
	position:absolute;
	text-decoration:none;
	top:35px;
	left:240px;
	color:white;
		
}

#luxembourg_link
{
	position:absolute;
	text-decoration:none;
	top:80px;
	left:324px;
	color:white;	
}

#suisse_link
{
	position:absolute;
	text-decoration:none;
	top:170px;
	left:350px;
	color:white;	
}

#eglise_search
{
	float:left;
	width:765px;
	padding-bottom:20px;
	border-bottom:1px solid #365064;
}

#first_title
{
	color:#155351;
	text-transform:uppercase;
	padding-left:20px;
	font-size:18px;
	background:url('./images/map/arrow_first_title.png')  0px 7px no-repeat;
}

#second_title
{
	color:#155351;
	padding-left:20px;
}

#eglise_listing
{
	float:left;
	width:370px;
	margin-top:15px;
}

#eglise_listing ul
{
	margin-top:5px;	
	padding-left:20px;
}

#eglise_listing a
{
	text-transform: uppercase;
	color:#447574;
	font-size:14px;
	text-decoration:none;	
}

#eglise_listing .eglise_name
{
	text-transform: uppercase;
	color:#447574;
	font-size:14px;
	padding-left:20px;
	margin-top:5px
}

#eglise_listing .eglise_name:hover
{
	font-weight:bold;
}

#eglise_listing a:hover
{
	font-weight:bold;	
}

#pasteur_preview
{
	float:left;
	width:370px;
	margin-top:15px;
	padding-left:20px;
	border-left:1px solid #365064;
}

#pasteur_preview span
{
	display:inline-block;
	float:left;
}

#pasteur_preview #pasteur_image
{
	width:85xp;
	height:115px;
	clear:both;
	margin-top:15px;
}

#pasteur_preview #info_eglise
{
	width:275px;
	margin-left:10px;
	margin-top:15px;
	font-size:12px;
	color:#447574;
}

#plan_button
{
	display:inline-block;
	float:left;
	height:20px;
	width:66px;	
	text-decoration:none;
	background:url('./images/map/plan_button.png') no-repeat;
}

#pasteur_preview #info_eglise p
{
	width:100%;
}

#pasteur_preview #info_eglise #pasteur_name
{
	color:#155351;
	font-weight: bold;	
}

#pasteur_preview #info_eglise #pasteur_mail
{
	color:#155351;
	text-decoration:none;	
}

#pasteur_preview span p
{
	display:inline-block;
	float:left;	
}
	
#pasteur_preview span #pasteur_title
{
	padding-left:20px;
	text-transform:uppercase;
	color:#155351;
	font-size:15px;
	background:url('./images/map/arrow_first_title.png')  0px 5px no-repeat;
}

#pasteur_preview #pasteur_listing_title
{
	display:inline-block;
	float:left;
	font-size:14px;
	color:#447574;
}

#eglise_listing #eglise_listing_title
{
	text-transform: uppercase;
	color:#155351;	
	padding-left:20px;
	font-size:15px;
	background:url('./images/map/arrow_first_title.png')  0px 5px no-repeat;	
}

#text_document
{
	float:left;
	width:770px;
	padding-bottom:20px;
	border-bottom:1px dotted #365064;	
}

#document_list
{
	float:left;	
}

#text_document img
{
	display:block;
	float:left;
	margin:0 10px 10px 0;
	max-width:275px;
	max-height:197px;
}

#text_document p
{
	display:inline-block;
	float:left;
}

#text_document span#content_doc
{
	display:inline-block;
	float:right;
	width:462px;
	margin-right:20px;
}

a.img_link
{
	text-decoration:none;
}

#page
{
	width:85%;
	float: left;
	margin-left: 30px;
	overflow: hidden;
}

#news
{ 
	width: 85%;
	float: left;
	margin-left: 30px;
	overflow: hidden;
}

.news
{ 
	width: 630px;
	float: left;
	overflow: hidden;
	padding-bottom:20px;
	border-bottom:1px solid #4167A7;
}

#news_list_left
{
	float:left;
	width:129px;
	margin-right:10px;
	margin-top:15px
}

.news h3
{
	display:inline-block;
	float:left;
	text-transform:uppercase;
	padding-bottom:10px;
	border-bottom:1px solid #023489;
	margin-top:15px;
	color:#023489;
}

.news #news_content
{
	display:inline-block;
	float:left;
	width:100%;
	color:#023489;
	margin-top:15px;
}

.news #news_content p
{
	color:#023489;	
}



/**************************************/
/*************** FOOTER ***************/
/**************************************/

#footer
{
	position: relative;
    float: left;
    width: 984px;
	margin:25px 0;
}

#footer #mentions-legal
{
	width: 1000px;
    float: left;
	font-size: 12px;
}

#footer #mentions-legal ul
{
	width:775px;
	margin: 0 auto;
}

#footer #menuFooter ul
{
	display:inline-block;
	float:left;
	padding-left:100px;
	width:905px;
	margin: 0 auto;
}

#footer #mentions-legal ul li
{
    float: left;
	margin-right: 5px;
	color: #d5a10e;	
}
#footer #menuFooter ul li
{
	float: left;
	margin-right: 5px;
}
#footer #mentions-legal a
{
    float: left;
	color: #d5a10e;
}
#footer #mentions-legal a:hover
{
	color: #000;
}

/**************************************/
/*********** PAGE EDIT FO *************/
/**************************************/

#page
{
	float:left;
	width:769px;
	margin-left:0;
	padding-bottom:20px;
	border-bottom:1px solid #4167a7;
}

.mini_categorie_list
{
	float:left;
	clear:both;	
	margin-bottom:5px;
	border-bottom:1px dotted #365064;
	border-bottom-style: 
}

#category_list_left
{
	float:left;	
	color:#365064;
	width:140px;
}

#category_list_left p
{
	font-size:12px;
}

#category_list_left a
{
	display:inline-block;
	float:left;	
	margin:5px 5px 0 0;
}

#category_list_left #audio_return
{
	float:left;
	clear:both;
	margin-right:47px;
}

#category_list_left .index_return
{
	float:left;
	width:100%;
}

#category_list_left #category_list_left_title
{
	display:inline-block;
	float:left;
	width:100%;
	font-size:20px;
	color:#6DA06D;	
		
}

#listing_audio
{
	float:left;
	margin-left:15px;
	width:610px;
}

#listing_audio h1
{
	display:inline-block;
	float:left;	
}

#listing_audio #episodes
{
	display:inline-block;
	float:left;
	width:100%;
	margin-bottom:32px;
	margin-top:20px;
	font-size:20px;
}

#listing_audio .audio_title
{
	display:inline-block;
	float:left;
	width:100%;
	padding-left:2px;
		
}

#listing_audio p
{
	display:inline-block;
	float:left;
	clear:both;	
}


.audio_player
{
	float:left;
	width:100%;
	margin:5px 0;
	padding-bottom:10px;
	border-bottom:1px dotted #365064;	
}

.audio_player a
{
	display:inline-block;
	float:left;
	margin:5px;	
}

#dewplayer
{
	display:inline-block;
	margin:5px 0;
	float:left;
}

.top_detail
{
	display:inline-block;
	float:left;
	width:100%;
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px dotted #365064; 
		
}

.category_podcast
{
	display:inline-block;
	float:left;
	margin:3px 0 0 20px;
}

#wait
{
	display:none ;
	position:absolute;
	left:475px;
	top:475px;
	z-index:2;
}

#edition
{
	margin:auto;
}

#itemEditionT
{
	display:none;
	background-color:white;
	position:fixed;
	top:25px;
	left:325px;
	z-index:2;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 5px 7px #555;
	-webkit-box-shadow: 0 5px 7px #555;
	/*height:470px;*/
	width:700px;
	border:2px solid black;
}

#itemEditionT .boutonT
{
	margin-top:4px;
	float:left;
	text-align:center;
	width:50%;
}

#column
{
	float:left;
	padding:1px;
	margin-left:0;
	width:769px;
	display:block;
}

.column0
{
	float:left;
	padding:1px;
	display:block;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	padding:1px;
	width:98%;
}

.column1
{
	float:left;
	padding:1px;
	display:block;
	-moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	margin:1px 0 0 5px;
	width:48%;
}

.column2
{
	float:left;
	padding:1px;
	display:block;
	-moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	margin:1px 0 0 5px;
	margin-left:11px !important;
	width:49%;
}


#hoverItem
{
	position:absolute;
	top:0;
	right:0;
	display:none;
	-moz-border-radius: 0 5px 0 5px;
    -webkit-border-radius: 0 5px 0 5px;
	border-radius: 0 5px 0 5px;
	background-color:white;
	border-left:1px solid black;
	border-bottom:1px solid black;
	height:30px;
	
}

#hoverItem #hoverEdit
{
	float:left;
	height:20px;
	width:20px;
	margin:4px 2px 4px 4px;
}


.itemFront
{
	position:relative;
	float:left;
	border-radius: 5px;
	width:99%;
	min-height:75px;
	margin:10px 0;
}

.itemFront .content, .unitemFront .content
{
	color:#023489;
}


.itemFront .content table, .itemFront .content table > *,.itemFront .content table tr, .itemFront .content table td,.unitemFront .content table, .unitemFront .content table > *,.unitemFront .content table tr, .unitemFront .content table td
{
	border:0;
}

.itemFront .content table td, .unitemFront .content table td
{
	display:block;
	width:355px;
	float:left;
	margin-right:10px;
}

.itemFront .content a, .unitemFront .content a
{
	color:#023489;
}


p#titreP
{
	float:left;		
}

#close
{
	text-align: right;
	margin: 5px 10px 0 0;
}

#close:hover
{
	cursor: pointer;
}

#line
{
	border-bottom : 2px solid black;
	margin-bottom:3px;
}

.unitemFront
{
	position:relative;
	float:left;
	width:99%;
	min-height:75px;
	margin:10px 0;
}

.unitemFront span.content p, .itemFront span.content p
{
	color:#023489;
}

.colonne
{
	float:left;
	width:25%;
	padding: 0 5px;
}

#document
{
	float:right;
	width:206px;
	min-height:381px;
	padding-bottom:20px;
	background:#f7eccf url('./images/download/download_back.png') repeat-y ;
}

#document span
{
	float:left;
	width:100%;
	height:50px;
	padding-top:15px;
	background:#ce950b;	
}

#document a
{
	display:inline-block;
	float:left;
	margin-left:20px;
	width:186px;
	color:#969c90;
	text-decoration:none;
	text-align:left;
	text-transform:uppercase;
	padding:3px 0 5px 0;
	border-bottom:1px solid #969c90;
	font-size:13px;
}

#document a:hover
{
	font-weight:bold;	
}

#document span p#title_download_up
{
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:19px;
	display:inline-block;
	float:left;
	margin-left:10px;
	padding-left:35px;
	background:url('./images/download/bottom_arrow_download.png')15px 8px  no-repeat;
}

#document span p#title_download_down
{
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:12px;
	display:inline-block;
	float:left;
	margin-left:10px;
	padding-left:35px;
}

#bia
{
	float:left;
	width:770px;	
}

#bia ul.bia_list
{
	display:inline-block;
	width:220px;
	float:left;
	margin-bottom:50px;	
}

#bia ul.bia_list .list_month
{
	display:inline-block;
	width:100%;
	float:left;
		
}

#bia ul.bia_list .list_month a
{
	color:#023489;
	text-decoration:none;	
}


#bia ul.bia_list .list_month:hover
{
	font-weight:bold;
}

#menuFooter
{
	background:url('./images/adventiste/menu-footer.png') no-repeat top center;
	width:984px;
	height:28px;
	color:white;
	padding-top:6px;
}

#menuFooter a
{
	color:white;
	font-size:10px;
	text-transform: uppercase;
}

.actu_line
{
	border-top: 1px solid #b6a38c;
	float:left;
	color: #b6a38c;
	width:100%;
	padding: 15px 0;
	font-size: 11px;
	
}

#actu_list_title
{
	margin-bottom:30px;
	color:#023489;
	font-size:20px;	
}

#more_actu
{
	color:#B6A38C;
	display:inline-block;
	float:left;
	text-decoration:none;	
}

.actu_line a
{
	color: #b6a38c;
	display:inline-block;
	float:left;
	text-decoration:none;
	margin-top:5px;
}

.actu_list_line
{
	float:left;
	width:750px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #023489;
}

.actu_list_line a
{
	color: #023489;
	display:inline-block;
	float:left;
	text-decoration:none;
	margin-top:5px;
}

.actu_list_div
{
	float:left;
	width:650px;
	margin-left:20px;	
}

.actu_list_image
{
	width: 80px;
	float:left;
}

.actu_image
{
	width: 80px;
}

#news_list_left .actu_image
{
	width: 40px;
	margin-top:3px;
}

#news_list_left .aNews
{
	float:left;
	color:#023489;
	width:129px;
	padding-bottom:5px;
	border-bottom:1px dotted #365064;
}

#news_list_left .aNews a
{
	color:#023489;
	text-decoration:none;
}

.actu_div
{
	width: 150px;
	float: right;
}

.actu_div h3
{
	font-weight: normal;
}

.actu_div a
{
	font-weight: bold;
	font-size:14px;
}

#news_list_left .actu_div
{
	width: 84px;
	margin-left:5px;
	float: right;
	font-size:12px;
}

.actu-span
{
    background: url("./images/adventiste/actu-fleche.png") no-repeat scroll 0 2px transparent;
    padding-left: 15px;
    text-transform: uppercase;
	margin-left: 100px;
}



.media_line
{
	border-top: 1px solid #6f7d8e;
	color: #365064;
	font-size: 11px;
	float:left;
	width:100%;
	min-height:1px;
	margin-bottom:5px;
	padding-top:5px;
}

#link_list
{
	width:770px;
	float:left;
	margin-top:30px;
	min-height:50px;
}

#list_all_partner
{
	float:left;
	width:570px;
	padding:0 100px;
}

#list_all_partner h1
{
	font-size:25px;
	text-align:center;
	margin-bottom:20px;
	color:#023489;		
}

#list_news
{
	float:left;
	margin-right:10px;	
}

#list_media
{
	float:left;	
	margin-right:10px;
}

#list_partenaire
{
	float:left;	
	margin-right:10px;
}

.category_index
{
	float:left;
	width:100%;
	margin:5px 0;
	padding-top:5px;
	border-top:1px dashed #365064;
}

.category_index a
{
	display:inline-block;
	float:right;
	clear:right;
	
}

.category_index .title_category
{
	display:inline-block;
	float:left;	
	font-size:12px;	
}

.media_line a
{
	color: #6f7d8e;
}

.media_image
{
	width: 80px;
	float: left;
	margin-left: 15px;
}

.media_image_awr
{
	width: 80px;
	float: left;
	margin-left: 83px;
}


.media_div
{
	float:left;
}
.media_div h3, .media_line h3
{
    text-transform: uppercase;
}

.media_div > *
{
	display:inline-block;
	float:left;
	clear:both;		
}

.media-span
{
    background: url("./images/adventiste/actu-fleche.png") no-repeat scroll 0 2px transparent;
    padding-left: 15px;
    text-transform: uppercase;
	margin-left: 100px;
}


.partenaire_line
{
	border-top: 1px solid #988e93;
	float:left;
	width:100%;
	color: #988e93;
	padding: 15px 0;
	font-size: 11px;
	
}

.partenaire_line a
{
	color: #988e93;
}

.partenaire_image
{
	max-width: 80px;
	/*height:50px;*/
	float: right;
	margin-right: 15px;
}


.partenaire_div
{
	width: 150px;
	float:left;
}

.partenaire_div span.partner_arrow
{
	display:inline-block;
	float:left;
	padding-left:10px;
	background:url("./images/partner/partner_arrow.png") 0px 2px no-repeat;
}

.partenaire_div span.partner_arrow a
{
	text-decoration:none;		
}

.partenaire_div h3
{
    text-transform: uppercase;
}

.partenaire-span
{
    background: url("./images/adventiste/actu-fleche.png") no-repeat scroll 0 2px transparent;
    padding-left: 15px;
    text-transform: uppercase;
	margin-left: 100px;
}


/******************************************/
/************** Sous-menu *****************/
/******************************************/

div#sous_menu
{
	float:left;
	width:769px;
	height:136px;
	background: #046eb6 url("./images/menu/submenu_back.png") no-repeat;
	margin-right:8px;
}

div#sous_menu p#pageParent
{
	float:left;
	display:inline-block;
	width:739px;
	padding-left:30px;
	margin-top:10px;
	background: url("./images/menu/submenu_big_arrow.png")10px 8px no-repeat;
}

div#sous_menu p#pageParent a
{
	display:inline-block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-size:18px;
	text-transform: uppercase;
}

div#sous_menu ul.child_list
{
	float:left;
	display:inline-block;
	padding-left:30px;
	margin-top:10px;
}

div#sous_menu ul.child_list li
{
	float:left;
	clear:both;
	display:inline-block;
	width:295px;
	margin-bottom:2px;
	background:url("./images/menu/submenu_small_arrow.png") right center no-repeat;
	border-bottom:1px solid white;
}

div#sous_menu ul.child_list li.current
{
	font-weight: bold;	
}

div#sous_menu ul.child_list li a
{
	display:inline-block;
	width:100%;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
}

div.entetePage
{
	float:left;		
}


h1#titleContent
{
	display:inline-block;
	width:769px;
	float:left;
	text-transform:uppercase;
	padding-bottom:10px;
	border-bottom:1px solid #023489;
	margin-top:15px;
	color:#023489;
}

div#colonne_droite
{
	float:right;
	width:203px;
}


/*************************************/
/*********** Contact *****************/
/*************************************/

#contact
{
	color:#023489;		
}

#contact_logo
{
	display:block;
	float:left;
	width:768px;
	height:136px;
	background:url('./images/contact/coordonnees_contact.png') no-repeat;
}

#contact_data
{
	float:left;
	width:768px;
	height:116px;
	padding-top:20px;
}

#postal_data
{
	float:left;
	margin-right:19px;
	background:#f4f2f0;
	width:243px;
	height:82px;
	color:#8c6239;	
}
	
#postal_data .postal
{
	text-transform:uppercase;
	font-size:bold;
	width:186px;
	display:block;
	margin:0 auto;
	margin-bottom:5px;	
}

#postal_data p
{
	width:186px;
	margin:0 auto;
}

#mail_data
{
	float:left;
	margin-right:19px;
	background:#f4f2f0;
	width:285px;
	height:82px;
	color:#8c6239;	
}

#mail_data .mail
{
	text-transform:uppercase;
	font-size:bold;
	width:186px;
	display:block;
	margin:0 auto;
	margin-bottom:5px;	
}

#mail_data span.mail
{
	margin: 0 20px;	
}

#mail_data span#emailContact
{
	float:left;
	margin:5px;
	margin-left:20px;
}

#mail_data p
{
	width:186px;
	margin:0 auto;
}

#phone_data
{
	float:left;
	background:#f4f2f0;
	width:200px;
	height:82px;
	color:#8c6239;	
}

#phone_data .tel
{
	text-transform:uppercase;
	font-size:bold;
	width:186px;
	display:block;
	margin:0 auto;
	margin-bottom:5px;	
}

#phone_data p
{
	width:186px;
	margin:0 auto;
}

#contact_separator
{
	display:block;
	float:left;
	width:770px;
	height:13px;
	background:#754c24;
}

h3#formulaire_title
{
	display:block;
	width:735px;
	float:left;	
	background:	url('./images/contact/arrow_contact.png') 10px 6px no-repeat;
	text-transform: uppercase;
	color:#8c6239;
	font-weight:normal;
	padding-left:35px;
	margin-top:10px;
	margin-bottom:20px;
}

#formContact
{
	display:block;
	float:left;	
	width:770px;
}

#formContact table
{
	display:block;
	width:700px;
	margin:0 auto;
	color:#8c6239;
}

#formContact input
{
	border:none;
	width:245px;
	height:27px;
	color:#8c6239;
	margin-left:10px;
	background:	url('./images/contact/input_contact.png') no-repeat;
}

#formContact .left_side
{
	text-align:right;
}

#formContact #message
{
	border:none;
	width:509px;
	height:143px;
	margin-left:10px;
	background:	url('./images/contact/textarea_contact.png') no-repeat;	
}

#formContact #envoyer
{
	color:#000000;
	display:block;
	width:243px;
	height:27px;
	margin-top:10px;
	background:url('./images/contact/envoyer_contact.png') no-repeat;			
}

#formContact #envoyer:hover
{
	cursor:pointer;	
}



/*******************************************/
/************* Module Document ***********/
/*******************************************/
#content > #documents
{
	float:left;
	width:770px;
	margin-top:30px;
	
}

#content > #documents .document
{
	float: left;
	width: 200px;
	text-align: center;
	margin-bottom:20px;
	margin-right:55px; 
}

.document img
{
	width:59px;
	height:59px;		
}

.link_title_doc
{
	color:#333333;	
}
/** FEED HEADER **/
#feed {
    position: absolute;
    top: 20px;
    left: 500px;
}
#feed a {
    text-decoration: none;
    padding-left: 30px;
    display: block;
    background: url('images/adventiste/feed.png') no-repeat left center;
}
#feed span {
    display: block;
    color: #2E3192;
    font-size: 11px;
    font-weight: bold;
}



#colonnePrincipaleActu{
	float:left;
	width:650px;
}
#divActu #imgActu{
	display:block;
	margin:0px auto 25px;
	max-width:80%;
	height:auto;
	clear:both;
}

#colonneDroiteActu{
	float:right;
	width:206px;
}
#div10Actu, #divNousSuivre{
	margin-bottom:20px;
}

#div10Actu h2, #divNousSuivre h2{
	height:30px;
	line-height:30px;
	background-color:#ce950b;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	padding-left:15px;
}

#divNousSuivre h2 span{
	font-size:13px;
	font-weight:normal;
	text-transform:none;
	padding-left:5px;
}

#div10Actu h3{
	font-weight:normal;
	font-size:14px;
	margin-top:3px;
	margin-left:2px;
}

#divNousSuivre div{
	margin:10px 10px 0px 10px;
}
#divNousSuivre a{
	margin-right:10px;
}

#socialBarActu{
	margin:10px 0px 20px 20px;
	height:25px;
}
#socialBarActu ul{
list-style:none;
}
#socialBarActu li{
	float:left;
}
#socialBarActu li.li1{
	margin-right:25px;
}

/*
#socialBarActu span{
	font-size:14px;
	vertical-align:top;
	padding-right:10px;
}

#socialBarActu #twitter-widget-0{
	width:71px !important;
}
*/

#divActu,#divActu a{
	color:#023489;
}

#div10ActuLien{
	color:#ccc;
	margin-top:5px;
	margin-left:5px;
	text-transform:uppercase;
	font-size:15px;
}

#titreActu{
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:10px;
}
#dateActu{
	padding-left:20px;
	font-size:14px;
}
#contenuActu{
	text-align:justify;
}

.actu_list_image{
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.actu_list_line div.dateModification{
	color:#023489;
	font-size:13px;
}
.actu_list_line div.lireLaSuite{
	text-align:right;
	clear:both;
}
.actu_list_line div.lireLaSuite a{
	float:none;
	padding-right:15px;
}

div.clear{
clear:both;
}
