

* { padding: 0; margin: 0; }

/* Titres */

h1, h2, h3, h4, h5, h6 {margin: 1em 0 .5em 0; /* -> 6 */}
h1, h2 {font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;	font-weight: normal; /* -> 7 */}
h1 {font-size: 3em; /* -> 8 */font-style: italic;}
h2 {font-size: 1.8em;}
div#contenu h2 { border-bottom: 1px solid rgb(102, 102, 102);
    background: transparent url(petitlogo.jpg) no-repeat scroll left top;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    padding-left: 70px;
    line-height: 50px;
    font-size:2em;
    color: #763821;
    }
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
#copyright {	margin: 0px 0 5px 0;	text-align: left;font-size: .8em;color: #763821;}
#copyright a {	color: maroon;	text-decoration: none;}
#copyright a:hover, #copyright a:focus {	text-decoration: underline;}

#rightcolumn a {color: #763821;	text-decoration: none;}
#rightcolumn a:hover, a:focus {	color: crimson;}

#content a {color: #763821;	text-decoration: none;}
#content a:hover, a:focus {	color: crimson;}

#leftcolumn a {color: #763821;	text-decoration: none;}
#header a {color: #763821;	text-decoration: none;}
#header a:hover, a:focus {	color: #763821;}

#nav {background:transparent;}
#nav a {color: ##763821;}
#nav a:hover, #navigation a:focus {color: #763821 ;background: transparent;}
#nav a {display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5em;/* hauteur de ligne */
	font-size: .9em;
	text-decoration: none;
}


pre, code {	font-size: 100%;	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;}
pre {	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: white;
	color:#763821;
}
pre strong {	font-weight: normal;	color: #763821;}

/* Listes */
ul, ol {margin: .75em 0 .75em 24px;padding: 0; /* -> 9 */}
ul {list-style: none;}
li {margin: 0;	padding: 0;}


body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
background: #cc6600;
}
#wrapper { 
 margin: 0 auto;
 width: 980px;
}
#faux {border: 2px solid #763821;
 background: #ffcc99;
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%
}
#header {

 color: #763821;
 width: 902px;
 padding: 10px;
 height: 100px;
 margin: 10px 0px 0px 0px;
background:transparent; 
}
#navigation {
 color: #763821;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: transparent;
}


#leftcolumn { 
 display: inline;
 color: #763821;
 margin: 10px;
 padding: 0px;
 width: 175px;
 float: left;
}
#content { 
 float: left;
 color: #763821;
 margin: 0px 0px;
 padding: 0px;
 width: 950px;
 display: inline;
 position: relative;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #763821;
 margin: 10px 10px 10px 0px;
 padding: 0px;
 width: 235px;
 float: right;

}
#footer { 
 width: 902px;
 clear: both;
 color:#763821;
 background: transparent;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear { clear: both; background: none; }

