* {
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	-o-transition-duration:0.2s;
	-ms-transition-duration:0.2s;
	transition-duration:0.2s;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size:0.90em;
	font: inherit;
	vertical-align: baseline;
}
.hidden {
	display:none;
}
.clearfix {
	width:100%;
	height:0px;
	clear:both;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
sup {
vertical-align: super;
  font-size: smaller;
  line-height: normal;
}
body {
	font-size:0.9em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* Page introduction */

.introduction {
	margin-left:5em;
	margin-right:5em;
}
.introduction p {
	text-align:justify;
	margin-bottom:1em;
}

#error {
	color:#900;
	font-weight:bold;
	display:none;
}
.aide { /* Pour les indications grisées d'aide... */
	color:#888;
	font-style:italic;
	font-size:12px;
}
.help {
	background-color:#FFF;
	position:absolute;
	display:none;
}
.sel {
	background-color:#526971;
	color:#FFF;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a  {
	color:inherit;
}
em,i {
	font-style:italic;
}
body {
font-family:Open sans, sans-serif;
min-width:1000px;
background-color:#5D627B;
background:#9AA0BD url(/images/arbre02.jpg) center center fixed no-repeat;
-webkit-background-size: cover; /* pour Chrome et Safari */
-moz-background-size: cover; /* pour Firefox */
-o-background-size: cover; /* pour Opera */
background-size: cover;
}
header.page { 
	background-color:#557788;
	height:70px;
}
#logo {
float:left;
}
nav#main {
color:#FFF;
font-size:1.3em;
overflow:hidden;
}
strong {
	font-weight:bold;
}
.ofhidden {
	overflow:hidden;
}
nav #main a {
	color:#8D73B0
}
nav#main li.nav1 {
display:inline-block;
line-height:70px;
vertical-align:middle;
width:16%;
text-align:center;
-webkit-transition-duration:0.5s;
-o-transition-duration:0.5s;
-moz-transition-duration:0.5s;
-ms-transition-duration:0.5s;
transition-duration:0.5s;
}

#theSubMain {
	display:none;
}

nav#main li:hover #theSubMain {
	display:block;
	width:inherit;
}
#theSubMain {
	position:absolute;
}
#theSubMain li {
	line-height:normal;
	background-color:#557788;
	color:#fff;
	display:block;
	font-size:1.3em;
	text-align:left;
	padding:0.7em 0 0.7em 0.7em;
}
nav#main li:hover {
	background-color:#334422;
	color:#FFF;
}


nav#subMenu {
	margin-top:1em;
	margin-bottom:1em;
	text-align:center;
	
}
nav#subMenu li{
	display:inline-block;
	padding:.5em;
	font-weight:bold;
	border-radius:0.2em;
	color:#000;
	font-size:0.9em;
	-webkit-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	transition-duration:0.5s;
}

nav#subMenu li:hover{
	background-color:#516A70;
	color:#FFF;
}

nav#main li.menu_ct{
	font-size:0.5em;
	padding:0;
}

#wrapper {
	padding:2em;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#d2d2d2;
	background-color:rgba(210,210,210,0.8);
	/*background-color:#C3C2C7;*/
	margin-bottom:4em;
	margin-top:2em;
	border-radius:0.5em;
}
#leftCol {
	float:left;
	margin-right:2em;
	position:relative;
}

#leftCol aside {
	border-radius:0.4em;
	width:242px;
}
aside.annuaire {
	color:#000;
	width:250px;
	padding:1em;
	background-color:#CCC;
}

aside.member { 
	color:#FFF;
	visibility:hidden;
	padding:1em;
	background-color:#557788;
	margin-top:1em;
}
aside.member #nomprenom {
	margin-top:0.2em;
	margin-bottom:0.2em;
	font-weight:bold;
}
aside.rechercher {
width:250px;
padding:1em;
	background-color:#334422;
	margin-bottom:2em;
	color:#FFF;
	font-weight:normal;
	font-size:0.85em;
	border-radius:0;
}
.gras {
font-weight:bold;
}
.label {
	margin-top:0.6em;
}
.overflow {
	overflow:hidden;
	margin-right:2em;
}
.infosMembre img {
	margin-right:0.5em;
}

