
/************************************************
 * 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 {
	/*background: #EDEEA1 url(../images/interface/defaut/body-fond.png) no-repeat bottom center;*/
	background: #95AFDA;

	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #0060A9;
}
a:hover {
	color: #9CCBEF;
}

hr {
	visibility: hidden;
	height: 1px;
	clear: both;
	border: 0;
}
a img {
	border: 0;
}

/************************************************
 * Identifiants
 ************************************************/

/*
 * Conteneur
 */
#conteneur {
	background: #fff url(../images/interface/defaut/conteneur-fond.png) repeat-y bottom left;
	text-align: left;

	width: 760px;
	margin: 0 auto;
	padding: 0;
}

	/*
	 * Header
	 */
	#header {
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 0.8em;
		
		margin: 0;
		padding: 0;
		border: 0;
		position: relative;
	}
	
		/*
		 * Titre
		 */
		#titre {
			position: absolute;
			z-index: 1;
			top: 0;
			left: 0;
			width: 760px;
			background: #dddd39;
		}
		#titre h1 {
			display: none;
		}
		#titre img {
			border: 0;
		}
		
		/*
		 * Accessibilite
		 */
		#accessibilite {
			display: none;
		}
		
		/*
		 * Langues
		 */
		#langues {
			position: absolute;
			z-index: 2;
			bottom: 0;
			right: 0;
			margin-bottom: 3em;
		}
		#langues div {
			display: inline;
		}
		#langues h2 {
			display: none;
		}
		#langues img {
			border: 0;
		}
		
		
		/*
		 * Actualités
		 */
		#actualites {
			background: #edeea1 url(../images/interface/defaut/actus-fond.jpg) no-repeat top left;
			
			position: absolute;
			z-index: 1;
			top: 0;
			right: 20px;
			width: 226px;
			height: 119px;
		}
		#actualites h2 {
			display: none;
		}
		#actualites ul {
			color: #0060A9;
			font-size: 0.8em;
			list-style-type: square;
			margin: 15px 10px 0 30px;
			padding: 0;
		}
		#actualites ul li {
			margin: 2px 0;
		}
		#actualites a {
			color: #0060A9;
			text-decoration: none;
		}
		#actualites a:hover {
			color: #9CCBEF;
		}
		
		
		/*
		 * Ascendance
		 */
		#ascendance {
			background: url(../images/interface/defaut/ascendance-fond.png) no-repeat bottom left;
			font-size: 0.8em;
			
			margin: 0;
			padding: 3px;
			clear: both;
		}
		#ascendance a {
			text-decoration: none;
			color: #0060A9;
			background: url(../images/interface/defaut/puce.png) no-repeat 100% 4px;
			
			padding-right: 10px;
			margin-right: 5px;
		}
		#ascendance a:hover {
			color: #fff;
		}
		#ascendance h2 {
			display: none;
		}
		#ascendance ul {
			margin: 0;
			padding: 0;
		}
		#ascendance li {
			display: inline;
		}
		
		
		/************************** MENU DEROULANT ***************************/
		
		
		
		#menuprincipalconteneur {
			background: url(../images/interface/defaut/menu-fond.jpg) repeat-x bottom left;

			float: left;
			clear: both;
			width: 100%;
			padding-top: 120px;
		}

		
		/*
		 * Menu principal
		 */
		#menuprincipal {
			background: #0060A9 url(../images/interface/defaut/menu-coin.jpg) no-repeat bottom left;
			text-transform: uppercase;
			font-size: 0.8em;
		
			padding-left: 23px;
			float: right;
			clear: both;
		}
		#menuprincipal h2 {
			display: none;
		}
		
		
		
		/* All <ul> tags in the menu including the first level */
		.menulist, .menulist  ul {
			background: #0060A9;
		
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
		.menulist ul {
			text-transform: none;
			background: #9CCBEF;
		
			display: none;
			position: absolute;
			top: 6px;
			margin-top: 12px;
			left: 0;
			width: 180px;
		}
		
		/* 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 {
			color: #fff;
		
			display: block;
			padding: 3px 2px;
			text-decoration: none;
			padding-right: 10px;
			padding-left: 3px;
		}
		
		/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
		.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
			background: #9CCBEF;
			color: #0060A9;
		}
		.menulist a.highlighted {
			background: #9CCBEF;
			color: #0060A9;
		}
		
		
		/* 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 ***************************/


	


	/*
	 * Contenus
	 */
	#contenus {
		width: 700px;
		min-height: 300px;
		padding: 40px 30px 10px 20px;
		float: left;
		margin: 0;
		font-family: arial, helvetica, sans-serif;
	}
	
	#contenus h1 {
		font-size: 1em;
		text-align: center;
	}
	
	
		/*
		 * Composant
		 */
		.composant {
			margin-top: 1em;
			clear: both;
		}
		.composant h2 {
			font-size: 1.2em;
			font-weight: normal;
			color: #0060A9;
			margin: 0;
			padding: 0;
		}
		
		.composant .contenusComposant {
			padding: 0;
		}
		
		.composant img {
			border: 0;
		}
		.composant .accroche {
			border-left: 6px solid #DDDE3B;
			font-size: 1em;
			margin-top: 10px;
			margin-bottom: 10px;
			padding-left: 7px;
		}
		.composant .texte {
			font-size: 0.8em;
			color: #666;
			margin: 10px 0 15px 0;
		}

		.composant .imgLeft {
			margin: 5px;
			float: left;
			text-align: right;
			position: relative;
		}
		.composant .imgRight {
			margin: 5px;
			float: right;
			text-align: right;
			position: relative;
		}
		.composant .imgCenter {
			display: block;
			text-align: center;
			margin: 5px auto;
			clear: both;
			position: relative;
		}
		.composant .imgCenter img {
			text-align: center;
			margin: 5px auto;
		}
		.composant .imgcontenu {
			display: block;
			clear: both;
		}
		
		
		/* comme les ombres portées c'est la merde avec les float, centré etc, ca dégage */
		/* hack pour IE/Mac pour que l'ombre soit collée à l'image */
		/*.composant .ombre-image-bd, .composant .ombre-image-hd, .composant .ombre-image-bg {
			display:inline-table;
		}
		.composant .ombre-image-bd {
			background: url(../images/interface/defaut/ombre-image-bd.png) no-repeat bottom right;
			float: left;
			clear: both;
		}
		.composant .ombre-image-hd {
			background: url(../images/interface/defaut/ombre-image-hd.png) no-repeat top right;
		}
		.composant .ombre-image-bg {
			background: url(../images/interface/defaut/ombre-image-bg.png) no-repeat bottom left;
			padding: 0 4px 6px 0
		}*/
		
		
		
		.composant .zoom {
			text-decoration: none;
			font-size: 0.8em;
			clear: both;
		}
		.composant .navigcontenu {
			margin-top: 10px;
		}
		
		
		.composant ul {
			margin: 5px 0 5px 1em;
		}
		
	
		/*
		 * 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: none;
		}
		.composant .liens ul li {
			border-bottom: 1px solid #005FA9;
			margin-bottom: 10px;
			clear: both;
		}
		.composant .liens ul li a {
			background: url(../images/interface/commun/popup.png) no-repeat 100% 3px;
			padding-right: 20px;
		}
		.composant .liens ul li img {
			float: left;
			vertical-align: top;
		}


		/*
		 * Formulaires (recherche membres...)
		 */
		.composant form {
			margin: 0;
			padding: 0;
		}
		.composant form p {
			margin: 0;
			padding: 0;
			clear: both;
		}
		.composant form hr {
			display: none;
		}
		.composant form p label {
			display: block;
			float: left;
			text-align: right;
			width: 150px;
			padding-right: 7px;
		}
		.composant form p input {
			width: 250px;
		}
		.composant form div span {
			display: block;
			text-align: center;
		}
		
		
		
		
		
		/*
		 * Navigcontenu
		 */
		.navigcontenu {
			font-size: 0.7em;
			text-align: right;
			clear: both;
		}
		.navigcontenu a {
			text-decoration: none;
		}
		
		/*
		 * Imprimer
		 */
		#imprimer {
			display: none;
		
			float: right;
			width: 70px;
			text-align: center;
			font-size: 0.7em;
		}
		#imprimer a {
			text-decoration: none;
		}
		#imprimer img {
			border: 0;
			margin: 0;
			padding: 0;
		}
		

		
		
	/*
	 * Pied de page
	 */
	#pieddepage {
		background: url(../images/interface/defaut/piedpage-fond.png) no-repeat top left;
		font-family: arial, helvetica, sans-serif;
		font-size: 0.7em;

		float: left;
		clear: both;
		position: relative;
		width: 760px;
		height: 80px;
	}
	
		#pieddepage .contenuPiedPage {
			color: #005FA9;
			text-align: center;
			font-size: 0.8em;
			font-weight: bold;
			float: left;
			position: absolute;
			z-index: 0;
			top: 20px;
			left: 0;
			right: 0;
			margin: 0 auto;
		}
	
		#pieddepage .contenuPiedPage p {
			color: #666;
			font-size: 90%;
			margin: 0;
			margin-top: 10px;
			padding: 0;
		}
		#pieddepage .contenuPiedPage p a {
			color: #666;
			text-decoration: none;
			font-weight: none;
		}
	
		/*
		 * Recherche
		 */
		#recherche {
			position: absolute;
			z-index: 1;
			top: 35px;
			left: 5px;
		}
		#recherche h2 {
			display: none;
		}
		#recherche p {
			margin: 0;
			padding: 0;
		}
		#recherche form {
			margin: 0;
			margin-bottom: 2px;
		}
		#recherche input {
			font-size: 0.8em;
		
			vertical-align: middle;
			margin: 0;
			padding: 0;
		}
		#recherche img {
			vertical-align: middle;
			margin-right: 5px;
		}
		
		/*
		 * Identification
		 */
		#identification {
			position: absolute;
			top: 7px;
			right: 7px;
			width: 170px;
			text-align: right;
		}
		#identification h2 {
			display: none;
		}
		#identification form {
			display: inline;
			margin: 0;
			padding: 0;
		}
		#identification input {
			vertical-align: middle;
			margin: 0;
			padding: 0;
			font-size: 0.8em;
		}
		#identification #login {
			width: 56px;
		}
		#identification #passwd {
			width: 30px;
		}
		#identification p {
			margin: 0;
			padding: 0;
		}
		
		/*
		 * Administration
		 */
		#admin {
			position: absolute;
			z-index: 3;
			top: 55px;
			right: 0;
			text-align: right;
		}
		#admin h2 {
			display: none;
			margin: 0;
			padding: 0;
		}
		#admin form {
			display: inline;
		}
		#admin input {
			vertical-align: middle;
		}
		#admin select {
			font-size: 0.8em;
		}


/************************************************
 * Classes
 ************************************************/

/*
 * Petit texte
 */
.petit {
	padding: 2px;
	font-size: 0.7em;
}

/*
 * Boutons (validation notamment)
 */
.bouton {
}


/*
 * Images icônes (loupe, etc)
 */
.icone {
	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;
}

