/* style/afficher.css */
#afficher fieldset {
	margin-bottom: 1em;
	padding: 1em 10px 1em 10px;
	background-color: #9b1111;
	border-color: #800;
	border-style: solid;
	width: 80%;
	margin: 1em auto 1em auto;
}

#afficher fieldset legend {
	color: #FFFFA0;
	font-size: 14px;
	font-weight: bold;
}

#afficher p.text {
	color: #FFFFA0;
	padding-left: 4em;
	padding-right: 4em;
}
/* style/bbox.css */
#news, #ml {
        background-color: #A10;
        padding: 0px;
        margin-bottom: 1em;
        margin-top: 1em;
        border: solid 1px black;
}

#news h2, #ml h2 {
        font-size:16px;
        font-weight: bold;
        background-color:#D03030;
        color:#FFA;
        padding: 0;
        margin: 0 0px 0 0px;
        padding:1px;
        border-bottom: solid 1px black;
}

#ml p {
        color:#FFFFA0;
        padding: 0;
        margin: 3px 5px 0 5px;
        text-align: justify;
}

/* style/body.css */
body {
        background-color:#B52515;
        color:#CCFF44;
        margin-top:0px;
        margin-right:0px;
        margin-bottom:0px;
        margin-left:0px;
}

/* style/box.css */
#resume, #edito, #sondage {
        background-color: #A10;
        padding: 0;
        margin-bottom: 1em;
        border-top: 1px solid #D00;
        border-left: 1px solid #D00;
        border-bottom: 1px solid #500;
        border-right: 1px solid #500;
}

#edito h2,  #sondage h2 , #edito h2 a, #sondage h2 a {
        font-size:12px;
        font-weight: bold;
        background-color:#D03030;
        color:#FFFFA0;
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color:  black;
        padding: 2px;
        margin: 0;
}

#boxrelief {
	background-color: #A10;
	padding: 0;
	margin-bottom: 1em;
	border-top: 1px solid #D00;
	border-left: 1px solid #D00;
	border-bottom: 1px solid #500;
	border-right: 1px solid #500;
}

#boxrelief h2, #boxrelief h2 a{
        font-size:12px;
        font-weight: bold;
        background-color:#D03030;
        color:#FFFFA0;
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color:  black;
        padding: 2px;
        margin: 0;
}

#boxrelief form {
	border-width: 0;
}

#edito p {
        color:#FFFFA0;
        padding: 0;
        margin: 3px 5px 0 5px;
        text-align: justify;
}

#resume ul {
        margin: 0 0 0 2px;
        padding:0;
}

#resume li {
        margin: 0 2px 0 0;
        border-bottom: 1px solid #B52515;
        list-style: none;
}

#resume a {
        font-size: 12px;
        font-weight: bold;
        display: block;
        color:#FFBB22;
        padding: 1px 0 1px 0;

}

#resume a:hover {
        color:#FFFFFF;
        padding: 0;
        border-top: 1px solid #D00;
        border-bottom: 1px solid #500;
}

#resume h2 {
        font-size: 12px;
        font-weight: bold;
	color: #FFFFA0;
	margin: 0;
        padding: 0 2px 0 2px;
        background-color: #D03030;
	border-bottom: 1px solid black;
}

#resume h2 a {
	color: #FFFFA0;
	padding: 0px 2px 0px 2px;
	border:0;
}

#resume h2 a:hover {
        border: 0;
	margin: 0;
        padding: 0 2px 0 2px;
}

#fiche {
	margin: 5px;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	width: 400px;
}

#fiche h1 {
	background-color: #B52515;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

#fiche h2 {
	background-color: #B52515;
	border-width: 0 0 1px 0;
	border-color: #800;
        border-style: solid;
	font-size: 12px;
	margin:0;
        padding: 0;
}

#fiche p {
	padding: 0 0 0 4px;
}

/* style/default.css */
* {
 /*       font-size:12px;*/
        font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
}

/* style/footer.css */
#footer {
        text-align: center;
        font-size:10px;
}

#footer img {
        border:0;
}

#footer a {
color:#FFBB22;
text-decoration:none;
font-weight:bold;
}

#footer a:hover {
color:#FFFFA0;
text-decoration:none;
font-weight:bold;
}

#footer ul {
        margin: 0;
        padding:0;
}

