

/************************************************
 * Redefinition des balises
 ************************************************/

body {
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #006e6f;
	text-decoration: none;
}
a:visited {
	color: #006e6f;
}
a:hover {
	color: #000;
}

hr {
	color: #006e6f;
	background-color: #006e6f;
	height: 2px;
	clear: none;
	border: 0;
}
a img {
	border: 0;
}

object, embed {
	position: relative;
	z-index: 1;
}

/************************************************
 * Identifiants
 ************************************************/

/*
 * Conteneur
 */
#conteneur {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
}

	/*
	 * Header
	 */
	#header {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #fff;
		font-size: 0.8em;
		background-image:url("images/bandeau-contenu.jpg");
		background-repeat:no-repeat;
		border: 0;
		
		margin: 0;
		margin-bottom: 27px;
		padding: 0;
		height: 114px;
		position: relative;
	}
	
	#header a {
		color: #c03;
		font-weight: bold;
		text-decoration: none;
	}
		
		/*
		 * Accessibilite
		 */
		#accessibilite {
			display: none;
		}
		

		/*
		 * Titre
		 */
		#titre {
		}
		#titre a {
			display: block;
			position: absolute;
			top: 0;
			left: 120px;
			width: 120px;
			height: 114px;
		}
		#titre a span {
			display: none;
		}
		
		/*
		 * Adherent
		 */
		#adherent {
			position: absolute;
			left: 360px;
			top: 90px;
			width: 300px;
			z-index: 2;
		}
		#adherent p {
			margin: 0;
			padding: 0;
			float: left;
		}
		#adherent a {
			font-family: Arial, Helvetica, sans-serif;
			vertical-align: middle;
		}
		#adherent form {
			display: inline;
			padding: 0;
			margin: 0;
			margin-right: 10px;
			float: left;
			vertical-align: middle;
		}
		#adherent input {
			width: 40px;
			font-size: 10px;
			margin: 0;
			padding: 0;
			vertical-align: middle;
		}
		#adherent select {
			font-size: 10px;
			margin: 0;
			padding: 0;
		}
		#adherent .submit {
			/*display: none;*/
			width: auto;
			background: #cc0;
			border: 0 none;
			color: #c00;
			font-weight: bold;
			cursor: pointer;
		}
		
		/*
		 * Recherche
		 */
		#recherche {
			position: absolute;
			right: 5px;
			top: 90px;
			width: 85px;
		}
		#recherche form {
			text-align: right;
			margin: 0;
			padding: 0;
		}
		#recherche input {
			width: 60px;
			font-size: 10px;
			margin: 0;
			padding: 0;
			float: left;
			vertical-align: middle;
		}
		#recherche .submit {
			/*display: none;*/
			width: auto;
		}
		
		
		
		#espacepresse {
			position: absolute;
			top: 90px;
			left: 630px;
			z-index: 3;
		}
		#espacepresse a {
			background: url(images/espace-presse.png) no-repeat 0 0;
			padding-left: 20px;
		}

		

		/************************** MENU DEROULANT ***************************/
		
		
		
		/*
		 * Menu principal
		 */
		#menuprincipal {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #fff;
			
			position: absolute;
			top: 114px;
			left: 0;
			width: 100%;
			background-color: #c03;
			padding: 7px 0;
			z-index: 1000;
		}
		
		#menuprincipal h2 {
			display: none;
		}
		
		#menuprincipal a {
			color: #fff;
		}
		
		/* 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;
			z-index: 2000;
			top: 8px;
			margin-top: 10px;
			left: -7px;
			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 7px;
			z-index: 3000;
		}
		
		/* 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;
			text-decoration: none;
			text-transform: uppercase;
			font-size: 8pt;
			
			padding-right: 7px;
			border-right: 1px solid #ff6f95;
		}
		
		.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 a.highlighted {
			
		}

		.menulist a.highlighted .onglet , .menulist a .onglet , .menulist a:focus .onglet{
			
		}
		
		/* sub-menus */
		.menulist ul a {
			color: #fff;
			background: #099 url(images/sousmenu-fond.png) repeat-y top left;
			border: 0;

			float: none;
			display: block;
			padding: 4px;
			text-decoration: none;
			text-transform: none;
			padding-right: 10px;
			padding-left: 10px;

		}
		.menulist ul a:hover, .menulist ul a.highlighted:hover, ul .menulist a:focus {
			background-color: #006e6e;
		}
		
		/* 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%;
			padding: 0;
		}
		
		* html .menulist ul li {
			float: left;
			height: 1%;
			padding: 0;
		}
		* html .menulist ul a {
			height: 1%;
		}
		/* End Hacks */
		
		/************************** FIN MENU DEROULANT ***************************/


		/*
		 * Ascendance
		 */
		#ascendance {
			margin: 5px 0 0 8px;
			padding: 0;
			font-size: 0.7em;
			float: none;
			clear: both;
			color: #666;
		}
		#ascendance h2 {
			display: none;
		}
		#ascendance ul {
			margin: 0;
			padding: 0;
		}
		#ascendance li {
			display: inline;
			margin: 0;
			padding-left: 10px;
			padding-right: 5px;
			background: url(images/ascendance-puce.png) no-repeat 0 4px;
		}
		#ascendance a {
			color: #006e6f;
			text-decoration: none;
		}
		#ascendance a:hover {
			color: #000;
		}




		/*
		 * 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
	 */
	#contenus {
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		background: #cdcc00 url(images/contenus-fond.jpg) no-repeat bottom left;

		width: 800px;
		float: left;
		margin: 0;
		padding: 0;
	}
	
	#contenus h1 {
		font-size: 21px;
		font-weight: bold;
		padding-left: 10px;
		margin-bottom: -6px;
		background:inherit;
	}

		/*
		 * Composant
		 */
		.composant {
			width: 748px;
			margin: 20px auto 30px auto;
			background: #eff4a3 url(images/composant-fond-repeat.jpg) repeat-y top left;
		}
		.composant-haut {
			/*background: url(images/composant-fond-haut.jpg) no-repeat top left;*/
		}
		.composant-bas {
			padding: 0 26px 30px 35px;
			background: url(images/composant-fond-bas.jpg) no-repeat bottom left;
		}
		
		
		
		.composant h2 , #flash h2 {
			color: #c03;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 18px;
			font-weight: bold;
			margin: 0 -26px 7px -35px;
			padding: 7px 0 10px 35px;
			background: url(images/composant-fond-h2.jpg) no-repeat top left;
		}
		.composant a {
			color: #006e6f;
		}
		.composant a:hover {
			color: #000;
		}
		.composant img {
			border: 0;
		}
		.composant .accroche {
			color: #c03;
			font-size: 14px;
			font-weight: bold;
			margin-bottom: 10px;
		}
		.composant .texte {
			color: #000;
			font-size: 12px;
			text-align: justify;
			padding-top: 5px;
		}
		.composant .texte ul {
			list-style-image: url(images/contenu-puce.png);
			margin-left: 20px;
			padding-left: 0;
		}
		.composant .texte table, .composant .texte th, .composant .texte td {
			border-collapse: collapse;
			border: 1px solid black;
		}
		.composant .texte th {
			text-align: center;
		}

		.composant .imgLeft {
			margin: 0 20px 0 0;
			float: left;
			text-align: right;
		}
		.composant .imgRight {
			margin: 0 0 0 20px;
			float: right;
			text-align: right;
		}
		.composant .imgCenter {
			display: block;
			text-align: center;
			margin: 0 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;
		}
		
		.composant .pdf ul {
			list-style-image: url(../images/icones/pdf.png);
		}
		.composant .pdf li {
			padding-left: 7px;
			font-size: 12px;
		}
		
		
		.contenuColonnes {
			margin-top: 20px;
			font-size: 0.6em;
			width: 100%;
		}
		.contenuColonnes td {
			width: 33%;
			text-align: center;
			vertical-align: top;
		}

		/*
		 * Flash
		 */
 		#flash {
			width: 748px;
			margin: 20px auto 30px auto;
			background: #eff4a3 url(images/composant-fond-repeat.jpg) repeat-y top left;
		}
		#flash .composant-haut {
			
		}
		#flash .composant-bas {
			padding: 0 0 30px 35px;
			background: url(images/backFlash.jpg) no-repeat bottom left;
		}

		#flash .backFlash{
			width : 739px;
			height : 538px;
		}
		
		#flash .flash{
			margin : 0 0 0 163px;
		}

		
		/*
		 * Navigcontenu
		 */
		.navigcontenu {
			font-size: 0.7em;
			text-align: right;
			clear: both;
		}
		.navigcontenu a {
			text-decoration: none;
		}
		
		/*
		 * Formulaires
		 */
		#contenus form {
			margin: 0;
		}
		#contenus form p {
			clear: both;
			margin: 5px 0;
			padding: 0;
		}
		#contenus form p label {
			float: left;
			width: 200px;
			text-align: right;
			padding-right: 15px;
		}
		#reglement{
			width: 10px;
		}
		#contenus form p input {
			font-size: 12px;
			padding: 0;
			margin-right: 10px;
		}
		#contenus hr {
			margin: 0;
			padding: 0;
			clear: both;
			visibility: hidden;
			display: none;
		}
		
		/*
		 * Liste des activités
		 */
		#listeactivites {
		}
		#listeactivites h2 {
		}
		#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;
		}
		
		
		/*
		 * Organigramme
		 */
		#organigramme {
			width: 100%;
			text-align: center;
			border: 0 none;
			background: url(images/organi-fond.png) no-repeat -16px -11px;
		}
		#organigramme table {
			margin-bottom: 30px;
		}
		#organigramme table, #organigramme td, #organigramme th {
			border: 0 none;
		}
		#organigramme td {
			text-align: center;
			vertical-align: top;
		}
		#organigramme td td {
			width: 150px;
		}
		#organigramme td th {
			color: #fff;
			padding: 0;
			margin: 0;
			height: 16px;
			font-size: 11px;
		}
		#organigramme td th span {
			display: block;
			height: 100%;
			background: url(images/organi-secret-fond-g.png) no-repeat top left;
			margin: 0 2px;
		}
		#organigramme td th span span {
			background: url(images/organi-secret-fond-d.png) no-repeat top right;
		}
		#organigramme td td span {
			color: #666;
			font-style: italic;
			font-size: 0.9em;
		}
		/*
		 * Conseil d'administration
		 */
		#conseilAdministration {
			width: 100%;
			margin: 15px 0;
			border: 0 none;
		}
		#conseilAdministration td {
			width: 33%;
			border: 0 none;
		}
		#conseilAdministration th {
			width: 34%;
			text-align: left;
			border: 0 none;
		}
		
		
		/********************** BOUTIQUE **********************/
		
		/****** catégories ******/
		.boutiqueCats {
			width: 100%;
			border: 0 none;
		}
		.boutiqueCats td {
			text-align: center;
			background: #c03 url(images/organi-secret-fond-g.jpg) no-repeat top left;
			padding: 0;
			margin: 0;
			height: 16px;
		}
		.boutiqueCats td a {
			color: #fff;
			font-size: 80%;
			font-weight: bold;
			display: block;
			width: 100%;
			height: 100%;
			background: url(images/organi-secret-fond-d.jpg) no-repeat top right;
		}
		.boutiqueCats td a:hover {
			color: #fff;
		}
		
		/******* produits *******/
		.boutiqueProduit {
			background: url(images/boutique-produit-haut.png) no-repeat top left;
			margin: 20px 0;
		}
		.boutiqueProduitBas {
			background: url(images/boutique-produit-bas.png) no-repeat bottom left;
			padding: 7px;
		}
		.boutiqueProduit h3 {
			color: #c00;
			font-size: 0.8em;
			margin: 0;
			margin-bottom: 10px;
			padding-top: 7px;
			padding-left: 15px;
		}
		.boutiqueProduit table {
			width: 100%;
		}
		.boutiqueProduit td {
			vertical-align: top;
		}
		.boutiqueProduit td.prix {
			vertical-align: bottom;
		}
		.boutiqueProduit td.boutons {
			vertical-align: bottom;
			text-align: right;
		}
		.boutiqueProduit .resume {
			font-size: 12px;
			padding: 0 10px 10px 0;
		}
		.boutiqueProduit .btndetails {
			margin-right: 10px;
		}
		.boutiqueProduit form {
			padding-right: 15px;
		}
		.boutiqueProduit .boutons table {
			width: auto;
			text-align: right;
		}
		.boutiqueProduit .boutons td {
			text-align: right;
			width: auto;
		}
		.boutiqueProduit #qte {
			width: 25px;
			font-size: 9px;
			margin: 0;
			padding: 0;
		}
		
		/***** Panier ******/
		.boutiquePanier {
			background: url(images/boutique-panier-bas.png) no-repeat bottom left;
			width: 750px;
			min-height: 110px;
			_height: 110px;
			margin: 0 auto;
			padding-bottom: 25px;
		}
		.boutiquePanier .boutiquePanier {
			background: url(images/boutique-panier.png) no-repeat top left;
			position: relative;
			padding: 0;
		}
		.boutiquePanier table {
			font-size: 0.8em;
			margin-left: 90px;
			margin-top: 3px;
			width: 450px;
		}
		.boutiquePanier p {
			font-size: 0.9em;
			color: #066;
			margin: 0 0 0 80px;
			padding-top: 33px;
		}
		.boutiquePanier .valider {
			position: absolute;
			top: 20px;
			right: 40px;
		}
		.boutiquePanier .valider a {
			display: block;
			margin-bottom: 10px;
		}
		
		/******** login *******/
		#contenus .boutiqueLogin form {
			border : 1px solid #666;
			background: #fff;
			margin: 0;
			font-size: 0.8em;
		}
		#contenus .boutiqueLogin form p {
			clear: both;
			margin: 5px 0;
			padding: 0;
		}
		#contenus .boutiqueLogin form p label {
			float: left;
			width: 100px;
			text-align: right;
			padding-right: 10px;
		}
		#contenus .boutiqueLogin form p input {
			width: 150px;
			font-size: 0.8em;
			padding: 0;
		}
		#contenus .boutiqueLogin th {
			text-align: center;
			background: #c03 url(images/organi-secret-fond-g.jpg) no-repeat top left;
			padding: 0;
			margin: 0;
			height: 16px;
		}
		#contenus .boutiqueLogin th span {
			color: #fff;
			font-size: 80%;
			font-weight: bold;
			display: block;
			width: 100%;
			height: 100%;
			background: url(images/organi-secret-fond-d.jpg) no-repeat top right;
		}
		#contenus .boutiqueLogin hr {
			width: 80%;
			text-align: center;
		}

		
		
		
	/*
	 * Pied de page
	 */
	#footerConteneur {
		background: #fff url(images/footer-fond.jpg) no-repeat top left;
		float: left;
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
		padding-top: 45px;
		position: relative;
		z-index: 3;
	}
	
	#pieddepage {
		font-size: 7pt;
		float: left;
		margin-left: 40px;
		color: #066;
	}
	#pieddepage a, #pieddepage a:hover, #pieddepage a:link{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#006e6f;
		text-decoration : none;
	}
	#pieddepage a:hover{
		text-decoration : underline;
	}
	
	/*
	 * Pour lien "powered by"
	 */
	.poweredby {
		width: 100%;
		font-size: 0.5em;
		font-family: Arial;
		font-size:9px;
		color: #707071;
		text-align: center;
		margin-top: 15px;
		clear: both;
	}
	.poweredby a:hover {
		color: #000;
	}	
	/*
	 * liens contact, plan, recommander
	 */
	#lienspieddepage {
		font-size: 7pt;
		font-weight: bold;
		color: #066;
		
		float: right;
		margin-right: 40px;
	}
	#lienspieddepage a {
		padding: 0 5px;
	}
	#lienspieddepage a:hover {
		color: #000;
	}


/************************************************
 * Classes
 ************************************************/

/*
 * Petit texte
 */
.petit {
	padding: 2px;
	font-size: 0.7em;
}


/*
 * 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;
	font-size: 2px;
	height: 1px;
}
