/* Page Index */
body.index {
	margin: 0;
	padding: 0;
	color: #F0DBCC;
	background: #CBCBCB url(web_picts/0_tete_de_site.jpg) repeat fixed left;
}
#accueil {
	background-color: rgba(94,108,135,0.6);
	visibility: visible;
	border: 3px solid #000;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 2% 17%;
	width: 80%;
	position: relative;
	left: -14%;
}
#langues_index {
	width: 35%;
	-moz-box-shadow: 4px 4px 8px #391F15;
	-khtml-box-shadow: 4px 4px 8px #391F15;
	box-shadow: 4px 4px 8px #391F15;
	clear: both;
	margin: 1% auto 2%;
	background-color: rgba(63,63,71,0.75);
}
#langues ul li.eng, #langues_index ul li.eng {
	list-style-image: url(web_picts/united_kingdom.png);
}
#langues ul li.fr, #langues_index ul li.fr {
	list-style-image: url(web_picts/france.png);
}
#langues ul li.esp, #langues_index ul li.esp {
	list-style-image: url(web_picts/spain.png);
}
#langues ul li.esprto, #langues_index ul li.esprto {
	list-style-image: url(web_picts/esperanto.png);
}
marquee.plus {
	width: 25%;
	height: 200px;
	position: relative;
	float: right;
}
#mots_index {
	z-index: 1;
	position: relative;
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}

#texte_intro {
	background-color: rgba(24,2,0,0.6);
	visibility: visible;
	border: 3px solid #FFFFFF;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 2% 17%;
	width: 80%;
	position: relative;
	left: -14%;
}
#explik {
	background-color: rgba(24,2,0,0.7);
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	border-left: 2px solid #F2D39D;
	border-right: 2px solid #F2D39D;
}
#explik p {
	font-size: 24px;
	padding: 0.5em;
}
#texte_fonder {
	background-color: #796F5B;
	width: 94%;
	border: 2px solid #FFFFFF;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin: 2% auto;
}
#texte_fonder p {
	color: black;
	padding: 1.5em;
}
#texte_fonder_right {
	text-align: right;
}

#date_fonder p {
	font-size: 20px;
}
/* class pour mettre en évidence certains mots */
.blue {
	color: #4800FB;
}
.blue2 {
	color: #B39053;
}
.white {
	color: white;
}
.red {
	color: #D50263;
}
.red2 {
	color: red;
	text-shadow: 1px 1px 2px #999;
}
/* fin class couleur mots */
#center a img {
	width: 400px;
}
#center a:hover img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-khtml-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
p.toimoi {
	width: 40%;
	margin-right: auto;
	margin-left: auto;
}
/* page annonce */
body.annonce {
	background: url(web_picts/quitter.jpg) fixed 30% 35%;
}
/* commun à toutes les pages sauf index */
body {
	margin: 0;
	padding: 0;
	color: #F0DBCC;
	background: #CBCBCB url(web_picts/oser_fonder_light.jpg) repeat fixed;
}
body.laby {
	margin: 0;
	padding: 0;
	background-image: url(web_picts/lab_accueil.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #CBCBCB;
	color: #F0DBCC;
}

h1 {
	text-align:center;
	font: bold 48px Georgia, Helvetica;
}
h2,h3 {
	text-align:center;
}
h1.bene {
	text-shadow: 1px 1px 2px #180200;
	line-height: 2px;
}
h3.laby {
	text-shadow: 1px 1px 2px #180200;
	margin-top: 0.5em;
}
video {
	background-color: black;
	border: 5px ridge #DEB571;
}
.titre_page {
	text-shadow: 1px 1px 2px #180200;
}
/* menu */

#menu_mini {
	background-color: rgba(24,2,0,0.6);
	border: 2px solid #DEB571;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	position: fixed;
	top: 36%;
	z-index: 1;
	left: 0.5%;
	visibility: visible;
	text-align: left;
	padding-left: 0.3em;
	padding-right: 0.3em;
	margin-right: 1.5%;
	margin-left: 85.5%;
}
/* commun à certaines pages */
body.intro {
	color: #B39053;
	background: #A1A1A1 url(web_picts/13_gens.jpg) fixed;
}
body.installation,body.etre,body.arbre {
	background-color: #A1A1A1;
	color: #F0DBCC;
}
body.expo {
	background-color: #A1A1A1;
}


