/* Mise en forme des textes */

body {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-color:#ffffff;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;

	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 13px;
	text-align:justify;
	color: #646464;
}

td {
	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 13px;
	text-align:justify;
	color: #646464;
	margin-left: 10px;
}

p {
	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 13px;
	text-align:justify;
	color: #646464;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	padding-left:70px;
	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 14px;
	color: #1955A3;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	font: bold color:#2781d9; border-bottom: 1px solid #b7b7b7; border-top: 1px solid #b7b7b7;
	background-image:url(images/puce.jpg);
	background-repeat:repeat-y;
}
.titre {
	padding-left:50px;
	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 12px;
	color: #1955A3;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	font: bold color:#2781d9;
	background-image:url(images/puce2.jpg);
	background-repeat:repeat-y;
}

h2 {
	padding-left:50px;
	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 12px;
	color: #1955A3;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
	font: bold color:#2781d9; border-bottom: 1px solid #b7b7b7; 
	background-image:url(images/puce2.jpg);
	background-repeat:repeat-y;
}

p#footer {
	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 11px;
	text-align:center;
	color: #6DBFFF;
	margin-top:20px;
}




/* Liens par défault */

a:link {
	color: #1955A3;
	text-decoration: none;
}

a:visited {
	color: #1955A3;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}



/* Liens pour menu Verticale - Doir être appliqué sur la cellule est non sur le texte*/

.menu a:link {
	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 12px;
	color: #787878;
	text-decoration: none;
	font-weight: bold;
}

.menu a:visited {
	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 12px;
	color: #787878;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	/* background-image: url(./images/test.gif); background-repeat:no-repeat; background-position:center center; */
}

.menu {
text-align:center;
}

/* Liens pour menu 2 - Doir être appliqué sur la cellule est non sur le texte*/

.menu2 a:link {
	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.menu2 a:visited {
	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.menu2 a:hover {
	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* Code */

.formulaire {
	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 10px;
	color: #6DBFFF;
	vertical-align:middle;
	margin: 3 0 0 0;
}

.boiteFormulaire {
	font-family: Century Gothic, Jamrul, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #B1DAFD;
	background-color: #72B6FC;
}


#flashcontent {
	text-align: left;
	margin: 0 auto;
}

#kit
{
	margin-left: 20px;
	margin-right: 20px;
}

.trigger {
        border: 1px solid #A9A9A9;
        background: #FFFFFF url(inputback.gif) top repeat-x;
        padding: 2px;
        display: block;
        width: 20em;
        color: #000000;
        text-decoration: none;
      }
      
      .activetrigger {
        border: 1px solid #A9A9A9;
        background: #F5F5F5 url(inputback.gif) top repeat-x;
        padding: 2px;
        display: block;
        width: 20em;
        color: #000000;
        text-decoration: none;
      }
      
      div.arrow {
        background: url(droparrow.gif) no-repeat;
        width: 15px;
        height: 15px;
        float: right;
      }
      
      .dropcontainer ul {
        border: 1px solid #000000;
        background: #FFFFFF;
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 25em;
        height: 12em;
        position: absolute;
        overflow:auto;
      }
      
      .dropcontainer ul li {
        list-style-type: none;
        list-style-image: none;
        text-indent: 0;
        padding: 0;
        margin: 0 10px 0 0;
      }
      
      .dropdownhidden {
        top: 0;
        left: -999em;
      }
      
      .dropdownvisible {
        top: 0;
        left: 0;
      }
      
      .dropcontainer ul a {
        padding: 2px;
        margin: 0;
        display: block;
        text-decoration: none;
        color: #000000;
      }
      
      .dropcontainer ul a:hover {
        background: #F5F5F5;
      }
      
      .dropcontainer {
        position: relative;
      }
	
		table#sample {
    background-color:#FFFFFF;
    border: solid #1955A3 1px;
    width: 400px;

}

a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a.tooltip:hover em {
    font-style: normal;
    display: block;
    position: absolute;
    top: 20px;
    left: -10px;
    padding: 5px;
    color: #000;
    border: 1px solid #bbb;
    background: #fff;
    width:170px;
}

</STYLE>




