/* vert clair du fond = #339933*/
/* vert foncé arrière plan =  #0B1608*/
/* beige fond menus = #FFD787*/
/* Orange = #fca33a*/

/* 2014 */
/* bleu du fond principal = #0D93DC */
/* bleu foncé arrière plan =  #07416F à mettre aussi dans la base de données APPVALEUR COULEURFONCE*/
/* bleu fond menus = #8BCEEF  à mettre aussi dans la base de données APPVALEUR COULEURFOND*/
/* bleu tête de liste = #07416F*/
/* attention les entetes de menus sont gérés par une image background-image: url('../Images/bgnavblue.jpg'); */

/*@font-face {
    font-family: 'neo_sansregular';
    src: url('./MyStyle/neo-sans-webfont.eot');
    src: url('./MyStyle/neo-sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('./MyStyle/neo-sans-webfont.woff') format('woff'),
         url('./MyStyle/neo-sans-webfont.ttf') format('truetype'),
         url('./MyStyle/neo-sans-webfont.svg#neo_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/

/*à tester 24/10 : remplacer FF7F00 par 0D93DC et FFAA56 par 8BCEEF */

	hr.pme-hr		     { border: 0px solid; padding: 0px; margin: 0px; border-top-width: 1px; height: 1px; }
	table.pme-main 	     { border: #8BCEEF 1px solid; border-collapse: collapse; border-spacing: 0px; width: 100%; }
	table.pme-navigation { border: #8BCEEF 0px solid; border-collapse: collapse; border-spacing: 0px; width: 100%; }
	td.pme-navigation-0, td.pme-navigation-1 { white-space: nowrap; }
	th.pme-header	     { border: #004d9c 1px solid; padding: 4px; background: #0D93DC; }
	td.pme-key-0, td.pme-value-0, td.pme-help-0, td.pme-navigation-0, td.pme-cell-0,
	td.pme-key-1, td.pme-value-1, td.pme-help-0, td.pme-navigation-1, td.pme-cell-1,
	td.pme-sortinfo, td.pme-filter { border: #004d9c 1px solid; padding: 3px; }
	td.pme-buttons { text-align: left;   }
	td.pme-message { text-align: center; }
	td.pme-stats   { text-align: right;  }
	

form #website{ display:none; }
	
.button, input[type="button"], input[type="submit"] {
  background: #0D93DC;
  background-image: -webkit-linear-gradient(top, #0D93DC, #3298E2);
  background-image: -moz-linear-gradient(top, #0D93DC, #3298E2);
  background-image: -ms-linear-gradient(top, #0D93DC, #3298E2);
  background-image: -o-linear-gradient(top, #0D93DC, #3298E2);
  background-image: linear-gradient(to bottom, #0D93DC, #3298E2);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family : "Ubuntu" , Arial , Helvetica , sans-serif ;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  background-repeat: repeat-y;
  background-position: center top;
}


a:link, a:active , a:visited { color: #07416F; }
a:hover{ color: #0D93DC; }


.joueurs {
   width:120px;
   font-size:11px;
}
.joueursf {
   width:80px;
   font-size:9px;
}



.reservation-okko {
	width: 400px;
}
.reservation-okko td{
	text-align: center;
	width: 50%;
}


.nonselectionne {
	border: 0px;
	font-style: italic;
	font-size: 0.9em;
	color: black;
	background-color: white;
	font-weight: normal;
}

#listedatedispo {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	background-color: #8BCEEF;
	border: 1px solid gray;
}

#listedatedispo li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#listedatedispo a:link, #listedatedispo a:visited {
	line-height: 25px;
	font-weight: bold;
	padding: 0px 7px 0px 7px;
	text-decoration: none;
	color: black;
	background-color: transparent;
}

#listedatedispo li.active a:link, #listedatedispo li.active a:visited {
	background-color: #07416F;
	font-weight: bold;
	color: #ffffff;
}

#listedatedispo a:hover {
	color: black;
	background-color: #07416F;
}

.invisible {
	border: 0px;
}

fieldset {
	border: 1px solid gray;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	padding: 10px;
}

legend {
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

.ok-annuler {
	border: 1px solid gray;
}

.info-oui {
	background-color: white;
	color: green;
}

.info-non {
	background-color: white;
	color: red;
}

.input-reservation
{
	border: 0px;
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #0D93DC;
}

div .information {
	color: white;
	font-size: 1.4em;
	padding: 15px;
	text-align: center;
	background-color: #0D93DC;
	font-weight: normal;
	margin: 10px;
}

div .information a {
	color: white;
	background-color: #0D93DC;
}

div .information a:hover {
	color: black;
	text-decoration: underline;
	background-color: #0D93DC;
}

form {
	padding:0px;
	margin: 0px;
}

.help {
	color: #cccccc;
	background-color: white;
	font-size: 0.9em;
}

.titre {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid gray;
}

.titre a{
	font-size: 0.8em;
	color:black;
	font-weight: normal;
	background-color: white;
	text-decoration: none;
}

.titre a:hover{
	color: red;
	background-color: white;
	text-decoration: underline;
}

div .divers {
	padding: 10px;
	margin-left: 10px;
	margin-top: 5px;
	background-color: white;
	color: black;
	border: 1px solid gray;
}

div .divers a{
	color: black;
	background-color: white;
	text-decoration: none;
}

div .divers a:hover{
	color: red;
	background-color: white;
	text-decoration: underline;
}

.graphique {
	border: 0px;
}

#calendrier {
	color: black;
	background-color: white;
	border: 1px solid gray;
	padding: 10px;
}

#calendrier .titre {
	color: black;
	font-size: 1.3em;
	text-align: center;
	background-color: white;
}
	
#calendrier .libelle {
	font-size: 1.1em;
	text-align: center;
	margin: 0px;
	padding: 3px 8px 3px 8px;
	font-style:italic;
}

#calendrier .jour td {
	font-size: 1em;
	margin: 0px;
	padding: 3px 8px 3px 8px;
	text-align: center;
}

#calendrier .jour .courant {
	color: red;
	background-color: white;
}

#calendrier .jour .inactif {
	color: #aaaaaa;
	background-color: white;
}

#calendrier .jour a {
	color: black;
	background-color: white;
	font-size: 1em;
	text-align: center;	
}

#calendrier .jour a:hover {
	color: red;
	background-color: white;
	text-decoration: underline;
}

