﻿/** CSS Document **/
/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */
/** Valeur globale -debut-**/

a {
text-decoration:  none;
color : #990000;
border: none;
 }
 
a:hover {
text-decoration:  underline;
color : #660066;
border: none;
 }

a:visited {
color : #990000;
border: none;
 }

table{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:0.88em;
	padding: 0px;
	margin: 0px;
}
.menu{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:0.96em;
	padding: 0px;
	margin: 0px;
 }
/** caracteristique des champs de saisie -debut-**/
form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

.inputbox {
	padding: 0px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}
.textarea {
	padding: 0px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}
/** caracteristique des champs de saisie -fin-**/

/** caracteristique des bouton -debut-**/
.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #333333;
  width: auto;
  background-color: #CCCCCC;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}
/** caracteristique des bouton -fin-**/
.txt {
 	PADDING-RIGHT: 7px; PADDING-LEFT: 12px; FONT-WEIGHT: bold; FONT-SIZE: 13px; PADDING-BOTTOM: 7px; COLOR: #000000; PADDING-TOP: 17px; FONT-FAMILY: Arial;
}
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:0px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:108px;	/* Image width */
		height:120px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
.ejs_scroll {font-size:11px;font-family:Verdana;color:#000000;text-decoration:none}
/** Valeur globale -fin-**/

h1{
	color : #800000;
	font-size : 100%;
}
h2{
   font-size : 75%;
}
h3{
  font-size : 65%;
}
h4{
  font-size: 120%;
  color : #990000;
}
h5{
  font-size : 60%;
  color : #FF9900;
}