body {
	background-repeat: repeat;
	background-attachment:scroll;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
  	font-weight: normal;
  	border-right-style: none;
  	border-left-style: none;
  	border-bottom-style: none;
  	border-top-style: none;
  	margin-right: 0px;
  	margin-left: 0px;
  	margin-bottom: 0px;
  	margin-top: 0px;
  	height:1200px;
  	max-height:1200px;
  	text-align:center;
  	vertical-align:middle;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}
div#bg{
	min-height:570px;
}

/* Définition des Blocs */
.Parent {
	position:absolute; width:100%; left:0px;top:0px; min-height:900px; height:900px;
/*	background-image:url('../images/FondDegradeLarge.png');
	background-repeat: repeat-x ; z-index:0; */

}
/* Block du bandeau supérieur  */
#top{
        position: relative;
        background-image:url('../images/BandeauTitre.png');
        background-repeat:no-repeat;
        width:1140px;
        left:0px;
        margin:0 auto 50px auto;
        z-index:0;
}
.TitreCadre {
        text-align: center;
        height: 63px;
        width: 1024px;
        padding-right: 00px;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 30px;
        text-decoration: none;
        color: #000000;
        position: relative;
        left:0px;
        top:0px;
        z-index: 2;
}
.SousTitreCadre {
        text-align: center;
        font-style: italic;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none ;
        color: #000000;
        position:relative;
        top:0px;
        left:0px;
        height:40px;
        width: 1024px;
}
.Accueil { /* block d'affichage du retour à l'accueil */
        position:absolute;
        top:17px;
        left:1028px;
        width:110px;
        height:60px;
        z-index:2;
        margin: 0 auto;
}
.PMain { /* Conteneur de la zone Publique et des Menus */
        position:relative;top:0px;width:1140px; margin-left: auto;margin-right:auto;
        color:black;
}
.MainZone { /* incorpore les pubs Haut et Bas avec la zone Publique */
        position:absolute;
        left:0px;
        top:-40px;
        z-index: 2;
        width:1024px;
        margin:0px;
        height:1200px;
        min-height:1024px;
}
.Publique { /* Zone spécifique à chaque page */
        position:relative;
        width:1024px;
        text-align:center;!important;
        top:0px;
        left:0px;
        background-image:url('../images/FondDegrade.png');
        background-repeat: no-repeat;
}
#PubPied { /* Pour positionner correctement la pub de bas de page */
        position:relative;
        top:0px;
}
.PiedZone { /* Pied de page */
        position:relative;
        left:0px;
        top:0px; /* 30px*/
        z-index: 2;
        width:1024px;
        margin:0;
        height:90px; /* 90px avant! */
        min-height:70px;
        background-image:url('../images/CadrePiedDegrade.png');
        background-repeat:no-repeat;
        text-align:left;
}
.Menu_ { /*     */
        position: absolute;
        margin-top:100px;
        top:-50px;
        left:1024px;
        width:112px;
        height:auto;
        text-align:center;
        z-index:5;
}
.Menu_ #titre { /* Haut du bloc Menu */
        position:relative;
        width:112px;
        height:32px;
        background-image: url('../images/HautCadreMenu.png');
        /*	-moz-border-radius: 10px 10px 0 0;*/
}
.Menu_ #Pied { /* Bas du bloc Menu */
        position:relative;
        left: 0px; top: 0px; width: 112px; height: 32px;
        padding-top:1em;
        background-image: url('../images/BasCadreMenu.png');
        background-repeat:no-repeat;
        /*	-moz-border-radius: 10px 10px 0 0;*/
}
.Menu_ .login { /* Classe de saisie */
        width:112px;
        background-image: url('../images/BordsCadreMenu.png');
        background-repeat:repeat-y;
        font-size:7pt;
        border-bottom : solid 3px gray;
}
.Menu_ .login form {
        color: black;
}
.Menu_ ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        background-image: url('../images/BordsCadreMenu.png');
        background-repeat:repeat-y;
}
.Menu_ li {
        margin-top : 0;
        margin-bottom : 0;
        padding-top:1em;
        padding-bottom: 1em;
        background-image: url('../images/BordsCadreMenu.png');
        background-repeat:repeat-y;
}
.Menu_ li.h {
        margin-top : 0em;
        padding-top:1em;
        padding-bottom: 1em;
        border-top : solid 3px #ddd;
        border-right : solid 3px gray;
        background-image: url('../images/BordsCadreMenu.png');
        background-repeat:repeat-y;
}