#footer li {
        border-left: 1px solid yellow;
        display:inline;
        padding: 0 2px 0 2px;
        list-style: none;
}

#footer li.premier {
        border-left: 0;
}

#footer a.hidden {
        font-size: 1px;
        color: #B52515;
        background-color:#B52515;
	display: none;
}       


/* style/formulaire.css */
#formulaire fieldset {
	margin-bottom: 1em;
/*	width: 70%;
	margin: 0 auto 1em auto;*/
	padding: 1em 10px 1em 10px;
	background-color: #9b1111;
	border-color: #800;
	border-style: solid;
}

#formulaire fieldset.infoperso {
	border-color: #080;
}

#formulaire fieldset legend {
	color: #FFFFA0;
	font-size: 14px;
	font-weight: bold;
}

#formulaire span.formhelp {
	color: #FFFFA0;
}
/* style/header.css */

#header {
        background: #B52515 no-repeat top left;
        background-image: url(/images/logo_shawnee-2.png);
        width: 640px;
        height: 54px;
	top:0;
        left:0;
	position: absolute;
}


#header img {
        border:0;
        position: absolute;
        top:0;
        left:0;
	display: none;
}

/* style/liste.css */
#liste {
	text-align: center;
}

#liste table {
	width: 100%;
/*	border-left: 2px solid gray;
	border-top: 2px solid gray;
	border-bottom:  2px solid black;
	border-right:  2px solid black;
*/
        border-width: 2px;
        border-style: solid;
        border-color: #600;
	border-collapse: collapse;
	margin-bottom: 1em;
}

#liste table th {
        font-weight: bold;
        background-color: #c04040;
	border-width: 0; 
	border-bottom-width: 2px;
	border-style: solid;
        border-color: #400;
}

#liste table th a {
	display: block;
	color: #FF0;
}

#liste table th a:hover{
	background-color: #800;
}

#liste table tr.impaire {
        background-color: #800;
}

#liste table tr.invalide {
        background-color: #444;
}
#liste table tr.modautre {
        background-color: #448;
}
#liste table tr.usrautre {
        background-color: #466;
}

#liste table tr:hover {
        background-color: #d03030;
}


#liste table td {
        padding: 0 4px 0 4px;
        border-width: 0;
        border-right: 1px;
        border-style: solid;
        border-color: #400;
}

#liste table td.last {
        margin: 0;
        padding: 0 4px 0 4px;
        border-width: 0;
}

#pagination table {
	border-collapse: collapse;
	margin-bottom:1em;
	width: 100%;
}

#pagination a.button {
	background-color: #C55;
	color: white;
	font-weight: normal;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

#pagination strong {
        font-weight: bold;
        font-size: 1.4em;
}

#searchengine {
	background-color: #900;
	border-color: #400;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 1em;
}

#searchengine h2 {
        border-color: #400;
        border-style: solid;
        border-width: 0 0 1px 0;
	margin: 0;
	background-color: #d03030;
}

#searchengine form {
        text-align: left;
	padding: 1em;
}

/* style/logo.css */
#logo {
        text-align: right;
        font-size: 8px;
}

#logo a {
        color:#FFBB22;
        text-decoration: none;
        font-size: 8px;
        font-weight: normal;
}

/* style/main.css */
#principal {
        margin: 0 275px 1em 0px;
}

#droite {
        position: absolute;
        top: 65px;
        right: 23px;
        width: 270px;
}

/* style/membre.css */
#membre {
        position: absolute;
	float: right;
	z-index: 2;
        top: 10px;
        right: 1em;
	width: 300px;
/*        border-width: 1px 1px 1px 1px;
        border-style: solid; 
        border-color: #800;*/

        border-top: 1px solid #500;
        border-left: 1px solid #500;
        border-bottom: 1px solid #D00;
        border-right: 1px solid #D00;

        background-color: #A01000;
        color: #CCFF44;
	text-align: right;
        font-size: 10px;
        padding: 2px;
}

#membre form {
        display: inline;
        margin: 1px;
        padding: 0;
        font-size: 10px;
}

#membre form input { 
        border: solid 1px #500;
        margin: 0;
        padding: 0 2px 0 2px;
        font-size: 10px;
        background-color:#800;
        color:#FFFF00;
}

#membre a {
        text-decoration: none;
        color: #FFBB22;
        font-weight: bold;
        font-size: 11px;
}

