/*ELEMENTS GENERAUX*/
*{
	margin: 0;
	padding: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
li{
	list-style-type: none;
}
img{
	border: 0
}
body{
	text-align: center;
	background-color: #CCDD9E;
	font-size: 11px;
}
a{
	color: #3111AB;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
hr{
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0 15px 15px 15px;
	height: 1px;
	padding: 0;
	color: #DFDFDF;
	background-color: #DFDFDF;
	border: 0;
}
select{
	z-index: 0
}

/*class communes*/
.spacer{
	clear: both;
	width: 100%;
	display: block;
	padding: 0;
}
.floatleft{
	display: block;
	float: left;
	margin-right: 5px;
}
.floatright{
	display: block;
	float: right;
	margin-left: 5px;
}
.alignright{
	text-align: right;
}
.textcenter{
	text-align: center;
}
.activ a{
	text-decoration: underline;
}
.legende{
	font-size: 10px;
	display: block;
	text-align: center;
}
/*Couleurs de liens*/
.inde{
	color: #F6CC6D;
}
.conferences{
	color: #BEE1B7;
}
.parcours{
	color: #D2E7E6;
}
.lestroiscercles{
	color: #B5DCED;
}
.voyages{
	color: #FEFFFF;
}
/*STRUCTURES --------------------------------*/
/*Espacement sous les blocs*/
p, ul{
	margin-bottom: 12px;
}
/*Structures Home */
#home_page{
	background: url(../img/css/bg_top.jpg) no-repeat;
	margin: auto;
	width: 800px;
	height: 598px;
	margin-top: 8px;
	border: 1px solid #395D2E;
}
#pagecontent{
	padding-top: 85px;
	height: 515px;
	background: url(../img/css/bg_chamanisme_bottom.jpg) no-repeat bottom left;
	text-align: left;
}
#home_page #pagecontent{
	padding-top: 111px;
	height: 487px;
	background: url(../img/css/bg_bottom.jpg) no-repeat bottom left;
}
#home_page h1{
	padding-left: 5px;
	background: url(../img/css/bg_page.jpg) no-repeat 0 61px;
}
/*Structures Autres pages */
#general_page{
	width: 800px;
	margin: auto;
	height: 600px;
	margin-top: 8px;
	border: 1px solid #395D2E;
}
#general_page h1{
	padding-left: 5px;
	background: url(../img/css/bg_chamanisme_page.jpg) no-repeat 0 23px;
}
h1 span{
	display: none;
	border: 1px solid black;
}

/*Structures Globales */
.left_content{
	margin-top: -15px;
	float: left;
	width: 300px;
}
.right_content{
	margin-top: 10px;
	padding-right: 10px;
	float: right;
	width: 470px;
}

/*ELEMENTS SPECIFIQUES --------------------------------*/
/*HOME */
/*Edito */
.left_home_edito{
	float: left;
	width: 452px;
	height: 230px;
	padding-left: 10px;
}
.left_home_edito .floatleft{
	width: 112px;
}
.left_home_edito .floatright{
	width: 330px;
}
.left_home_edito span{
	display: none;
}
/*Menu */
.right_home_menu{
	float: right;
	width: 275px;
	margin-right: 10px;
	text-align: center;
}
.right_home_menu li{
	text-transform: uppercase;
	color: #3111AB;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 14px;
}
.right_home_menu strong{
	font-size: 17px;
}
/*News */
.bottom_home_news{
	padding-left: 10px;
}
.bottom_home_news li{
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 14px;
	width: 258px;
}
.bottom_home_news strong{
	font-size: 17px;
}
.bottom_home_news p{
	margin-top: 12px;
}
/*Espace newsletter */
#newsletters{
	border-bottom: 1px solid #395D2E;
	border-left: 1px solid #395D2E;
	border-right: 1px solid #395D2E;
	width: 800px;
	height: 32px;
	margin: auto;
	background-color: #DEEEE0;
}
#newsletters h2{
	padding: 6px 0 0 10px;
	float: left;
	width: 235px;
	font-size: 16px;
	text-align: left;
}
#newsletters ul{
	padding-top: 5px;
	float: left;
}
#newsletters li{
	float: left;
	padding: 4px 0 0 10px;
}
#newsletters h3{
	font-size: 11px;
	float: left;
	padding: 0 10px;
}
#newsletters select{
	width: 260px;
	margin-top: -2px;
	font-size: 10px;
}