body.ego {
	background-color: #A1A1A1;
}
body.photo {
	color: #191919;
	background: #D3D3D3 url(web_picts/shadow_bha.jpg) fixed center;
}
body.rdv {
	margin-left: 25px;
	margin-right: 25px;
	color: #343434;
	background: #A15F17 url(web_picts/telephone_urgence.jpg) fixed bottom;
}
dt {
	color: #FAE5B0;
	font-size: 14px;
	text-shadow: 1px 1px 2px #180200;
}
dd {
	color: #FAE5B0;
	font-size: 20px;
}
.note {
	font-size: 70%;
	margin-top: 3%;
	font-style: italic;
}
#texte {
	background-color: rgba(24,2,0,0.85);
	visibility: visible;
	border: 3px solid #000;
	position: relative;
	left: 3%;
	margin-right: 15%;
	width: 92%;
}
#texte_install {
	background-color: rgba(24,2,0,0.6);
	visibility: visible;
	border: 3px solid #000;
	position: relative;
	margin: 3% 50% 2% 2%;
	padding: 0.1em;
}
#video {
	text-align: center;
	clear: both;
	position: relative;
	padding-top: 2em;
}
/* titres */
h1.bha {
	font-size: 46px;
	text-shadow: 2px 2px 4px #391F15;
}
h1.page_perso {
	color: #F0DBCC;
	text-shadow: 1px 1px 2px #180200;
}
h1.install {
	color: #DEB571;
	text-shadow: 1px 1px 2px #180200;
}
h2.install {
	color: #DEB571;
	text-shadow: 1px 1px 2px #180200;
}
h3.install {
	color: #DEB571;
	text-shadow: 1px 1px 2px #180200;
	font-style: italic;
}
body.etre h2,body.arbre h2 {
	text-shadow: 1px 1px 2px #180200;
}
h1.expo,h2.expo {
	text-shadow: 1px 1px 2px #B39053;
	color: #C6B29A;
}
h1.ego {
	text-align: left;
	text-shadow: 2px 2px 4px #180200;
	font-size: 22px;
}
h1.travail_photo {
	color: #F2D39D;
	text-shadow: 1px 1px 2px #180200;
}
h2.travail_photo {
	color: #B39053;
	font: 32px Helvetica;
	text-shadow: 1px 1px 2px #180200;
}
h2.travail_photo2 {
	color: #B39053;
	font: 28px Georgia;
	text-shadow: 1px 1px 2px #180200;
}
h1.photo {
	text-shadow: 1px 1px 2px #180200;
	color: #1E5A65;
	font: bold 300% Helvetica;
}
h2.photo {
	text-align:center;
	color: #1E5A65;
	font: 200% Helvetica;
}
h1.lumineux {
	font-size: 22px;
	color: #B8841F;
	text-shadow: 1px 1px 2px #180200;
}
h1.dit {
	font-size: 60px;
	color: white;
	text-shadow: 1px 1px 2px #180200;
	background-color: #B39053;
	border: 2px solid #000;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
h1.page_rdv {
	color: #B01A1B;
	text-shadow: 1px 1px 2px #180200;
}
h1.dor {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F2D39D;
	text-decoration: underline;
	text-shadow: 1px 1px 2px #180200;
}
h1.kestion {
	color: #765F37;
	text-shadow: 1px 1px 2px #180200;
}
h2.kestion {
	font-size: 28px;
	text-shadow: 1px 1px 2px #180200;
}                                                                                                                                  
h1.liens {
	text-shadow: 1px 1px 2px #180200;
	color: #F2D39D;
}
h2.presente {
	text-align: center;
	color: #F2D39D;
}
#drp {
	text-align: center;
}
#drp img {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.retour_bio {
	text-shadow: 1px 1px 2px #180200;
}
.retour_bio2 {
	text-shadow: 1px 1px 2px #B39053;
}
/* images */
img.vignette {
	border: 1px solid black;
	-moz-box-shadow: 1px 1px 2px #180200;
	-khtml-box-shadow: 1px 1px 2px #180200;
	box-shadow: 1px 1px 2px #180200;
}
p.index_photo a img {
	background-position: center;
	position: relative;
	bottom: 0.2em;
}
p.title_install img {
	position: relative;
	margin-top: 0.4em;
	margin-right: 0.3em;
	margin-left: 0.3em;
}
body.galerie_install div table tr td img.diaporama,body.galerie div table tr td img.diaporama {
	border: 3px ridge #B8841F;
}
/* pages */

/* Page d'"Introduction" */

