/************************************************
 * DEFAUT.CSS
 ************************************************
 * http://www.koama.com/
 ************************************************/


/************************************************
 * Redefinition des balises
 ************************************************/
a {
	color: #A03D03;
}
a:visited {
	color: #600;
}
a:hover {
	color: #000;
}

hr {
	color: #FD972A;
	background-color: #A03D03;
	height: 1px;
	clear: both;
	border: 0;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FAFEEA url(../images/interface/aaa/body-fond.jpg) repeat-y center;
}

/************************************************
 * Identifiants
 ************************************************/

/*
 * Conteneur
 */
#conteneur {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: 50% 0;
	position:relative;
}


/*
 * Header
 */
#header {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	position: relative;
}

/*
 * Titre
 */
#titre {
	margin: 0;
	background-color: #FEFF99;
	width: 100%;
	height: 60px;
}
#titre h1 {
	display: none;
}
#titre img {
	border: 0;
}
#titre a {
	color: #00c;
	font-size: 2em;
	font-weight: bold;
	font-variant: small-caps;
	margin: 5px;
	margin-top: 10px;
	display: block;
	float: left;
}

/*
 * Accessibilite
 */
#accessibilite {
	display: none;
}
	
/*
 * Langues
 */
#langues {
	float: right;
	top: -60px;
	right: 0px;
	position: relative;
}
#langues div {
	display: inline;
	margin: 5px 2px;
}
#langues h2 {
	display: none;
}
#langues img {
	border: 0;
}


/*
 * Menu principal
 * Couleurs & co
 */
	
#menuprincipal {
	text-align: center;
	height: 55px;
	position: absolute;
	top: 61px;
	left: 0px;
	visibility: visible;
	background-color: #FF6702;
	width: 100%;
}
#menuprincipal h2 {
	display: none;
}
#menuprincipal ul {
	margin: 0;
	padding: 0;
}
#menuprincipal li {
	list-style-type: none;
	margin: 0 2px 0 0;
	display: block;
	float: left;
}
	
/*
 * Liens
 */
#menuprincipal a {
	text-decoration: none;
	display: block;
	width: 110px;
	text-align: left;
	padding: 2px;
	color: #fff;
	border: 1px solid #E1EFD9;
	border-left-width: 8px;
	background: #A03D03;
}
#menuprincipal a:hover {
	color: #333333;
	background: #FFAE7E;
	border-color: #A03D03;
}

/*
 * Sous-menus
 */
#menuprincipal ul li ul {
	list-style-type: none;
	position: absolute;
	top: 30px;
	left: 0;
	color: #fff;
	width: 760px;
}
#menuprincipal ul li ul li {
	list-style-type: none;
	display: inline;
}
#menuprincipal ul li ul li a {
	display: block;
	float: left;
	border-width: 1px;
	width: 117px;
	font-size: 0.8em;
}

/*
 * Rubrique actuelle
 */
#menuprincipal a.menu-on {
	color: #A03D03;
	background: #FAE1D3;
	border-color: #A03D03;
}
#menuprincipal a.menu-on:hover {
	color: #fff;
	background: #873403;
	border-color: #fff;
}


/*
 * Recherche
 */
#recherche {
	width: 250px;
	top: -40px;
	right: -450px;
	position: relative;
}
#recherche h2 {
	display: none;
}
#recherche p {
	margin: 0;
	padding: 0;
}
#recherche form {
	text-align: right;
	margin: 0 25px 2px 2px;
}
#recherche input {
	vertical-align: middle;
}

/*
 * Ascendance
 */
#ascendance {
	color: #FFFFFF;
	margin: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	float: Aucune;
	clear: both;
	position: absolute;
	top: 116px;
	background-color: #FD972A;
	width: 100%;
	left: 0px;
}
#ascendance a {
	color: #fff;
	text-decoration: none;
}
#ascendance a:hover {
	color: #D53010;
}
#ascendance h2 {
	display: none;
}
#ascendance ul {
	margin: 2px 0;
	padding: 0;
}
#ascendance li {
	display: inline;
	margin-left: 5px;
	padding-left: 15px;
	background-image: url(../images/interface/aaa/puce.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/*
 * milieuPage
 */
#milieuPage {
	display: block;
	position: relative;
}

/*
 * Navigation
 */
#navigation {
	width: 200px;
	float: left;
	font-size: 0.8em;
	margin-top: 50px;
	padding: 0px 10px 10px 5px;
	font-family: arial, helvetica, sans-serif;
	float: left;
}

#navigation a {
	color: #A03D03;
}
#navigation a:hover {
	color: #A03D03;
}

