/* CSS1 Stylesheet designed by Gilles Ivaldi - g.ivaldi@free.fr */
body {
	background-color: #003834;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a:link, a:visited {
	color: #753b96;
	text-decoration: none;
}
a:hover, a:active {
	color: #753b96;
	text-decoration: underline;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
	color: #000;
}
.text_white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
	color: #FFF;
}

.bottom_row {
	background-image: url(images/bottom_row.gif);
}
.top_row {
	background-image: url(images/top_row.gif);
}
.onglet_purple {
	background-image: url(images/onglet_purple.gif);
}
.menu_top {
	font-family: Arial;
	color: #FFF;
	font-weight: bold;
}
a.menu {
	color: #FFF;
	text-decoration: none;
}
.titre {
	font-size: 24px;
	font-weight: bold;
	color: #753b96;
}
.titre_white {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}

.soustitre {
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
.bottom_dotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003834;
}

.tech {
	font-size: 12px;
	color: #666;
}
.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.quote {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #666;
}
.field {
	font-size: 12px;
	color: #333;
	background-color: #F2F2F2;
}
.border {
	border: 1px solid #666;
}
span.info {
    position:relative; /*this is the key*/
    z-index:24; background-color:#FFFFFF;
    color:#FF0000;
    text-decoration:none
}
span.info:hover {
    z-index:25; background-color:#ff0
}

span.info span {
    display: none
}

span.info:hover span { /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #0cf;
    background-color:#cff; color:#000;
    text-align: center
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