table.annuaire {
margin-top:2em;
width:100%;
border-collapse:collapse;
}
table.annuaire td {
	padding:0 0.5em;
	vertical-align:middle;
	
}
table.annuaire .th {
	background-color:#EEE;
	color:#000;
	font-weight:bold;
	
}
table.annuaire .th th{
	border-collapse:separate;
	padding:0.5em;
	text-align:left;
}

table.annuaire tr.row:hover {
	background-color:#EEE;
	color:#000;
	cursor:pointer;
}

/* FORMULAIRES PUBLICS */
.formPublic, .formRetrieveMdp {
	width:600px;
}
.formPublic input {
	
}
.formPublic input[type=button],.formRetrieveMdp input[type=button] {
background-color:#730600;
	border:none;
	padding:0.5em;
	color:#FFF;
	font-family:Open sans, sans-serif;
	font-weight:bold;
	width:100%;
	cursor:pointer;
	outline:none;
}
.formPublic input[type=text], .formPublic input[type=password], .formPublic input[type=date],.formRetrieveMdp input[type=text] {
	padding:0.8em;
	border-radius:0.2em;
	border:#999 thin solid;
	width:90%;
}
.formPublic textarea {
	width:70%;
	padding:0.8em;
}
.formPublic label {
	display:block;
	font-weight:bold;
	margin-top:1em;
}
.formPublic input[type=submit], .formRetrieveMdp input[type=submit] {
	background-color:#730600;
	background-color:#334422;
	border:none;
	padding:0.5em;
	color:#FFF;
	font-family:Open sans, sans-serif;
	font-weight:bold;
	width:100%;
	cursor:pointer;
}

/* Section actualités */
#feednews {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	position:relative;
	left:-58px;
	
}
.news {
	width:70%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0.5em;
	border-bottom:#999 thin solid;
	margin-bottom:1em;
	
}
.picAuteurActu {
	float:left;
	width:100px;
	height:100px;
	margin-right:1em;
}
.auteur_news {
	font-weight:bold;
}
.titre_news {
	font-weight:bold;
	font-size:2em;
	margin-bottom:1em;
}
.contenu_news {
	padding:1.5em;
	border-radius:0.4em;
	background-color:#EEE;
}
.mc {
	font-style:italic;
}
.commentaires {
	
	margin-top:0.5em;
}
.commentaires h1 {
	font-size:0.8em;
}

#aside_news {
	float:left;
	width:160px;
}

.add_new {
	background-color:#334422;;
	cursor:pointer;
	padding:1em;
	color:#FFF;
	font-size:0.8em;
	margin-bottom:2em;
	text-decoration:none;
	vertical-align:middle;
	}
.add_new img, .add_new span {
	vertical-align:middle;
}
#aside_news a {
	text-decoration:none;
}
.filtrer_hashtags {
	background-color:#CCC;
	padding:1em;
	margin-bottom:2em;
}
.filtrer_hashtags h1 {
	font-weight:bold;
	margin-bottom:1em;
}

/* COMMENTAIRES */
.comment {

}
.comment .mypic {
	width:50px;
	height:50px;
	vertical-align:top;
}
.comment textarea {
	width:242px;
	height:38px;
	outline:none;
	padding:5px;
	border:#CCC thin solid;
	margin-left:5px;
	margin-right:5px;
}
.comment .submitComment {
	width:128px;
	height:51px;
	display:inline-block;
	border:none;
	vertical-align:top;
	cursor:pointer;
	background-color:#334422;
	color:#FFF;
}
.commentaire {
	padding-bottom:0.5em;
	padding-top:0.5em;
	border-top:#999 thin solid;
	min-height:70px;
	clear:left;
	position:relative;
}
.commentaire .ofhidden,.news .ofhidden {
	min-height:70px;
	position:relative;
}

