
/************************************************
 * Redefinition des balises
 ************************************************/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background:#F7EED0;
	font-family: arial, helvetica, sans-serif;
}

a {
	color: #DC4500;
	text-decoration: none;
}
a:hover {
	color: #e66c34;
}

hr {
	color: #F08729;
	background-color: #F08729;
	height: 2px;
	clear: none;
	border: 0;
}
a img {
	border: 0;
}

/************************************************
 * Identifiants
 ************************************************/

/*
 * Conteneur
 */
#conteneur {
	background-image: url("../images/interface/defaut/conteneur.png");
	background-repeat: repeat-y;
	width: 980px;
	height: auto;
	margin: 0 auto;
	margin-top: -35px;
	padding: 0;
	text-align: left;
}

	/*
	 * Header
	 */
	#header {
		font-family: Arial;
		height: 123px;
		color: #000;
		background-image:url("../images/interface/defaut/fond_header.png");
		background-repeat:repeat-y;
		margin: 0;
		margin-left: 11px;
		margin-bottom: 40px;
		padding: 0;
		position: relative;
	}
	
	#header object, #header embed {
		position: absolute;
		top: 10px;
		right: 90px;
	}
		
		
		#hautHeader {
			position: absolute;
			top: 0;
			right: 22px;
			width: 780px;
			height: 27px;
			z-index: 500;
			background: #e18114 url(../images/interface/defaut/bande-header-coin-droite.jpg) no-repeat top right;
		}


		/*
		 * Recherche
		 */
		#recherche {
			position: absolute;
			left: 0;
			top: 0;
			width: 250px;
			height: 100%;
			background: url(../images/interface/defaut/bande-header-coin-gauche.jpg) no-repeat top left;
			padding: 3px 0 0 30px;
		}
		#recherche h2 {
			display: none;
		}
		#recherche a {
			margin-right: 7px;
		}
		#recherche form {
			margin: 0;
			float: left;
		}
		#recherche input {
			vertical-align: middle;
			font-size: 11px;
			padding: 0;
		}
		#recherche input#terme {
			width: 100px;
		}
		#recherche p {
			float: left;
			margin: 0;
			padding: 3px 0 0 10px;
			vertical-align: middle;
		}
		#recherche p a {
			color: #4a1700;
			text-decoration: underline;
			font-size: 11px;
			vertical-align: middle;
		}


		/*
		 * Adherent
		 */
	
		#adherent{
			position: absolute;
			right: 100px;
			top: 5px;
			width: 430px;
			text-align: right;
			font-size: 11px;
		}
		#adherent p {
			float: left;
			padding: 3px 5px 0 0;
			margin: 0;
			vertical-align: middle;
			text-align: right;
		}
		#adherent span {
			vertical-align: middle;
		}
		#adherent p a {
			color: #4a1700;
			text-decoration: underline;
			font-size: 11px;
			vertical-align: middle;
		}
		#adherent input {
			width: 60px;
			font-size: 12px;
			vertical-align: middle;
			font-size: 11px;
			padding: 0;
		}
		#adherent .submit {
			width: auto;
		}
		#adherent select {
			font-size: 11px;
			vertical-align: middle;
		}
		#adherent form {
			margin: 0;
			padding: 0;
		}


		/*
		 * Langue
		 */
		#langues {
			position: absolute;
			top: 3px;
			right: 20px;
			width: 60px;
			height: 20px;
		}




		/*
		 * Titre
		 */
		#titre {
			margin: 0 0 0 -1px;
			float: left;
		}
		#titre h1 {
			color: #46464D;
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 14px;
			font-weight: normal;
			display: block;
			margin: 0;
			width: 350px;
			line-height: 22px;
			padding-top: 5px;
		}
		#titre img {
			float: left;
			margin: -5px 10px 0 0px;
		}
		
		
		/*
		 * Accessibilite
		 */
		#accessibilite {
			display: none;
		}
		
		

		/*
		 * Ascendance
		 */
		#ascendance {
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 10px;
			margin: 0;
			margin-top: 35px;
			padding: 0;
			color: #7A2600;
		}
		#ascendance ul {
			margin: 0;
			margin-left: 20px;
			padding: 0;
		}
		#ascendance li {
			display: inline;
			padding-left: 5px;
		}



		#milieuHeader {
			width:900px;
		}
		
		
		
		/************************** MENU DEROULANT ***************************/
		
		
		
		#menuprincipalconteneur {
			clear: both;
			float: left;
			width: 100%;
			height: 32px;
			background:url("../images/interface/defaut/menuprincipal.png") bottom left no-repeat;
			position: absolute;
			top: 127px;
		}

		
		
		/*
		 * Menu principal
		 */
		#menuprincipal {
			clear: both;
			text-align: left;
			margin: 0;
			padding: 0;
			position: relative;
		}

		#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 */
			width: 180px;
			
			background: #7A2600;
		}
		
		/* 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;
			margin: 0 0 0 0;
		}
		
		/* 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 7px;
			text-decoration: none;
			color: #fff;
			font-size: 12px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #fff;
		}
		
		.menulist a.highlighted, .menulist a{
		}
		/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
		.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
			background: #eb901e;
		}
		.menulist a.highlighted {
			
		}

		.menulist a.highlighted .onglet , .menulist a .onglet , .menulist a:focus .onglet{
			text-transform: uppercase;
		}
		
		
		/* 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;
			color: #fff;
		}
		/* \*/
		.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%;
			padding: 0;
		}
		
		* html .menulist ul li {
			float: left;
			height: 1%;
			padding: 0;
		}
		* html .menulist ul a {
			height: 1%;
		}
		/* End Hacks */
		
		/************************** FIN MENU DEROULANT ***************************/



		
		/*
		 *	Milieu Page
		 */
		#milieuPage{
			margin-top: 60px;
		}


		

	/*
	 * liste-cat
	 */
	 	table.liste-cat {
			width: 100%;
			border: 1px solid #c69e69;
			border-width: 1px 0;
			border-collapse: collapse;
			border-spacing: 0;
			empty-cells: show;
			font-size: 0.9em;
			margin-bottom: 15px;
		}
		table.liste-cat th {
			text-align: left;
			background-color: #c69e69;
			color: #fff;
			font-weight: bold;
			padding-left: 5px;
		}
		table.liste-cat td {
			padding-left: 5px;
		}
		table.liste-item {
			border-collapse: collapse;
			border-spacing: 0;
			width: 100%;
		}
		table.liste-item th {
			background-color: #c69e69;
			color: #fff;
			font-weight: normal;
			text-align: left;
		}
		table.liste-item td {
			border-top: 1px solid #c69e69;
		}



	/*
	 * Contenus
	 */
	
	
	#contenus {
		padding: 0;
		font-family: Arial, Helvetica, Sans-Serif;
		margin: 10px 30px;
		background-repeat:repeat-x;
		border: 0;
	}
	
	#contenus h1 {
			color: #46464D;
			font-size: 21px;
			font-weight: bold;
			padding-left: 10px;
			background:inherit;
	}

		/*
		 * Composant
		 */
		.composant {
			background: url(../images/interface/defaut/contenus-milieu.png) repeat-y top left;
			margin: 7px 0;
			font-size: 0.8em;
		}
		.composant-haut {
			background: url(../images/interface/defaut/contenus-haut.png) no-repeat top left;
		}
		.composant-bas {
			background: url(../images/interface/defaut/contenus-bas.png) no-repeat bottom left;
			padding: 7px 30px 20px 20px;
		}
		.composant h2 {
			color: #46464D;
			font-size: 1.1em;
			font-weight: bold;
			margin: 10px 0 7px;
			text-transform: uppercase;
		}
		.composant a {
		}
		.composant img {
			border: 0;
		}
		.composant .groupe {
		}
		.composant .groupe .accroche {
			color: #DC4500;
			font-size: 1em;
			margin-bottom: 25px;
		}
		.composant .groupe .texte {
			color: #46464D;
			font-size: 0.9em;
		}

		.composant .groupe .imgLeft {
			margin: 5px;
			float: left;
			text-align: right;
		}
		.composant .groupe .imgRight {
			margin: 5px;
			float: right;
			text-align: right;
		}
		.composant .groupe .imgCenter {
			display: block;
			text-align: center;
			margin: 5px auto;
			clear: both;
		}
		.composant .groupe .imgCenter img {
			text-align: center;
			margin: 5px auto;
		}
		.composant .groupe .imgcontenu {
			display: block;
			clear: both;
		}
		.composant .zoom {
			text-decoration: none;
			font-size: 0.8em;
		}
		
		.composant .liens {
			font-size: 0.9em;
			color: #46464D;
		}
		
		/*
		 * Navigcontenu
		 */
		.navigcontenu {
			margin-top: 10px;
			font-size: 0.7em;
			text-align: right;
			clear: both;
		}
		.navigcontenu a{
			text-decoration: none;
		}

		/*
		 * PDF
		 */
		.composant .pdf ul {
			list-style-image: url(../images/interface/commun/pdf.png);
		}

		
		
		/*
		 * Formulaire de recherche de membres
		 */
		#membresform {
		}

		#membresform h2 {
			color: #46464D;
			font-size: 21px;
			font-weight: bold;
			margin: 0;
			margin-bottom: 15px;
		}

		#membresform form {
			margin: 0;
		}
		#membresform form p {
			clear: both;
			margin: 5px 0;
			padding: 0;
		}
		#membresform form p label {
			float: left;
			width: 200px;
			text-align: right;
			padding-right: 15px;
		}
		#membresform form p input {
			width: 200px;
			font-size: 0.8em;
			padding: 0;
		}
		#membresform hr {
			margin: 0;
			padding: 0;
			clear: both;
			visibility: hidden;
		}
		
		
		#listemembres {
			margin-top: 7px;
		}
		#listemembres th {
			text-align: left;
			background-color: #E18114;
			color: #fff;
			font-weight: bold;
			padding-left: 5px;
		}
		#listemembres td {
			padding-left: 5px;
			border-bottom: 1px solid #E18114;
		}

		
		/*
		 * Liste des activités
		 */
		#listeactivites {
			margin: 10px 30px;
		}
		#listeactivites h2 {
			color: #46464D;
			font-size: 21px;
			font-weight: bold;
			margin: 0;
			margin-bottom: 15px;
		}
		#listeactivites ul {
			border : 1px solid #666;
			background: #fff;
			margin: 0;
		}
		#listeactivites ul ul {
			border: none;
		}
		

		
		/*
		 * Imprimer
		 */
		#imprimer {
			display: none;
		}

		
		/*
		 * Trombinoscope
		 */
		.trombipersonne {
			width: 120px;
			height: 180px;
			text-align: center;
			float: left;
			border: 1px solid #c69e69;
			padding: 5px;
			margin: 6px;
			font-size: 0.75em;
		}
		.trombipersonne a {
			text-decoration: none;
		}

	
	/*
	 * Pied de page
	 */
	#pieddepage {
		color:#46464D;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.7em;
		text-align: center;
		clear: both;
		height: 44px;
		margin: 0;
		padding-left: 15px;
		padding-top: 25px;
		background-image: url("../images/interface/defaut/piedpage.png");
		background-repeat: no-repeat;
		position: relative;
	}
	
	#pieddepage a, #pieddepage a:hover, #pieddepage a:link{
		color:#46464D;
		text-decoration : none;
	}
	
	#pieddepage a:hover{
		text-decoration : underline;
	}

	/*
	 * Pour lien "powered by"
	 */
	.poweredby {
		clear: both;
		font-size: 0.5em;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 9px;
		color: #707071;
		text-align: center;
		margin-top: 30px;
	}
	.poweredby a {
		text-decoration: none;
	}



/************************************************
 * Classes
 ************************************************/

/*
 * Petit texte
 */
.petit {
	padding: 2px;
	font-size: 0.8em;
}

/*
 * Boutons (validation notamment)
 */
.bouton {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
}



/*
 * 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;
}


.spacer {
	clear: both;
}