/*
Theme Name: Inspiré par Baseline
Theme URI: http://www.dacodate.com/
Author: Saillmone
*/

/*********************** général *****************************/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}

h1, h2 , h3, h4, h5{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}

h2 {
	color: #f79225;
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

p {
	text-align:justify;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 10px;
	background: url(images/img16.gif) no-repeat 0px 10px;
}

a {
	text-decoration: none;
	color: #3490F8;
}

a:hover, a:active {
	text-decoration: none;
	color: #F89934;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 10px 10px 0;
}

img.right {
	float: right;
	margin: 0 0 10px 10px;
}

fieldset {
	padding: 0 20px 0 20px;
	margin: 10px 0 0 0;
	border: 1px solid #B2CB0A;
}

legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #ff9900;
	padding: 10px;
	line-height: 0.8em;
	border-style: solid;
	border-color: #B2CB0A;
	border-width: 1px 1px 0 1px;
}

legend .nombre {
	padding: 8px 0 0 0;
	font-size: 2.1em;
	float: left;
}

legend .titre {
	margin: 0 0 0 10px;
}

legend .definition {
	font-style: italic;
	color: #666;
	font-size: 0.8em;
	margin: 0 20px 0 10px;
}

label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

input, select {
	margin: 0 4px 0 0;
}

.button, .text, .textarea, .password, .file, .date-pick, .auto_complete {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 5px 0 5px 0;
}

.select {
	font: normal 100% Verdana, Arial, Helvetica, sans-serif;
}

.button {
	padding: 0 2px 0 0;
	background: #F4A652 url(images/img03.gif) repeat-x;
	border: 1px solid #000000;
	text-transform: lowercase;
}

.text, .textarea, .password, .date-pick, .auto_complete {
	padding: 2px 5px 0 0;
	background: #FFFFFF url(images/img02.gif) repeat-x;
	border: 1px solid #666666;
}

table {
	border-collapse:collapse;
	border: 0;
}

th {
	border: 1px solid #000;
	padding: 3px;
	font-size: 14px;
	text-align: center;
}

td {
	text-align: center;
	border: 1px solid #000;
	padding: 3px;
}

/****************************** header **************************************/
#header {
	width: 960px;
	height: 93px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 89px;
	height: 93px;
	background-image: url(images/logo.png);
}

#titre {
	float: left;
	width: 354px;
	height: 93px;
	background-image: url(images/titre.png);
}

#slogan {
	float: left;
	width: 237px;
	height: 93px;
	background-image: url(images/slogan.png);
}

#titre h1 {
	display: none;
}

#slogan h2 {
	display: none;
}

/* formulaire de recherche dans header */
#search {
	float: right;
	width: 250px;
	padding-top: 45px;
}

#search fieldset {
	border: none;
}

#searchinput {
	width: 150px;
	border: 1px solid #FFFFFF;
}

#searchinput.text, #searchinput.button {
	margin: 0;
}

/* Menu */
#menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 960px;
	height: 30px;
	margin: 0 auto;
	font-variant: small-caps;
}

#menu ul.menu {
	margin: 0;
	line-height: normal;
	font-size: 1.3em;
	font-weight: lighter;
}

#menu ul.menu li {
	display: block;
	float: left;
	margin-right: 1px;
	padding: 0;
	background: #FFFFFF;
}

#menu ul.menu li:hover {
	background: #CFCECE url(images/img04.gif) repeat-x;
}

#menu ul.menu a {
	display: block;
	float: left;
	background: url(images/img07.gif) no-repeat;
	text-decoration: none;
	color: #666666;
}

#menu ul.menu a:hover {
	color: #1777B1;
}

#menu ul.menu b {
	display: block;
	float: left;
	height: 23px;
	padding: 7px 20px 0 20px;
	background: url(images/img08.gif) no-repeat right top;
}

#menu ul.menu li.active {
	background: #CFCECE url(images/img04.gif) repeat-x;
}

#menu ul.menu li.active a {
	background: url(images/img06.gif) no-repeat right top;
	color: #C90404;
}

#menu ul.menu li.active b {
	background: url(images/img05.gif) no-repeat;
}

#menu .identification {
	height: 20px;
	margin: 0;
	padding: 7px 20px 0 20px;
	text-align: center;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
}

/*************************************** Page ********************************************/
#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

/******************************************** Content **************************************/
#content,#content-large, #mi-content {
	float: left;
}

#content,#content-large {
	width: 520px;
}

#content-large {
	width: 740px;
}

#mi-content {
	width: 480px;
}

#content-large .column1{
	width: 290px;
	float: left;
	margin: 30px 0 0 0;
}