.info {
	color: gray;
	background-color: white;
	font-style:italic;
}

.input-text {
	border: 1px solid gray;
	font-size: 0.9em;
}

.input-enregistrer {
	border: 1px solid black;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #8BCEEF;
}

.input-titre {
	border: 1px solid gray;
	font-size: 1.6em;
	font-weight: bold;
}

.texte-rechercher {
	border: 1px solid gray;
	width: 110px;
	font-size: 0.9em;
	color: black;
	background-color: #eeeeee;
}

.texte-rechercher:hover {
	color: black;
	background-color: white;
}

.text-editor {
	border: 1px solid gray ;
}

.message {
	border: 1px solid gray ;
	width: 800px;
	height: 350px;
}

.paypalinv {
	border: 3px solid red ;
	width: 450px;
	height: 150px;
	margin-left: 3px;
	margin-right: 3px;
}

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

div .articleprof {
	/*article sur le site*/
	padding:3px;
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #0D93DC;
	color: black;
	border: 1px solid gray;
}

div .article {
	/*article sur le site*/
	padding: 10px;
	margin-left: 10px;
	margin-top: 5px;
	background-color: white;
	color: black;
	font-size: 1.2em;
	/*border: 1px solid gray;*/
}



div .article .titre {
	font-size: 1.5em;
	font-weight: bold;
}

div .article .date {
	font-size: 0.9em;
	border-bottom: 1px solid gray;
}

div .article .date a{
	color: red;
	text-decoration: none;
}

div .article .date a:hover{
	color: red;
	text-decoration: underline;
}

div .article .contenu {
	padding-top: 10px;
	font-size: 1.2em;
}