.Menu_ li.b {
        margin-bottom : 0em;
        padding-top:1em;
        padding-bottom: 1em;
        border-bottom : solid 3px gray;
        background-image: url('../images/BordsCadreMenu.png');
        background-repeat:repeat-y;
}
.Menu_ ul li.hb {
        margin-top : 1em;
        border-top : solid 3px gray;
        margin-bottom : 1em;
        border-bottom : solid 3px gray;
        background-image: url('../images/BordsCadreMenu.png');
        background-repeat:repeat-y;
}
.Menu_ .1L {
        height: 45px;
        font-size:7pt;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        vertical-align:middle;!important
}
.Menu_ .1LH {
        margin-top : 2em;
        border-top : solid 3px gray;
        height:45px;
        font-size:7pt;!important;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        vertical-align:middle;!important
}
			/* </ Menu_ */
		/* </ MainZone */
	/* </ PMain */
/* </ Parent */


ul{
	padding:0;
	margin:0;
}
ul li{
	padding:0;
	line-height:15px; /* 30px */
	margin:0;
	font-size:12px;

}

.Main {
	width:100%;
}
/*   --- Définition des tableaux --- */

.tableau {
	clear: both;
/*	min-height: 1120px; */
/*	width:1200px; */ /* Ajouté le 30/01/2011 pour corriger rapidement un défaut d'affichage de Google Chrome 7.x
	height:90%; /* Ajout */
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8px;
	background-color: gray;
	border-style: solid;
	border-width: 3px;
	border-color: gray;
	z-index: 1;
}

.tableau #tete {
	z-index:5;
/*	padding-top:5px; */
	font-weight:bold;
	color:#333333;
	text-align:center;
	border-bottom :dotted 1px #cacaca;
}

.tableau #texte {
	z-index:5;
	color:#666666;
	background-color: #f9f9f9;
}

.tableau #texte #tab {
		padding:0.3em;
		color:#0071AA;
		background-color:#ffffff;
}

.tableau p {
/*	margin:100%;
	padding:8px;
	color:#333333; */
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	text-align:left;
	background: #FFFFFF;
	}

.tableau #pied {
	padding:0.3em;
	background-color:#dddddd;
	border-top:1px solid #333333;
	text-align:right;
}
#table {
	border: 0;
	border-top: 0;
	min-height:600px;
	width:100%;
	padding:0;
}
.texttableau {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal
}
.LienMenu {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal
}
.Bord_Cadre {
    width: 0px;
    color: gray;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-right-color: gray;
    border-left-color: gray;
    border-bottom-color: gray;
    border-top-color: gray;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.info_position {
	background-image: url('../images/cadre_velo.jpg');
	width:750px;
	height:710px;
        position: relative;
        top: 40px;
        left: 136px;
	background-repeat:no-repeat;
	margin:0px;
        font-weight:normal;
	font-style: normal;
	color: #000000;
}
.info_position div td{
	font-size:11px;
}
.info_position th {
	font-weight:bold;
	font-size:11px;
}
.Rs{ /* recul de selle */
	position: absolute;
        top: 105px;
	left: 500px;
	width: 150px;
	text-align:left;
	z-index: 2;
	height: 22px;
}
.Hsc{ /* hauteur selle / cintre */
	position: absolute;
        top: 105px;
	left: 100px;
	width: 150px;
	text-align:left;
	z-index: 2;
	height: 22px;
}
.Hc{ /* hauteur du cadre */
	position: absolute;
        top: 380px;
	left: 500px;
	width: 150px;
	text-align:left;
	z-index: 2;
	height: 22px;
}
.Hs{ /* hauteur de la selle */
	position: absolute;
        top: 225px;
	left: 500px;
	width: 150px;
	text-align:left;
	z-index: 2;
	height: 22px;
}

.posture_valide{
	position: absolute;
        top: 550px;
	left: 500px;
	width: 150px;
	text-align:left;
	z-index: 2;
	height: 22px;
}
.info_perso {
	background-image: url('../images/Cahier_spirale.gif');
	width:920px;
	height:675px;
	background-repeat:no-repeat;
	margin:0px;
	padding:35px;
    font-weight:normal;
	/*  line-height:16px; */
	font-style: normal;
	color: #000000;
}
.info_perso div td{
	font-size:11px;
}
.info_perso th {
	font-weight:bold;
	font-size:11px;
}
/* Définition des styles par défaut */

 /*p {
    font-size: 12px;
} */
a:hover { /* Lien en rouge sur fond jaune sur passage de la souris */
  	color:red;
  	text-decoration:none;
  	background-color:yellow;
}
/* utilisation en pasge index */
#presentation {
	margin-left: 5px;
	margin-right: 5px;
	text-align:center;
}
.ColG {
/*	position:relative;
	float:left; */
	padding-left:5%;
	padding-right:5%;
	vertical-align:top;
	height:1000px;
}
.ColD {
/*	position:relative;
	float:right; */
	padding-left:5%;
	padding-right:5px;
	width:400px;
	vertical-align:top;
	height:1000px;
}
.Pub {
	position:relative;
	width:900px;
	text-align:left;
	top:30px;
	left:0px;
/*	height:1024px;
	min-height:1024px; */
}
#CalculIti {
	border:thin black solid;
	background-color: #CCCCCC;
	width:357px;
	height:70px;
	font-size:10px;
	text-align:center;
}
.textCorps {
	font-size: 12px;
	font-style: normal
}
.TEXTE16{
	font-size: 16px;
}
.TEXTE14{
	font-size: 14px;
	color:#FFFFFF;
}
.TEXTE12{
	font-size: 12px;
}
.TEXTE10 {
	font-size: 10px;
}
.TEXTE9 {
	font-size: 9px;
}
.TEXTE8 {
	font-size: 8px;
}
.ROUGE {
	color:#FF0000;
}
.BLEU {
	color:#0000FF;
}
.UNDERLINE {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#99BB22;
	font-weight: bold;
	color:#99BB22;
	font-size: 12px;
}
.Trait {
	background-image:url('../images/TraitMenu.png');
	background-repeat:no-repeat; height:3px;
	line-height:3px;
}

