html {
	height: 100%;
  font-size: 100%;
}
body {
	height: 100%;
  margin: 0;
	padding: 0px;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: .9em; 
	line-height: 1.5; 
	color: black;
}

h1, h2 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal; 
}
h1 { margin: 0px;}
h1 { font-size: 2.4em; color: #600;}
h2 {font-size: 2em;}
h3 {font-size: 1.1em; color: #600;}
h4 {font-size: 1em;}

ul, ol { margin: .75em 0 .75em 24px; padding: 0; }
ul { list-style: square; }
li { margin: 0;	padding: 0; } 

#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .7em;
	color: #999;
} 

a { color: #600; text-decoration: none;}
a:hover, a:focus { color: #a00; text-decoration: none;}
a img { border: none; }

#copyright a { color: #ffffff; text-decoration: none; }
#copyright a:hover, #copyright a:focus { text-decoration: underline; }


#global {
	width: 100%;
	min-height: 100%;
	overflow: hidden;  
	margin-left: auto;
	margin-right: auto;
	background: #676767;
}
#contenu {
	background: url(../img/degrade.png) repeat-x;
	background-color: #676767;
	border: solid 0px #f00;
}

#navigation a {
	height: 1%;
	padding: 0px 6px 6px 10px;
	line-height: 1.5;
	font-size: 1.5em;
	text-decoration: none;
}

#frise {
  width: 100%;
  height:100px;
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url('../img/frise.jpg');
  background-repeat: repeat-x;
  
}

#copyright {
	width: 100%;
	height: 16px;
  margin-top: 0px; 
	/* padding-top: 5px; */
	text-align: center;
	background-color: #0a0a0a;

}

.portrait {float: right; margin: 0 0 10px 10px;}
.portrait2 {float: left; margin: 10px 10px 10px 10px;}