.menu {
	width: 100%;
	position: relative;
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 15px;
	background-color: #8BCEEF;
	color: black;
	border: 1px solid gray;
	font-size: 1.1em;
	font-weight: normal;
}

.menu0 {
	width: 100%;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.menu  ul {
	list-style-type: none;
	margin: 0px 0px 15px 10px;
	padding: 0px;
}

div .erreur {
	color: white;
	font-size: 1.4em;
	padding: 15px;
	text-align: center;
	background-color: red;
	font-weight: normal;
	margin: 10px;
}

div .erreur a {
	color: white;
	background-color: red;
}

div .erreur a:hover {
	color: black;
	text-decoration: underline;
	background-color: red;
}

.menu  .simple {
	margin-left:10px;
	margin-bottom: 15px;
}
.menu  .rien {
	margin-left: 5px;
	margin-bottom: 10px;
}
.menu0  .rien {
	margin-left: 6px;
	margin-bottom: 9px;
}

.menu  li {
	margin: 2px 0px 2px 0px;
}

.menu  li a{
	color: black;
	background-color: #8BCEEF;
	text-decoration: none;
}

.menu  li a:hover{
	color: red;
	background-color: #8BCEEF;
	text-decoration: underline;
}

.menu  h1 {
	font-family: "Ubuntu",Arial,Helvetica,sans-serif;
	/*font-family: 'neo_sansregular',Verdana,Geneva,Arial,Helvetica,sans-serif;*/
	text-align: center;
	font-size: 1.4em;
	font-weight: 600;
	color: white;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
	padding-bottom: 8px;
	padding-top: 5px;
	background-image: url('../Images/bgnavblue.jpg');
}

body {
	background-color: #060606;
	font-family: "Ubuntu",Arial,Helvetica,sans-serif;
	/*font-family: 'neo_sansregular',Verdana,Geneva,Arial,Helvetica,sans-serif;*/
	font-size: 0.6em;
	color: black;
	background-image: url("../Images/background.jpg");
	/*background-repeat: repeat-y;*/
	background-position:center top;
}

ul {
	list-style-type: disc;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

#tabnav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 169px;
	background-color: #8BCEEF;
}

#tabnav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#tabnav a:link, #tabnav a:visited {
	float: left;
	line-height: 20px;
	padding: 0px 30px 0px 30px;
	text-decoration: none;
	color: #07416F;
	border-right: 1px solid #8BCEEF;
	border-left: 1px solid #8BCEEF;
	background-color: #8BCEEF;
}

#tabnav li.active a:link, #tabnav li.active a:visited {
	background-color: #07416F;
	color: #ffffff;
}

#tabnav a:hover {
	color: red;
	text-decoration: underline;
	background-color: #8BCEEF;
}

#onglet {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-align: right;
	background-color: #ffffff;
	padding: 0px;
	color: black;
}

#logo {
	padding-bottom: 0px;
	height: 102px;
	margin-bottom: 0px;
	background-image:url(../Images/banniere1024.jpg);
	background-repeat:no-repeat;
	background-position:left;
	z-index:1;

}
#logomobile {
	padding-bottom: 0px;
	height: 102px;
	margin-bottom: 0px;
	background-image:url(../Images/banniere1024.jpg);
	background-repeat:no-repeat;
	background-position:left;
	z-index:1;
}
#logoati{
	position:absolute;
	top:8px;
	left: 960px;
	height:52px;
	z-index:2;
	background-image:url(../Images/logoati.gif);
}
#footer {
	padding-bottom: 0px;
	height: 102px;
	margin-bottom: 0px;
	background-image:url(../Images/banniere1024.jpg);
	background-repeat:no-repeat;
	background-position:left;

}

#conteneur {
	background-color: #0D93DC;
	color: black;
	width: 100%;
	float: left;
	margin-right: -200px;
}

#conteneursimple {
	background-color: #fff;
	color: black;
	width: 100%;
	float: left;
}

#principal {
	margin-left: 155px;
	padding: 10px;
}

#gauche {
	margin-top: 22px;
	width: 150px;
	padding: 0px 10px;
	float: left;
}

