



body {
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #e32120;
}
a:hover {
	color: #000;
}

hr {
	color: #bed2ec;
	background-color: #bed2ec;
	height: 2px;
	clear: none;
	border: 0;
}
a img {
	border: 0;
}


/******
 * Conteneur
 ******/
#conteneur-bas {
	background: url(images/conteneur-bas-fond.png) no-repeat bottom center;
	padding-bottom: 31px;
}
#conteneur {
	background: #fff url(images/conteneur-fond.png) repeat-y top center;
	width: 922px;
	margin: 0 auto;
	padding: 0 18px;
	text-align: left;
	position: relative;
}


	/*************************************************
	 * Header
	 *************************************************/
	#header {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 0.8em;
		margin: 0 0 50px 0;
		padding: 0;
		border: 0;
		height: 124px;
		background: url(images/header-fond.jpg) no-repeat top right;
		position: relative;
	}
		

		/******
		 * Titre
		 ******/
		#titre {
			position: absolute;
			top: 12px;
			left: 28px;
		}
		#titre img {
			border: 0;
		}
		
		
		/******
		 * Accessibilite
		 ******/
		#accessibilite {
			display: none;
		}
		
		
		#animFlash {
			text-align: right;
		}
		
		
		/******
		 * Toolbox
		 ******/
		#toolbox {
			position: absolute;
			bottom: 0;
			left: 0;
			background: url(images/toolbox-fond.png) no-repeat top right;
			width: 490px;
			font-size: 11px;
			color: #0061a9;
			padding: 6px 0 3px 0;
		}
		#toolbox span {
			float: left;
			vertical-align: middle;
			padding-left: 17px;
			padding-right: 60px;
		}
		#toolbox form {
			float: left;
			vertical-align: middle;
		}
		#toolbox a {
			color: #0061a9;
			padding: 0 3px;
		}
		#toolbox a:hover {
			color: #000;
		}
		

		/******
		 * Langues
		 ******/
		#langues {
			margin : 0;
			padding : 0;
			float: left;
			vertical-align: middle;
		}
		#langues div {
			display: inline;
			vertical-align: middle;
		}
		#langues h2 {
			display: none;
		}
		#langues a{
			float: left;
			vertical-align: middle;
			margin: 0;
			margin-right: 10px;
		}
		#langues img {
			border: 0;
			vertical-align: middle;
		}
		
		
		
		/******
		 * Recherche
		 ******/
		#recherche {
			margin : 0;
			padding : 0;
			padding-right: 25px;
			clear: none;
			float: left;
		}
		#recherche div {
			float: left;
			vertical-align: middle;
			padding-left: 0;
			padding-right: 0;
		}
		#recherche h2 {
			display: none;
		}
		#recherche form {
			margin: 0;
			float: left;
		}
		#recherche input {
			font-size: 10px;
			border: 0;
			padding: 0 2px;
			vertical-align: middle;
		}
		

		
		/******
		 * Ascendance
		 ******/
		#ascendance {
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 11px;
			margin: 0;
			padding: 0;
			padding-bottom: 2px;
			vertical-align: top;
			color: #e32120;
			position: absolute;
			top: 150px;
			left: 0;
		}
		#ascendance h2 {
			display: none;
		}
		#ascendance ul {
			margin: 0;
			padding: 3px 7px 7px 10px;
			float: left;
		}
		#ascendance li {
			display: inline;
			padding-right: 3px;
		}
		#ascendance div {
			float: right;
			padding: 3px 5px 0 0;
		}

		
		
		
		/************************** MENU DEROULANT ***************************/
		
		
		/*
		 * Menu principal
		 */
		 
		#menuprincipalconteneur {
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 0.8em;
			clear: both;
			float: left;
			width: 922px;
			height: 26px;
			background: #dd231c url(images/menuprincipal-fond.png) repeat-x top left;
			margin: 124px 18px 0 18px;
			position: absolute;
			top: 0px;
			left: 0;
			z-index: 500;
		}

		#menuprincipal {
			clear: both;
			text-align: left;
			margin: 0;
			padding: 0;
			float: left;
			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: 17px; /* I'm using ems and px to allow people to zoom their font */
			width: 180px;
			background: #bed2ec;
			border: 1px solid #0061a9;
			border-width: 0 1px 1px 1px;
		}
		
		/* Second and third etc. level submenus - position across from parent instead */
		.menulist ul ul {
			top: 0px;
			margin-top: 0;
			left: 180px;
			border-top-width: 1px;
		}
		
		/*
		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: 6px 10px 5px 10px;
			font-weight: bold;
			font-size: 0.9em;
			font-family: 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: #6ca2ea url(images/menuprincipal-hover-fond.png) repeat-x top left;
		}
		.menulist a.highlighted {
			background: #6ca2ea url(images/menuprincipal-hover-fond.png) repeat-x top left;
		}

		.menulist a.highlighted .onglet , .menulist a .onglet , .menulist a:focus .onglet{
			text-transform: uppercase;
		}
		
		
		/* links inside submenus */
		.menulist ul a {
			background: #bed2ec;
			color: #012e4f;
			font-weight: normal;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			padding: 3px 0 3px 10px;
		}
		.menulist ul a:hover {
			background: #6ca2ea;
			color: #fff;
		}
		.menulist ul a.highlighted, .menulist ul a.highlighted:hover {
			background: #6ca2ea;
		}
		
		
		/* Only style submenu indicators within submenus. */
		.menulist a .subind {
			display: none;
		}
		.menulist ul a .subind {
			display: block;
			float: right;
			padding-right: 3px;
		}
		
		
		/* '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 ***************************/



	/*************************************************
	 * Navigation
	 *************************************************/
	#navigation {
		clear: left;
		width: 195px;
		float: left;
		font-size: 0.8em;
		margin: 0;
		padding: 0 5px;
		font-family: arial, helvetica, sans-serif;
		position: relative;
	}


		/*
		 * blocs dans #navigation
		 */
		#navigation .bloc {
			background: url(images/navigation-bloc-bas.png) no-repeat bottom left;
			color: #005da8;
			margin: 0 auto 17px auto;
			width: 175px;
		}
		#navigation .bloc-haut {
			background: url(images/navigation-bloc-haut.png) no-repeat top left;
			padding: 15px 12px 15px 12px;
		}
		#navigation .bloc h2 {
			font-family: Helvetica, "Trebuchet MS", Arial, Sans-serif;
			font-size: 1.3em;
			color: #005da8;
			background: url(images/navigation-h2-fond.png) no-repeat bottom left;
			padding: 0 0 12px 15px;
			margin: 0;
		}

		#navigation .pontcontenu {
			position: absolute;
			z-index: 2;
			width: 38px;
			height: 39px;
			top: 0;
			right: -15px;
			background: url(images/navigation-pontcontenu.png) no-repeat top left;
		}
		
		/******
		 * Actualités
		 ******/
		#actualites {
			position: relative;
		}
		#actualites a {
			font-family: Arial, Helvetica, sans-serif;
			text-decoration: none;
		}
		#actualites a:hover {
			color: #000;
		}
		#actualites ul {
			margin: 0 0 0 15px;
			padding: 0;
			list-style-type: none;
			font-size: 0.9em;
		}
		#actualites ul li {
			background: url(images/actualites-puce.png) no-repeat 0 4px;
			padding: 0 0 5px 12px;
			margin: 0;
		}
		#actualites .separateur {
			position: absolute;
			bottom: -17px;
			left: 50%;
			margin-left: -26px;
			width: 55px;
			height: 17px;
			background: url(images/navigation-bloc-separateur.png) no-repeat top left;
		}


		

		/******
		 * Agenda
		 ******/
		#agenda {
		}
		#agenda table {
		}
		#agenda th, #agenda td {
		}
		#agenda table, #agenda tr, #agenda th, #agenda td {
		}
		
		
		/*******
		 * Adhérents
		 *******/
		#adherent {
		}
		#adherent form {
			margin: 0;
			padding: 0;
		}
		#adherent input, #adherent select {
			background: #afc5e2;
			margin: 0;
			padding: 0 0 0 3px;
			font-size: 0.8em;
			vertical-align: middle;
		}
		#adherent #login {
			width: 75px;
			border: 1px solid #9cadc5;
		}
		#adherent #passwd {
			width: 50px;
			border: 1px solid #9cadc5;
		}
		#adherent p {
			clear: both;
			margin: 0;
			padding: 0;
		}
		#adherent label {
			display: block;
			float: left;
			width: 40px;
			margin-left: 15px;
			font-size: 11px;
			vertical-align: middle;
		}
		#adherent .submit {
			padding: 0;
		}


	/*************************************************
	 * Contenus
	 *************************************************/
	#contenus {
		float: left;
		width: 712px;
		margin: 0;
		padding: 0;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 0.8em;
	}
	
	#contenus h1 {
			color: #46464D;
			font-size: 21px;
			font-weight: bold;
			padding-left: 10px;
			margin-bottom: -6px;
			background:inherit;
	}

		/*************************************************
		 * Composant
		 *************************************************/
		.composant {
			background: url(images/composant-fond-repeat.png) repeat-y top left;
			position: relative;
			z-index: 0;
			width: 695px;
		}
		.composanthaut {
			background: url(images/composant-fond-haut.png) no-repeat top left;
		}
		.composantbas {
			background: url(images/composant-fond-bas.png) no-repeat bottom left;
			padding: 15px 30px 20px 20px;
		}
		.composant h2 {
			font-family: Helvetica, "Trebuchet MS", Arial, Sans-Serif;
			font-size: 1.3em;
			font-weight: bold;
			margin: 0;
			color: #0061a9;
			background: url(images/composant-h2-fond.png) no-repeat bottom left;
			padding: 0 0 12px 18px;
		}
		.composant img {
			border: 0;
		}
		
		.composant .coinhautdroit {
			background: url(images/composant-coinhautdroit.png) no-repeat top left;
			font-size: 1px;
			width: 7px;
			height: 7px;
			position: absolute;
			top: 0;
			right: 0;
		}

		/* accroche */
		.composant .accroche {
			color: #ff680d;
			font-weight: bold;
			font-style: italic;
			font-size: 0.9em;
			margin-left: 18px;
			text-align: justify;
		}
		
		/* texte */
		.composant .texte {
			color: #005da8;
			font-size: 0.9em;
			margin-left: 18px;
			text-align: justify;
		}

		/* images */
		.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 .pdf ul {
			color: #005da8;
			list-style-image: url(../images/icones/pdf.png);
		}
		.composant .pdf li {
			padding-left: 7px;
			font-size: 12px;
		}

		
		/******
		 * Navigcontenu
		 ******/
		.navigcontenu {
			margin-top: 10px;
			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;
		}
		
		
		/******
		 * Imprimer
		 ******/
		#imprimer {
			display: none;
		}
		
		.editeur {
			margin-bottom: 20px;
		}

		
	/*
	 * Pied de page
	 */
	#pieddepage {
		clear: both;
		font-size: 0.7em;
		font-family: Arial, Helvetica, sans-serif;
		background: url(images/footer-fond.png) no-repeat top center;
		color: #0061a9;
		position: relative;
		padding-left: 35px;
		padding-top: 5px;
		height: 18px;
	}
	
	#pieddepage .pontcontenu {
		background: url(images/footer-pontcontenu.png) no-repeat top left;
		position: absolute;
		top: -24px;
		left: 195px;
		width: 705px;
		height: 24px;
	}

	.planmentions {
		position: absolute;
		top: 5px;
		right: 35px;
	}
	.planmentions a {
		color: #0061a9;
		padding: 0 3px;
	}
	.planmentions a:hover {
		color: #000;
	}
	
	/*
	 * Pour lien "powered by"
	 */
	.poweredby {
		clear: both;
		margin-top: 10px;
		font-size: 0.5em;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size:9px;
		color: #707071;
		text-align: center;
	}
	
#flashInfo{
	margin : -6px 0 0 -11px;
}
#flashInfo a {
	display: block;
	margin-left: 6px;
}
	


/************************************************
 * Classes
 ************************************************/

/*
 * Petit texte
 */
.petit {
	padding: 2px;
	font-size: 0.7em;
}



/*
 * Images icônes (loupe, etc)
 */
.icone {
	border: 0;
	vertical-align: middle;
}


/*
 * Liens pour édition
 */
.editeur {
	text-align: right;
}


.spacer {
	clear: both;
}


/*
 * Formulaires dans le contenu
 */
.formulaire {
	margin: 0;
	padding: 0;
	color: #005da8;
}
.formulaire p {
	clear: both;
}
.formulaire label {
	display: block;
	width: 20%;
	float: left;
	text-align: right;
	margin-right: 5px;
}

