
/************************************************
 * 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;
	font: #d4d3cd;
}

a {
	color: #8f8f8e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FF8B00;
}

hr {
	height: 2px;
	clear: none;
	border: 0;
}
a img {
	border: 0;
}

/************************************************
 * Identifiants
 ************************************************/

/*
 * Conteneur
 */
#conteneur {
	background: #fff url(../images/interface/defaut/fond_conteneur.png) repeat-y top left;
	width: 954px;
	margin: 0 auto;
	padding: 0 0 0 5px;
	text-align: left;
}

	/*
	 * Header
	 */
	#header {
		font-family: Arial;
		color: #000;
		font-size: 0.8em;
		margin: 0 0 10px 0;
		padding: 0;
		border: 0;
		background: url(../images/interface/defaut/fond_header.png) no-repeat left 50px;
		height: 130px;
		width: 944px;
		position: relative;
	}
	
	#google_translate_element{
		position: absolute;
		top: 0;
		right: 405px;
	}
	#google_translate_element div{
		float: left;
		margin-right: 5px;
	}
	#google_translate_element .goog-te-gadget{
		float: none;
		margin-right: 0;
	}
	
	#header .composant{
		position: relative;
		top: 50px;
		left: 500px;
		width: 400px;
		height: 140px;
	}
	
	#header .infosDistrib {
		position: absolute;
		top: 20px;
		right: 150px;
	}

		/*
		 * Titre
		 */
		#titre {
			float: left;
			width: 100%;
			text-align: center;
		}
		#titre img {
			border: 0;
		}
		
		#lienAcceuil{
			width: 944px;
			height: 50px;
			padding-top: 50px;
		}
		
		#lienAcceuil a {
			display: block;
			width: 727px;
			height: 39px;
			padding: 10px 0 0 10px;
			color: #000;
			background: #ef610a;
			font-size: 22px;
			font-weight: bold;
		}
		
		/*
		 * Accessibilite
		 */
		#accessibilite {
			display: none;
		}

		#hautHeader {
			height : 30px;
		}
		
		/*
		 * Langues
		 */
		#langues {
			position: absolute;
			top: 0;
			right: 0;
			width: 130px;
		}
		#langues a{
		}
		#langues img {
			border: 0;
		}
		
		/*
		 * Adherent
		 */
		#adherent{
			margin : 1px 0 0 2px;
			padding : 0;
			float: left;
			clear : none;
		}
		#adherent a{
			float: left;
			margin: 0 5px 5px 0 ;
		}
		
		/*
		 * Recherche
		 */
		#recherche {
			float: right;
			width: 140px;
			height: 25px;
			margin-top: 15px;
		}
		#recherche h2 {
			display: none;
		}
		#recherche p {
			padding: 0;
			margin: 0;
		}
		#recherche form {
		}
		
		#recherche #terme{
			border-left: 2px solid #969695;
			border-top: 2px solid #969695;
		}
		
		/*
		 * Ascendance
		 */
		#ascendance {
			color: #000;
			font-family: Arial;
			font-size: 11px;
			margin: 0;
			padding: 0;
			padding-bottom: 2px;
			vertical-align: top;
			display: none;
		}
		#ascendance div{
			float: left;
			padding-right: 21px;
			background:url("../images/interface/defaut/ascendance_droit.png") top right no-repeat;
		}
		#ascendance h2 {
			display: none;
		}
		#ascendance ul {
			margin: 0;
			padding: 3px 7px 7px 0;
			float: left;

		}
		#ascendance li {
			display: inline;
			/*margin-left: 5px 0 5px 0;*/
			padding-left: 5px;
		}
		#ascendance a {
			color: #000;
			text-decoration: none;
		}
		#ascendance a:hover {
			text-decoration: underline;
		}

		#milieuHeader { clear: both; }
		/************************** MOT DU PRESIDENT ***************************/
		
		#motpresident{
			float: left;
			position: relative;
			top: 60px;
			padding-left: 50px;
		}
		#motpresident h2 {
			color: #ec5e00;
			font-size: 21px;
			font-weight: bold;
			font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
			margin-top: 0;
			margin-bottom: 5px;
			padding-top: 20px;
			padding-left: 10px;
		}
		#motpresident .accroche {
			color: #ed5d00;
			font-size: 16px;
			padding-left: 10px;

		}
		#motpresident p{
			color: #d4d3cd;
			font-size: 12px;
			padding-left: 10px;
		}

		
		/************************** MENU DEROULANT ***************************/
		/*
		 * Menu principal
		 */
		#menuprincipal {
			float: left;
			width: 800px;
			height: 25px;
			margin-top: 20px;
		}

		#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;
		}
		
		/* 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;
			text-decoration: none;
			padding-right: 10px;
			padding-left: 10px;
			font-size: 12px;
			font-weight: bold;
		}
		
		.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 , .menulist .actif{
			color: #ff8b00;
			text-decoration: underline;
		}
		.menulist a.highlighted {
			color: #ff8b00;
			text-decoration: underline;
		}

		.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: #46464D;
			background: #F1BC23;
		}
		/* \*/
		.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 ***************************/


	/*
	 * Navigation
	 */
		/*
		 * Elements communs aux sous-menus, actualites, identification, newsletter...
		 */
		#resultat{
			color: #fff;
			background-color: #f00;
		}

		#sousmenu{
			width: 100%;
			margin-top: 6px;
		}
		*:first-child+html #sousmenu {
			margin-top: 10px;
		}
		* html #sousmenu {
			margin-top: 10px;
		}

		
		#sousmenu ul{
			background: url(../images/interface/defaut/sousmenu.jpg) repeat-x top left;
			padding: 0;
			margin: 0;
			list-style-type: none;
			height: 23px;
		}
		#sousmenu li{
			padding: 0;
			margin: 0;
			float: left;
			width: 156px;
			position: relative;
			height: 1%;
		}
		#sousmenu a{
			display: block;
			color: #000;
			padding-top: 3px;
			padding-left: 5px;
		}
		#sousmenu a:hover{
			color: #fff;
		}
		
		#sousmenu ul ul{
			background: #f87201;
			position: absolute;
			top: 23px;
			left: 0;
			width: 220px;
			height: auto;
			display: none;
		}
		#sousmenu ul ul a {
			padding: 2px 5px;
		}
		#sousmenu ul ul li{
			float: none;
			width: auto;
			text-align: left;
		}
		#sousmenu ul ul ul{
			top: 0;
			left: 220px;
		}
		
		#sousmenu a.actif{
			color: #fff;
		}
		
		#sousmenu .subind{
			display: none;
		}
		#sousmenu ul ul .subind{
			display: block;
			position: absolute;
			top: 0;
			right: 0;
			width: 10px;
		}
		
		/*
		 * Actualités
		 */
		#actualites {
			margin: 20px 0 0 40px;
			padding: 0;
			width: 250px;
		}
		#actualites .haut_gauche{
			background:url(../images/interface/defaut/actualite_hg.png);
			background-repeat:no-repeat;
			background-position:top left;
			float : left;
			width: 7px;
			height: 7px;
			margin: 10px 0 0 0;
		
		}
		#actualites .bas_droit{
			background:url(../images/interface/defaut/actualite_bd.png);
			background-repeat:no-repeat;
			background-position:bottom right;
			float : right;
			width: 7px;
			height: 7px;
			margin: -7px 0 0 0;		
		}
		* html #actualites .bas_droit{
			margin-top: -16px;
		}
		#actualites h2 {
			margin: 0;
			padding: 0;
			line-height: 10px;
			text-transform: uppercase;
			padding-left: 7px;
		}
		#actualites a,a:hover,a:link{
			font-family:Arial, Helvetica, sans-serif;
			text-decoration : none;
		}
		
		#actualites a:hover{
			text-decoration : underline;
		}
		
		
		#actualites ul {
			border: 1px solid #D97000;
			list-style-position: inside;
			margin: 0;
			padding: 5px 5px 5px 10px;
		}
		#actualites ul li {
			margin: 0;
			padding: 0;
		}


		/*
		 * Identification
		 */
		#identification {
			width: 80%;
			font-family:Arial, Helvetica, sans-serif;
		}
		#identification p {
			text-align: left;
		}
		#identification #login {
			width: 150px;
		}
		#identification #passwd {
			width: 100px;
		}
		#identification .bouton {
			width: 45px;
		}
		
		#admin {
			width: 80%;
			font-family:Arial, Helvetica, sans-serif;
		}

		/*
		 * 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 #000;
			font-size: 0.95em;
			margin: 0;
			padding: 0;
			border-collapse: collapse;
			border-spacing: 0;
		}


	/*
	 * Contenus
	 */
	 
	 #milieuPage{
	 	position: relative;
		width: 944px;
		margin: ;
		padding: 2px 0 0 0;
		font-family: Arial;
		border: 0;
		background: url(../images/interface/defaut/fond_milieu_page.png) no-repeat left top;
	 }
	 
	#contenus {
		background: #000 url(../images/interface/defaut/fond_milieu_page.png) no-repeat left bottom;
		padding-bottom: 4px;
		min-height: 339px;
	}
	
	#contenus h1 {
		color: #46464D;
		font-size: 21px;
		font-weight: bold;
		padding-left: 10px;
		margin-bottom: -6px;
		background:inherit;
	}

		/*
		 * Composant
		 */
		.composant {
			color: #d4d3cd;
			width: 100%;
			float: left;
		}
		.composant h2 {
			color: #ec5e00;
			font-size: 21px;
			font-weight: bold;
			font-family:Tahoma, Geneva, Arial, Helvetica, sans-serif;
			margin-top: 0;
			margin-bottom: 5px;
			padding-top: 20px;
		}
		.composant a {
			color: #FF8B00;
		}
		.composant a:hover{
			color: #fff;
		}
		.composant img {
			border: 0;
		}
		.composant .groupe {
			clear: both;
		}
		.composant .groupe .accroche {
			color: #ed5d00;
			font-size: 16px;
			padding-left: 10px;

		}
		.composant .groupe .texte {
			color: #fff;
			font-size: 12px;
			padding: 10px 20px;
		}

		.composant .groupe .imgLeft {
			margin-right: 20px;
			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 .navigcontenu {
			margin-top: 10px;
		}
		
		
		/*
		 * Navigcontenu
		 */
		.navigcontenu {
			font-size: 0.7em;
			text-align: right;
			clear: both;
		}
		.navigcontenu a, {
			text-decoration: none;
		}
		
		/*
		 * Formulaire de recherche de membres
		 */
		#membresform {
			width: 700px;
			margin-left: 35px;
			margin-top: 40px;
		}

		#membresform h2 {
			color: #46464D;
			font-size: 21px;
			font-weight: bold;
			padding-left: 10px;
			margin-bottom: -6px;
			background:inherit;
		}

		#membresform form {
			border : 1px solid #666;
			background: #fff;
			margin: 0;
			font-size: 0.8em;
		}
		#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;
			display: none;
		}
		
		/*
		 * Liste des activités
		 */
		#listeactivites {
			width: 700px;
			margin-left: 35px;
			margin-top: 40px;
		}
		#listeactivites h2 {
			color: #46464D;
			font-size: 21px;
			font-weight: bold;
			padding-left: 10px;
			margin-bottom: -6px;
			background:inherit;
		}
		#listeactivites ul {
			border : 1px solid #666;
			background: #fff;
			margin: 0;
		}
		#listeactivites ul ul {
			border: none;
		}
		
		/*
		 * Agenda
		 */
		table.liste-cat {
			width: 100%;
		}
		.liste-cat th {
			color: #fff;
			background: #666;
		}
		
		.liste-item {
			width: 100%;
		}
		.liste-item th {
			background: #999;
		}
		
		
		/*
		 * Inscription de membres
		 */
		 
		#inscription{
			margin: 0;
			padding: 0;
		}
		#inscription input{
			font-size: 10px;
			padding: 0;
			margin: 3px;
		}

		/*
		 * Imprimer
		 */
		#imprimer {
			float: right;
			width: 70px;
			text-align: center;
			font-size: 0.7em;
			display: none;
		}
		#imprimer a {
			color: #d4d3cd;
			text-decoration: none;
		}
		#imprimer img {
			border: 0;
			margin: 0;
			padding: 0;
		}


	/********************* PACK INFOS ***********************/

	#content1{
		height:266px;
		border: 0;
		background:url(../images/packinfos/pattern.jpg) repeat-x ;
	 }
	 #content1 h1{
	 	margin: 0;
		padding-left:36px;
		padding-top:36px;
		color: #F08919;
	 }
	 #content1 p{
	 	margin: 0;
		padding-left:10px;
		padding-top:27px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#f08919;
		line-height:32px;
	 }
	 #content1 a{
	 	color: #1083C2;
	 }
	  #bloctext{				
		width: auto;
		height:144px;
	 }
	 #content2{
		height:192px;
		background-color:#000000;
	 }
	 #content2 h2{
	 	margin: 0;
		padding-top:10px;
		padding-left:27px;
		padding-bottom:5px;
		color:#F08919;
		font-family:Arial,Helvetica,sans-serif;
		font-size:14px;
	 }
	 
	 /* pack mail */
	.blocimg {
		margin:0;
		width: 100%;
		clear: both;
	 }
	.blocimg ul {
		margin:0;
		padding-left:0;
		list-style-type: none;
	}
	.blocimg li {
		float:left;
		width: 20%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align: center;
	}


		
	/*
	 * Pied de page
	 */
	#pieddepage {
		background: #2D3537;
		color: #fff;
		clear: both;
		font-size: 0.7em;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	#pieddepage a,a:hover,a:link{
		font-family:Arial, Helvetica, sans-serif;
		text-decoration : none;
	}
	
	#pieddepage a:hover{
		text-decoration : underline;
	}
	#pieddepage .infosDistrib {
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		clear: both;
	}

/************************************************
 * Classes
 ************************************************/

/*
 * Petit texte
 */
.petit {
	padding: 2px;
	font-size: 0.7em;
}

/*
 * 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;
}

/*
 * Pour lien "powered by"
 */
.poweredby {
	clear: both;
	margin-top: 10px;
	font-size: 0.5em;
	font-family: Arial;
	font-size:9px;
	color: #707071;
	text-align: center;
}
.poweredby a {
	text-decoration: none;
}


.spacer {
	clear: both;
	height: 0px;
}