#page {
	position: absolute;
	left: 50%; 
	width: 1024px;
	margin-left: -510px;
	margin-top: 10px;
	/*border: 1px solid white;*/
}

#pagelive {
	position: absolute;
	left: 50%; 
	width: 1024px;
	margin-left: -510px;
	margin-top: 0px;
	/*border: 1px solid white;*/
}

#pied-de-page, #pied-de-page a {
	background-color: #ffffff;
	color: black;
	padding: 10px;
	text-align: center;
}

#pied-de-page a:hover {
	background-color: #ffffff;
	color: red;
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
	font-size: 1.4em;
}
.dernier {
	margin-bottom: 0px;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.deblayage {
	height: 0px;
	clear: both;
	background-color: #0D93DC;
	color: black;
}


.CSSTableGeneratorAct {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 7px 7px 5px #888888;
	border:1px solid #000000;
	font-family:"Ubuntu",Arial, Helvetica, sans-serif;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGeneratorAct table{
    border-collapse: collapse;
      border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGeneratorAct tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGeneratorAct table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGeneratorAct table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGeneratorAct tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGeneratorAct tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGeneratorAct td{
	vertical-align:middle;
		background:-o-linear-gradient(bottom, #ffaa56 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffaa56), color-stop(1, #ffffff) ); 
	background:-moz-linear-gradient( center top, #ffaa56 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffaa56", endColorstr="#ffffff");	background: -o-linear-gradient(top,#ffaa56,ffffff);

	background-color:#ffaa56;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:6px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	line-height:10px;
}.CSSTableGeneratorAct tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGeneratorAct tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGeneratorAct tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGeneratorAct tr:first-child td{
		background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:10px;

	font-weight:bold;
	color:#ffffff;
		line-height:10px;
}
.CSSTableGeneratorAct tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
}
.CSSTableGeneratorAct tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGeneratorAct tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.CSSTableGeneratorIna {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 7px 7px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGeneratorIna table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGeneratorIna tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGeneratorIna table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGeneratorIna table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGeneratorIna tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGeneratorIna tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGeneratorIna td{
	vertical-align:middle;
		background:-o-linear-gradient(bottom, #e5e5e5 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e5e5e5), color-stop(1, #ffffff) ); 
	background:-moz-linear-gradient( center top, #e5e5e5 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#ffffff");	background: -o-linear-gradient(top,#e5e5e5,ffffff);
	font-family:"Ubuntu",Arial, Helvetica, sans-serif;
	background-color:#e5e5e5;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:6px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	line-height:10px;
}.CSSTableGeneratorIna tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGeneratorIna tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGeneratorIna tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGeneratorIna tr:first-child td{
		background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);
	line-height:10px;

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:10px;
	font-weight:bold;
	color:#000000;
}
.CSSTableGeneratorIna tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #cccccc 5%, #b2b2b2 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #b2b2b2) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #b2b2b2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#b2b2b2");	background: -o-linear-gradient(top,#cccccc,b2b2b2);

	background-color:#cccccc;
}
.CSSTableGeneratorIna tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGeneratorIna tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.CSSTableGeneratorTerm {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 7px 7px 5px #888888;
	border:1px solid #000000;
	font-family:"Ubuntu",Arial, Helvetica, sans-serif;
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGeneratorTerm table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGeneratorTerm tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGeneratorTerm table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGeneratorTerm table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGeneratorTerm tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGeneratorTerm tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGeneratorTerm td{
	vertical-align:middle;
		background:-o-linear-gradient(bottom, #aad4ff 5%, #ffffff 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aad4ff), color-stop(1, #ffffff) ); 
	background:-moz-linear-gradient( center top, #aad4ff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#aad4ff", endColorstr="#ffffff");	background: -o-linear-gradient(top,#aad4ff,ffffff);

	background-color:#aad4ff;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:6px;
	font-size:14px;
	font-weight:bold;
	color:#000000;
		line-height:10px;
}.CSSTableGeneratorTerm tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGeneratorTerm tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGeneratorTerm tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGeneratorTerm tr:first-child td{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);
		line-height:10px;

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:10px;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGeneratorTerm tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
}
.CSSTableGeneratorTerm tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGeneratorTerm tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.CSSTableGeneratorSQL {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 5px 5px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGeneratorSQL table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
	color:black;
	text-shadow: 0.1em 0.1em 0.1em white;
	white-space : nowrap;
	
}.CSSTableGeneratorSQL tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGeneratorSQL table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
	font-size:11px;
	
}
.CSSTableGeneratorSQL table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGeneratorSQL tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGeneratorSQL tr:hover td{
	
}
.CSSTableGeneratorSQL tr:nth-child(odd){ background-color:#ffaa56; }
.CSSTableGeneratorSQL tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGeneratorSQL td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:1px;
	font-size:11px;
	font-family:"Ubuntu",Arial,Helvetica,sans-serif;
	font-weight:600;

}.CSSTableGeneratorSQL tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGeneratorSQL tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGeneratorSQL tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGeneratorSQL tr:first-child td{
		background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:12px;
	font-family:"Ubuntu",Arial,Helvetica,sans-serif;
	font-weight:bold;
}
.CSSTableGeneratorSQL tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #ff7f00 5%, #bf5f00 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ff7f00), color-stop(1, #bf5f00) );
	background:-moz-linear-gradient( center top, #ff7f00 5%, #bf5f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff7f00", endColorstr="#bf5f00");	background: -o-linear-gradient(top,#ff7f00,bf5f00);

	background-color:#ff7f00;
}
.CSSTableGeneratorSQL tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGeneratorSQL tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.btn-stylevert{
	border : solid 1px #288c1a;
	border-radius : 20px 3px 20px 4px ;
	moz-border-radius : 20px 3px 20px 4px ;
	-webkit-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	-moz-box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	box-shadow : 0px 0px 1px rgba(0,0,0,0.7);
	font-size : 20px;
	color : #ffffff;
	padding : 1px 5px;
	background : #31fa1e;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#31fa1e), color-stop(100%,#30ab00));
	background : -moz-linear-gradient(top, #31fa1e 0%, #30ab00 100%);
	background : -webkit-linear-gradient(top, #31fa1e 0%, #30ab00 100%);
	background : -o-linear-gradient(top, #31fa1e 0%, #30ab00 100%);
	background : -ms-linear-gradient(top, #31fa1e 0%, #30ab00 100%);
	background : linear-gradient(top, #31fa1e 0%, #30ab00 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#31fa1e', endColorstr='#30ab00',GradientType=0 );

}

.btn-styleblanc{
	border : solid 2px #c7c7c7;
	border-radius : 5px 5px 20px 20px ;
	moz-border-radius : 5px 5px 20px 20px ;
	font-size : 20px;
	color : #00b7ff;
	padding : 2px 5px;
	background : #ffffff;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6));
	background : -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background : -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background : -o-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background : -ms-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background : linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );

}

.btn-stylejaune{
	border : solid 1px #fff700;
	border-radius : 6px;
	moz-border-radius : 6px;
	font-size : 20px;
	color : #ffffff;
	padding : 1px 8px;
	background : #ffd500;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd500), color-stop(100%,#ff8c00));
	background : -moz-linear-gradient(top, #ffd500 0%, #ff8c00 100%);
	background : -webkit-linear-gradient(top, #ffd500 0%, #ff8c00 100%);
	background : -o-linear-gradient(top, #ffd500 0%, #ff8c00 100%);
	background : -ms-linear-gradient(top, #ffd500 0%, #ff8c00 100%);
	background : linear-gradient(top, #ffd500 0%, #ff8c00 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd500', endColorstr='#ff8c00',GradientType=0 );

}

.btn-styleorange{
	border : solid 0px #000000;
	border-radius : 5px;
	moz-border-radius : 5px;
	font-size : 20px;
	color : #ffffff;
	padding : 1px 5px;
	background : #ff8c00;
	background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8c00), color-stop(100%,#ff3503));
	background : -moz-linear-gradient(top, #ff8c00 0%, #ff3503 100%);
	background : -webkit-linear-gradient(top, #ff8c00 0%, #ff3503 100%);
	background : -o-linear-gradient(top, #ff8c00 0%, #ff3503 100%);
	background : -ms-linear-gradient(top, #ff8c00 0%, #ff3503 100%);
	background : linear-gradient(top, #ff8c00 0%, #ff3503 100%);
	filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c00', endColorstr='#ff3503',GradientType=0 );

}

.btn-stylebleu{
	border : solid 2px #ffffff;
	border-radius : 3px;
	moz-border-radius : 3px;
	font-size : 18px;
	color : #ffffff;
	padding : 1px 8px;
	background-color : #0a66c9;

}
.btn-stylebleupetit{
	border : solid 2px #ffffff;
	border-radius : 3px;
	moz-border-radius : 3px;
	font-size : 8px;
	color : #ffffff;
	padding : 1px 2px;
	background-color : #0D93DC;

}

.xpublished {
	display:block;
	text-align: center;
	float:left;
	font-family: "Ubuntu",Arial,Helvetica,sans-serif; 
	border-bottom:none;
}
.xpub-month {
	display:block; 
	font-size: 1.2em;
	margin:0; 
	padding:0;
}
.xpub-date { 
	display:block; 
	font-size:0.9em;
	margin:0; 
	padding:0;  
}
.published {
	display:block;
	text-align: center;
	float:left; 
	font-family: "Ubuntu",Arial,Helvetica,sans-serif;
	border-bottom:none;
	border:1px outset #bbb;
}
.publishedid {
	display:block;
	text-align: center;
	float:right; 
	font-family: "Ubuntu",Arial,Helvetica,sans-serif;
	border-bottom:none;
	border:1px outset #bbb;
}
.pub-month {
	display:block; 
	font-size: 1.1em;
	font-weight: bold;
	padding:0 1px 0 1px;
	padding-bottom:1px;
	color:white;
	background:#0D93DC url(icon/caltriangler.png) center bottom repeat-x;
}
.pub-monthd {
	display:block; 
	font-size: 1.1em;
	font-weight: bold;
	margin:0; 
	padding:0 1px 0 1px;
	padding-bottom:1px;
	color:white;
	background:#0D93DC url(icon/caltriangler.png) center bottom repeat-x;
}

.pub-monthp {
	display:block; 
	font-size: 1.1em;
	font-weight: bold;
	margin:0; 
	padding:0 1px 0 1px;
	padding-bottom:1px;
	color:grey;
	background:#8BCEEF url(icon/caltriangler.png) center bottom repeat-x;
}

.pub-date { 
	display:block; 
	font-size:0.85em;
		font-weight: bold;
	margin:0; 
	padding:0 1px 0 1px;
	background:#f6ffff;  
}
.pub-dated { 
	display:block; 
	font-size:0.85em;
		font-weight: bold;
	margin:0; 
	padding:0 1px 0 1px;
	color:red;  
	background:white;
}

.pub-datep { 
	display:block; 
	font-size:0.85em;
		font-weight: bold;
	margin:0; 
	padding:0 1px 0 1px;
	color:grey;
	background:#f6ffff;
}

.lpublished {
	display:block;
	text-align: center;
	float:left; 
	font-family: "Ubuntu",Arial,Helvetica,sans-serif;
	border-bottom:none;
	border:1px outset #bbb;
	margin:2px; 
}
.lpub-text {
	display:block; 
	font-size: 1.1em;
	font-weight: bold;
	margin:0; 
	padding:4px 3px 4px 3px;
	color:white;
	background:#0D93DC url(icon/caltriangler.png) center bottom repeat-x;
}

.lpub-textold {
	display:block; 
	font-size: 1.1em;
	font-weight: bold;
	margin:0; 
	padding:4px 3px 4px 3px;
	color:grey;
	background:#8BCEEF url(icon/caltriangler.png) center bottom repeat-x;
}

.lpub-textrouge {
	display:block; 
	font-size: 1.1em;
	font-weight: bold;
	margin:0; 
	padding:4px 3px 4px 3px;
	color:white;
	background:red url(icon/caltriangler.png) center bottom repeat-x;
}