#content-large .column2{
	float: left;
	width: 20px;
	margin: 90px 20px 0 10px;
}
/*********************************** Sidebar **********************************************/
/* colonnes */
.col-one {
	float: left;
}

.col-two {
	float: right;
}

.two-cols .col-one, .two-cols .col-two {
	width: 250px;
}

#sidebar, #only-one-sidebar {
	float: right;
}

#sidebar {
	width: 420px;
}

#sidebar .col-one, #sidebar .col-two,#only-one-sidebar  .col-two{
	width: 200px;
}

/* Boxes */
.box-orange .section , .box-blue .section, .box-pink .section {
	font-size: 130%;
	color: #FFFFFF;
}

.box-orange .section b , .box-blue .section b, .box-pink .section b {
	height: 23px;
	display: block;
	padding: 7px 0 0 10px;
}

.box-orange .content , .box-orange .content-presentation,  .box-blue .content, .box-pink .content {
	padding: 10px;
}

.box-orange {
	background: url(images/img09.gif) repeat-x;
}

.box-orange .section {
	background: url(images/img11.gif) no-repeat right top;
}

.box-orange .section b {
	background: url(images/img10.gif) no-repeat;
}

.box-orange .content, .box-orange .content-presentation {
	height: auto !important;
	height: 300px;
	min-height: 300px;
}

.box-orange .content-presentation {
	background: url(images/fond.jpg) no-repeat right bottom;
}

.box-orange .erreur {
	width: 100%;
	min-height: 60px;
	text-align: center;
}

.box-orange .erreur img {
	vertical-align: middle;
	padding: 0 10px 0 0;
}

.box-blue {
	background: url(images/img13.gif) repeat-x;
}

.two-cols .box-blue {
	height: auto !important;
	height: 600px;
	min-height: 600px;
}

.box-blue .section {
	background: url(images/img15.gif) no-repeat right top;
}

.box-blue .section b {
	background: url(images/img14.gif) no-repeat;
}

.box-pink {
	background: url(images/img17.gif) repeat-x;
	height: auto !important;
	height: 570px;
	min-height: 570px;
}

.box-pink .section {
	background: url(images/img19.gif) no-repeat right top;
	padding: 0 0 20px 0;
}

.box-pink .section b {
	background: url(images/img18.gif) no-repeat;
}

.box-pink .content {
	text-align: center;
	padding: 0 10px 0 10px;
}

/* gallery accueil */
.box-orange .jdGallery .slideInfoZone {
	font-weight: bold;
	font-size: 1.8em;
	height: 70px;
}

.box-orange .jdGallery .slideInfoZone  .type{
	color: #f79225;
	font-size: 1em;
}

.box-orange .jdGallery .slideInfoZone a {
	text-decoration: none;
	color: #3490F8;
}

.box-orange .jdGallery .slideInfoZone a:hover, .box-orange .jdGallery .slideInfoZone a:active {
	text-decoration: none;
	color: #F89934;
}

/* contenu accueil */
.box-orange .content-presentation .contenu {
	margin: 0 0 20px 0;
	font-size: 1.3em;
}

/* tags clouds */
#tagclouds {
	padding:2px;
	line-height:2.4em;
}

#tagclouds li {
	background: none;
}

#tagclouds .xx-large, .x-large, .large, .small, .x-small {
	padding: 2px 5px;
	float:left;
}

#tagclouds .xx-large, .x-large, .large, .small {
	font-weight: bolder;
}

#tagclouds .xx-large a{
	font-size: 1.7em;
}

#tagclouds .x-large a{
	font-size: 1.5em;
}

#tagclouds .large a{
	font-size: 1.3em;
}

#tagclouds .small a{
	font-size: 1.1em;
}

#tagclouds .x-small a{
	font-size: 0.9em;
}

/* sidebar  1 */
.box-blue .carousel-wrap {
	text-align: center;
}

.box-blue .contenu {
	height: 175px;
	padding: 5px 0 0 0;
}

.box-blue .contenu h2 {
	margin: 0;
	color: #298BF8;
	font-variant: small-caps;
	font-weight: bold;
}

.box-blue .type {
	color: #fff;
	font-weight: bold;
	background-color: #f79225;
}

.box-blue img {
	padding: 3px 0 0 0;
}

.box-blue  .carousel .carousel-control{
	display: none;
}

/* images vrac */
.col-two .box-pink .content {width:200px; text-align:left; position:relative; margin:0 auto;}

.col-two .box-pink .content ul.topic {padding:0; margin:0; list-style:none; width:180px; height:auto; position:relative; z-index:10;}

.col-two .box-pink .content ul.topic li {display:block; width:40px; height:40px; float:left; background:none; padding:2px;}