#nav {
	position:absolute;
	margin-top:100px;
	left:5px;
	top:10px !important;
	top:35px;
	width:145px;
	z-index:2;
	}
	/* Position fixed sauf pour IE */
	/*body > #page #nav {position:fixed;}*/


#nav #titre {
	position:absolute;
	margin-top:5px;
	margin-left:5px;
	width:127px;
	height:30px;
	text-align:center;
	font-size:8pt;;
	font-weight:bold;
	color:#cc3300;
	line-height:1.2em;
	background-image:url(../pix/titre_menu.png);
	/*background-color:#FFC476;
	border:solid 1px #FFC476;
	-moz-border-radius: 10px 10px 0 0;*/
	}

#nav .content {
	position:absolute;
	margin-top:35px;
	margin-left:5px;
	background-color:#FFF2C7;
	width:125px;
	font-size:8pt;;
	border:solid 1px #FFC476;
	border-bottom : none;
	}

#nav .menu1 a {
	text-decoration:none;
	color:#c00000;
	padding-left:10px;
	border-left:solid 4px #ddd;
	line-height : 1.5em;
	}

#nav .menu1 a:hover {
	color:#03c;
	border-left:solid 4px #03c;
	}

#nav .content form {
	text-decoration:none;
	color:#2BAA48;
	padding-left:0.5em;
	}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#nav li {
	margin-top : 0;
	margin-bottom : 0;
	border-right : solid 1px #ddd;
	}

#nav li.haut {
	margin-top : 1em;
	border-top : solid 1px #ddd;
	border-right : solid 1px #ddd;
	}

#nav li.bas {
	margin-bottom : 1em;
	border-bottom : solid 1px #ddd;
	border-right : solid 1px #ddd;
	}

#nav li.hautbas {
	margin-top : 1em;
	border-top : solid 1px #ddd;
	margin-bottom : 1em;
	border-bottom : solid 1px #ddd;
	border-right : solid 1px #ddd;
	}

#nav .menu2 a {
	text-decoration:none;
	color:#03c;
	padding-left:10px;
	border-left:solid 4px #ddd;
	line-height : 1.5em;
	}

#nav .menu2 a:hover {
	color:#c00000;
	border-left:solid 4px #d00;
	}


#deconnexion {
	margin-top:0.5em;
	margin-bottom:1em;
	text-align:center;
	/*border:1px #999 solid;
	-moz-border-radius: 5px 5px 5px 5px;
	background-color:#eee;*/
}

#deconnexion a {
	color:#3366ff;
	font-size:8pt;
	text-decoration:none;
	}


.PiedCadre {
	background-color: #FFFFFF;
	text-align: center;
	height: 50px;
	cursor: auto;
	font-style: normal;
	font-weight: Normal;
	font-size: 9px;
	text-decoration: none ;
	color: #000000;
	position: relative;
}