/*ces div concernent la page "Introduction" */
/* appréhender */
#mot_1 {
	padding-top: 6%;
	padding-bottom: 0%;
	padding-left: 3%;
	vertical-align: 30px;
	font-family: "Century Schoolbook";
	font-weight: bold;
	z-index: -5;
	position: relative;
	left: 8%;
}
/* intemporelle */
#merci {
	padding-top: 2%;
	padding-left: 40%;
	padding-bottom: 1%;
	font-family: "Arial Unicode MS";
	position: relative;
	margin-top: -14%;
}
/* l'être dans sa modernité */
#mot_2 {
	padding-top: 0%;
	padding-bottom: 25%;
	padding-left: 25%;
	left: -37%;
	font-family: "Engravers MT";
	position: relative;
	z-index: -4;
}
/* réalité */
#mot_3 {
	padding-top: 0%;
	padding-bottom: 10%;
	left: 10%;
	font-family: "OCR A Std";
	z-index: -3;
	position: relative;
	margin-top: -28%;
}
/* interroger */
#mot_4 {
	padding-top: 0%;
	padding-bottom: 0%;
	padding-left: 38%;
	font-family: Didot;
	position: relative;
	left: -31%;
	margin-top: -2%;
}
/* monde */
#mot_5 {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 2%;
	font-family: Eurostile;
	position: relative;
	left: -24%;
	margin-top: -2%;
}
/* ceux-là même */
#mot_6 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 350px;
}
/* quotidien partagé */
#mot_7 {
	padding-top: 0%;
	padding-bottom: 0%;
	padding-left: 50%;
	position: relative;
	left: -10%;
	margin-top: -0.5%;
}
/* époque */
#mot_8 {
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 27%;
	font-family: "Lucida Handwriting";
	position: relative;
	margin-top: -2%;
	left: -10%;
}
/* chercher */
#mot_9 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	position: relative;
	margin-top: -1%;
	left: -6%;
}
/* prise effective */
#mot_10 {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 100px;
	position: relative;
	margin-top: -4%;
	left: 5%;
}
/* évolution */
#mot_11 {
	padding-top: 10%;
	padding-bottom: 0%;
	padding-left: 5%;
	font-family: Eurostile;
	position: relative;
	margin-top: -12%;
}
/* ensemble */
#mot_12 {
	padding-top: 0%;
	padding-bottom: 1%;
	padding-left: 16%;
	position: relative;
	z-index: -1;
	margin-top: -3%;
	left: 19%;
}
/* incertaines */
#mot_13 {
	padding-top: 10%;
	padding-bottom: 2%;
	padding-left: 14%;
	padding-right: 20%;
	position: relative;
	left: -12%;
	margin-top: -11%;
}
/* fin de la page "Introcduction" */
/* Agenda */

#rangee_1, #rangee_2, #rangee_3 {
	width: 88%;
}
#rangee_1 img, #rangee_2 img, #rangee_3 img {
	border: 1px solid black;
	-moz-box-shadow: 1px 1px 2px #999;
	-khtml-box-shadow: 1px 1px 2px #999;
	box-shadow: 1px 1px 2px #999;
}
/* Livre d'Or */
#texte_or {
	background-color: rgba(24,2,0,0.6);
	visibility: visible;
	position: relative;
	left: 17%;
	border: 3px solid #DEB571;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	right: 17%;
	margin-right: 40%;
}
.page_or {
	color:  #DBA128;
	font-size: 20px;
	text-shadow: 1px 1px 2px #180200;
	margin-left: 0.5em;
}
.nom_or {
	text-transform: capitalize;
}
p.dor {
	color: #F2D39D;
	font-size: 24px;
	background-color: rgba(0,0,0,0.75);
	padding: 0.3em;
	border: 1px ridge #DEB571;
	-moz-box-shadow: 1px 1px 2px #180200;
	-khtml-box-shadow: 1px 1px 2px #180200;
	box-shadow: 1px 1px 2px #180200;
	margin-left: 1.8em;
	margin-right: 1.8em;
}
#valid_or {
	background-color: rgba(24,2,0,0.6);
	visibility: visible;
	position: absolute;
	left: 17%;
	border: 3px solid #DEB571;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	margin-right: 40%;
	font-size: 30px;
	top: 10%;
	width: 55%;
	color: #DBA128;
	padding: 0.5px 2em 0.5em;
}
#valid_or p {
	text-shadow: 1px 1px 2px #180200;
}
/* installations regroupées */
#installs_2006,#installs_2008 {
	display: none;
	float: left;
	padding: 0.2em;
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
/* diaporamas */
.diaporama,.diaporama_install,.diaporama_photo {
	font: 18px "1942 report";
}

p.index a,p.index_install a,p.index_photo a {
	font: 16px "1942 report";
}

.diaporama {
	color: #D9BA87;
}

p.index {
	color: #D9BA87;
}

.diaporama_install {
	color: #DEB571;
	text-shadow: 1px 1px 2px #180200;
}

