/*
Theme Name: Kapasante
Version: 1.0
Author: blogAngels
Author URI: http://www.blogangels.net/
*/

* {
    font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

html,
body{
	height:100%;
}

body{
	color: #666;
    font-size: 12px;
}

body.kapasante{
	background: #99d3d4;
}

img {
    border: none;
    vertical-align:bottom;
}

.entry img {
margin: 5px 5px;
}

tr.odd,
td.odd{
	background: #cce9e9;
}

td{
	padding: 2px;
}

p{
	margin: 12px 0 5px 0;
}

h1{
	color: #96a399;
	font-weight: bold;
	font-size: 1.35em;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2{
	color: #007c7c;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}
h3 {
	background:transparent url(images/green-arrow.png) no-repeat scroll left 12px;
	color:#007C7C;
	font-size:1.1em;
	font-weight:bold;
	padding:8px 0 0 8px;
}
h4{
	color: #666;
	font-weight: bold;
}

ul{
	list-style-position: inside;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

ul.cke_panel_list{
	list-style-position: inside;
	padding-left: 0;
	text-indent: 0;
}

p.error,
span.required{
	color: #ff2d0a;
	font-weight: bold;
}
p.success{
	color: #569036;
	font-weight: bold;
}

.clear-both{
	clear: both;
}

.center-aligned{
	text-align: center;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.post{
	margin-bottom: 60px;
}
.orange{
	color: #f58221;
}
.hidden{
    display: none;
}

#ckeditor{
	background: #fff;
}

#wrapper{
	width: 984px;
	height: 100%;
	margin: 0 auto;
	background: url(images/wrapper-bg.png) top left repeat-y;
}
#wrapper-inner{
	background: url(images/wrapper-bg.png) top left repeat-y;
	width: 984px;
	padding: 0 6px;
}

#sidebar-left{
	width: 258px;
	height: 100%;
	float: left;
	background: url(images/sidebar-left-inner-bg.png) top left no-repeat;
}
#sidebar-left #logo{
	text-align: center;
	background: #007c8e;
}
#sidebar-left .content{
	margin: 10px 40px 10px 67px;
}

#main{
	width: 720px;
	height: 100%;
	float: left;
}

#banner{
	position: relative;
	background: #009292;
	color: #fff;
	width: 720px;
	height: 163px;
	overflow: hidden;
}

#banner .cycle-alt{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9999;
	background:#007c8e;
	color:#fff;
	padding: 2px;
	-moz-opacity:.75;
	filter:alpha(opacity=75);
	opacity:.75;
}

#content{
}

#content-inner{
	padding: 20px;
}
#content-inner a{
	color: #008da9;
	text-decoration: none;
}
#content-inner a:hover{
	text-decoration: underline;
}
#main.with-sidebar-right #content-inner{
	float: left;
	width: 450px;
}
#content-right{
	float: right;
	width: 230px;
	padding-bottom: 20px;
	background: #fff;
}
#content-right .chiffres-cles .title,
#content-right .menu-articles h4{
	font-size: 0.9em;
	color: #fff;
	background: #f58221;
	padding: 2px 10px;
	text-transform: uppercase;
}
#content-right .chiffres-cles .content,
#content-right .menu-articles .content{
	background: url(images/chiffres-cles-bg-orange.png) top left repeat-x;
	padding: 10px;
}
#content-right .menu-articles .content ul{
	margin-bottom: 10px;
}
#content-right .menu-articles .content ul a{
	color: #008da9;
	text-decoration: none;
}
#content-right .menu-articles .content ul a:hover{
	text-decoration: underline;
}
#content-right .menu-articles .content .date{
	font-size: 0.9em;
	font-style: italic;
}