.titre {
	position:relative;
	top:0px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.titrePetit {
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	text-align: center;
    background-position: center
}
.Menu {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    width: 80px;
    background-color: #FFCC66;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
.textMenuGras {

}
.textTitreMenu {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}

.Corps_Menu {
    background-color: #ffffcc;
    width: 80px;
    height:701px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
.TeteCadre {
	height: 60px;
/*	width:1024px;
	position:absolute; 	 */
}

.PiedCadre {
	height: 50px;
}

.FondBlanc {
	background-color: #FFFFFF;
 	min-width:1024px;
 	max-width:10px;
 	width:100%;
}

.Fond_Blanc {
	background-color: #FFFFFF;
}
.FondGris {
	background-color: #999999;
}

.FondOrange {
	background-color: #FFCC66;
}

.FondJaune {
	background-color: #ffffcc;
}

.TextPetit {
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height:15px;
}

.TextGros {
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.TextGrosGras {
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.TextCadre {
 	font-weight: 400;
	line-height:16px;
	font-style: normal;
	font-size: 9px; /* Test à la place du 10px pour résoudre un pb de visibilité */
	color: #000000;
}
.CadreMain {
/*	font-family:Verdana, Geneva, Tahoma, sans-serif; */
	font-size:9px;
/*	background-image:url('../images/Carnet_PBA.jpg');
	background-repeat:no-repeat; */
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	z-index:1;
}
.CadreMain .TitreCadreMain {
	left: 00px;
	top: 30px;
	height: 30px;
	width: 900px;
	text-align:center;
}
.CadreMain .Calendar {
	z-index: 1;
	left: 50px;
	top: 20px;
	width: 870px;
}
.CadreMain .ZBoutons {
	top: 20px;
	height: 80px;
	width: 875px;
	z-index: 2;
	font-size: xx-small;
	text-align:left;
}

.CadreMain .ZB1 {
	position:absolute;
	top: 10px;
	text-align: left;
	left: 0px;
}

.CadreMain .ZB2 {
	position:absolute;
	left:325px;
	top: 10px;
	text-align:center;
}
.CadreMain .ZB3 {
	position:absolute;
	top: 10px;
	right: 0px;
	text-align:right;
}
.CadreMain .ZTexte {
/*	top: 30px; */
	/*height: 80px; */
	width: 800px;
	z-index: 2;
	font-size: xx-small;
	text-align:left;
}
.CadreMain .ZSynthese {
	position: inherit;
	left: 50px;
	text-align: left;
}
.CadreMain .ZConseil {
	position: inherit;
	left: 50px;
	text-align: left;
}
.CadreMain .ZForme {
	position: inherit;
	left: 00px;
	text-align: left;
}
.CadreMain .ZMaintenance {
	position:inherit;
	left: 50px;
	height: auto;
	width: 800px;
	text-align: left;
	vertical-align:middle;
	/* line-height:20px;  Pour affichage du cadre */
}
.CadreMain span {
  border:1px solid red;
  padding:3px;
}
.CadreMain .ZLink {
	left: 146px;
	top: 480px;
	height: 40px;
	width: 620px;
	text-align: left;
	z-index: 2;
}

.cadre_parc {
	background-image:url('../images/Pense_bete_parc.jpg');
	position:relative;
	left:0px;
	width:700px;
	top:30px;
	height:220px;
	z-index:1;
}
.Titre_cadre_parc {
	position:absolute;
	left:73px;
	top:7px;
	width:549px;
	height:23px;
	z-index:2;
}
.Texte_cadre_parc
{
	position: absolute; left: 128px; width: 470px; height: 74px; z-index: 3; font-size:9px; text-align: left;
}
.Msg_cadre_parc
{
	position: absolute; width: 470px; height: 74px; z-index: 3; font-size:9px; text-align: center;
	color: #FF0000;	font-weight: bolder; left:116px;
}
.recherche_label {
	position:relative;
	top: 50px;
}
.Sortie {
/* Pour formattage des inputs de la page d'affichage d'une sortie */
	position:absolute;
}
.CadreSortie {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	top: 30px;
	height: 520px;
	width: 900px;
	background-image: url('../images/carnet_fond_V2.1.gif');
	background-repeat:no-repeat;
	z-index:1;
}
.TitreSortie {
	position: absolute;
	left: 150px;
	top: 15px;
	height: 30px;
	width: 610px;
	text-align:center;
	z-index: 2;
}
.TVelo {
	position: absolute;
	top:45px;
	left: 120px; /* chang? pour faire de la place au libell? (310px avant) */
	height: 24px;
	width: 100px;
	text-align:right;
	z-index: 2;
	font-size:14px;
}
.NomVelo {
	position: absolute;
	left: 430px;
	height: 24px;
	width: 150px;
	text-align:left;
	z-index: 2;
}
#NomVeloEdit {
	top: 40px;
}
#NomVeloEdit0 {
	top: 50px;
}

.LeftArrow {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 180px;
	width:30px;
}
.RightArrow {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 840px;
	width:3px;
}
.LeftArrowM {
	position: absolute;
	z-index: 2;
	top: 300px;
	left: 180px;
	width:30px;
}
.RightArrowM {
	position: absolute;
	z-index: 2;
	top: 300px;
	left: 840px;
	width:3px;
}
.R0Edit{
        top:65px;
}
.R1Edit{
	top:90px;
}
.R00Affich{
        top:45px;
}
.R0Affich{
        top:70px;
}
.R1Affich{
	top:95px;
}
.R1C1{
	position: absolute;
	width: 250px;
	text-align:left;
	z-index: 2;
	left: 325px;
	height: 22px;
}
.R1C2{
	position: absolute;
	width: 150px;
	text-align:left;
	vertical-align: super;
	z-index: 2;
	left: 710px;
	height: 22px;

}
.TC1{
	position: absolute;
	text-align:right;
	z-index: 2;
	left: 120px;
	height: 22px;
	width: 200px;
}
.TC2{
	position: absolute;
	text-align:right;
	vertical-align: super;
	z-index: 2;
	left: 555px;
	height: 22px;
	width:150px;
}
.TC2b{
	position: absolute;
	text-align:right;
	vertical-align: super;
	z-index: 2;
	left: 527px;
	height: 22px;
	width:150px;
}
.TC3{
	position: absolute;
	text-align:right;
	vertical-align: super;
	z-index: 2;
	left: 655px;
	height: 22px;
	width:150px;
}
.R2Edit{
	top:115px;
}
.R2Affich{
	top:120px;
}
.R2C1{
	position: absolute;
	width: 150px;
	text-align:left;
	z-index: 2;
	height: 22px;
	left: 325px;
	bottom: 383px;

}
.R2C2{
	width: 200px;
	text-align:left;
	vertical-align: super;
	z-index: 2; height: 22px;
	position: absolute;
	left: 710px;
}
.R3Edit{
	top:140px;
}
.R3Affich{
	top:145px;
}
.R3C1{
	width: 79px;
	text-align:left;
	z-index: 2;
	bottom: 362px;
	position: absolute;
	left: 327px;
	height: 22px;

}
.R3C2{
	width: 150px;
	text-align:left;
	vertical-align: super;
	z-index: 2;
	position: absolute;
	left: 710px;
	height: 22px;
}
.R4Edit{
	top:165px;
}
.R4Affich{
	top:170px;
}
.R4C1{
	position: absolute;
	left: 325px;
	height: 22px;
}
.R4C2{
	position: absolute;
	left: 710px;
	height: 22px;
}
.R5Edit{
	top:190px;
}
.R5Affich{
	top:195px;
}
.R5C1{
	position: absolute;
	left: 325px;
	height: 22px;
}
/*.R5C2{
	position: absolute;
	left: 680px;
	height: 22px;
}*/
.R5C2{
	position: absolute;
	left: 710px;
	height: 22px;
}
.R5C2E{
	position: absolute;
	left: 710px;
	height: 22px;
}
.R5C3{
	position: absolute;
	left: 810px;
	height: 22px;
}
.R6C1Edit{
	top:220px;
}
.R6C1Affich{
	top:220px;
}
.R6C1{
	position: absolute;
	left: 325px;
}
#IntensiteEdite {
	text-align:left;
	width:200px;
}

#IntensiteAffiche {
	text-align:left;
	width:20px;
}
.R6C2Edit{
	top:215px;
}
.R6C2Affich{
	top:220px;
}
.R6C2{
	position: absolute;
	left: 710px;
}
.R7Edit{
	top:240px;
}
.R7Affich{
	top:245px;
}
.R7C1{
	position: absolute;
	left: 325px;
	height: 22px;
}
.R7C2{
	position: absolute;
	left: 710px;
	height: 22px;
}
.R8Edit{ /* Braquet */
	top:275px;
}
.R8bEdit{ /* Braquet */
	top:265px;
}
.R8mEdit{ /* moyenne horaire */
	top:290px;
}
.R8Affich{
	top:280px;
}
.R8bAffich{ /* Braquet */
	top:270px;
}
.R8mAffich{ /* moyenne horaire */
	top:295px;
}
.R8C1{ /* Identifiant parcours */
	position: absolute;
	left: 325px;
}
.R8C2{ /* Site de tracé de parcours */
	position: absolute;
	text-align:left;!important;
	left: 435px;
	width:120px;
	height:22px;
	top:280px;
}
.R8C3{ /* Moyenne horaire */
	position: absolute;
	left: 710px;
	height: 22px;
}
.R8bC2{ /* Braquets */
	position: absolute;
	left: 710px;
	height: 22px;
}
.T9C{
	position: absolute;
	left: 170px;
	top: 327px;
	height:50px;
	width:150px;
}
.R9C1{
	position: absolute;
	left: 325px;
	top: 327px;
	height:50px;
/*	width:530px; */
}
.Zone_Texte_Affich {
	background-color:white;
 	width:530px;
	border-width:3px;
	border-color:black;
	border-style: groove;
	font-size:11px
}
.T10C{
	position: absolute;
	left: 170px;
	top: 396px;
	height:50px;
	width:150px;
}
.R10C1{
	position: absolute;
	left: 325px;
	top: 396px;
	height:50px;
	width:530px;
}
.R10C2{
	position: absolute;
	text-align:left;
	left: 500px;
	top: 396px;
	height:40px;
}
.R11C1 {
	position: absolute;
	left: 200px;
	top: 460px;
}
.R11C2 {
	position:absolute;
	left:630px;
	top:460px
}
.ImprimeSortie {
	position:absolute;
	left:415px;
	top:460px
}
.R12C1 {

}
.R12C2 {

}
.Frame_Circuit {
	left:200px;
	top:700px
}
.TextSortie {
	/* Pour formattage des inputs de la page d'affichage d'une sortie */
 	font-weight: 500; /* au lieu de 400. pour tester si la lisibilité de l'affichage est meilleur */;
	line-height: normal;
	font-style: normal;
	font-size: 11px; /* Au lieu de 9px pour améliorer la visibilité */;
	color: black;
	vertical-align:baseline;
}

.Case_Bleue_Table {
	background-color:#CCFFCC;
	background-image:url('../images/trame_bleue.jpg')
}
.Case_trame_Table {
	background-color:#CCFFCC;
	background-image:url('../images/trame.jpg')
}
.TitreTableau {
    font-size: 9px;
    background-color: #99cccc;
}
.TextCadreItal {
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-style: italic;
	font-weight: Normal;
	font-size: 10px;
	color: #000000;
	line-height: normal;
}

.textRouge {
	color: #FF0000;
	font-weight: bolder;
}

.TextGras {
    font-weight: bold;
	font-size: x-small;
}

.texteCorpsItal {
    font-style: italic;
}
.Pop_Up {
	position:absolute;
	top:200px; width:800px; height:auto; left:0px;
	padding-left:50px; padding-right:50px;
	z-index:20; background-color: #F7FFC1; border:solid medium olive; visibility: hidden; -moz-border-radius: 10px;
}
.boxShadow
{
	-webkit-box-shadow: 1px 1px 3px gray, -1px -1px gray;
	-moz-box-shadow: 1px 1px 3px gray,-1px -1px gray;
	box-shadow: 1px 1px 3px gray, -1px -1px gray;
}
.round_border
{
	border-radius:6px;
	-moz-border-radius:6px; /* Firefox 3.6 and earlier */
	-webkit-border-radius:6px; /* Safari */
}
.tooltip span
{
	display:none;
}
.tooltip:hover span
{
	display:inline;
	position:absolute;
	background:white;
	border:1px solid silver;
	color:gray;
}

#Bosses {
	position:absolute;
	top:1000px; width:auto; height:auto; left:150px;
	padding-left:50px; padding-right:50px;
	z-index:20; background-color: #F7FFC1; border:solid medium olive; visibility: hidden; -moz-border-radius: 10px;
}
#bosses_parcours {
	position: relative; margin-left:auto; margin-right:auto; top: 0px; width: 600px ; text-align:center;
}
#Laps {
	position:absolute;
	top:50px; width:auto; height:auto; left:145px;
	padding-left:50px; padding-right:50px;
	z-index:20; background-color: #F7FFC1; border:solid medium olive; visibility: hidden; -moz-border-radius: 10px;
}
#Laps_parcours {
	position: relative; left: 0px; top: 0px; width: 620px ; text-align:center;
}
.aide {
	display:none;
	position:absolute;
	background:#F7FFC1;
	font-size: 9px;
	-moz-border-radius: 10px;
	border:3px solid #fc6;
	cursor:default;
	/* pour IE seulement */
	opacity: 0.0;
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	filter: alpha(opacity=0);
	visibility: visible;
}