p.index_install a {
	color: #DEB571;
	text-shadow: 1px 1px 2px #180200;
}

body.galerie_photo div p.diaporama_photo {
	color: #1E5A65;
	text-shadow: 1px 1px 2px #001378;
}

p.index_photo {
	color: #1E5A65;
}

p.title,p.title_install {
	width: 24%;
	font-family: "Times New Roman", Georgia, Times, serif;
	text-shadow: 1px 1px 2px #180200;
	text-transform: capitalize;
	color: black;
	background-color: rgba(97,97,97,0.75);
	-moz-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	border: 1px groove #D9BA87;
	-moz-box-shadow: 1px 1px 2px #180200;
	-khtml-box-shadow: 1px 1px 2px #180200;
	box-shadow: 1px 1px 2px #180200;
	margin: 0;
	padding-bottom: 0.2em;
}
p.title_photo {
	width: 24%;
	font-family: Eurostile;
	text-shadow: 1px 1px 2px #001378;
	text-transform: capitalize;
	color: #1E5A65;
	-moz-border-radius: 0px 0px 10px 10px;
	-khtml-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border: 1px groove #001378;
	-moz-box-shadow: 1px 1px 2px #001378;
	-khtml-box-shadow: 1px 1px 2px #001378;
	box-shadow: 1px 1px 2px #001378;
	margin: 0;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}
/* galeries */
body.galerie {
	background-color: black;
	background-image: none;
	color: white;
}
body.galerie_install {
	background-image: none;
	background-color: #464646;
}

body.galerie_photo {
	background-color: white;
	background-image: none;
}
/* paragraphes */
p.radionomad {
	width: 60%;
	color: #DEB571;
	margin-left: auto;
	margin-right: auto;
	font-style: italic;
	font-size: 18px;
	text-shadow: 1px 1px 2px #180200;
}
p.click_photo {
	color: #1E5A65;
}
p.kestion {
	text-shadow: 1px 1px 2px #180200;
	margin-left: 4em;
}
/* listes */
li {
	color: #343434;
}
li.menu {
	color:  #B39053;
	text-shadow: 1px 1px 2px #180200;
	margin-bottom: 0.3em;
	margin-top: 0.2em;
}
ul li.menu_mini {
	list-style-image: url(web_picts/ampoule_menu.png);
	list-style-position: inside;
}
/* tableaux */

/* liens internes et externes */
a:link {
	color: #D9BA87;
	text-decoration:none;
}
a:visited {
	color: #D9BA87;
	text-decoration:underline;
}
a:hover {
	color: grey;
	text-decoration:none;
}
a:link.index_photo {
	color: #1E5A65;
	text-shadow: 1px 1px 2px #001378;
}
a:visited.index_photo {
	color: #1E5A65;
}
a:hover.index_photo {
	color: #001378;
}
/* Pages à Faire */
body.oeuvres {
	margin: 0;
	padding: 0;
	background-image: url(web_picts/9_cotte.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left;
	background-color: #F0DBCC;
	font-size: 24px;
}
.visite {
	color: black;
}
.news {
	color: #F2D39D;
	text-decoration: blink;
	font-size: 12px;
}
.soon {
	color: #F2D39D;
	font-size: 12px;
}
.titre {
	color: #392818;
	text-align: center;
	font-family: Cochin;
	text-decoration: underline;
	font-weight: bold;
}
#center {
	text-align: center;
}
#visiteurs {
	text-align: right;
	font-family: "Times New Roman";
	color: black;
	margin-right: 7%;
}
#texte_mots {
	background-color: rgba(24,2,0,0.6);
	visibility: visible;
	border: 3px solid #000;
	position: relative;
	left: 2%;
	margin-right: 20%;
	z-index: -6;
	margin-bottom: 2%;
}
#sol {
	margin-left: 85px;
	color: #F0DBCC;
	margin-bottom: 2%;
}
#ego {
	margin-left: 20px;
	margin-right: 950px;
	color: #F0DBCC;
}
p.description {
	line-height: 120%;
	font-size: 90%;
	color: #343434;
}

li.sous {
	font-size: 14px;
} 
table.intro {
	left: 120px;
	vertical-align: 750px;
}
td.intro {
	vertical-align: 750px;
}
/* Pages Temporaires */
table.bha {
	background-color: rgba(24,2,0,0.6);
	visibility: visible;
	margin-left: 22%;
	margin-right: 22%;
	border: 1px solid #ffffff;
}

a:link.temp {
	color: white;
	text-decoration: none;
}

a:visited.temp {
	color: white;
	text-decoration: none;
}

a:hover.temp {
	color: #BA762E;
	text-decoration: underline;
}