#content-right .menu-blog h4{
	font-size: 0.9em;
	color: #fff;
	background: #882448;
	padding: 2px 10px;
	text-transform: uppercase;
}
#content-right .menu-blog .content{
	background: url(images/blog-sidebar-bg.png) top left repeat-x;
	padding: 10px;
}
#content-right .menu-blog .content ul{
	margin-bottom: 10px;
}
#content-right .menu-blog .content ul a{
	color: #008da9;
	text-decoration: none;
}
#content-right .menu-blog .content ul a:hover{
	text-decoration: underline;
}
#content-right .menu-blog .content .date{
	font-size: 0.9em;
	font-style: italic;
}
#content-right .menu-blog .content .author{
    font-weight: bold;
	font-style: italic;
}



/*
* Tables
*/
table{
    border-collapse: collapse;
	width: 100%;
}
table tr th{
	text-align: left;
	background: #006666;
	color: #fff;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background: #006666 url(images/tablesorter-bg.gif) center left no-repeat;
	padding-left: 20px;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/tablesorter-asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/tablesorter-desc.gif);
}
td.photo{
	width: 110px;
	padding-right: 10px;
}



/*
* Menus
*/
.menu ul{
	list-style: none;
	padding: 0;
	text-indent: 0;
}
.menu ul li{
	border-bottom: 1px solid #bae4e3;
}
.menu ul li ul li{
	border-bottom: none;
	padding-left: 10px;
}
.menu ul li a{
	display: block;
	padding: 6px 0;
	font-size: 0.95em;
	color: #007c8e;
	text-decoration: none;
}
.menu ul li ul li a{
	color: #6a6a6a;
}
.menu ul li a:hover,
.menu ul li a.active{
	font-weight: bold;
}
/* Acc�s Priv� */
.menu ul li.page-item-1260 a{
	color:#f58221;
}


/*
* Formulaires
*/
form .submit{
	color: #007c8e;
	background: #bae4e3;
	border: none;
	padding: 4px;
}
form .submit:hover{
	color: #bae4e3;
	background: #007c8e;
}
form  td.label{
	width: 100px;
}
form  label{
	font-weight: bold;
}
form  .text-input{
	width: 200px;
}
form  textarea{
	width: 100%;
	height: 200px
}



/*
* Recherche
*/
#search-form{
	margin: 10px 0;
}
#search-form #s{
	color: #9c9b99;
	border: 1px solid #ccc;
	background: #fff;
	width: 128px;
}
#search-form #s.focused{
	color: #000;
}
#search-form .submit{
	padding: 0;
	width: 16px;
}
ul.search_engine_results{	
	list-style: none;
	padding: 0;
	text-indent: 0;
}
ul.search_engine_results li{
	margin: 20px 0;
}
h3.search_engine_Title{
	padding: 0;
	background: none;
	margin: 5px 0;
}
.search_engine_URL{
	color: #9c9b99;
}


/*
* Carrousels
*/
.carrousel-processed{
    position: relative;
}
.carrousel-processed .numbers{
	margin-top: 10px;
}
.carrousel-processed .numbers a.number{
    padding: 2px 5px;
    display: inline-block;
    cursor: pointer;
    color: #666;
    background: #edebdf;
    font-size: 0.83em;
    font-weight: bold;
}
.carrousel-processed .numbers a.number:hover{
	text-decoration: none;
}
.carrousel-processed .numbers a.number.current{
    color: #007c8e;
    background: #bae4e3;
    cursor: default;
}


