/*
Theme Name: Grand Large Immobilier
Theme URI: 
Description: Custom css
Version: 1.0
Author: David Lascombe
Tags: humanitaire, logistique, transport, insertion
*/



/* Basic CSS */
body {
	background: url("../img/bg_gris.jpg") #25211e repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#6b6b6b;
	font-size:0.75em;
	line-height:1.2em; /*il faut contraindre pour IE */
}
body > .wrapper { width: 980px; margin: 0; padding: 0;}
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color:#FFF;
	/*color:#d7c2b3;*/
}
a:hover {
	text-decoration: underline; 
	
}

img {
	display: block;
	border: 0;
}
input[type=submit] { margin:0; padding:0; border:0; background:url(../img/bt_newsletter.jpg) no-repeat; width:88px; height:20px;}
input[type=submit]:hover { background:url(../img/bt_newsletter_ro.jpg) no-repeat;}
input[type="radio"]:checked { background-color:#FFF; color:#FFF;  } 



 
ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }
ul li { float: left; margin: 0; padding: 0;}

ul.normal_list { list-style:none; overflow:visible }
ul.normal_list > li { float:none; padding: 0 0 0 20px;}




/* ===== Tabs CSS pour le Menu ===== */
div.tabPanes > div { display: none; } /* initially all panes are hidden */
div.tabPanes { padding: 0; margin: 0; }

ul li.tab_accueil a {background:url(../img/tab_accueil_i.jpg) no-repeat; display: block; height:39px; width:190px;}
ul li.tab_accueil a:hover {background:url(../img/tab_accueil_ro.jpg) no-repeat; }
ul li.tab_accueil a.current {background:url(../img/tab_accueil.jpg) no-repeat;}

ul li.tab_apropos a {background:url(../img/tab_apropos_i.jpg) no-repeat; display: block; height:39px; width:190px;}
ul li.tab_apropos a:hover {background:url(../img/tab_apropos_ro.jpg) no-repeat; }
ul li.tab_apropos a.current {background:url(../img/tab_apropos.jpg) no-repeat;}

ul li.tab_logistique a {background:url(../img/tab_logistique_i.jpg) no-repeat;display: block;height:39px;width:189px;}
ul li.tab_logistique a:hover {background:url(../img/tab_logistique_ro.jpg) no-repeat; }
ul li.tab_logistique a.current {background:url(../img/tab_logistique.jpg) no-repeat;}

ul li.tab_insertion a {background:url(../img/tab_insertion_i.jpg) no-repeat;display: block;height:39px;width:191px;}
ul li.tab_insertion a:hover {background:url(../img/tab_insertion_ro.jpg) no-repeat; }
ul li.tab_insertion a.current {background:url(../img/tab_insertion.jpg) no-repeat;}

ul li.tab_outils a {background:url(../img/tab_outils_i.jpg) no-repeat;display: block;height:39px;width:179px;}
ul li.tab_outils a:hover {background:url(../img/tab_outils_ro.jpg) no-repeat; }
ul li.tab_outils a.current {background:url(../img/tab_outils.jpg) no-repeat;}





/* ===== Containers ===== */
/* Container de toute le site */
#container_big {
	background:url("../img/background.jpg") no-repeat;
	width: 1280px;
	margin: 0 auto;
	position:absolute;
	top:0;
	left:0;
	height: 1200px;
}
/* Container du menu */
#nav_menu {
	position:absolute;
	top:163px;
	left:174px;
}
/* Container des onglets (contenu de la page) */
#container_pane {
    position:absolute;
	top:202px;
	left:160px;
}