.col-two .box-pink .content ul.topic li a ul,
.col-two .box-pink .content ul.topic li ul
{display:none;}

.col-two .box-pink .content ul.topic li.active a
{color:#000;}

.col-two .box-pink .content ul.topic li a:hover,
.col-two .box-pink .content ul.topic li:hover a
{color:#fff; }

.col-two .box-pink .content ul.topic li.active ul
{display:block; position:absolute; left:0; list-style:none; padding:0; margin:0; padding:0; border:0 solid #bbb; z-index:1;}

.col-two .box-pink .content ul.topic li a:hover ul,
.col-two .box-pink .content ul.topic li:hover ul
{display:block; position:absolute; left:0; list-style:none; padding:0; margin:0; padding:0; border:0 solid #aaa; z-index:100;}

.col-two .box-pink .content ul.topic li ul li
{display:inline; width:40px; height: 40px; float:left; border:0; margin:0;}

.col-two .box-pink .content ul.topic li ul li a
{display:block; width:40px; height: 40px; cursor:default; float:left; text-decoration:none; border:0;}

.col-two .box-pink .content ul.topic li ul li a img
{display:block; width:40px; height: 40px; border:0 solid #eee;}

.col-two .box-pink .content ul.topic li a:hover ul li a:hover,
.col-two .box-pink .content ul.topic li:hover ul li a:hover
{white-space:normal; position:relative;}

.col-two .box-pink .content ul.topic li a:hover ul li a:hover img,
.col-two .box-pink .content ul.topic li:hover ul li a:hover img
{position:absolute; left:-30px; top:-32px; width:80px; height:80px; border-color:#fff;}


/* Menu page profil */
.blockmenu {
	width: 695px;
	height: 70px;
	padding: 10px;
	margin: 0 0 5px 0;
	border: 1px solid #B2CB0A;
	font-size: 14px;
	text-align: center;
	margin: auto;
}

.blockmenu ul {
	margin: auto;
}

.blockmenu li {
	display: block;
	float: left;
	background: none;
	padding: 10px 13px 0 0;
	font-variant: small-caps;
}

.blockmenu li.isactive a{
	font-weight: bold;
	color: #3490F8;
	text-decoration: underline;
}

.blockmenu img{
	padding: 0 4px 0 0;
}
/******************************************** Footer ****************************************/

#footer {
	padding: 20px;
	background: #DDDDDD;
	border-top: 1px solid #999999;
}

#footer p {
	margin: 0;
	text-align: center;
}

#debug {
	width: 960px;
	margin: 0 auto;
	padding: 5px;
	background: #DDDDDD;
}

#debug h2 {
	text-align: center,
	background-color: white;
}

#debug th {
	padding: 8px 30px 8px 0;
	color: black;
	text-align: left;
}

#debug td {
	padding: 8px 30px 8px 0;
	color: black;
}

/************************************** formulaire de recherche *****************************************/
#fieldformchercher label#mot {
	padding: 20px 0 0 0;
	float: left;
}

#fieldformchercher #champ {
	padding: 10px 0 0 0;
	clear: both;
}

#fieldformchercher label#type {
	display: block;
	padding: 0 0 5px 0;
}

#fieldformchercher label#debut, #fieldformchercher label#departement, #fieldformchercher label#commune, #fieldformchercher label#rayon {
	width: 150px;
	display: block;
	float:left;
}

#fieldformchercher .check-types {
	width: 300px;
	float: left;
	margin: 3px 0 0 0;
}

/******************************************** formulaire d'ajout *********************************************/
#fieldformajout1, #fieldformajout2, #fieldformajout3, #fieldformajout3 .part1, #fieldformajout3 .part2 {
	float:left;
}

#fieldformajout1 {
	width:57%;
	background: url(images/fond.jpg) no-repeat right bottom;
}

#fieldformajout2 {
	width:33%;
}

#fieldformajout1, #fieldformajout2 {
	height:500px;
}

#fieldformajout3 {
	width:95%;
	height:270px;
}

#fieldformajout3 .part1{
	width:380px;
}

#fieldformajout3 .part2{
	width:450px;
}

#ajouter .submit_lien {
	border: none;
	background-color: transparent;
	color: #3490F8;
	font-size: 11px;
}

#ajouter a:hover input.submit_lien {
	cursor: pointer;
	color: #F89934;
}

#ajouter select.lieu_select, select.type_select {
	font-size: 12px;
}

#ajouter table, #ajouter th, #ajouter td {
	border: 0;
}

#fieldformajout1 h3, #fieldformajout2 h3, #fieldformajout3 h3 {
	padding: 5px 0 0 0;
}

/****************************************** résultats de recherche ******************************************/

