* {
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
.clear {
    clear: both;
}
body {
    font-family: verdana;
    background: #006633;
    font-size: 13px;
}
body * {
    font-family: verdana;
}

#page {
    margin: 10px auto;
    width: 1000px;
}
#page #header {
    height: 130px;
    border-bottom: 15px solid #006c3a;
    position: relative;
}
#page #header div {
	position:absolute;
	top: 0;
	left: 0;
}
#header marquee {
    font-weight: bold;
    font-size: 14px;
    color: #FF0000;
    position: absolute;
    bottom: -15px;
    right: 0;
    width: 754px;
}
#page #main {
    background: #ffffff;
    padding: 5px 0;
}
#page #main #menu {
    float:left;
    width: 245px;
    padding-top: 170px;
}
#page #main #contenu {
    float:left;
    width: 602px;
}
#page #main #banniere-droite {
    float: right;
    width: 147px;
    height: 200px;
    padding-top: 42px;
    text-align: center;
    /* background: url("img/accueil.jpg") 8px 0px no-repeat;*/
}
#page #main #banniere-droite img {
	margin-bottom: 10px;
}
#page #main #banniere-droite a {
	color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
}

/* menu des pages de de gauches */
#menu ul {
    list-style-type: none;
}
#menu li a {
    display: block;
    height: 18px;
    padding: 2px 5px;
    margin: 5px;
    color: #006c3a;
    border-left: 3px solid #333;
    border-bottom: 1px solid #333;
    text-decoration: none;
    font-weight: bold;
    background: url("img/menusoft.gif") right no-repeat #ffbd7a;
}
#menu ul ul {
    margin: -10px 0 10px 0;
}
#menu li li {
    width: 100%;
}
#menu li li a {
    height: auto;
    margin: 5px 10px 3px 25px;
    color: #333;
    background: none;
    border-left: none;
}
#menu li li a:hover {
    color: #f97e05;
}
#menu li li a.selected {
    color: #006c3a;
    border-color: #f97e05;
}
#copyright {
	text-align: center;
	color: #ffffff;
	font-size: 0.8em;
}
#copyright a{
	color: #006633;
}

/* menu du haut */
#contenu #liste-pages ul {
    padding: 18px 0 0 10px;
    height: 24px;
}
#contenu #liste-pages li {
    list-style-type: none;
    display: inline;
}
#contenu #liste-pages li a {
    border: 1px solid #006c3a;
    border-bottom: none;
    padding: 0 10px 6px;
    font-weight: bold;
    color: #006c3a;
    text-decoration: none;
}
#contenu #liste-pages li a:hover {
    border-color: #f97e05;
    color: #f97e05;
}
#contenu #liste-pages li a.selected {
    padding-bottom: 10px;
    background: #ffbd7a;
}

/* contenu des articles */
#contenu #liste-articles {
    min-height: 600px;
    padding: 10px;
    background: transparent;
    border-top: 1px solid #006633;
    border-right: 1px solid #006633;
}
#contenu #liste-articles {
	color: #333333;
	font-size: 0.9em;
}
#contenu #liste-articles .article {
	margin-bottom: 10px;
}
#contenu #liste-articles .article p {
	margin-bottom: 10px;
}
#contenu #liste-articles .titre {
	text-align: center;
	color: #ffffff;
	background: #006c3a;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px;
}
#contenu #liste-articles ul {
	margin: 0 0 0 20px;
}
#contenu #liste-articles .article_image {
	padding: 10px;
}
#contenu #liste-articles .liste-doc {
	margin: 20px 0;
}
#contenu #liste-articles .liste-doc a {
	padding: 2px;
	background: #ffbd7a;
	color: #006c3a;
	text-decoration: none;
	line-height: 1.6em;
	font-weight: bold;
}
#contenu #liste-articles .commentaire {
	font-size: 0.8em;
	font-weight: italic;
}

.vignette {
	width: 170px;
}
/* pied de page */
#footer {
	background: #006c3a;
	text-align: center;
	color: #ffffff;
}

/* formulaire */
.formu label {
	width: 300px;
	margin: 0px 5px;
	display: block;
	float: left;
	text-align: right;
}
.formu p {
	clear: both;
	margin-bottom: 5px;
}
.formu h3 {
	font-size:1em;
	margin-bottom: 10px;
}
.formu input, .formu textarea {
	width: 200px;
}
.formu input.checkbox, .formu input.button {
	width: auto;
}
.formu .obligatoire {
	color: #ff0000;
}
.formerror {
	border: 2px solid #ff0000;
	color: #ff0000;
}
.formerror h1 {
	font-size: 1.2em;
	background: #ff0000;
	color: #ffffff;
}
#mentions {
	padding-top: 100px;
	color: #ccc;
	background: url("img/mentions.gif") no-repeat #fff;
}
div.news h1 {
	text-align: center;
	color: #ffffff;
	background: #006c3a;
	font-weight: bold;
	font-size: 1.1em;
	padding: 2px;
	margin-bottom: 5px
}
div.news img {
	float:left;
	margin-right: 5px
}