.aide p {
	-moz-border-radius: 10px;
	background:#F7FFC1;
	border:none;
	padding:8px;
	margin:0;
	color:#033;
}

.aide p:first-line {
	font-weight:bold;
	font-variant: small-caps;
	font-size: 9px;
}
.aide li {
	color:#033;
	font-size: 8px;
}

.icone {
	height: 16px;
	width: 16px;
}
.cadre_synthese
{
    border-style: none;
	border-width: 0;
	text-align: center;
	background-image:url('../images/Carnet_PBA.jpg');
    width: 900px;
    height: 625px;
	position: relative;
	z-index: 3;
	left: 0px;
	top: 0px;
	right: 0px;
}

.cadre_calendrier
{
    border-style: none;
	border-width: 0;
	text-align: center;
    width: 700px;
	position: relative;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
}

.cadre_boutons_SM
{
	text-align: center;
	position: static;
	top: 0px;
	left: 0px;
	z-index:5;
}
.cadre_Pense_Bete
{
    border: 0;
    text-align: center;
    height: 290px;
    width: 700px;
    background-image: url("../images/Pense_bete.jpg");
}
.cadre_definition_intensite
{
    background-image: url("../images/Petit_pense_bete.jpg");
    background-repeat:no-repeat;
    border: 0;
    height: 240px;
    width: 440px;
   	text-align:left;
}
.cadre_definition_intensite .Entete
{
	position:absolute; left:20px; width:410px; top:5px; font-size:12px; font-weight:bold;
}
.cadre_definition_intensite .L1C1
{
	position:absolute; left:30px; width:290px; top:40px;
}
.cadre_definition_intensite .L1C2
{
	position:absolute; left:330px; width:100px; top:40px;
}
.cadre_definition_intensite .L2C1
{
	position:absolute; left:30px; width:290px; top:65px;
}
.cadre_definition_intensite .L2C2
{
	position:absolute; left:330px; width:100px; top:65px;
}
.cadre_definition_intensite .L3C1
{
	position:absolute; left:30px; width:290px; top:90px;
}
.cadre_definition_intensite .L3C2
{
	position:absolute; left:330px; width:100px; top:90px;
}
.cadre_definition_intensite .L4C1
{
	position:absolute; left:30px; width:290px; top:115px;
}
.cadre_definition_intensite .L4C2
{
	position:absolute; left:330px; width:100px; top:115px;
}
.cadre_definition_intensite .L5C1
{
	position:absolute; left:30px; width:290px; top:140px;
}
.cadre_definition_intensite .L5C2
{
	position:absolute; left:330px; width:100px; top:140px;
}
.cadre_definition_intensite .L6C1
{
	position:absolute; left:30px; width:290px; top:165px;
}
.cadre_definition_intensite .L6C2
{
	position:absolute; left:330px; width:100px; top:165px;
}
.cadre_definition_intensite .L7C1
{
	position:absolute; left:30px; width:290px; top:190px;
}
.cadre_definition_intensite .L7C2
{
	position:absolute; left:330px; width:100px; top:190px;
}
.cadre_parc
{
    border: 0;
    text-align: center;
    height: 213px;
    width: 700px;
    position:relative;
	margin-left:auto;
	margin-right:auto;
    background-image: url("../images/Pense_bete_parc.jpg");
}
.cadre_parc h3 {
	position:absolute;
	left:73px;
	top:0px;
	width:549px;
	height:23px;
	font-weight: bold;
	font-size: 18px;
	z-index:2;
	line-height: normal;
	text-align: center;
    background-position: center
}
.cadre_PBM
{
    border: 0;
    text-align: left;
    height: 295px;
    width: 700px;
    background-image: url("../images/Pense_bete_matos.jpg");
}
.cadre_no_sortie
{
    border: 0;
    text-align: center;
    height: 213px;
    width: 700px;
    background-image: url("../images/Pense_bete_parc.jpg");
}

