
/* structure */

body {
	background-color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.wrapper  { 
width: 781px;
	background-color: #FFF;
	margin: 0 auto;
}
.content { padding-left: 10px;}


/* texte balises */

h1 { font-weight: regular;
font-size:1.2em;
color:#000;
padding-bottom: 0.4em;
}

h2 { font-weight: regular;
font-size:0.9em;
color:#933;
}

h3 { font-weight: regular;
text-decoration:underline;
font-size:0.8em;
color:#000;
}

h4 { font-weight: bold;
font-style: italic;
font-size:0.7em;
color:#000;
}

h5 { font-weight: bold;
font-size:0.7em;
color:#000;
}

h6 { font-weight: bold;
font-style: italic;
font-size:0.9em;
color:#000;
}

p { 
font-size:0.7em;
line-height: 1.5em;
}

p a { color:#000;
text-decoration:underline;
}
p a:hover { color:#ccc;
}


/* styles specifiques */

.copyright {
	color: #999;
	font-size: 0.6em;
}
.menu1 {
	padding-bottom:5px;
	color: #000;
	font-size: 1em;
	text-align: right;
}
.menu1 a {
	color: #000;
	text-decoration:none;
}
.menu1 a:hover {
	color:#933;
}
.menu2 {
	color: #000;
	text-align: right;
}
.menu2 a {
	color: #000;
	text-decoration:none;
}
.menu2 a:hover {
	color:#933;
}
.menu3 {
	color: #933;
	text-align: right;
}
.menu3 a {
	color: #933;
	text-decoration:none;
}
.menu3 a:hover {
	color:#933;
}

.menu4 {
	padding-bottom:5px;
	color: #933;
	font-size: 1em;
	text-align: right;
}
.menu4 a {
	color: #933;
	text-decoration:none;
}
.menu4 a:hover {
	color:#933;