<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">								/******************************************/
								/* Feuille de style louard.com architecte */
								/******************************************/
								
								/******************************************/
								/* 	general				 */
								/******************************************/
dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

html, body, div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p, img, a {
  border: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  outline: none;
  color: #BDBDBD;
}


a:link, a:visited, a:active, a:visited {
	border-bottom: 1px dashed #696969;
	color: #BDBDBD;
	text-decoration: none;
}


a:hover {
	border-bottom: 1px solid #696969;
	color: #BDBDBD;
	text-decoration: none;
}

p, ul, ol, a{

	font-size:100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #BDBDBD;	
}

h1 {
	color: #696969;
	font-family: "Zurich Ex BT", Arial, sans-serif;
	font-size: 22px;
	letter-spacing: 3px;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
}

h2 {
	color: #666666;
	font-size: 1em;
	margin-top: 15px;
}

li{
	padding-bottom:0px;	
	color: #BDBDBD;
}

body {
	background-color: #000000;
	margin: 20px;
	font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #BDBDBD;	
}

									
									/******************************************/
									/* 	header				 */
									/******************************************/


#toppage {
    display: flex; /* Aligne logo et menu sur une ligne */
    justify-content: space-between; /* Logo à gauche, menu à droite */
    align-items: center; /* Centré verticalement */
    padding: 10px 20px;
    background-color: #00000; /* Facultatif : couleur de fond */
}

#logo img {
    height: 140px;
    width: auto;
}




#logo a:hover{
	opacity:1;
	filter:alpha(opacity=100);
	border-bottom: 0px dashed #000000;
	text-decoration: none;	
}
#logo a{
	border-bottom: 0px dashed #000000;
	text-decoration: none;	
}


							/********************/
							/* menu */
							/******************/



.menuhaut ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex; /* Les items du menu en ligne */
    gap: 10px; /* Espace entre les éléments */
}

.menuhaut li {
    display: block;
}

.menuhaut ul li a {
    color: #C89B50;
    background-image: url(/img/menu.gif);
    width: 90px;
    height: 43px;
    opacity: 0.80;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.menuhaut ul li a:hover {
    opacity: 1;
    transform: translateY(-3px);
}


@media (max-width: 600px) {
    #toppage {
        flex-direction: column;
        align-items: flex-start;
    }

    .menuhaut ul {
        flex-direction: column;
        gap: 5px;
    }
}



							
							/******************************************/
							/* 	contenu				 */
							/******************************************/

#contenu {


}

#contenu p{
	margin-bottom: 10px;
	
}




	
#contenu ul li {
	padding: 2px 5px;
	list-style-type: none;
	list-style-type: square;
	
	}

	
form label{
	display:block;
	}

form p {
	font-size: 0.8em;
	margin-bottom: 10px;
	display: block;
	}

form input.text, form textarea{
	width:96%;
	border:1px #999 solid;
	color:#000000;
	padding: 4px 5px;
	font:12px 'lucida sans','lucida sans unicode','gill sans','verdana',sans-serif;
	background-color: #E5E5E5;
	}

form input.text:hover, form textarea:hover{
	border:1px #CCC solid;
	}

form input.text:focus, form textarea:focus{
	border:1px solid #000000;
	color:#333333;
	}

form input.button{
	margin-right:8px;
	padding:3px 5px;
	font:10px Arial,san-serif;
	}

	

.floatright{ float: right;
	padding: 1%;
	margin: 2px;
	display: block;
	 } 	
	
	
	
	
	
	
	
						/******************************************/
						/* 	bas de page				 */
						/******************************************/
	
#bottompage{
	height: 130px;
	font-size: 1em;	
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin thin dashed ;
	border-top-color: #C89B50;
	clear: both ; 
	opacity:0.80; 

}

#bottompage p{
	color:#C89B50;
	font-size: 1em;
	opacity:0.80; 	
}


#bottompage a{
	color:#C89B50;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	opacity:0.80; 	
}


#bottompage a:hover{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 0.9em;
	
}






/******************************************/
/* 		OLD 			*/
/******************************************/
/*




ul {
	list-style: disc;
	color: #696969;
	margin-top: 2px;
    margin-bottom: 6px;
}


    




 
 */
</pre></body></html>