#resultats {
	padding-top: 15px;
	line-height: 17px;
}

#intro {
	text-align: center;
	border: 1px dotted #ccc;
	margin: 10px 0 10px 0;
}

.resultats-affichage, .resultats-tri {
	width: 50%;
	height: 30px;
	float:left;
	margin: 10px 0 10px 0;
	text-align: center;
}

.resultats-affichage input, .resultats-tri input, .resultats-affichage select, .resultats-tri select {
	font-size: 1em;
}

#resultats .contenu, #resultats .bonus  {
	clear: both;
}

#resultats .type, #resultats .nom , #resultats .image {
	float: left;
}

#resultats .image, #resultats .bonus {
	text-align: center;
}

#resultats .image {
	width: 80px;
	padding-right: 10px;
}

#resultats .type, #resultats .nom  {
	font-size: 110%;
}

#resultats .type {
	color: #f79225;
	font-weight: bold;
}

#resultats .handi {
	padding-right: 5px;
}

#resultats .bonus {
	background: #CDDD59 url(images/img20.gif) repeat-x;
}

/****************************************** affichage de l'événement *************************************/
#evenement {
	padding-top: 5px;
	line-height: 16px;
	clear: both;
}

#evenement .intro, #evenement .image {
	text-align: center;
}

#evenement .intro {
	font-size: 110%;
	padding-bottom: 35px;
	font-weight: bold;
}

#evenement .image {
	float: right;
	width: 350px;
	padding: 0 0 10px 10px;
}

#evenement .contenu , #evenement .nom {
	float: left;
}

#evenement .descr-date, #evenement .descr-commune, #evenement .descr-description, #evenement .descr-handi, #evenement .descr-prix, #evenement .descr-site, #evenement .descr-tel {
	color: #f79225;
	font-weight: bold;
}

#evenement .type, #evenement .nom {
	font-size: 110%;
}

#evenement .type {
	width: 40%;
	color: #f79225;
	float: left;
	text-align: right;
}

#evenement .nom {
	width: 60%;
	text-align: left;
}

#evenement .date, #evenement .commune {
	padding-top: 10px;
}

#evenement  .description {
	text-align: justify;
}

#evenement .handi {
	padding: 10px 0 10px 0;
}

#evenement .prix , #evenement .site, #evenement .tel {
	padding: 10px 0 0 0;
}

#evenement table, #evenement th, #evenement td{
	border: 0;
}

#evenement .bonus {
	text-align: center;
	clear: both;
	background: #CDDD59 url(images/img20.gif) repeat-x;
	margin-top: 10px;
}

#google_map {
	margin-top: 30px;
	clear: both;
}

#map {
	float: left;
}

#sidebar_map {
	width: 190px;
	padding-left: 10px;
	float: left;
}

/****************************************** login *************************************/
.login h3 {
	color: #B2CB0A;
	text-decoration: underline;
	font-size: 1.5em;
}

/*Autocompletion */
ul.auto_complete_dropdown {
	border:solid 1px #000;
	background-color: #FFF;
}
ul.auto_complete_dropdown li {
	padding:0 5px;
	margin:0;
	height:18px;
	font-size:11px;
	font-weight:normal;
	font-style:normal;
	line-height:20px;
	width: 80px;
	display: inline;
	background-color: #FBC387;

}
ul.auto_complete_dropdown  span{
	font-size:9px;
	width: 20px;
	padding:0 0 0 50px;
}

/* pagination */

#pagination {
	padding: 35px 0 0 0;
	text-align:center;
}

#pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #2C2C2C;
	text-decoration: none;
	color: #fff;
	background: #2C2C2C url(images/image1.gif);
}

#pagination a:hover, #pagination a:active {
	border:1px solid #AAD83E;
	color: #FFF;
	background: #AAD83E url(images/image2.gif);
}

#pagination .current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #AAD83E;
	font-weight: bold;
	background: #AAD83E url(images/image2.gif);
	color: #FFF;
}

#pagination .disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ccc;
	color: #ccc;
}

/* Infobulles */
a.info {
	position:relative;
	z-index:24;
}

a.info:hover {
	z-index:25;
}

a.info span {
	display: none
}

a.info:hover span{ /*le contenu de la balise span ne sera visible que pour l'état a:hover */
	display:block;
	position:absolute;
	top:2em;
	left:2em;
	width:15em;
	border:0px solid #6699cc;
	background-color: #CDDD59;
	color: #666666;
	text-align: justify;
	font-weight:none;
	padding:5px;
}

/* redirection et maintenance */
#redirect , #maint {
	width: 60%;
	margin: 10em auto;
	border: dotted 2px #B2CB0A;
	padding: 10px;
}