								/******************************************/
								/* 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{
	/*background-image: url(../images/banner.jpg);*/
	height: 100px;
	position: relative;
	margin-bottom: 10px;
}
#logo{
	position:absolute;

	font-size: 1.5em;
	color: #D2D2D2;	
}



#logo img{
	opacity:0.80; 
	filter:alpha(opacity=80);
}

#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{
	width:600px;
	height:43px;
	display:inline;
	position: absolute;
	right:20px;

}

.menuhaut:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}



.menuhaut ul{	
	text-align: left;
}

.menuhaut ul li{
	display: inline;
	float:left;
}



.menuhaut ul li a{
	color: #FFFFFF;
	margin-left:1px;
	background-image: url(/img/menu.gif);
	width: 90px;
	height:43px;
	opacity:0.80;
	filter:alpha(opacity=80);
	
	display:block;
	
}



.menuhaut ul li a span{
	display:none;
}


.menuhaut ul li a:hover{
	opacity:1;
	filter:alpha(opacity=100);





div.spacer{clear:both; height:10px; display:block;}

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

#contenu {

	height:400px;
}

#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: 0.8em;	
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin thin dashed ;
	border-top-color: #666666;
	clear: both ; 
	opacity:0.80; 
}

#bottompage p{
	color:#666666;
	font-size: 0.8em;
	opacity:0.80; 	
}


#bottompage a{
	color:#666666;
	font-size: 0.8em;
	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.8em;
	
}






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




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


    




 
 */