/*
* Accueil
*/
body.page-template-accueil-php #wrapper{
	background: none;
	height: auto;
	width: 988px;
}
body.page-template-accueil-php #wrapper-inner{
	background: #bae4e3;
	padding:0;
	width: 988px;
}
body.page-template-accueil-php #sidebar-left{
	width: 188px;
	height: 100%;
	float: left;
	background: none;
	padding: 0;
}
body.page-template-accueil-php #sidebar-left #logo{
	background: #007c8e;
}
body.page-template-accueil-php #sidebar-left .content{
	margin: 5px 10px 10px 10px;
}
body.page-template-accueil-php #sidebar-left .menu ul li{
	border-bottom: 1px solid #fff;
}
body.page-template-accueil-php #sidebar-left .menu ul li ul li{
	display: none;
}
body.page-template-accueil-php #sidebar-left #music{
	margin-top: 10px;
}
body.page-template-accueil-php #main{
	background: #007c8e;
	width: 800px;

}
body.page-template-accueil-php #content-inner{
	background: #007c8e;
	padding: 0;
}
body.page-template-accueil-php #derniere-minute{
	padding: 30px 70px;
}
body.page-template-accueil-php #derniere-minute .image{
	float: left;
}
body.page-template-accueil-php #derniere-minute .texte{
	float: left;
	color: #ffcc00;
	padding-top: 10px;
}
body.page-template-accueil-php #derniere-minute .texte a{
	color: #fff;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
}
body.page-template-accueil-php #texte-intro{
	height: 83px;
}
body.page-template-accueil-php #texte-intro .adresse{
	text-align: center;
	color: #fff;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 3em;
	font-weight: bold;
}
body.page-template-accueil-php #texte-intro .slogan{
	text-align: center;
	font-family: Century Gothic, Tahoma, Arial, sans-serif;
	color: #fff;
	font-size: 1.5em;
}
body.page-template-accueil-php #defil{
	height: 100px;
    overflow: hidden;
}
body.page-template-accueil-php #defil .content{
	text-align: center;
	width: 800px;
}
body.page-template-accueil-php #defil .content,
body.page-template-accueil-php #defil .content a{
	color: #fff;
}
body.page-template-accueil-php #defil .content h1{
	font-size: 1.5em;
	margin-bottom: 0px;
}
body.page-template-accueil-php #defil .content p{
	margin-top: 0px;
}
body.page-template-accueil-php #defil .content a:hover{
	color: #fff;
	text-decoration: underline;
}
body.page-template-accueil-php #carrousel{
	margin-top: 10px;
    height: 125px;
    overflow: hidden;
}
body.page-template-accueil-php #carrousel .plus{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
body.page-template-accueil-php .jcarousel-container {
    position: relative;
	padding: 0 40px;
}
body.page-template-accueil-php .jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
body.page-template-accueil-php #carrousel ul {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
body.page-template-accueil-php #carrousel ul li{
    float: left;
    list-style: none;
    width: 101px;
    height: 100px;
	margin: 10px 10px 0 10px;
	text-align: center;
}
body.page-template-accueil-php #content-inner .jcarousel-item  p a{
	color:#FFFFFF;
	display:block;
	font-size:9px;
	line-height:1em;
	width:89px;
	margin:0;
}
body.page-template-accueil-php .jcarousel-item p{
	text-align:center;
	color:#FFFFFF;
	display:block;
	font-size:0.75em;
	line-height:1em;
	padding:4px;
	width:86px;
	margin:0;
	padding-left:7px;
}
body.page-template-accueil-php .jcarousel-next {
    z-index: 3;
    display: none;
}
body.page-template-accueil-php .jcarousel-prev {
    z-index: 3;
    display: none;
}
body.page-template-accueil-php .jcarousel-next-horizontal {
    position: absolute;
    top: 40px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/next-horizontal.png) no-repeat 0 0;
}
body.page-template-accueil-php .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}
body.page-template-accueil-php .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
body.page-template-accueil-php .jcarousel-next-disabled-horizontal,
body.page-template-accueil-php .jcarousel-next-disabled-horizontal:hover,
body.page-template-accueil-php .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
body.page-template-accueil-php .jcarousel-prev-horizontal {
    position: absolute;
    top: 40px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(images/prev-horizontal.png) no-repeat 0 0;
}
body.page-template-accueil-php .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}
body.page-template-accueil-php .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
body.page-template-accueil-php .jcarousel-prev-disabled-horizontal,
body.page-template-accueil-php .jcarousel-prev-disabled-horizontal:hover,
body.page-template-accueil-php .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
body.page-template-accueil-php #carte{
	position: relative;
	padding: 10px 0;
	background: #fff;
}
body.page-template-accueil-php #carte-inner{
	position: relative;
}
body.page-template-accueil-php #carte #popup{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 229px;
	background: #007c8e;
}
body.page-template-accueil-php #carte #popup #openlayer{
	float: left;
	background: #bae4e3;
}
body.page-template-accueil-php #carte #popup .info{
	float: left;
	width: 300px;
	padding: 20px;
	color: #fff;
}
body.page-template-accueil-php #carte #popup .info h2{
	color: #fff;
	margin: 0;
	font-size: 1.5em;
}
body.page-template-accueil-php #carte #popup .info a{
	color: #f58221;
	font-weight: bold;
}
body.page-template-accueil-php #mise-en-avant{
	width: 100%;
	height: 121px;
	border: none;
	border-collapse: collapse;
}
body.page-template-accueil-php #mise-en-avant td{
	border-spacing: 0;
	padding: 0;
}
body.page-template-accueil-php #mise-en-avant a{
	color: #fff;
}
body.page-template-accueil-php #mise-en-avant .title{
	color: #fff;
	font-weight: bold;
	padding-bottom:5px;
}
body.page-template-accueil-php #mise-en-avant .logo{
	width: 132px;
	background: #872448 url(images/kapablog-logo-bg.jpg) no-repeat center center;
}
body.page-template-accueil-php #mise-en-avant .blog{
    background: #c3986e url(images/Kapabanniere-accueil_02.gif) no-repeat left bottom;
    height:74px;
    padding:5px;
    width:318px;
}
body.page-template-accueil-php #mise-en-avant .charte{
    background: #01b3bd url(images/Kapabanniere-accueil_04.gif) no-repeat left top;
    font-weight:bold;
    height:27px;
    padding:5px 5px 5px;
    width:318px;
}
body.page-template-accueil-php #mise-en-avant .derniere-minute{
	background: #8c2d4f url(images/kapablog-derniere-minute-bg2.jpg) no-repeat top left;
	width: 330px;
	height: 111px;
	padding: 5px;
}
body.page-template-accueil-php #mise-en-avant .content{
	position: relative;
	height: 100%;
}
body.page-template-accueil-php #mise-en-avant .blog .suite,
body.page-template-accueil-php #mise-en-avant .charte .suite{
	position: absolute;
	bottom: 0;
	left: 120px;
}

