/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* Adpatations pour se conformer au brouillon sur le modèles
 * (c) 2009, Michael BARCHY
 */ 

a {
 color: #F70;
}
a:hover {
  color: #C60;
}
body {
/*  background: #0094D6 url(templates/indigo/bg.gif) repeat-x; */
background-color: #FFCCFF;
/* background-color: #C24641; */
/*  color: #466;*/
  color: #000;
  font: normal 75% "Lucida Sans Unicode",sans-serif;
  margin: 0;
}
input {
  color: #555;
  font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p {
  font-size: 1.2em;
  padding-bottom: 1.2em;
}
img {
  border: none;
}


/* structure */
#page {
/*  background: url(templates/indigo/topleft.gif) no-repeat;*/
background-color: #FFCCFF;
/*background-color: #C24641;*/
}

/* title */
#top {
  float: bottom;
/*  padding: 0 0 0 76px;*/
  height: 30px;
/*  width: 800px;*/
  text-align: center;
}
#top h1 {
  color: #000;
  font: normal 2em Verdana,sans-serif;
}
#top h2 {
  color: #FFF;
  font: normal 1em Verdana,sans-serif;
  font-weight: bold;
}

/* main */
#mid {
/*  background: #FFF url(templates/indigo/bgmain.gif) no-repeat;*/
background-color: #FFCCFF;
/* background-color: #C24641; */
  clear: both;
  padding: 12px 12px 0 52px;
}

/* navigation */
#side {
  float: right;
  margin-right: 24px;
  width: 25%;
}
#side li.zli { 
  border-bottom: 1px dashed #EEE;
  list-style: none;
  margin: 0;
}
#side li.zli1 { 
  border-bottom: 1px dashed #EEE;
  list-style: none;
  margin: 0;
}
#side li.zli2 { 
  border-bottom: 1px dashed #EEE;
  list-style: none;
  margin-left: 16px;
}
#side li.zli3 { 
  border-bottom: 1px dashed #EEE;
  list-style: none;
  margin-left: 32px;
}
#side li.zli4 { 
  border-bottom: 1px dashed #EEE;
  list-style: none;
  margin-left: 48px;
}
#side a.za {
/*  color: #777;*/
  color: #000;
  display: block;
  font-size: 0.9em;
  padding: 3px 6px 3px 18px;
  text-decoration: none;
}
#side a.za:hover {
  color: #111;
  background: url(templates/indigo/nav_li.gif) no-repeat;
}
#side a.zaon {
  color: #111;
  background: url(templates/indigo/li.gif) no-repeat;
	background-position: 5px 3px;
}
#side a.zaon:hover {
  color: #111;
  background: url(templates/indigo/li.gif) no-repeat;
  background-position: 5px 3px;
}

/* content */
#main {
  float: left;
  margin-right: 4%;
  width: 65%;
  padding-bottom: 20px;
}
#main ul {
  list-style-image: url(templates/indigo/li.gif);
  font-size: 9pt;
  margin-left: 18px;
}


/* misc */
#break {
  clear: both;
}

/* footer */
#bot {
/*  background: #0094D6 url(templates/indigo/bgfooter.gif) repeat-x;*/
 background-color: #FFCCFF;
/*  background-color: #C24641; */
/*  color: #C1DEF0; */
  color: #0;
  font-size: 80%;
  text-align: center;
  padding-top: 10px;
}
#bot a {
  color: #C24641;
  text-decoration: none;
}
#bot a:hover {
  color: #C24641;
  text-decoration: underline;
}

/* ImageMenu */
#imageMenu {
        position: relative;
        float: right;
        width: 800px;
        height: 200px;
        overflow: hidden;
}



#imageMenu ul {
        list-style: none;
        margin: 0px;
        display: block;
        height: 200px;
        width: 1000px;
}

#imageMenu ul li {
        float: left;
}

#imageMenu ul li a {
        text-indent: -1000px;
        background:#FFFFFF none repeat scroll 0%;
        border-right: 2px solid #fff;
        cursor:pointer;
        display:block;
        overflow:hidden;
        width:98px;
        height: 200px;
}

#imageMenu ul li.boutique a {
        background: url(images/boutique.jpg) repeat scroll 0%;
}

#imageMenu ul li.creations a {
        background: url(images/creations.jpg) repeat scroll 0%;
}

#imageMenu ul li.accueil a {
        background: url(images/accueil.jpg) repeat scroll 0%;
}

#imageMenu ul li.evenements a {
        background: url(images/evenements.jpg) repeat scroll 0%;
}

#imageMenu ul li.contact a {
        background: url(images/contact.jpg) repeat scroll 0%;
/*        width: 310px;*/
}

/* logo */
.title {
/*	width: 800px;*/
	padding-bottom: 10px;
/*	border-bottom: 1px solid #ccc;*/
        text-align: center;
}

/* tooltips */
.tool-tip {
        color: #fff;
        width: 139px;
        z-index: 13000;
}

.tool-title {
        font-weight: bold;
        font-size: 11px;
        margin: 0;
        color: #9FD4FF;
        padding: 8px 8px 4px;
        background: url(bubble.png) top left;
}

.tool-text {
        font-size: 11px;
        padding: 4px 8px 8px;
        background: url(bubble.png) bottom right;
}

.custom-tip {
        color: #000;
        width: 130px;
        z-index: 13000;
}

.custom-title {
        font-weight: bold;
        font-size: 11px;
        margin: 0;
        color: #3E4F14;
        padding: 8px 8px 4px;
        background: #C3DF7D;
        border-bottom: 1px solid #B5CF74;
}

.custom-text {
        font-size: 11px;
        padding: 4px 8px 8px;
        background: #CFDFA7;
}