.cadre_carnet
{
    border: 0;
    text-align: center;
    height: 510px;
    width: 913px;
    background-image: url("../images/carnet.jpg");
}
.cadre_Pense_Bete_Entretien
{
    border: 0;
    text-align: center;
    height: 225px;
    width: 700px;
    background-image: url("../images/Pense_Bete_Entretien.jpg");
}

.cadreMenu {
    border-color: #FFCCFF;
}
.cadreMenucolor {
	border-color: #FFCCFF;
}

.bordurecadrecolor {
	border-color: #99CCCC;
}

.tablepiedcadre {
	height: 40px;
	text-align: center;
}

.borduretableaucolor {
	border-color: #000000;
}
* html .minwidth {
	/*border-left:1024px;*/

}
.table_entretien_velo {
	width: 60%; border:1; position: relative; top: 30px; background-color:white; text-align:center;
}
.minipictvelo  {
	width:150px;
	height:112px;
	border-style:solid;
	z-index:0;
	}

.minipict {
	display:block;
	width:200px;
	height:210px;
	background-color:#D3D3D3;
	float:left;
	text-align:left;
	}
.minipict a {
	display:block;
}
.minipict a img {
	width:197px;
	height:150px;
	border-style:solid;
	}
.minipict h1 {
	position:relative;
	top: 0px;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	color:black;
}
.minipict p {
	position:relative;
	text-align:right;
	top: 0px;
	left:180px;
	width:16px;
	height:16px;
}
.galerie_0 {
	position:relative;
	top:60px;
	text-align:center;
}
.thumb {
	display:block;
	margin:1px;
	width:100px;
	height:75px;
	background-color:#D3D3D3;
	float:left;
	}