body.page-template-accueil-php #mise-en-avant .blog .suite{
	position: static;
	bottom: 0;
	left: 120px;
}


body.page-template-accueil-php #mise-en-avant .derniere-minute .suite{
	position: absolute;
	bottom: 0;
	right: 0;
}
body.page-template-accueil-php #mise-en-avant a.suite{
	color: #242424;
	font-size: 0.75em;
	font-weight: bold;
}


/*
* Popups
*/
body.page-template-popup-php{
	height: auto;
}
body.page-template-popup-php #wrapper{
	width: 100%;
	background: #bae4e3;
}
body.page-template-popup-php #wrapper-inner{
	width: 800px;
	background: none;
	padding: 10px;
	margin: 0 auto;
}
body.page-template-popup-php #main{
	height: 100%;
}
body.page-template-popup-php #banner{
	background: none;
	width: 100%;
}
body.page-template-popup-php #banner .table{
	width: 100%;
}
body.page-template-popup-php #banner #title{
	color: #008395;
	font-size: 1.5em;
	font-weight: bold;
}
body.page-template-popup-php #content{
	background: #fff;
}
body.page-template-popup-php #gmap{
	width: 100%;
}



/*
* Etablissement
*/
body.page-template-etablissement-php #banner .left{
	float: left;
	width: 490px;
	height: 163px;
}
body.page-template-etablissement-php #banner .right{
	float: right;
	width: 230px;
	height: 163px;
	background: #f58221;
}
body.page-template-etablissement-php #banner .right table{
	height: 100%;
}
body.page-template-etablissement-php #banner .right td{
	text-align: center;
}
body.page-template-etablissement-php #banner .right .nom{
	font-size: 1.6em;
	font-weight: bold;
}
body.page-template-etablissement-php #banner .right .nom2{
	font-size: 1.2em;
	font-weight: bold;
}
body.page-template-etablissement-php #banner .right .tel{
	font-weight: bold;
}
.menu-etablissement{
	padding: 26px;
	background: #cce9e9;
	
}
.menu-etablissement ul li{
	border-bottom: 1px solid #bcbab0;
}
.menu-etablissement ul li ul li{
	border-bottom: none;
}
.menu-etablissement ul li a{
	color: #6a6a6a;
	padding-left: 10px;
}
.menu-etablissement ul li li a{
	padding-left: 10px;
}
.menu-etablissement ul li a.has-children{
	background: url(images/puce-menu.png) left center no-repeat;
}
.menu-etablissement ul li a.active{
	font-weight: bold;
}
.menu-etablissement li ul{
	display: none;
}
.menu-etablissement li.active ul{
	display: block;
}



