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

.reservation-okko {
	width: 350px;
}
.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: #ffd787;
	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: #fca33a;
	font-weight: bold;
	color: #ffffff;
}

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

.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: #339933;
}

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

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

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

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: #ffd787;
}

.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: 650px;
	height: 250px;
}

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: #339933;
	color: black;
	border: 1px solid gray;
}

div .article {
	/*article sur le site*/
	padding: 10px;
	margin-left: 10px;
	margin-top: 0px;
	background-color: blue;
	color: black;
	/*border: 1px solid gray;*/
}



div .article .titre {
	font-size: 1.4em;
	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: 1em;
}


.menu {
	width: 100%;
	position: relative;
	margin-top: 15px;
	margin-left: 5px;
	margin-bottom: 15px;
	background-color: #ffd787;
	color: black;
	border: 1px solid gray;
}

.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: #ffd787;
	text-decoration: none;
}

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

.menu  h1 {
	text-align: center;
	text-decoration: underline;
	font-size: 1em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding-bottom: 10px;
	padding-top: 5px;
	background-image: url('../Images/bg_nav.gif');
}

body {
	background-color: #FFFFFF;
	font-family:"Ubuntu",Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: black;
	
	background-repeat: no-repeat;
	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: #ffd787;
}

#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: #336633;
	border-right: 1px solid #ffd787;
	border-left: 1px solid #ffd787;
	background-color: #ffd787;
}

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

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

#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: 96px;
	margin-bottom: 0px;
	background-image:url(../Images/banniere3.jpg);
	background-repeat:no-repeat;
	background-position:left;

}

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

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

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

#gauche {
	margin-top: 5px;
	width: 150px;
	float: left;
}

#page {
	position: absolute;
	left: 50%; 
	width: 900px;
	margin-left: -450px;
	margin-top: 10px;
	/*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: #339933;
	color: black;
}


.CSSTableGeneratorAct {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 10px 10px 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;
}.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:7px;
	font-size:16px;
	font-family:"Ubuntu",Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}.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-family:"Ubuntu",Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
}
.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: 10px 10px 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);

	background-color:#e5e5e5;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:7px;
	font-size:16px;
	font-family:"Ubuntu",Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}.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);

	background-color:#cccccc;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:10px;
	font-family:"Ubuntu",Arial, Helvetica, sans-serif;
	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: 10px 10px 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;
}.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:7px;
	font-size:16px;
	font-family:"Ubuntu",Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}.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);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:10px;
	font-family:"Ubuntu",Arial, Helvetica, sans-serif;
	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;
}

.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;

}

input[type="text"]
{
    font-size:20px;
	font-weight: bold;
	background : white;
	padding : 1px;
	margin:1px;
}