/*
Theme Name: LNwp-2024
Author: Baptiste Gagneux, Design par César Gontard
Description: Template WordPress pour LN Expertise et Conseil
Version: 0.0.1
Tags: bootstrap
*/
html, body { 
	text-align: center;
	background: #616163; 	
	height: 100%;	
	margin: 0 0 0 0;

	}


#fond{
	top: 0px;
	position: relative;	
	margin: 0 auto;
	top: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
	background: url(images/background.jpg) top left no-repeat;
	}
		
#footer { 
	position: relative;
	background: #fff;	
	height: 30px;
	width: 100%;
	padding: 5px 0 0 0;
	}

#contenu {
	position: relative;
	width: 1000px;
	margin: 0 auto; 
	text-align: left;
	z-index: 9;
	}


#logoAccueil{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#MenuAccueilQui{

}
#MenuAccueilNos {
	
} 
#MenuAccueilPar {
	
}
#MenuAccueilPro {
	
}
#MenuAccueilCon{
	
}



/*
#head{ 
	height: 430px; 
	width: 1300px; 
	margin: 0 auto;
	top: 0px;
	}
	
#paysage { 
	top: 0px;
	position: relative;
	width: 100%; 
	height: 430px;
	margin: 0 auto; 
	background: url(images/background.jpg) top left no-repeat;
	}

#logoGSI { 
	position: absolute;
	width: 162px; 
	height: 162px; 
	top: 223px;
	left: 121px;
	background: url(images/menu-background-haut-logo.png) top left no-repeat; 
	z-index: 2;
	}
	
#menu { 
	position: absolute;
	top: 300px;
	left: 300px;
	text-decoration: none;
	font-size: 20px;
	font-family: Arial;
	color: #616163;
	text-transform: uppercase;
	z-index: 3;	
	white-space: nowrap;
	word-spacing: 40px;
	}

#menu ul {
	}

#menu ul li { 
	float: left;
	width: 175px;
	list-style: none;
	}
	
#menu a { 	
	text-decoration: none;
	color: #616163;
	word-spacing: 5px;
	}

#menu a:hover { 	
	color: #616163;
    text-shadow: 1px 1px #81143a;
	word-spacing: 5px;
	}


#fond_menu-haut {
	position: absolute;
	width: 100%; 
	height: 169px; 
	top: 231px;
	background: url(images/menu-background-haut-fond.png) top left repeat; 
	z-index: 1;
	}
	
#fond_menu-bas1 {
	position: absolute;
	width: 100%; 
	height: 68px; 
	top: 400px;
	background: url(images/menu-background-bas1.png) top left repeat; 	
	}	

#fond_menu-bas2 {
	position: absolute;
	width: 25%; 
	height: 135px; 
	top: 468px;
	background: url(images/menu-background-bas2.png) top left repeat; 	
	}	
	
#fond_menu-bas3 {
	position: absolute;
	width: 75%; 
	margin-left: 25%;
	height: 135px; 
	top: 468px;
	background: url(images/menu-background-bas3.png) top right repeat; 	
	}
	
#bouton_haut { 
	position: absolute;
	top: 0px;
	right: 0px;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial;
	text-transform: uppercase;	
	z-index: 7;
	width: 400px; 
	height: 49px; 
	background: url(images/bouton_haut.png) top right no-repeat; 	

	}

#bouton_haut a { 	
	text-decoration: none;
	font-size: 16px;
	font-family: Arial;
	color: #616163;
	vertical-align: middle;
	}	
	
#bouton_haut a:hover { 	
	text-decoration: none;
	font-size: 16px;
	font-family: Arial;
	color: #616163;
    text-shadow: 1px 1px #81143a;
	vertical-align: middle;
	}	

#bouton-gauche {
	position: absolute;
	padding: 10px 0 0 0;
	top: 0px;
	right: 200px;
	width: 200px;
	vertical-align: middle;
	text-decoration: none;
	}
#bouton-gauche-img {	
	position: relative;
	top: 0px;
	width: 40px;
	height: 40px;
	left: 15px;
	background: url(images/picto-contact.png) top right no-repeat; 	
	background-size: 40px auto ;
}
#bouton-gauche-txt {	
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	padding: 7px 0 0 0;
}
#bouton-droit {
	position: absolute;
	padding: 5px 0 0 0;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 50px;

	vertical-align: middle;
	}
#bouton-droit-img {	
	position: relative;
	top: 0px;
	width: 40px;
	height: 40px;
	left: 15px;
	background: url(images/picto-espace.png) top right no-repeat; 	
	background-size: 40px auto ;
}
#bouton-droit-txt {	
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	padding: 7px 0 0 0;
}
	
#fond{
	width: 100%; 
	margin: 0 auto;
	top: 0px;
	text-align: center;
	background: url(images/background.jpg) top left no-repeat;
	}
	
#main_arrondie_accueil {
	top: -30px;
	position: relative;
	width: 1200px;
	margin: 0 auto; 
	text-align: left;
	background: #fff;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	z-index: 4;
	}
	
#main_arrondie_page {
	top: -30px;
	position: relative;
	width: 1200px;
	margin: 0 auto; 
	text-align: left;
	background: #fff;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px;
	z-index: 4;
	}
	
#main_rectangle1 {
	position: absolute;
	top: 0;
	width: 100px;
	height: 100px;
	margin: 0 auto; 
	text-align: left;
	background: #fff;
	z-index: 2;
	}
	
#main_rectangle2 {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: 0 auto; 
	bottom: 0px;
	right: 0px;
	text-align: left;
	background: #fff;
	z-index: 2;
	}
	


#bouton-pages { 
	position: relative;
	white-space: nowrap;
	width: 100%;
	z-index: 6;
	top: -30px;
	}	
	
.gros-bouton {
	display: inline-block;
	width: 300px;
	height: 300px;
	margin-left: 25px;
	margin-right: 25px;
	}
	
#bouton-gestion {
	background: url(images/bouton-gestion-loc_off.png) top left no-repeat; 
	}
#bouton-transaction {
	background: url(images/bouton-syndic-copro_off.png) top left no-repeat; 
	}
#bouton-syndic {
	background: url(images/bouton-transaction_off.png) top left no-repeat; 
	}
	
#bouton-gestion:hover {
	background: url(images/bouton-gestion-loc_on.png) top left no-repeat; 
	}
#bouton-transaction:hover {
	background: url(images/bouton-syndic-copro_on.png) top left no-repeat; 
	}
#bouton-syndic:hover {
	background: url(images/bouton-transaction_on.png) top left no-repeat; 
	}

#titre-gestion-locative {
	position: relative;
	left: 800px;
	top: -40px;
	width: 370px;
	height: 95px;
	z-index: 7;
	background: url(images/titre-gestion-locative.png) top left no-repeat; 
	}
	
#titre-syndic-de-copropriete {
	position: relative;
	left: 800px;
	top: -40px;
	width: 370px;
	height: 95px;
	z-index: 7;
	background: url(images/titre-syndic-de-copropriete.png) top left no-repeat; 
	}

#titre-transaction {
	position: relative;
	left: 800px;
	top: -40px;
	width: 370px;
	height: 95px;
	z-index: 10;
	background: url(images/titre-transaction.png) top left no-repeat; 
	}
	


	
#footer a { 
	text-decoration: none;
	font-size: 16px;
	font-family: Arial;
	color: #616163;
	}	
#footer a:hover { 
	text-decoration: none;
	font-size: 16px;
	font-family: Arial;
	color: #616163;
    text-shadow: 1px 1px #81143a;
	}	

#table_contact {
	border:0;
	width: 100%;
}
#table_contact_gauche {
	text-align: justify; 
	padding: 0px 25px 0px 0px;
	}
#table_contact_droite {
	vertical-align: top;
	}

@media screen and (max-width:700px) {
	#head { 
		width: auto;
		height: 300px;
		text-align: center;
	}
	#paysage { 
		width: auto;
		background: none;
		height: 200px;
		text-align: center;
	}
	#bouton-gauche-txt { display: none; }
	#bouton-droit-txt { display: none; }
	#bouton_haut { 
		background: url(images/bouton_haut_petit.png) top right no-repeat;  
		width: 50px; 
		height: 100px; 
	}
	#bouton-gauche {top:50px; right:10px ; width:49px}
	#bouton-droit {top:0px; right:10px ; width:49px}
	#bouton-gauche-img { background-size: 30px auto ; }
	#bouton-droit-img { background-size: 30px auto ; }
	#logoGSI { 
		position: relative;
		width: 162px; 
		height: 162px; 
		top: 10px;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		background: url(images/menu-background-haut-logo.png) top left no-repeat; 
		z-index: 2;
	}
	#menu  { display: none; }
	#main_arrondie_accueil {width: 320px;}
	#main_arrondie_page {width: 320px;}
	#contenu { width: 300px;}
	#fond_menu-haut { top: 150px;}
	#fond_menu-bas1 { display: none; }
	#fond_menu-bas2 { display: none; }
	#fond_menu-bas3 { display: none; }
	#bouton-pages { 
		width: auto;
		white-space: normal;
		}
	#titre-transaction {left: -20px; top: 40px;}
	#titre-syndic-de-copropriete {left: -20px; top: 40px;}
	#titre-gestion-locative {left: -20px; top: 40px;}
	#map { display: none; }
	#footer { height:60px;}
}

*/