.picCommentaire {
	width:70px;
	height:70px;
	float:left;
	margin-right:10px;
}
.auteurCommentaire {
	font-weight:bold;
	margin-bottom:0.2em;
}
.contenuCommentaire {
	font-size:0.8em;
	padding-bottom:1.30em;

}
.dateCommentaire{
	font-size:0.75em;
	color:#666;
	position:absolute;
	bottom:0;
	left:0px;
}
.date_news {
	font-size:0.8em;
	color:#666;
	
	
}
.commentaires_feed {
	background-color:#CCC;
}
#feedcovers {
padding:0 2em 2em 2em;
overflow:hidden;
}
#area_newPhotos {
	border:#999 thin solid;
	padding:1em;
	min-height:200px;
}
.area_newPhoto {
	border:thin solid #333;
	padding:1em;
}
.area_newPhoto .pw {
	width:70%;
	height:auto;
}
#previewCover {
width:200px;
height:200px;
float:left;
background-image:url(/pics/couverture.jpg);
margin-right:1em;
}
.onTop {
	position:fixed;
	top:0;
}
.coverAlbumInFeed {
	width:150px;
	height:150px;
	margin-right:1em;
	float:left;
}
.littleTitreAlbum {
	font-weight:bold;
}
.littleTitreAlbum a {
	text-decoration:none;
}
.littleTitreAlbum a:hover {
	text-decoration:underline;
}
.littleDescription {
	font-size:0.8em;
}
.albumInFeed {
	display:inline-block;
	width:40%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:1em;
	margin-top:1em;
	padding:1em;
	background-color:#EEE;
	vertical-align:top;
	border-radius:0.4em;
}
.auteurAlbumName,.auteurAlbumPic {
vertical-align:middle;
height:40px;
}
.auteurAlbumPic{
margin-right:1em;
}
.auteurAlbum {
margin-bottom:1em;
}
.bigTitleAlbum {
	font-size:2em;
	color:#526971;
	font-weight:bold;
}
.coverPhotosInFeed {
	width:150px;
	height:150px;
	margin-right:1em;
	display:inline-block;
	margin-bottom:1em;
}
.coverPhotosInFeed span {
	display:none;
}
.presentationFullAlbum {
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.auteurFullAlbum {
	font-size:0.8em;
	color:#666;
	margin-top:0.5em;
	margin-bottom:1.5em;
}
.diaporama {
	
	width:100%;
	/*background-color:#000;*/
	left:0;
	text-align:center;
	
}
.fullDiapo {
	display:none;
	height:80%;
	width:100%;
	left:0;
	top:200px;
	overflow:visible;
}
.diaporama img {
	max-height:750px;
	max-width:800px;
}
.commentaires_photos {
	/*background-color:#FFF;*/
	margin-bottom:1em;
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	
	width:442px;
}

#coms .commentaire {
	width:442px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

/* Messagerie */
#menu_messagerie {
	width:100%;
	float:left;
	width:170px;
	color:#FFF;
	margin-bottom:1em;
	margin-right:2em;
}
#menu_messagerie li {
	display:block;
	background-color:#334422;
	vertical-align:middle;
	text-decoration:none;
	margin-bottom:0.4em;
	padding-top:0.3em;
	padding-bottom:0.3em;
	margin-top:4px;
	height:30px;
	font-size:0.82em;
	padding-left:1em;
	line-height:30px;
}
#menu_messagerie a {
text-decoration:none;
}
#menu_messagerie li:hover {
	
}
.lectMessage {
background-color:#EEE;
padding:1em;
border-radius:0.4em; 
}
#content_messagerie {
overflow:hidden;
}
#content_messagerie form, #content_messagerie input,#content_messagerie textarea{
		width:100%;
}
#content_messagerie h2 {
	font-weight:bold;
	margin-bottom:0.4em;
	
}
.line_dest {
	line-height:40px;
}
.line_dest * {
	vertical-align:middle;
}
.liste_mail {
	width:100%;
}
.liste_mail td {
	padding:0.2em;
}
.liste_mail tr:nth-child(even) {
	background-color:#CCC;
}
.barre_du_bas_message {
	text-align:right;
	width:100%;

}