.thumb a {
	display:block;
}
.thumb a:hover {
	position:absolute;
	}
.thumb a img {
	margin:0;
	padding:0;
	width:100px;
	height:75px;
	}
.thumb p {
	position:relative;
	top:-50px;
	left:10px;
	width:80px;
	text-align:center;
	font-weight:bold;
	color:black;
}

.Param_velo {
	position:relative;
	top:30px;
	margin-left:auto;
	margin-right:auto;
	/* background-image: url('../images/Edite_Velo_V2.jpg'); */
	background-image: url('../images/Edite_Velo.gif');
	width:836px;
	height:411px;
	border:0;
	text-align:center;
	z-index:1;
}
.Param_velo .Text0 {
	font-size:9px;
	position: absolute;
	text-align:right;
	width: 709px;
	height: auto;
	z-index: 2;
	left: 78px;
	top: 63px;
	font-weight:bold;
	}

.Param_velo .Text1 {
	font-size:9px;
	position: absolute;
	text-align:left;
	width: 559px;
	height: auto;
	z-index: 2;
	left: 78px;
	top: 75px;
	font-style:italic;
}
.Param_velo .Text2 {
	font-size:9px;
	position: absolute;
	text-align:left;
	width: 205px;
	height: 98px;
	z-index: 2;
	left: 428px;
	top: 154px;
}
.Param_velo .Text3 {
	font-size:9px;
	position: absolute;
	text-align:left;
	width: 316px;
	height: 21px;
	z-index: 2;
	left: 91px;
	top: 141px;
}
.Param_velo .Text4 {
	font-size:9px;
	position: absolute;
	text-align:left;
	width: 106px;
	height: 15px;
	z-index: 2;
	left: 91px;
	top: 302px;
}