/*TOUTES RUBRIQUES */
/*Menu de rubrique */
.left_rub_menu{
	height: 250px;
	margin-bottom: 5px;
}
.left_rub_menu .content{
	width: 183px;
	margin-left: 10px;
	text-align: center;
}
.left_rub_menu ul{
	padding-top: 9px;
}
.left_rub_menu li{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 13px;
}
.left_rub_menu h2{
	text-transform: uppercase;
}
.left_rub_menu h2 strong{
	font-size: 14px;
}
.left_rub_menu select{
	width: 160px;
	font-size: 10px;
	margin: -5px 0 5px 0;
}
/*Menu de Site */
.left_site_menu{
	width: 190px;
	margin-left: 10px;
	text-align: center;
}
.left_site_menu li{
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 11px;
}
.left_site_menu strong{
	font-size: 13px;
}
/*Bloc de contenu de droite */
.right_content div{
	margin-left: 10px;
}
.right_content span{
	display: block;
	padding: 10px 13px 2px 10px;
	height: 397px;
	overflow: auto;
	text-align: justify;
}
#right_div1 span, #right_div2 span, #right_div3 span, #right_div4 span, #right_div5 span, #right_div6 span{
	height: 375px;
}
.right_content h2{
	font-size: 13px;
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
}
.right_content h2 strong{
	font-size: 15px;
}
.right_content h3{
	font-size: 13px;
	text-transform: uppercase;
}
.right_content h3 strong{
	font-size: 15px;
}
.right_content h4{
	font-size: 11px;
}
.right_content span a{
	font-weight: bold;
}
.right_content .floatleft{
	margin-right: 10px;
}
.right_content .floatright{
	margin-left: 10px;
}
.right_content .floatcenter{
	margin: auto;
	margin-bottom: 5px;
}
.right_content span a{
	text-decoration: underline;
}
.right_content table{
	width: 414px;
	margin-bottom: 15px;
	padding-top:7px;
}
.right_content td{
	padding: 4px 7px;
	text-align: left;
}
.right_content td p, .right_content td ul{
	margin-bottom: 0;
}
.right_content td p{
	text-align: justify;
}
.right_content .encadre{
	margin-top: -3px;
}
.right_content table p{
	padding-bottom:8px;
}
.right_content li, .right_content p.chip_1{
	text-align: left;
	padding-left: 8px;
	background-repeat: no-repeat;
	background-position: 0 6px;
	margin-bottom: 8px;
}
.confTitle{
	font-size: 12px;
	color:#CC0000;
}
h3.t_tab{
	font-weight: bold;
	font-size: 11px;
	margin-bottom: -3px;
	clear: both;
}
h4.t_tab{
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
.right_content td.col2{
	text-align: right;
	text-transform: uppercase;
}
.right_content li.chip_ppt, .right_content li.chip_pdf, .right_content .chip_ppt, .right_content .chip_pdf{
	padding-left: 17px;
	text-align: left;
}

/*Mini nav du bloc de contenu */
.mininav{
	margin-bottom: 0;
}
.mininav a{
	display: block;
	float: left;
	padding: 2px 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}
.mininav a:hover{
	text-decoration: none;
}
.mininav a.last_activ{
	border-right: none;
}
.mininav a.last{
	border-right: none;
}
.mininav strong{
	font-size: 13px;
}
#right_div1, #right_div2, #right_div3, #right_div4, #right_div5, #right_div6{
	display: none;
}
/*FOOTER*/
#footer{
	padding-top: 2px;
	width: 800px;
	text-align: right;
}
#footer a, #footer{
	color: #395D2E;
	font-size: 9px;
}
/*Divers*/
p.marginbottom, .marginbottom li{
	margin-bottom: 12px;
}