/*
 * Elements communs aux sous-menus, actualites, identification, newsletter...
 */
#sousmenu, #actualites, #identification, #newsletter, #membres, #agenda, #gestiondocuments, #admin {
	margin: 10px 0 5px;
	padding: 0 2 5px 0;
	background-color: #fff;
	background-image: url(../images/interface/aaa/Bandeau.jpg);
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	background-repeat: no-repeat;
}
#sousmenu h2, #actualites h2, #identification h2, #newsletter h2, #membres h2, #agenda h2, #gestiondocuments h2, #admin h2 {
	font-size: 1em;
	text-align: left;
	color: #FD972A;
	padding: 0;
	margin: 0;
	text-indent: 5px;
}
#sousmenu form, #actualites form, #identification form, #newsletter form, #membres form, #agenda form, #gestiondocuments form, #admin form {
	margin: 5px;
}
#sousmenu p, #actualites p, #identification p, #newsletter p, #membres p, #agenda p, #gestiondocuments p, #admin p {
	clear: both;
	text-align: center;
	margin: 0;
}
#sousmenu label, #actualites label, #identification label, #newsletter label, #membres label, #agenda label, #gestiondocuments label, #admin label {
	float: left;
	width: 25%;
	padding: 0 5px;
	text-align: right;
}
#sousmenu input, #actualites input, #identification input, #newsletter input, #membres input, #agenda input, #gestiondocuments input, #admin input {
	width: 100px;
}
#sousmenu ul, #actualites ul, #identification ul, #newsletter ul, #membres ul, #agenda ul, #gestiondocuments ul, #admin ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-image: url(../images/interface/aaa/puce.png);
}
#sousmenu .centre, #actualites .centre, #identification .centre, #newsletter .centre, #membres .centre, #agenda .centre, #gestiondocuments .centre, #admin .centre {
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/*
 * Identification
 */
#identification p {
	text-align:left;
	margin-left: 5px;
}
#identification #passwd {
	width: 60px;
}
#identification .bouton {
	width: 20px;
}

/*
 * Agenda
 */
#agenda table {
	width: 100%;
	margin: 0;
	padding: 0;
}
#agenda th, #agenda td {
	text-align: center;
	margin: 0;
	padding: 0;
}
#agenda table, #agenda tr, #agenda th, #agenda td {
	border: 1px solid #E9B80C;
	font-size: 0.95em;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}


/*
 * Contenus
 */
#contenus {
	width: 510px;
	float: left;
	margin: 50px 5px 5px 10px;
	padding: 5px 5px 5px 10px;
	font-family: arial, helvetica, sans-serif;
	background-image: url(../images/interface/aaa/trait_vert.jpg);
	background-repeat: repeat-y;
	float: left;
}

#contenus h1 {
	font-size: 1em;
	text-align: center;
	border: solid #D05B0D;
	border-width: 1px 10px;
}

/*
 * Composant
 */
.composant h2 {
	font-size: 0.8em;
	border: 1px none #FEFF99;
	font-family: Arial, Helvetica, sans-serif;
	color: #A03D03;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.composant img {
	border: 0;
}
.composant .accroche {
	font-size: 0.8em;
	margin-bottom: 8px;
	background-color: #FEFED6;
	padding: 3px;
}
.composant .texte {
	font-size: 0.8em;
}
.composant .imgLeft {
	float: left;
	margin: 5px;
	text-align: right;
}
.composant .imgRight {
	float: right;
	margin: 5px;
	text-align: right;
}
.composant .imgCenter {
	display: block;
	text-align: center;
	margin: 5px auto;
	clear: both;
}
.composant .imgCenter img {
	text-align: center;
	margin: 5px auto;
}
.composant .imgcontenu {
	display: block;
	clear: both;
}
.composant .zoom {
	text-decoration: none;
	font-size: 0.8em;
}
.composant .navigcontenu {
	margin-top: 10px;
}

/*
 * PDF
 */
.composant .pdf {
	float: left;
	margin-top: 10px;
	clear: both;
}
.composant .pdf ul {
	list-style-image: url(../images/interface/commun/pdf.png);
}
/*
 * Liens
 */
.composant .liens {
	float: left;
	clear: both;
}
.composant .liens ul {
	list-style-type: square;
}

/*
 * Navigcontenu
 */
.navigcontenu {
	font-size: 0.7em;
	text-align: right;
	clear: both;
}
.navigcontenu a {
	text-decoration: none;
}

/*
 * Imprimer
 */
