* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color: #FFFFCC;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:100%;
	background-image: url(images/top_bgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	/*margin-top: 0;*/
	margin-right: 0px;
	margin-bottom: -134px; /* margin bottom = #footer height */
	/*margin-left: 0px;*/
}
#container {
/*padding-top:24px;*/
margin-left:auto;
margin-right:auto;
}
#breadcrumb {
margin:5px 0px 15px 0px;
}
#breadcrumb a, #breadcrumb span {
	color:#BE9B7C;
	font-size:10px;
}
#breadcrumb a:hover {
	color:#990000;
}
#main {
	width:600px;
	padding-top:10px;
	padding-bottom:20px;
	/*margin-left:260px;*/
	/*left: 270px;*//*position:relative;*/
}
.hr_main_600 {
	height:43px;
	margin: 20px 0;
	background-image: url(images/hr_main_600.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#main a {
text-decoration:underline;
}
#main a:hover {
text-decoration:underline;
color:#990000;
}
#right {
	background-image: url(images/right_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:125px;
	margin-left:20px;
	}
		
#left {
	background-image: url(images/left_bgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#left .inside {
/*background-color:#00FF00;*/
	text-align:right;
	padding-right:35px;
}
.push {
	height: 134px; /* height = #footer height */
}
#header {
	background-image: url(images/header_bgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#header .inside {
	height:210px;
	background-image: url(images/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_accueil {
	height:210px;
	margin-left:250px;
	background-image: url(images/header_accueil.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_actualites {
	height:210px;
	margin-left:250px;
	background-image: url(images/header_actualites.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_club {
	height:210px;
	margin-left:250px;
	background-image: url(images/header_club.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_liens {
	height:210px;
	margin-left:250px;
	background-image: url(images/header_liens.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_contacts {
	height:210px;
	margin-left:250px;
	background-image: url(images/header_contacts.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_shorinjikempo {
	height:210px;
	margin-left:250px;
	background-image: url(images/header_shorinjikempo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	height: 134px; /* height = #footer height */
	background-image: url(images/footer_bgd.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer .inside {
	background-repeat: no-repeat;
	background-position: left top;
	font-size:10px;
	height: 18px; /* height + padding-top = #footer height */
	padding-top:116px;
	padding-left:226px;
	background-image: url(images/footer_inside_bgd.jpg);
	color:#000000;
}

#footer .inside a {
	font-size:10px;
	color:#000000;
}

.text_page p {
margin-top: 10px;
margin-bottom: 10px;
}

.liste_liens ul {
	margin-left:0px;
	padding:0px;
}
.liste_liens li {
	line-height: 20px;
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 15px;
}

.mod_subscribe {
	margin-top: 10px;
	padding-top: 10px;
	border-top:dotted 1px #990000;
}
.mod_login {
	margin-top: 10px;
	padding-top: 10px;
	border-top:dotted 1px #990000;
}
/*input {
border:solid 1px #990000;
background-color: #FFFFCC;
padding-left:5px;
}*/
/*input.submit {
border:none;
text-align:right;
}*/
/*input.submit {
border:solid 1px #000000;
background-color: #FF0000;
color:#FFFFFF;
padding-left:5px;
}*/

/**
 * Accueil
 */
.mod_newslist ul {
	margin-left:0px;
	padding:0px
}
.mod_newslist li {
	line-height: 20px;
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 15px;
}
 
/**
 * Actualités
 */
.layout_short {
	margin-top: 10px;
	padding-top: 10px;
	border-top:dotted 1px #990000;
}
.layout_short.first {
 	margin-top: 0px;
	padding-top: 0px;
	border:none;
}
p.more {
margin-top:10px;
}
p.back {
margin-top:10px;
}
.mod_newsmenu li.year {
	font-weight:bold;
}
.mod_newsmenu ul.level_2 {
	font-weight:normal;
}
.mod_newsmenu li.year {
	font-weight:bold;
	padding-bottom:10px;
}
.ce_text p {
margin-top: 10px;
margin-bottom: 10px;
}
.pagination {
	margin-top: 10px;
	padding-top: 1px;
	border-top:dotted 1px #990000;
}
.pagination ul {
float:right;
}
.pagination ul li {
	float:left;
	list-style-type: none;
	text-indent:0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:25px;
}
.pagination ul li a {
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	clear:both;
}
.pagination ul li a.link, .pagination ul li span.current {
	padding-right:6px;
	border-right:dotted 1px #990000;	
}
.pagination p { display:none; }


/**
 * Contacts
 */
 td.col_0,  td.col_1 {
 padding-top: 5px;
 }
 td.col_0 {
 padding-right: 10px;
/* padding-top: 10px;*/
 }
 
 
/**
* Espace membres
*/
/* Mon profil */
#ctrl_publicFields { margin: 10px 0px 10px 0px; }
.mod_avatar .avatar_container img{ border:solid 1px #990000; }
/* Liste des membres */
#liste-des-membres .pdf_link { text-align:right; }
#liste-des-membres .formbody { margin-bottom:5px; }
#liste-des-membres .formbody .submit_container { margin-top:10px; }
.mod_memberlist .list_per_page { margin-bottom: 15px; }
.mod_memberlist .single_record .value { padding-left:20px; }
.mod_memberlist table.single_record td { padding-bottom:5px; }
.mod_memberlist table.single_record { margin-bottom:20px; }
.mod_memberlist table.all_records td { padding-bottom:0px; padding-top:0px; }
.mod_memberlist table.all_records td.col_photo { padding:0px; margin:0px; }
.mod_memberlist table.all_records td.col_photo img { padding:0px; margin:0px; border:none; vertical-align:bottom; }
.mod_memberlist span.value {display:none;}
/* Liste des membres - détail */
.mod_memberlist .avatarFiche img { margin-bottom:10px; border:solid 1px #990000; }
/* Lexique */
#lexique .pdf_link { text-align:right; }
.mod_glossaryMenu ul {
	padding-left:12px;
	margin-bottom:10px;
}
.mod_glossaryMenu ul li {
	float:left;
	list-style-type: none;
	text-indent:0px;
	line-height:25px;
	font-weight:bold;
	/*font-size:18px;*/
}
.mod_glossaryMenu ul li a {
	font-size:18px;
	float:left;
	clear:both;
}
.mod_glossaryMenu ul li a, .mod_glossaryMenu ul li span.current {
	padding-right:6px;
	margin-right: 5px;
	border-right:dotted 1px #990000;	
}
.mod_glossaryList .toplink {
text-align:right;
}
.mod_glossaryList h2 {
	padding-left:40px;
	font-weight:bold;
	font-size:18px;
	background-image: url(images/H1_logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	line-height:35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.mod_glossaryList dt {
	font-weight:bold;
}
.mod_glossaryList p {
	margin:0px 0px 10px 0px;
}