#membre a:hover {
        color: #FFFFA0;
}
/* style/menu.css */
#menu {
        position: absolute;
	width: 145px;
        left:0px;
        top:60px;
	margin-bottom: 1em;
}

#menu ul {
	border-width:0;
        padding: 0 0 0 10px;
        margin: 0;
}

#menu li{
        border-bottom: 1px solid #B52515;
	border-left: 1px solid #800;
        list-style: none;
	margin: 0;
}

#menu li.dernier {
	padding-bottom: 1em;
}

#menu a{
        display: block;
        font-weight: bold;
        text-decoration: none;
        color: #FB2;
        padding:1px 3px 1px 3px;
}

#menu a:hover{
        background-color: #800;
        color: #FFFFA0;
        padding:0px 2px 0px 2px;
        border-top: 1px solid #D00;
        border-left: 1px solid #D00;
        border-bottom: 1px solid #500;
        border-right: 1px solid #500;
}

#menu a.selected {
        color: #FFFFA0;
        background-color: #800;
        padding:0px 2px 0px 2px;
        border-top: 1px solid #D00;
        border-left: 1px solid #D00;
        border-bottom: 1px solid #500;
        border-right: 1px solid #500;
}
/* style/news.css */
dl.news{
        color: #FF0;
        padding:1em;
}

dl.news dt{
        border-bottom: 1px dotted #ffa;
        margin-bottom:0;
        font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
        background-color: transparent;
        color: #FFA;
        font-weight: 700;
        font-size:12px;
}

dl.news h5{
        text-align: right;
        font-size:10px;
        margin:0;
        font-weight: 500;
}

dl.news h5 strong{
        color: #AFA;
        font-weight: 500;
}

dl.news p{
	font-size:13px;
        text-align: justify;
        margin: 0.2em 0 2em 0;
}
/* style/page.css */
#page {
        color: #CCFF44;
        background-color: #A01000;
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-color: #800;
        margin: 53px 1em 2em 150px;
        padding: 0 1em 1em 1em;
}

#page a {
        font-weight: bold;
        text-decoration: none;
        color: #FFBB22;
}

#page a:hover {
        color: #FFFFA0;
}

#page h1 {
	font-size:18px;
	color:#FFFFA0;
	text-indent:15px;
	background-color:#800;
}

#page h2 {
        font-size:14px;
        color:#FFFFA0;
        text-indent:5px;
}

#page form {
	display: inline;
}

#page form td.item {
	text-align: right;
	font-weight: bold;
}


#page input, #page textarea, #page select {
	border: 1px solid #400;
	font-size: 12px;
	background-color: #C04040;
	color: #FFFF00;
}

#page input.nostyle{
        border: 0;
        background-color: transparent;
        color: inherite;
}

#green input {
        border: solid 1px black;
        font-size: 12px;
        background-color: #40C040;
        color: #FFFF00;
}

#page p.erreur {
        background-color: #fff;
        color: red;
        font-weight: bold;
        text-align: center;
        padding: 2px;
        border-width: 2px;
        border-style: solid;
        border-color: red;
}

#page p.attention {
        background-color: #ff980a;
        color: #f21909;
        font-weight: bold;
        text-align: center;
        padding: 2px;
        border-width: 2px;
        border-style: solid;
        border-color: #ff570a;
}


#page table.formulaire {
        background-color: #800;
}

#page table.liste {
        border-width: 1px;
        border-style: solid;
        border-color: black;
        background-color: #A44;
        margin: 0px;
        padding: 0px;
}

#page table.liste th {
        border-width: 0;
        margin: 0;
        padding: 0;
        font-weight: bold;
        background-color: #800;
}

#page table.liste tr {
        border-width: 0;
        margin: 0;
        padding: 0;
}

#page table.liste td {
        margin: 0;
        padding: 0 4px 0 4px;
        border-width: 0;
        border-right: 1px;
        border-style: dotted;
        border-color: #800;
}

#page table.liste td.last {
        margin: 0;
        padding: 0 4px 0 4px;
        border-width: 0;
}

#page td.submit {
        text-align: right;
}

/* boxml.css */
#boxml {
	float: center;
	margin: 0 auto 0 auto;
}

#boxml input
{
	background-color: #ffffcc;
	color: black;
}

#boxml input.iradio
{
        background-color: transparent;
        border:0;
}