/* ===== Div de textes, images suppl�mentaires et liens (positionnements) ===== */
/* Communs */
#logo {position:absolute; top:10px; left:181px; width:139px; height:129px;}
#txt_contact { position:absolute; top:113px; left:1038px;}
#facebook a {background:url(../img/facebook.jpg) no-repeat; width:64px; height:14px; position:absolute; top:990px; left:199px;}
#facebook a:hover { background:url(../img/facebook_ro.jpg) no-repeat;}
#googlemaps a {background:url(../img/googlemaps.jpg) no-repeat; width:64px; height:14px; position:absolute; top:990px; left:263px;}
#googlemaps a:hover { background:url(../img/googlemaps_ro.jpg) no-repeat;}
#retrouveznous { color:#aaaaaa; position:absolute; top:993px; left:339px;}
#txt_copyright { color:#aaaaaa; position:absolute; top:1011px; left:199px;}
#txt_copyright a { color:#aaaaaa;}
#content_iframe {position:absolute; top:45px; left:92px; max-width:546px; max-height:618px; background:none;}
#content_iframe a{font-size:16px; color:#688690;}
#menu_iframe {position:absolute; top:160px; right:95px; text-align:right; background:none;}	
#menu_iframe a{font-size:16px; color:#FFF;} /* previous = color:#688690; */
.highlight{ color:#ff9c00;}
	
/* Page d'accueil */
#motscles_left {position:absolute; top:446px; right:715px; text-align:right; font-size:18px; color:#FFF; line-height:30px;}
#motscles_right {position:absolute; top:446px; left:685px; text-align:left; font-size:18px; color:#FFF; line-height:30px;}
#news { position:absolute; top:314px; left:310px; width:350px; height:180px; color:#FFF; }
#news_title { position:absolute; top:0px; right:0px; text-align:right; max-width:215px; max-height:35px; text-transform:uppercase; font-size:18px;}
#news_content { position:absolute; top:40px; text-align:center; width:325px; height:178px; max-width:325px; max-height:178px; line-height:1.25em; font-size:16px; letter-spacing:0.75px;}
#news_previous a{ position:absolute; top:515px; left:630px; width:11px; height:11px; background:url(../img/arrow_left.jpg) no-repeat;}
#news_previous a:hover{ background:url(../img/arrow_left_ro.jpg) no-repeat;}
#news_next a{ position:absolute; top:515px; left:645px; width:11px; height:11px; background:url(../img/arrow_right.jpg) no-repeat;}
#news_next a:hover{ background:url(../img/arrow_right_ro.jpg) no-repeat;}
#newsletter { position:absolute; top: 631px; left:110px; width:130px; color:#000;}
#cartouches { position:absolute; top: 627px; left:462px; width:131px; color:#000;}
#ensavoirplus a {background:url(../img/ensavoir_plus.jpg) no-repeat; width:88px; height:20px; position:absolute; top:727px; left:458px;}
#ensavoirplus a:hover { background:url(../img/ensavoir_plus_ro.jpg) no-repeat;}
#faireundon a {background:url(../img/faire_un_don.png) no-repeat; width:95px; height:27px; position:absolute; top:724px; left:809px;}
#faireundon a:hover { background:url(../img/faire_un_don_ro.png) no-repeat;}
#diapo { position:absolute; top: 611px; left:864px; height:95px width:98px;}
#diapo_intro1 { position:absolute; top: 0px; left:0px; height:95px width:98px;}
#diapo_intro2 { position:absolute; top: 0px; left:0px; height:95px width:98px;}
#diapo1 { position:absolute; top: 0px; left:0px; height:95px width:98px;}
#diapo2 { position:absolute; top: 0px; left:0px; height:95px width:98px;}
#diapo3 { position:absolute; top: 0px; left:0px; height:95px width:98px;}
#diapo4 { position:absolute; top: 0px; left:0px; height:95px width:98px;}
#diapo5 { position:absolute; top: 0px; left:0px; height:95px width:98px;}
#diapo6 { position:absolute; top: 0px; left:0px; height:95px width:98px;}
#diapo7 { position:absolute; top: 0px; left:0px; height:95px width:98px;}
#diapo8 { position:absolute; top: 0px; left:0px; height:95px width:98px;}
#diapo_outro { position:absolute; top: 0px; left:0px; height:95px width:98px;}

/* A Propos de Nous */


/* Logistique */


/* Insertion */
 

/* Boite a Outils */
#map_fichepays {background:url(../img/fond_pays.jpg) no-repeat; width:559px; height:380px; position:absolute; top:80px; left:-29px;}
#liste_pays {position:absolute; top:280px; left:60px;line-height:1.6em;}
#txt_fiche_pays {position:absolute; top:485px; left:40px; width:450px;}
#acroreader a{position:absolute; top:570px; left:35px; width:53px; height:52px; display:block; background-image:url(../img/acroreader.jpg);}
#acroreader a:hover{background-image:url(../img/acroreader_ro.jpg);}
/* Fiches pays */
#madagascar {position:absolute; top:163px; left:310px; background:url(../img/fiche_madagascar.jpg); width:114px; height:52px;}
#guinee {position:absolute; top:130px; left:160px; background:url(../img/fiche_guinee.jpg); width:86px; height:41px;}
#niger {position:absolute; top:115px; left:210px; background:url(../img/fiche_niger.jpg); width:67px; height:44px;}
#algerie {position:absolute; top:100px; left:180px; background:url(../img/fiche_algerie.jpg); width:93px; height:51px;}
#benin {position:absolute; top:130px; left:190px; background:url(../img/fiche_benin.jpg); width:99px; height:38px;}
#burkina {position:absolute; top:140px; left:120px; background:url(../img/fiche_burkina.jpg); width:138px; height:31px;}
#cameroune {position:absolute; top:140px; left:170px; background:url(../img/fiche_cameroune.jpg); width:108px; height:36px;}
#mali {position:absolute; top:120px; left:190px; background:url(../img/fiche_mali.jpg); width:71px; height:43px;}
#maroc {position:absolute; top:100px; left:160px; background:url(../img/fiche_maroc.jpg); width:93px; height:37px;}
#tchad {position:absolute; top:130px; left:190px; background:url(../img/fiche_tchad.jpg); width:99px; height:38px;}
#senegal {position:absolute; top:140px; left:140px; background:url(../img/fiche_senegal.jpg); width:100px; height:26px;}
#togo {position:absolute; top:130px; left:190px; background:url(../img/fiche_togo.jpg); width:66px; height:42px;}
#centreafrique {position:absolute; top:140px; left:100px; background:url(../img/fiche_centreafrique.jpg); width:194px; height:34px;}
#congo {position:absolute; top:140px; left:190px; background:url(../img/fiche_congo.jpg); width:92px; height:46px;}
#mauritanie {position:absolute; top:130px; left:140px; background:url(../img/fiche_mauritanie.jpg); width:120px; height:32px;}
#rdc {position:absolute; top:130px; left:220px; background:url(../img/fiche_rdc.jpg); width:79px; height:66px;}

#soudan {position:absolute; top:115px; left:215px; background:url(../img/fiche_soudan.jpg); width:92px; height:57px;}
#haiti {position:absolute; top:115px; left:150px; background:url(../img/fiche_haiti.jpg); width:69px; height:37px;}

/* Don en ligne */
#don_paypal {position:absolute; top:520px; left:100px;}
#don_pdf a{position:absolute; top:520px; left:395px; width:223px; height:88px; background:url(../img/faire_un_don_pdf.png);}
#txt_paypal {position:absolute; top:290px; left:150px; color:#FFF;}
#txt_paypal a:hover{text-decoration: none;}
#pourquoi_le_don{position:absolute; top:125px; left:680px; width:228px; height:585px; overflow:hidden; color:#FFF; font-size:11px; text-align:justify;}


