body	{
	margin:	0;
	padding: 0;
	font-family: Verdana, geneva, helvetica, arial, sans-serif;
	font-size: 75%;
	background: #993300;
	color: #020a1f;
	}

a:link    { color: #993300;  background-color: transparent;
			} 
a:visited { color: #4d565e; background-color: transparent;} 
a:active  { color: #ffcc33;   background: #669966;} 
a:hover	{
	color:	#000;
		}
		

a {text-decoration: none;
	font-weight: bold; }


h1 a {
	display: block;
	height: 45px;
	width: 200px;
	text-indent: -5555px;
	}
	
h1 a:hover {	
	color: transparent;
	background-color: transparent;
	border: 1px solid #993300;
	}	

 /* layout */
 
#wrapper {
	width: 930px;
	margin: 0 auto;
	background: #fff;
		} 
 
.content {
	margin: 0;
  	border-left: 2px dotted #cc6633;
	border-right: 2px dotted #cc6633;
	border-bottom: 2px dotted #cc6633;
 	padding: 3em 0 0 0;
 	}
	
body.home .content {
	padding-left: 50px;
	}	
 	
body.home .content img {
	float: left;
	margin: 0 2em 0 0;
	}
	
body.texte .content {
	padding-right: 90px;
	}	
	
 .projects {
 	clear: both;
	padding: 3em 0 0 0;
 	margin: 3em 0 0 0;
 		 	}	
 	
 
				
p { line-height: 140%}
     
#footer {
	clear: both;
    font: .9em "Trebuchet MS";
    line-height: 1.5em;
    padding: 5em 2em 2em 0;
	}
	
#footer a {
	color:	#000;
	border-bottom: 1px dotted #000;
	background: transparent;
	}
	
#footer a:hover {
	border-bottom: 1px solid #ffcc99;
	}	
	
/* decoration */


h1, h2, h3, h4, h5 {
 font-family: 'Trebuchet MS';
 }
 
body.home h1 {
	background: url('pix/archivenotes.jpg') no-repeat;
	height: 45px;
	text-indent: -5555px;
	width: 200px;
	margin: 0 0 2em 0;
	}

.feature {
	width: 750px;
	}

body.home .content .feature img {
	margin: 0 5em 0 0;
	}

.feature p {
	width: 350px;
	float: left;
	}
	
.projects img {
	border: 1px solid #666;
	} 
		
.titles {
	clear: both;
	padding: 2em 0 0 0;
}  



body.home ul {
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
	}

body.home ul li {
	float: left;
	list-style-type: none;
	width: 148px;
	text-align: center;
	margin: 0 2em 0 0;
	font-size: .9em;
	}