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

#page {
    margin: 0 auto;
    width: 1000px;
    padding: 0 10px;
    background: url(images/shadow.png) repeat-y;
    height: 100%;
}
#page #header img {
	display: block;
	background: #00abd9;
	padding: 0 10px;
}
#page #annonce {
    font-size: 1.1em;
    font-weight: bold;
    background: #ffffff;
    color: #0000ff;
}

#page #main {
    background: #00abd9 url('images/fond-section.gif') 0px 50px no-repeat;
    padding: 0;
}
#page #main #menu {
    float:left;
    width: 245px;
    margin-right: 7px;
}
#page #main #contenu {
    float:left;
    width: 728px;
}
#page #main #banniere-droite a {
	color: #ffffff;
	font-size: 0.8em;
	text-decoration: none;
}

/* menu des pages de de gauches */
#liste-sections h1 {
	margin: 0 20px 0 0;
	background: #8cd3e7;
	color: #00abd9;
	font-size: 1em;
	padding:5px 0 2px;
	text-align: center;
}
#liste-sections ul {
    list-style-type: none;
}
#liste-sections li {
}
#liste-sections li a {
    display: block;
    padding: 0px 25px 12px 4px;
    color: #ffffff;
    font-size: 1em;
    text-decoration: none;
    font-weight: bold;
}
#liste-sections li a:hover {
    color: #0000ff;
}
#liste-sections li.selected a {
    background: url('images/trait.gif') no-repeat bottom right;
    color: #0000ff;
}
#liste-sections ul ul {
    margin: -11px 10px 10px 15px;
    padding: 2px 0 0 0;
    border-left: 1px solid #0000ff;
}
#liste-sections li li {
}
#liste-sections li.selected li a {
    color: #0000ff;
    font-size: 0.9em;
    margin:2px 5px;
    padding:0;
    background: none;
}
#liste-sections li.selected li a:hover {
    text-decoration: underline;
}
#liste-sections li li.selected a {
    text-decoration: underline;
}
#copyright, #mentions {
	text-align: center;
	font-size: 0.8em;
	display:block;
	text-decoration: none;
	color: #0000ff;
}
#copyright a {
	text-decoration: none;
	color: #0000ff;
}

#adresse {
	margin : 30px auto;
	padding-right: 20px;
	text-align: center;
	color: #000000;
}

#lien-news {
	border: solid #ffffff;
	margin-right: 20px;
	border-width: 2px 0;
	text-align:right;
	padding: 10px;
}
#lien-news a {
	padding: 2px 5px;
	border: 2px solid #0000ff;
	background: #00abd9;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#lien-news a:hover {
	background: #ffffff;
	color: #0000ff;
	border-color: #00abd9;
}

/* menu du haut */
#contenu #liste-pages {
}
#contenu #liste-pages li {
    list-style-type: none;
    float: left;
}
#contenu #liste-pages li a {
    display: block;
    white-space: nowrap;
    margin: 1px 0px;
    border: 1px solid #ffffff;
    padding: 2px 10px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
#contenu #liste-pages li a:hover {
    color: #0000ff;
}
#contenu #liste-pages li.selected a {
    color: #0000ff;
    background: url('images/bulle.gif') no-repeat left;
    padding: 2px 10px 2px 20px;
}

/* contenu des articles */
#contenu #liste-articles {
    min-height: 600px;
}
#liste-articles h1 {
	color: #00abd9;
	margin-bottom: 10px;
	padding: 2px 10px;
	font-size: 1.2em;
	background: #ffffff;
}
#liste-articles table td h1 {
	color: #ffffff;
	margin-bottom: 0;
	padding: 0;
	font-size: 1.2em;
	background: transparent;
}
#liste-articles ul {
	margin: 0 0 0 20px;
}
#liste-articles table {
	width: 100%;
}
#liste-articles table td {
	vertical-align: top;
}
#liste-articles table td.image {
	text-align: center
}
#liste-articles table td.image img {
	margin:0 5px;
	padding: 8px;
	background: #ffffff;
	border: solid #999;
	border-width: 0 2px 2px 0;
}
#liste-articles .liste-doc {
	margin-bottom: 20px;
}
#liste-articles .liste-doc a {
	padding: 2px;
	background: #094098;
	color: #ffffff;
	text-decoration: none;
	line-height: 1.6em;
}
/* news */
#news ul {
	list-style-type: none;
	margin-top: 5px;
}
#news h1 {
	color: #00abd9;
	margin-bottom: 10px;
	padding: 2px 10px;
	font-size: 1.2em;
	background: #ffffff;
}
#news img {
	float: left;
	margin: 0 5px;
	padding: 8px;
	background: #ffffff;
	border: solid #999;
	border-width: 0 2px 2px 0;
}

/* Galleries */
.galery .image {
	float: left;
	text-align:center;
	width: 33%;
	margin: 0 auto 10px;
}
.galery .image img {
	margin:0 5px;
	padding: 8px;
	background: #ffffff;
	border: solid #999;
	border-width: 0 2px 2px 0;
}

/* formulaire */
.formu label {
	width: 300px;
	margin: 0px 5px;
	display: block;
	float: left;
	text-align: left;
}
.formu p {
	clear: both;
	margin-bottom: 5px;
}
.formu input, .formu textarea {
	width: 200px;
}
.formu input.checkbox, .formu input.button {
	width: auto;
}
.formu .obligatoire {
	color: #ff0000;
}
.formvalid {
	border: 2px solid #009900;
	color: #009900;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
	background: #ffffff;
	padding: 5px;
}
.formerror {
	border: 2px solid #ff0000;
	color: #ff0000;
	background: #ffffff;
	padding: 5px;
}
#liste-articles .formerror h1 {
	background: #ff0000;
	margin: 0;
	color: #ffffff;
}
/** mentions **/
body#mentions {
	background: #00abd9 ;
}
