* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}

.clr {
	clear: both;
	height: 1px;
	overflow: hidden;
	background: transparent;
}

html, body {
	height: 100%;
}
body {
	font-family: Tahoma, Verdana;
	font-size: 10px;
	background: #e2d8a5 url(../img/back.jpg) repeat-x left top;
	color: #000;
}

a {
	color: #2d6fac;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3 {
	font-size: 1em;
	margin: 0 0 1.2em 0;
}

h1.title {
	font-size: 1.5em;
}

h1.top {
	font-size: 1em;
	margin: 20px 0 20px 0;
}

p {
	font-size: 1em;
	line-height: 24px;
	margin: 15px 0;
}
	p.height_small {
		line-height: 18px;
	}

/* HEADER */
#wrap_header {
	background: #85b3df url(../img/header.jpg) no-repeat center;
	max-width: 1263px;
	margin: 0 auto;
	margin-top: -12px;
}

	#header {
		height: 208px;
		position: relative;
		width: 986px;
		margin: 0 auto;
	}
		#header #emblem {
			height: 55px;
			width: 351px;
			background: url(../img/emblem.jpg) no-repeat;
			position: absolute;
			left: 0px;
			top: 30px;
			text-indent: -9999px;
		}

#main, #menu_wrap {
	width: 986px;
	margin: 0 auto;
}

/* MAIN MENU */
#menu {
	margin: 10px auto 0px;
	width: 700px;
}
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#menu li {
		float: left;
		display: inline;
		list-style: none;
		margin: 0 5px 0 0;
		padding: 0;
		height: 29px;
	}
	/* MENU ITEMS */
	#menu a{
		display: block;
		text-decoration: none;
		height: 23px;
		cursor: pointer;
		background-position: left bottom;
		background-repeat: no-repeat;
		text-indent: -9999px;
	}
		#menu a:hover, #menu a.active {
			background-position: left top;
		}

	#menu a.accueil         {width: 80px;  background-image: url(../img/menu/items/accueil.jpg);}
	#menu a.membres         {width: 146px; background-image: url(../img/menu/items/membres.jpg);	}
	#menu a.association {width: 98px;  background-image: url(../img/menu/items/association.jpg);}
	#menu a.gallerie       {width: 76px;  background-image: url(../img/menu/items/gallerie.jpg);}
	#menu a.devenir         {width: 136px; background-image: url(../img/menu/items/devenir.jpg);}
	#menu a.faire             {width: 109px; background-image: url(../img/menu/items/faire.jpg);	}

#content {
	display: inline;
}

/* flash applet*/
#wrap_flash {
	overflow:hidden;
	width: 100%;
}
	#flash  {
		background:  url(../img/flash_bg.jpg) center no-repeat;
		position: relative;
		width: 1100px;
		height: 300px;
		margin-left: 50%;
		left: -550px;
		margin-top: -7px;
	}

/* CONTENT */
.content_area {
	background: #eeefd9;
	position: relative;
	padding: 20px 17px;
	margin: 0;
	font-size: 1.4em;
}

	.content_area #left {
		width: 680px;
		border-right: 1px solid #6f767a;
		padding-right: 10px;
		vertical-align:top;
	}
		.photo_left {
			float: left;
			margin: 0 10px 0px 0;
		}

	.content_area #right  {
		position: relative;
		width: 270px;
		vertical-align:top;
		padding: 0 10px 40px 10px;
	}
		.content_area  #content-wrap{
			position: relative;
			zoom: 1;
		}
		.content_area #actualites {
			position: absolute;
			border-bottom: 1.4em solid #eeefd9;
			background: #eeefd9;
			margin-left: 100%;
			left: -240px;
			top: 0;
			z-index: 999;
			display: block;
			width: 220px;
		}
		.content_area  #actual{
			position: absolute;
			height: 100%;
			margin-left: 100%;
			left: -240px;
			width: 240px;
			top: 0;
			overflow-y: scroll;
		}
		.content_area #right  p{
			margin: 0 0 28px 0;
		}



/* FOOTER */
#bottom {
	background: url(../img/bottom.jpg) repeat-x;
	height: 50px;
}

#wrap_footer {
	background: #1a263b url(../img/footer.jpg) center no-repeat;
}

	#footer {
		width: 986px;
		height: 247px;
		position: relative;
		margin: 0 auto;
	}
		#footer #links{
			background: #1a263b;
			position: absolute;
			top: 20px;
			left: 4x;
			padding: 3px 8px;
		}
		#footer #links a{
			color: #bbbec5;
			padding: 0 5px;
			font-family: Arial, Tahoma;
			font-size: 1em;
		}
		#footer #copyright{
			background: #1a263b;
			position: absolute;
			top: 20px;
			right: 4px;
			padding: 3px 8px;
			font-family: Arial, Tahoma;
			font-size: 1em;
			color: #bbbec5;
		}


/* Liste de membres */


