/* CSS Document */

/* Général*/

/* Position*/
body {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
	}

/* Boutons*/
.small-button {
  border-Top-Style: none;
  border-Top-Color: Transparent;
  border-Right-Style: none;
  border-Right-Color: Transparent;
  border-Bottom-Style: none;
  border-Bottom-Color: Transparent;
  border-Left-Style: none;
  border-Left-Color: Transparent;
  font-Family: Verdana, Arial, Helvetica, sans-serif;
  font-Size: x-small;
  font-Weight: bold;
  font-style: italic;
  text-Transform: none;
  letter-Spacing: normal;
  color: #3264BA;
  background-Color: Transparent;
  background-Image: url(images/bouton/bouton_blanc_small.jpg);
  width: 83px;
  height: 24px;
 }
 
 .medium-button {
  border-Top-Style: none;
  border-Top-Color: Transparent;
  border-Right-Style: none;
  border-Right-Color: Transparent;
  border-Bottom-Style: none;
  border-Bottom-Color: Transparent;
  border-Left-Style: none;
  border-Left-Color: Transparent;
  font-Family: Verdana, Arial, Helvetica, sans-serif;
  font-Size: x-small;
  font-Weight: bold;
  font-style: italic;
  text-Transform: none;
  letter-Spacing: normal;
  color: #3264BA;
  background-Color: Transparent;
  background-Image: url(images/bouton/bouton_blanc_medium.jpg);
  width: 120px;
  height: 24px;
 }
 
  .large-button {
  border-Top-Style: none;
  border-Top-Color: Transparent;
  border-Right-Style: none;
  border-Right-Color: Transparent;
  border-Bottom-Style: none;
  border-Bottom-Color: Transparent;
  border-Left-Style: none;
  border-Left-Color: Transparent;
  font-Family: Verdana, Arial, Helvetica, sans-serif;
  font-Size: x-small;
  font-Weight: bold;
  font-style: italic;
  text-Transform: none;
  letter-Spacing: normal;
  color: #3264BA;
  background-Color: Transparent;
  background-Image: url(images/bouton/bouton_blanc_large.jpg);
  width: 250px;
  height: 24px;
 }
 

/* Font*/
.style5 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
a:link {
	color: #000080;
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF
}
a:visited {
	text-decoration: none;
	color: #000080;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px solid #FF0000;
}
a:active {
	text-decoration: none;
}

.style12 {
  padding: 5px;
  border-left: 5px solid #3264BA;
  border-bottom: 2px dotted #3264BA;
}
.style10 {font-size: 2px}
.style13 {	color: #000080;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}
.style14 {	color: #000080;
	font-weight: bold;
	font-style: italic;
	font-size: 23px;
}

/* Quick Tour*/
.style18 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style3 {color: #3264BA; font-weight: bold; }
.style19 {color: #FFFFFF}
.style20 {color: #3300FF}

/* Menu Clic Droit*/

#ejs_context_box /* Position*/
 {
 z-index:500; 
 position:absolute; 
 width:150px; 
 border:1px solid #B6BDD2;
 }

#ejs_context_box /* Couleur de fond*/
 {
 background-color:#ffffff;
 }
 
#ejs_context_box /* Divers*/
 {
 cursor:default; 
 visibility:hidden;
 }

#ejs_context_box /* Text*/
 {
 font-family:Microsoft sans serif; 
 font-size:12px; 
 padding:3px;
 }
 
#bg-dot-left /* Pointillés*/
 {
 background:url("./images/bg.gif");
 }

#bg-shadow-left /* Ombre gauche*/
 {
 background:url("./images/bg_left.gif");
 }
 
#bg-shadow-right /* Ombre droite*/
 {
 background:url("./images/bg_right.gif");
 }
 
 #bg-dot-right /* Pointillés*/
 {
 background:url("./images/bg.gif");
 }
 
#fond-bas-01
 {
 background:url("./images/fond-bas-01.gif");
 }
 
#fond-bas-02
 {
 background:url("./images/fond-bas-02.gif");
 }

#fond
 {
 background:url("./images/fond.gif");
 }
 
#fondbis
 {
 background:url("./images/fond.gif");
 }
 
#form-left
 {
 background:url("./images/form-button-left.gif");
 }
 
#form-middle
 {
 background:url("./images/form-button-middle.gif");
 }
 
#form-right
 {
 background:url("./images/form-button-right.gif");
 }

#hauteur1 /* tableau de gauche*/
 {
 height:649px;
 }