#imprimer {
	float: right;
	width: 70px;
	text-align: center;
	font-size: 0.7em;
}
#imprimer a {
	text-decoration: none;
}
#imprimer img {
	border: 0;
	background-color: #D05B0D;
	margin: 0;
	padding: 0;
}

/*
 * Membresform
 */
#membresform {
	border: 1px solid #E9B80C;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	background-color: #fff;
	font-size: 0.8em;
}
#membresform h2 {
	font-size: 1em;
	text-align: center;
	background-color: #A03D03;
	color: #fff;
	padding: 0;
	margin: 0;
}
#membresform form {
	margin: 0;
	height: 100%;
}
#membresform label {
	float: left;
	padding: 0 5px;
	text-align: right;
}
#membresform p {
	float: none;
	clear: both;
	text-align: center;
	margin: 2px 0;
	padding: 2px 0;
}
#membresform input {
	width: 80px;
}
#membresform p input, #membresform p select {
	float: right;
}
#membresform .centre {
	float: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

		
/*
 * Liste des membres
 */
#listemembres {
	border-bottom: 0 solid #A03D03;
	border-top: 1px solid #A03D03;
	border-right: 1px solid #A03D03;
	border-left: 1px solid #A03D03;
}
#listemembres td, #listemembres th {
	border-bottom: 1px solid #E9B80C;
}
#listemembres th {
	color: #fff;
	background-color: #A03D03;
}

/*
 * Activités
 */
#listeactivites {
	border: 1px solid #E9B80C;
	margin: 10px 0 0 0;
	padding: 0 0 5px 0;
	background-color: #fff;
	font-size: 0.8em;
}
#listeactivites h2 {
	font-size: 1em;
	text-align: center;
	background-color: #E9B80C;
	color: #fff;
	padding: 0;
	margin: 0;
}

/*
 * Trombinoscope
 */
.trombipersonne {
	width: 100px;
	height: 200px;
	border: 1px solid #E9B80C;
	padding: 5px;
	margin: 2px;
	text-align: center;
	float: left;
	font-size: 0.9em;
}
.trombipersonne a {
	text-decoration: none;
}
/*
 * Listes (agenda, documents)
 */
ul.liste-cat {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.liste-cat li {
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
	border: 1px dashed #E9B80C;
	background-color: #eef;
}
ul.liste-item {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.liste-item li {
	margin: 0;
	padding: 2px;
	padding-left: 50px;
	font-weight: normal;
	border: 0;
	background-color: #fff;
}
table.liste-cat {
	width: 100%;
	border: 1px solid #E9B80C;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin: 10px;
}
table.liste-cat th {
	text-align: center;
	background-color: #E9B80C;
	color: #fff;
	font-weight: bold;
}
table.liste-cat td, table.liste-cat th {
	margin: 0;
	padding: 0;
}
table.liste-item {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.liste-item th {
	background-color: #eef;
	color: #000;
	font-weight: normal;
	text-align: left;
}
table.liste-item td {
	border-top: 1px solid #E9B80C;
}
		
		
	/*
	 * Pied de page
	 */
#pieddepage {
	width: 100%;
	text-align: center;
	font-size: 0.7em;
	background-color:#FFFFFF;
	clear: both;
}

/************************************************
 * Classes
 ************************************************/

/*
 * Petit texte
 */
.petit {
	padding: 2px;
	font-size: 0.7em;
}

/*
 * Boutons (validation notamment)
 */
.bouton {
	border: 1px solid #D05B0D;
	background-color: #A03D03;
	color: #fff;
}

/*
 * Element du menu actuellement selectionne
 */
.menu_actuel {
	color: #D05B0D;
	font-weight: bold;
}

/*
 * Images icônes (loupe, etc)
 */
.icone {
	background-color: #D25E08;
	border: 0;
	vertical-align: middle;
}

/*
 * Champs plus grands
 */
 .champmoyen {
	 width: 175px;
 }
.champlarge {
	width: 200px;
}
.champgrand {
	width: 200px;
	height: 4em;
}

/*
 * Liens pour édition
 */
.editeur {
	text-align: right;
}

/*
 * Pour lien "powered by"
 */
.poweredby {
	margin-top: 10px;
	font-size: 0.6em;
	font-family: arial, helvetica, sans-serif;
	color: black;
	text-align: center;
	clear:both;
}
.poweredby a {
	color: black;
	text-decoration: none;
}
#recherche #terme {
	font-size: 10px;
	width: 60px;
}
#recherche .bouton {
	font-size: 10px;
	width: 20px;
}


#liencreercompte, #lienmotdepasseperdu {
	display: none;
}