.barre_du_bas_message li {
	display:inline-block;
	background-color:#334422;
	width:20%;
	line-height:30px;
	text-align:center;
	color:#FFF;
	
	cursor:pointer;
}

/* Footer admin */
.footer {
	position:fixed;
	bottom:0;
	line-height:1.2em;
	width:100%;
	color:#FFF;
	background-color:#000;
}
.footer ul li {
	display:inline-block;
	font-size:0.8em;
	padding-left:1em;
	padding-right:1em;
}
.succes {
	padding-top:1em;
	color:#334422;
	font-weight:bold;
}

#adminModifAnnuaire {
	background-color:#003D3A;
	color:#FFF;
	font-weight:bold;
}
#adminModifAnnuaire li {
	display:inline-block;
	padding:0.5em;
	cursor:pointer;
}
#fade{

width:100%;
height:320px;
margin-left:auto;
margin-right:auto;  
text-align:center; 
margin-bottom:2em;
background-color:#333;
}

#fade div {
	width:100%;
	height:100%;
	position:relative;
	text-align:center;
}
#fade div img {
	height:100%;
	position:relative;
}

/* GENEALOGIE */

.people_1,.people_2, .people_3, .people_4 {
		width:7.3em;
		display:inline-block;
		vertical-align:top;
		margin-right:5px;
		margin-bottom:5px;
		height:10.8em;
		line-height:1em;
		text-align:center;
		font-size:0.9em;
	}
	
	.people_1 {
		background-color:#516A70;
	}
	.people_2 {
		background-color:#123712;
	}
	.people_3 {
		background-color:#406240;
	}
	.people_4 {
		background-color:#72A272;
	}
	.people_5 {
	/*	background-color:#778C61;*/
	}
	.conjoint_0 {
		
		color:#FFF;
		
	}
	.conjoint_1 {
		background-color:#B59C81;
		color:#FFF;
		margin-left:0;
		position:relative;
		left:-4px;
	}

	ul {
		list-style:none;
		margin-left:0;
		padding-left:0;
	}
	ul.etage_1 {
		background-image:url(white.png),url(vertical_1.png);
		background-repeat:no-repeat,repeat-y;
		background-position:bottom left,top left;
	}
	
	li.etage_3 {
		display:inline-block;
		vertical-align:top;
		
	}
	li.etage_3 {
		
		margin-bottom:5px;
		font-size:0.9em;
	}
	li.etage_4 {
		display:inline-block;
		font-size:0.9em;
	}
	li.etage_1 {
		margin:0;
		font-size:1em;
		text-align:center;
	}
	li.etage_2 {
		padding:3px;
		margin-left:0;
		font-size:0.9em;
		display:block;
		
		margin-top:2em;;
		
	}
	ul.etage_3 {
		display:block;
	}
	
	ul.etage_4 {
		background-image:url(corner_4.png);
		background-repeat:no-repeat;
		background-position:top left;
		z-index:-1;
	}
	.nomMembre {
		margin-top:0.1em;
		display:block;
		height:2.5em;
	}
	.nomMembre a {
	color:inherit;
	text-decoration:none;
	}
	.apeople {
		transition-duration:0.6s;
		display:block;
	}
	.apeople:hover {
		position:relative;
		-webkit-transform:scale(1.7);
		transform:scale(1.7);
		z-index:5000;
	}
	.family_gene {
	display:block;
	width:910px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2em;
	margin-top:0.5em;
	}
	.deces_date {
		font-size:0.8em;
		font-style:italic;
		position:relative;
		top:-1px;
		display:block;
	}
	
	h1 {
		font-size:1.5em;
		font-weight:bold;
	}
	aside h1{
		font-size:1em;
	}
	.suppressParent {
	display:block;
	text-decoration:underline;
	font-size:0.7em;
	text-align:center;
	}
	.close {
		position:relative;
		top:-6px;
	}
	.reduceDests {
		max-height:130px;
		overflow:auto;
	}
	#goup { position:fixed;bottom:10px; right:10px; width:50px; display:none;z-index:3; background-color:#666}
	.subMGene {
	font-weight:normal;
	}