/*
* Direction
*/
table.table-direction td.photo{
    padding: 10px;
}
table.table-direction td.info{
    padding: 10px 0;
}


/*
* Plan du site
*/
body.plan-du-site #content li a{
	line-height: 2em;
	font-weight: bold;
}
body.plan-du-site #content li li a{
	font-weight: normal;
	line-height: 1.5em;
}
body.plan-du-site #content li li li a{
	color: #6a6a6a;
	line-height: 1em;
}


/*
* Liens Utils
*/
body.liens-utils #content tbody{
	border-top: 1px solid #ccc;
}
body.liens-utils #content tr{
	border-bottom: 1px solid #ccc;
}

.publications td{
    vertical-align:top;
    width:86px;
}

.publications strong{
    background:#EEEEEE none repeat scroll 0 0;
    display:block;
    height:46px;
    padding:2px;
}

.publications ul{
    list-style-type:circle;
    list-style-position:inside;
    padding:0;
    text-indent:0;
}

.publications li{
    padding:2px 4px;
}

body.page-template-accueil-php ul.jcarousel-list {
    text-indent:0;
}

ol.commentlist, ul.charte{
    list-style-type:none;
}

.commentlist li{
    padding:5px;
}

.commentlist li.even{
    background:#eee;
    border-top:1px solid #c0c0c0;
}

.commentlist li.odd{
    background:white;
    border-top:1px solid #c0c0c0;
}

ul.children{
    text-indent:0;
    padding:0;
    list-style-type:none;
}

.cat a{
    color:#008DA9;
}

div.ac-rss{
    text-align: right;
    color:#cccccc;
    padding-right:5px;
}

#content-inner div.ac-rss a{
    color: #fff;
}

#content-inner .comment-author img{
    float:right;
}

#content-inner img{
    vertical-align:middle;
}

.content_blog{
    float:left;
    width:450px;
}

.navigation{
    margin-bottom:20px;
}

#content-inner .post h2 a{
    font-size:18px;
    font-weight:normal;
}

#content-inner .post h2 {
    text-align:justify;
    margin-bottom:5px;
    text-align:justify;
}

#content-inner .post a.more-link{
    font-size:13px;
    font-weight:bold;
    color:#882448;
}

#content-inner .post .postmetadata{
    border-top:1px solid #DDDDDD;
    border-bottom:1px solid #DDDDDD;
    color:#777777;
    font-size:x-small;
    line-height:normal;
    margin:0 0 10px;
    padding:3px;
    text-align:center;
    background:#F8F8F8;
}

#content-inner .post .postmetadata a{
    color:#f58221;
    font-weight:bold;
}

.reply{
    text-align:right;
}

.comment .commentmetadata a{
    font-size:10px;
}

.comment-author cite, .comment-author cite a{
    font-weight:bold;
}

i.sous_titre, i.sous_titre b{
    font-size:11px;
}

.small_date{
    font-size:11px;
    font-weight:bold;
}

.addtoany_share_save_container {
    clear:both;
}

.navigation .accueil1{
    width:223px;
    text-align:center;
}

.navigation .accueil2{
    width:110px;
    margin-left:184px;
    position:absolute;
}
