@charset "utf-8";
/* CSS Document */
body {

	background-image:  url(../easy/slim.jpg);
	background-position:top;
	background-color: #E0E0E0;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.Style6 {font-size: 10px}
.Style22 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Style27 {font-size: 11px; color: #0000FF; }
.Style28 {color: #006600}
.Style6 {font-size: 10px}
.Style27 {font-size: 11px; color: #0000FF; }

.Style37 {font-size: 12px}
.Style39 {color: #3300FF}

.Style42 {font-size: 9px; color: #0000FF; }
.Style44 {font-size: 19px; font-family: Arial, Helvetica, sans-serif;}
.Style46 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 17px;
	font-weight: bold;
}
.Style47 {
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.Style50 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF0080; font-weight: bold; }
.Style53 {color: #666666}
.Style54 {font-size: 14px; color: #FF0080; font-family: Arial, Helvetica, sans-serif;}
.Style56 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0099;
}
.Style58 {font-size: 13px; color: #000000; font-family: Arial, Helvetica, sans-serif; }
.Style64 {font-size: 14px}
.Style65 {color: #FF00FF;}


a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	/* font-weight: bold;*/
	text-decoration: underline;
	text-decoration: underline;
}
a:active {
color: #0033FF;
	text-decoration: none;
}

.Style44 {font-size: 19px; font-family: Arial, Helvetica, sans-serif;}
.Style58 {font-size: 13px; color: #000000; font-family: Arial, Helvetica, sans-serif; }

/*onglet connexion*/
#logtab{
	float:right; 
	background-position: right; 
	width:auto;
	text-align:center;
	min-height:43px;
	background-image:url(../image-site/logtab.gif);
	background-repeat:no-repeat
}
/***************/
/*styles formulaire*/
/*bouton register*/
.ezBtn{
	border:0px;
	background:url(/image-site/bt_register.gif) top right no-repeat;
	width:260px;
	line-height:26px;
	height:26px;
	vertical-align:middle;
	color: #333;
	font-weight:bold;
	font-size:20px;
	cursor:pointer;
	margin:auto;
	margin-left:80px;
	margin-top:10px;
}

/********************/
.easy_geo_inscris {
	/* bordure du tableau */
	border:1px solid #ccc;
	/* pas de bordure inferieure sur le tableau */
	border-bottom:none;
	/* Attribue une largeur au tableau width:230px;  */
	
}
.easy_geo_inscris td {
	/* couleur de fond du tableau */
	background-color:#ffffff;
	/* type de la police */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/* taille de la police */
	font-size:10px;
	/* marge intérieure des cellules */
	padding:0px;
	/* bordure inferieure des cellules */
	border-bottom:1px solid #ccc;
}
.easy_geo_inscris img {
	/* bordure de l'image */
	border-width:1px;
	/* couleur de la bordure de l'image */
	border-color:#FFFFFF;
	/* marge droite de l'image */
	margin-right:1px;
       /* permet d'afficher le texte en dessous de l'image 
      /* clear:both;*/
}
.easy_geo_inscris a {
	/* couleur du lien */
	color:#0066FF;
	/* police du lien */
	font-weight:bold;
	/* non souligné */
	text-decoration:none;
}
.easy_geo_inscris a:hover {
	/* couleur du lien survolé */
	color:#FF9900;
	/* souligné au survol */
	text-decoration:underline;	
}
.easy_geo_inscris .label {
	/* style du label */
	/* Couleur du texte */
	color:#FF0000;
	/* gras */
	font-weight:bold;
}
.Style60 {
	font-size: 18px;
	color: #FF3399;
}
.Style34 {	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.Style28 {color: #006600}
.Style41 {color: #009933}
.Style62 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.Style66 {color: #000000}
/*------ CADRE liquide ------*/
/*------ PARTIE DU HAUT ------*/    
.haut_gauche {
   background-image:url(../image-site/cadre/1hg.png);
   background-repeat:no-repeat;
   float: left;
   width: 40px;
   height: 40px;
   margin: 0;
   padding: 0;   
}

.haut_millieu {
	background-image:url(../image-site/cadre/1h.png);
   background-repeat: repeat-x;
   background-position: top center;
   height: 40px;
   margin: 0 40px;
   /*margin: 0 0px;*/
   padding: 0;   
}

.haut_droite {
   background-image: url(../image-site/cadre/1hd.png);
   background-repeat:no-repeat;
   float: right;
   width: 40px;
   height: 40px;   
   margin: 0;
   padding: 0;   
}
/*------ FIN PARTIE DU HAUT ------ */

/*------ CENTRE ------*/
.centre_gauche {
   background-image: url(../image-site/cadre/1g.png); 
   background-repeat: repeat-y;
   background-position: left;
   margin: 0;
   padding-left: 30px;
}   

.centre_droite {
   background-image: url(../image-site/cadre/1d.png);
   background-repeat: repeat-y;
   background-position: right;
   margin: 0;
   padding-right: 30px;
}
/*------ FIN CENTRE ------*/

/*------ PARTIE DU BAS ------*/
.bas_gauche {
   background-image: url(../image-site/cadre/1bg.png);
   background-repeat:no-repeat;
   float: left;
   width: 40px;
   height: 40px;
   margin: 0;
   padding: 0;   
}

.bas_millieu {
   background-image: url(../image-site/cadre/1b.png); 
   background-repeat: repeat-x;
   background-position: top center;
   height: 40px;
   /*margin: 0 40px;*/
   margin: 0 0px;
   padding: 0;   
}

.bas_droite {
   background-image: url(../image-site/cadre/1bd.png);
   background-repeat:no-repeat;
   float: right;
   width: 40px;
   height: 40px;   
   margin: 0;
   padding: 0;   
}
/*------ FIN PARTIE DU BAS ------*/
/*-----positionnement des elements dans le cadre*/
.liquidcitationTOP {
	color:#666;
	font-size:0.8em;
	margin:0px 40px 20px;
	padding-top:18px;
	font-style:italic;
	text-align:left
}
.liquidcitationBOTTOM {
	color:#666;
	font-size:0.8em;
	margin:5px 5px 0px;
	font-style:italic
}
.liquidTITRE h2 {
	font-family:arial, serif;
	font-size:14pt;
	font-style:italic;
	margin:0;
	padding-left:0px;
	text-align:left;
	padding-top:20px;
}