.Param_velo .Input1 {
	position: absolute;
	width: 100px;
	height: 30px;
	z-index: 2;
	left: 638px;
	top: 94px;
}
.Param_velo .Input2 {
	position: absolute;
	width: 90px;
	height: 30px;
	z-index: 2;
	left: 669px;
	top: 216px;
}
.Param_velo .Input3 {
	position: absolute;
	width: 90px;
	height: 30px;
	z-index: 2;
	left: 150px;
	top: 263px;
}
.Param_velo .Input4 {
	position: absolute;
	width: 696px;
	height: 30px;
	z-index: 2;
	left: 91px;
	top: 334px;
	text-align:left;
}
.Param_velo .Créer {
	position: absolute;
	width: 68px;
	height: 36px;
	z-index: 2;
	left: 697px;
	top: 270px;
}

/* Spécifique suivi santé */
.santé_fond {
	position: absolute;
	width: 820px;
	left:50%;
	margin-left:-410px;
	top:0px;
	z-index:1;
}
.présentation {
	position:relative;
	top:0px;
	left:0px;
	z-index: 2;
	font-size:12px;
	text-align:justify;
	padding-left:50px;
	padding-right:50px;
}
.présentation p input {
	text-indent: 15px; text-align: justify; font-size:12px;
}
.presentation #foot {
	text-align:left;
	font-size:14px;
}
.journalier {
	position:relative;
	background-image:url('../images/feuille_sante.jpg');
	width:700px;
	height:550px;
	margin-left:auto;
	margin-right:auto;
}
/*@media only screen and (max-device-width:640px) and (orientation:landscape)  {
    body {
    -webkit-text-size-adjust: 70% !important;
    }
}*/
.style2 {
	text-align: center;
}
.style3 {
	text-align: left;
}
.lien_zones {
	text-align:left;
}
.Entete {
	text-align:center;!important
}
.SaisieFile {
	position: relative; width: 730px; z-index: 1;
	font-size:12px;
}

.Espacement30 {
	position:relative;
	top:0px;
	left:0px;
	height:30px;
}
.Espacement60 {
	height:60px;
}


.Présentation_import {
	position:relative;
	width:900px;
	height: auto;
	vertical-align:top;
	border-style:double;
	border-width:medium;
	border-color:black;
	padding:10px;
	text-align:left;
	margin-right:auto;
	margin-left:auto;
}

.cadre {
	border-style: solid;
	border-width:medium;
	border-color:black;
	padding:5px;
}
.cadrefin {
	border-style: double;
	border-width: medium;
	border-color: black;
	padding: 5px;
	margin-right:50px;
	margin-left:50px;
}
/* Pour import fichier "fitlog" */

.Fitlog_Zone{
	float: right;
	padding-left:2%;
	padding-bottom:2%;
	padding-right:2%;
	margin-left: 2px;
	margin-top: 2px;
	height: 240px;
}
.Fitlog_Zone_L{
	float: left;
	padding-left:2%;
	padding-bottom:2%;
	padding-right:2%;
	margin-left: 2px;
	margin-top: 2px;
	height: 240px;
}
.Fitlog_Help_Zone{
	position:relative;
	padding-left:2%;
	padding-bottom:2%;
	padding-right:2%;
	top:0px;
	left:0px;
}
.Fitlog_Text {
	clear:both;
	text-align:left;
}
.Fitlog_Parcours {
	position:relative;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:500px;
}
/* zones de pub */
.publicite {

}

.facebook {
	position:relative;
	top:0px;
	left:0px;
	width:300px;
	hight:50px;
}
.plusone {
	position:relative;
	top:-90px;
	left:310px;
	width:400px;
	height:50px;
}
/* pour fichier de version */
.TitreVersion {
	text-align:left;font-family:Verdana;font-size: 14px; font-weight:bold;

}
.TextVersion {
	text-align:left;font-family:Verdana;font-size: 12px;
}
