
/************************************************
 * DEFAUT.CSS
 ************************************************
 * http://www.koama.com/
 ************************************************
 * BUT :
 * Feuille de style pour tout ce qui n'est pas
 * positionnement : couleurs, marges, remplissage,
 * bordures, polices, etc.
 ************************************************/


/************************************************
 * Redefinition des balises
 ************************************************/

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
}
a:hover {
}
a:visited {
}
a:visited:hover {
}

hr {
	height: 1px;
	clear: both;
	border: 0;
	visibility: hidden;
}
a img {
	border: 0;
}

/************************************************
 * Identifiants
 ************************************************/

/*
 * Conteneur
 */
#conteneur {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background:url(../images/interface/defaut/conteneur-fond.png) repeat-y top left;
}

	/*
	 * Header
	 */
	#header {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 0.8em;
		background: #fff url(../images/interface/defaut/header-fond.png) repeat-x top left;

		margin: 0;
		padding: 0;
		border: 0;
		float: left;
		clear: both;
	}

		
		/*
		 * Accessibilite
		 */
		#accessibilite {
			display: none;
		}
		
		
		/*
		 * Recherche
		 */
		#recherche {
			clear: both;
			float: right;
			padding: 0 10px 0 40px;
			height: 31px;
			
			background: url(../images/interface/defaut/recherche-fond.png) no-repeat top left;
		}
		#recherche * {
			vertical-align: middle;
		}
		#recherche h2 {
			display: none;
		}
		#recherche p {
			margin: 0;
			padding: 0;
		}
		#recherche form {
			text-align: right;
			margin: 0;
		}
		#recherche input {
			font-size: 0.8em;
		}
		
		
		/*
		 * Titre
		 */
		#titre {
			margin: 0;
			float: left;
		}
		#titre h1 {
			display: none;
		}
		#titre img {
			border: 0;
		}
		#titre a {
			margin: 10px;
			font-size: 1em;
			font-weight: bold;
			font-variant: small-caps;
			margin: 5px;
		}

		
		
		
		/************************** MENU DEROULANT ***************************/
		
		
		
		#menuprincipalconteneur {
			clear: both;
			float: left;
			width: 100%;
			background: url(../images/interface/defaut/menuprincipal-fond.jpg) repeat-x bottom left;
		}

		
		/*
		 * Menu principal
		 */
		#menuprincipal {
			clear: both;
			text-align: left;
			margin: 0;
			padding: 0;
			padding-left: 21px;
			height: 21px;
			float: right;
			position: relative;
			
			background: #9E2900 url(../images/interface/defaut/menuprincipal-coin.jpg) no-repeat bottom left;
			color: #fff;
		}
		#menuprincipal h2 {
			display: none;
		}
		
		
		/* HORIZONTAL FREESTYLE MENU LAYOUT */
		
		/* All <ul> tags in the menu including the first level */
		.menulist, .menulist  ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
		.menulist ul {
			display: none;
			position: absolute;
			top: 9px;
			margin-top: 12px; /* I'm using ems and px to allow people to zoom their font */
			left: -1px;
			width: 180px;
			
			background: #9E2900;
		}
		
		/* Second and third etc. level submenus - position across from parent instead */
		.menulist ul ul {
			top: 0px;
			margin-top: 0;
			left: 180px;
		}
		
		/*
		All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
		positioned relatively to correctly offset submenus. Also, they have overlapping borders.
		*/
		.menulist li {
			float: left;
			display: block;
			position: relative;
		}
		
		/* Items in submenus - override float/border/margin from above, restoring default vertical style */
		.menulist ul li {
			float: none;
			margin: 0;
			margin-bottom: -1px;
		}
		.menulist ul>li:last-child {
			margin-bottom: 1px; /* Mozilla fix */
		}
		
		/* Links inside the menu */
		.menulist a {
			display: block;
			padding: 3px;
			text-decoration: none;
			padding-right: 10px;
			padding-left: 10px;
			
			font-size: 0.9em;
			color: #fff;
			background: #9E2900;
		}
		
		/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
		.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
			background: #CE552A;
		}
		.menulist a.highlighted {
			background: #CE552A;
		}
		
		
		/* Only style submenu indicators within submenus. */
		.menulist a .subind {
			display: none;
		}
		.menulist ul a .subind {
			display: block;
			float: right;
		}
		
		
		/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
		.menulist a {
			float: left;
		}
		.menulist ul a {
			float: none;
		}
		/* \*/
		.menulist a {
			float: none;
		}
		/* */
		
		
		/*
		HACKS: IE/Win:
		A small height on <li> and <a> tags and floating prevents gaps in menu.
		* html affects <=IE6 and *:first-child+html affects IE7.
		You may want to move these to browser-specific style sheets.
		*/
		*:first-child+html .menulist ul li {
			float: left;
			width: 100%;
		}
		
		* html .menulist ul li {
			float: left;
			height: 1%;
		}
		* html .menulist ul a {
			height: 1%;
		}
		/* End Hacks */
		
		/************************** FIN MENU DEROULANT ***************************/



		/*
		 * Ascendance
		 */
		#ascendance {
			clear: both;
			margin: 0;
			padding: 0;
			padding-left: 5px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 0.7em;
		}
		#ascendance * {
			margin: 0;
			padding: 0;
		}
		#ascendance a {
			color: #9E2900;
			text-decoration: none;

			padding-right: 10px;
			background: url(../images/interface/defaut/puce.png) no-repeat center right;
		}
		#ascendance a:hover {
			color: #CE552A;
		}
		#ascendance h2 {
			display: none;
		}
		#ascendance li {
			display: inline;
		}



	/*
	 * Navigation
	 */
	#navigation {
		width: 185px;
		float: left;
		font-size: 0.8em;
		font-family: arial, helvetica, sans-serif;
	}

		/*
		 * Elements communs aux sous-menus, actualites, identification, newsletter...
		 */
		.blocNavigation {
			margin: 10px 5px;
		}
		.blocNavigation h2 {
			padding: 0;
			padding-left: 10px;
			margin: 0;
			margin-bottom: 2px;
			
			font-size: 1.3em;
			font-weight: bold;
			background: #006A65 url(../images/interface/defaut/blocNavigation-h2-coin.png) no-repeat top left;
			color: #fff;
		}
		.blocNavigation div {
			border: 1px solid #006A65;
			padding: 3px 5px 7px 5px;
			font-size: 0.8em;
			color: #00302E;
			background: #A2CAC8;
		}
		.blocNavigation a {
			color: #00302E;
		}
		.blocNavigation a:hover {
			color: #000;
		}
		.blocNavigation form {
			margin: 5px 0;
		}
		.blocNavigation input, .blocNavigation select {
			font-size: 0.8em;
		}
		.blocNavigation ul {
			margin: 0 0 0 12px;
			padding: 0;
		}
		.blocNavigation p {
			margin: 0;
			padding: 0;
		}
		.blocNavigation .centre {
			float: none;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
		}

		/*
		 * Identification
		 */
		#identification p {
			clear: both;
		}
		#identification label {
			width: 40px;
			padding-right: 5px;
			float: left;
			text-align: right;
		}
		#identification #login {
			width: 80px;
		}
		#identification #passwd {
			width: 80px;
		}
		#identification #boutonLogin {
			text-align: right;
			float: right;
			margin: -28px 10px 0 0;
		}

		/*
		 * 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 {
			font-size: 0.95em;
			margin: 0;
			padding: 0;
			border-collapse: collapse;
			border-spacing: 0;
		}


	/*
	 * Contenus
	 */
	#contenus {
		width: 573px;
		min-height: 200px;
		float: left;
		margin: 0;
		padding: 0;
		font-family: arial, helvetica, sans-serif;
		margin-bottom: 10px;
	}
	
	#contenus h1 {
		font-size: 1em;
		text-align: center;
	}
	
	#contenus a {
		color: #006A65;
	}
	#contenus a:hover {
		color: #000;
	}

		/*
		 * Composant
		 */
		.composant {
			margin: 10px;
			margin-bottom: 20px;
		}
		.composant h2 {
			font-size: 1em;
			margin: 0;
			padding: 0;
			padding-left: 10px;
			
			color: #006A65;
		}
		
		.composant .textes {
			background: #fff;
			border: 1px solid #7C7C7C;
			padding: 5px;
		}
		
		.composant img {
			border: 0;
		}
		.composant .accroche {
			font-size: 0.9em;
			margin-bottom: 5px;
			color: #CE552A;
		}
		.composant .texte {
			font-size: 0.8em;
		}

		.composant .imgLeft {
			margin: 5px;
			float: left;
			text-align: right;
		}
		.composant .imgRight {
			margin: 5px;
			float: right;
			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 {
			font-size: 0.8em;
		}
		.composant .pdf ul {
			list-style-image:url(../images/interface/commun/pdf.png);
		}
		.composant .pdf ul li {
			padding-left: 5px;
		}
		/*
		 * 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;
			color: #006A65;
		}
		
		/*
		 * Imprimer
		 */
		#imprimer {
			float: right;
			width: 70px;
			text-align: center;
			font-size: 0.7em;
		}
		#imprimer a {
			text-decoration: none;
			color: #006A65;
		}
		#imprimer img {
			border: 0;
			margin: 0;
			padding: 0;
		}

		/*
		 * Membresform
		 */

		#membresform {
			margin: 10px;
			padding: 0;
		}
		#membresform h2 {
			font-size: 1em;
			padding: 0;
			padding-left: 10px;
			margin: 0;
			
			color: #006A65;

		}
		#membresform form {
			margin: 0;
			height: 100%;
			border: 1px solid #7c7c7c;
			background: #fff;
			font-size: 0.8em;
		}
		#membresform label {
			float: left;
			padding: 0 5px;
			text-align: right;
			width: 150px;
		}
		#membresform p {
			clear: both;
			margin: 2px 0;
			padding: 0;
			text-align: left;
		}
		#membresform input {
			width: 250px;
		}
		#membresform .centre {
			float: none;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
		}
		#membresform .bouton {
			clear: both;
			text-align: center;
		}
		#membresform .bouton input {
			float: none;
			width: auto;
		}
		
		/*
		 * Liste des membres
		 */
		#listemembres {
			margin: 10px;
			padding: 0;
		}
		#listemembres h2 {
			font-size: 1em;
			padding: 0;
			padding-left: 10px;
			margin: 0;
			color: #006A65;

		}
		#listemembres table {
			background: #fff;
			border: 1px solid #9E2900;
			font-size: 0.8em;
			margin-bottom: 10px;
		}

		#listemembres th {
			background: #9E2900;
			color: #fff;
		}
		
		/*
		 * Activités
		 */
		#listeactivites {
			margin: 10px 0 0 0;
			padding: 0 0 5px 0;
			font-size: 0.8em;
		}
		#listeactivites h2 {
			font-size: 1em;
			text-align: center;
			padding: 0;
			margin: 0;
		}


		/*
		 * Listes (agenda, documents)
		 */

		table.liste-cat {
			width: 100%;
			empty-cells: show;
			margin: 10px;
		}
		table.liste-cat th {
			text-align: center;
			font-weight: bold;
		}
		table.liste-cat td, table.liste-cat th {
			margin: 0;
			padding: 0;
		}
		table.liste-item {
			width: 100%;
		}
		table.liste-item th {
			font-weight: normal;
			text-align: left;
		}
		table.liste-item td {
		}
		
		
	/*
	 * Pied de page
	 */
	#pieddepage {
		clear: both;
		font-size: 0.7em;
		text-align: center;
		font-family: arial, helvetica, sans-serif;
		margin-left: 185px;
		background: url(../images/interface/defaut/piedpage-fond.png) repeat-x top left;
	}

/************************************************
 * Classes
 ************************************************/

/*
 * Petit texte
 */
.petit {
	padding: 2px;
	font-size: 0.7em;
}

/*
 * Images icônes (loupe, etc)
 */
.icone {
	border: 0;
	vertical-align: middle;
	background: #006A65;
}

/*
 * 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.7em;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}
.poweredby a {
	text-decoration: none;
	color: #000;
}
