body {
	background-image: url(../images/fonds/bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

a{
	margin-left: 10px;
	color:#330099;
	text-decoration: none;
}

a:focus, a:active {
   color:#FF9900;
   text-decoration:none
}
a:hover {
	color:#0099FF;
	text-decoration: none
}

form {
	background-image: url(Styles/images/bg.gif);
	background-repeat: repeat-x;
	color: #330099;
	font-size:9px
}
input.big {
	width: 100px;
	font-size: 12px;
}
input.small {
	width: 50px;
	font-size: 10px;
}

li {
	list-style-image: url(../images/fonds/ballet_sm.gif);
}
.titre {
	font-size: 24px;
	color: #330033;
}
.entete {
	color: #330099;
	text-align: right;
	font-size: 9px;
}
.calendrier_entete  {
	background-image: url(../images/fonds/calendrier_entete.png);
	background-repeat: inherit;
	font-size: 12px;
	font-weight: bold;
	color: #1E466E;
	text-align: center;
}
.calendrier_titre {
	font-size: 12px;
	font-weight: bold;
}

.calendrier_ligne  {
	background-image: url(../images/fonds/calendrier_ligne.png);
	background-repeat: no-repeat;
	font-size: 10px;
	text-align: center;
}
.calendrier_date  {
	background-image: url(../images/fonds/calendrier_ligne.png);
	background-repeat: no-repeat;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: #0066CC;
	text-decoration: blink;
}

.soustitre {
	font-size: 18px; 
	color: #330033;
}
.menu {
	font-family: "Segoe Print";
	font-size: 14px;
	color: #330099;
	margin-left: 5px;
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
}

.tableau {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
}
.tableau th {
	background-image: url(../images/fonds/fondmenu.jpg);
}

.red {
	font-weight: bold;
	color: #FF0000;
}
.orange {
	color: #FF6600;
}
.green {
	color: #336600;
}

.redflash {
	color: #FF0000;
	text-decoration: blink;
}
.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/fonds/fond1.png);
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #DCDCDC;
  color: #3366CC;
}
.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
}
/* les cadres de page */
.cadrepage {
	border:					2px solid #000066;
	position :              relative;
	top :                   0em;
	margin-left:			5px;

	-moz-border-radius: 10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
	background-image: url(images/fonds/bg.gif);
}
.cadrecatalogue {
	border:					1px solid #000000;
	position :              relative;
	top :                   0em;
	margin-bottom:			0em;


	-moz-border-radius: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 10px;
	background-color: #FFFFFF;
}
/* les info-bulles */
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: 40px;
	padding: 15px;
	color: #000;
	background-image: url(../images/bulle.gif);
	padding-top: 50px;
	width: 170px;
	height: 85px;
	font-size: 14px;
	text-align: center;
}
.eclate {
	color: #FF0000;
	text-decoration: blink;
	background-image: url(../images/eclat_O.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