#members_head {
	position: relative;
	background: #FFF;
	padding: 10px;
	zoom: 1;
}
	#famille_head {
		float: left;
		width: 200px;
	}
	#annee_head {
		float: left;
		width: 300px;
	}
	#select_head {
		float: left;
		width: 400px;
		margin-top: -3px;
	}
	#members_head span.text {
		float: left;
		margin: 0 8px 0 0;
	}
		#members_head a.sort {
			display: block;
			float: left;
			height: 8px;
			width: 9px;
			margin: 5px 3px 0;
			background-repeat: no-repeat;
			cursor: pointer;
		}
	#members_head .down {
		background-image: url(../img/sort/sort_down.jpg);
	}
	#members_head .up {
		background-image: url(../img/sort/sort_up.jpg);
	}
	.selectlist {
		/*background: #FFF url(../img/selectlist_white.jpg) no-repeat;*/
		height: 23px;
		width: 228px;
		padding: 2px;
		border: 1px solid #B8AC70;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	}

	.member {
		background: #dfe0c4 url(../img/member.jpg) no-repeat 7px 4px;
		height: 52px;
		padding: 10px;
		margin: 8px 0;
		position: relative;
		zoom: 1;
	}
		.member p {
			margin: 0px;
		}
		.member .member_left {
			width: 200px;
			float: left;
			margin-left: 90px;
			display: inline;
		}
		.member .member_center {
			width: 300px;
			float: left;
			display: inline;
		}
		.member .member_right {
			width: 300px;
			float: left;
			display: inline;
		}

		#login_link {
			position: absolute;
			right: 20px;
			top: 10px;
			width: 30px;
			height: 20px;
		}

/* Association */
#association {
	background: #eeefd9;
	position: relative;
	padding: 20px 17px;
	margin: 0;
	font-size: 1.4em;
}

	#tabs {
		position: relative;
		background: #e8e5c1;
		height: 35px;
		zoom: 1;
	}
		#tabs a.tab, a.active {
			background-repeat: no-repeat;
			height: 35px;
			width: 122px;
			display: block;
			text-indent: -9999px;
			cursor: pointer;
			float: left;
		}
		#tabs a.statuts {
			background-image: url(../img/tabs/statuts.jpg);
		}
		#tabs a.comite {
			background-image: url(../img/tabs/comite.jpg);
		}
		#tabs a.tab {
			background-position: 0 -35px;
		}
		#tabs a.active {
			background-position: 0 0;
		}

	#comite_left {
		float: left;
		width: 100px;
		font-weight: bold;
	}
	#comite_right {
		float: left;
		width: 600px;
	}

#wrap_page {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}
#wrap_footer {
	background: #1a263b url(../img/footer.jpg) center no-repeat;
	position: absolute;
	bottom: 0;
	height: 247px;
	width: 100%;
}
#main {
	padding-bottom: 297px;
}
#bottom {
	position: absolute;
	bottom: 247px;
	height: 50px;
	width: 100%;
}
@media all and (-webkit-min-device-pixel-ratio:10000),
not all and (-webkit-min-device-pixel-ratio:0) {
	#wrap_header {margin-top: 0px;}
}

/* Gallerie */

#flash_gallerie {
	background:  url(../img/flash_gallerie_bg.jpg) center no-repeat;
	width: 985px;
	height: 553px
}

/* Devenir membre */

	#devenir_left {
		float: left;
		width: 440px;
	}
	#devenir_right {
		float: left;
		width: 450px;
	}
		.devenir_item {
			margin: 3px 0;
		}
		.devenir_space {
			height: 44px;
		}
		.devenir_label {
			float: left;
			display: block;
		}
			label span.short {
				width: 77px;
			}
			label span.medium {
				width: 150px;
			}
		span.input_left {
			background: url(../img/input/input_left.jpg) no-repeat;
			width: 4px;
			height: 23px;
			display: block;
			float: left;
		}
		input.input_text {
			background: url(../img/input/input_text.jpg) repeat-x;
			height: 23px;
			padding: 3px;
			float: left;
		}
			input.long {
				width: 288px;
			}
			input.medium {
				width: 214px;
			}
			input.short {
				width: 40px;
			}
		span.input_right {
			background: url(../img/input/input_right.jpg) no-repeat;
			width: 4px;
			height: 23px;
			display: block;
			float: left;
		}
		input.devenir_submit {
			border: none;
			outline: none;
			background: url(../img/valider.jpg) no-repeat;
			height: 28px;
			width: 70px;
			margin-left: 748px;
			cursor: pointer;
		}
		span.small {
			font-size: 0.8em;
		}

/* jQuery Prompt */
div.jqi {
	padding: 0 !important;
	width: 400px !important;
	border: none !important;
	background: none !important;
	top: 306px !important;
}
div.jqibuttons {
	display: none;
}
div.jqiclose {
	color: #000 !important;
	right: 31px !important;
	top: 17px !important;
}
div.jqi .jqimessage {
	height: 180px !important;
}