/* La palette :
#F4F4ED beige blanc
#EFECCA beige clair
#E6E2AF beige
#A7A37E beige taupe	
#046380 bleu fonc
#002F2F bleu noir
#6ec3a9 vert
*/

/* BODY */
body {
	margin: 0;
	padding: 0;
	background-color: #F4F4ED;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002F2F;
}

/* LIENS */
a:link, a:visited, a:active {
	color: #6ec3a9; 
	text-decoration: none;
	font-style: normal;
}
a:hover {
	color: #2F8927; /* #C44C51 */
}

/* FORMS */
form.fancy span.msg {
	line-height: 42px;
	vertical-align: middle;
}
form.fancy input[type="text"], form.fancy input[type="password"], form.fancy textarea, form.fancy select, input.fancy {
	color: #555;
	width: 94%;
/*	font-size: 16px;
	line-height: 1.8em;
	height: 1.5em;
	padding: 4px;*/
	margin: 3px 0;
	border: 1px solid #E6E2AF;
	background-color: #FFFFFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
form input:disabled {
	font-style: oblique;
	color: #888 !important;
	border-color: #CCC !important;
	background-color: #D9D9D9 !important;
	cursor: no-drop;
}
form .small {
	width: 60px !important;
	text-align: right;
}
form .medium {
	width: 120px !important;
}
/*form.fancy select, form.fancy input[type="file"] {
	height: 1.8em;
	line-height: normal;
	width: auto !important;
}*/
form.rikiki input[type="text"], form.rikiki select {
	width: auto;
	font-size: 0.9em;
	line-height: 1.3em;
}
form.fancy input[type="text"]:focus, input[type=password]:focus, input.text:focus, input.title:focus, select:focus, textarea:focus {
	border: 2px solid #6ec3a9;
	outline:none;
}
form.fancy input.num{
	width: 6em;
}
.fancy li {
	list-style: none;
}
.fancy .st-text-block li {
	list-style: square;
}
.fancy label {
	font-size: 1.3em;
	color: #A7A37E;
	display: block;
	padding-top: .3em;
}

/* BOUTONS */
a.valider, input[type="submit"], button:not(.st-format-btn) {
	display: inline-block;
	border-radius: 20px;
	-moz-border-radius: 20px;
	background-color: #A7A37E;
	border: solid 1px #E6E2AF;
	font-variant: small-caps;
	color: #FFF;
	padding: 1px 15px 3px 15px;
	margin: 3px 1px 3px 1px;
	font-size: 1.3em;
	line-height: 1.3em;
	letter-spacing: 1px;
	font-weight: normal;
	cursor: pointer;
}
.btnmind {
	float: right;
}
a.btnming{
	float: left;
}
a.clair, input[type="submit"].clair, button.clair {
	background-color: #FCFAE8;
	color: #9B8E82;
	border: solid 1px #9B8E82;
	padding: 1px 8px 3px 8px;
	font-size: 1.2em;
	line-height: 1.1em;
	text-align: center;
}
a.annuler {
	background-color: #FFF;
	border:1px solid #AAA;
	color: #777 !important;
}
a.supprimer {
	background-color: #FFF;
	border:1px solid #FFB6B8;
	color: #C44C51 !important;
}
a.valider:hover, input:hover[type="submit"], button:hover:not(.st-format-btn) {
	text-decoration: none;
	color: #002F2F;
	background-color: #EFECCA;
	border: solid 1px #9B8E82;
}

/* BOX */
div.fancy, ul.fancy, div.chrono {
	border: 1px dotted #A7A37E;
	padding: 1em;
	margin-bottom: 2em;
	background-color: white;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}
.c {
	text-align: center;
}

/* TEXTES */
.titre {
	padding: 0;
	font-weight: bold;
	line-height: 1;
	color: #405f72;
	background: url('/gfx/hr-3px.gif') repeat-x 0 50%;
	text-align: center;	
}
h1.titre { margin: 30px 0; font-size: 1.8em; }
h2.titre { margin: 20px 0; font-size: 1.5em; }
h3.titre { margin: 10px 0; font-size: 1.2em; }
h1.titre span { padding: 0 10px; background: #F4F4ED; }
h2.titre span, h3.titre span { padding: 0 10px; background: #FFFFFF; }
strong {
	color: #85C630;
}

.nav {
	color: #046380;
	text-align: right;
	margin: 0 0 1em 0;
}
.nav a:link, .nav a:visited, .nav a:active, a.simple:link, a.simple:visited, a.simple:active {
	color: #4E6172;
	text-decoration: none;
}
.nav a:hover, a.simple:hover {
	color: #002F2F;
	text-decoration: underline;
}

.pagi {
	color: #3B4B5B;
	text-align: center;
}

/* Success, info, notice and error/alert boxes */
.error, .alert, .notice, .warning, .success, .info {
	font-size: 1.2em; 
	padding: 0.8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.input-error, .error, .alert { background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
.warning, .notice { background: #fff6bf; color: #514721; border-color: #ffd324; }
.success { background: #e6efc2; color: #264409; border-color: #c6d880; }
.info { background: #d5edf8; color: #205791; border-color: #92cae4; }

.error a, .alert a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }
.info a	{ color: #205791; }

/* TABLEAUX */
table {
	width:100%;
	margin: 0;
	border:0;
	border-collapse: collapse;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #002F2F;
}
td {
	padding: 2px 5px 2px 5px;
	margin: 0;
	text-align: left;
	vertical-align: middle;
	height: 2.5em;
	border-bottom: 1px dotted #E6E2AF;
}
th, tr.titre_cellule_tres_sombre td, td.titre_cellule_tres_sombre {
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 1.3em;
	font-size: 1.2em;
	height: 2.5em;
	background: #046380 url(/gfx/puce_titre.gif) 5px center no-repeat; /*A7A37E*/
	border-bottom: 3px solid #6ec3a9;
	border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
}
tr.action_cellule td, td.action_cellule{
	border-top: #6ec3a9 1px solid;
	border-bottom: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}
.action_cellule a.valider:link {
	color: #F8F7EA;
	padding: 2px 8px 5px 8px;
	font-size: 1.3em;
	line-height: 1.1em;
	letter-spacing: 1px;
}
.action_cellule a.valider:hover {
	color: #002F2F;
}
tr.label_cellule td, td.label_cellule {
	color: #3B4B5B;
	background-color: #E6E2AF;
	border-bottom-color: #F4F4ED;
	font-size: 1.1em;
	font-style: italic;
	white-space: nowrap;
}
tr.cellule_claire td, td.cellule_claire {
	color: #3B4B5B;
	background-color: #FFFEF0;
}
tr.cellule_sombre, td.cellule_sombre {
	color: #3B4B5B;
	background-color: #F8F7EA;
}
tr.cellule_over td {
	background-color: #FFE5E0
}
th.cellule_lang, td.cellule_lang {
	background-color:#A7A37E;
	background-image: none;
	text-align: center;
}
.btn_cellule {
	text-align: right;
	border: 0;
}
th.nochichi, tr.nochichi td{
	background-image: none;
	padding-left: 5px;
	font-size: 1em;
}
tr.espace td {
	height: 1em;
	border: 0;
	overflow: hidden;
}
tr.rappel td {
	height: 1em;
}

/* MENU */
ul.menu a {
	display: block;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: .3em;
	margin: .3em;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
a.menu_on {
	color: #F4F4ED;
	background-color: #046380;
	border: 1px solid #002F2F;
	text-decoration: none;
}
a.menu_off {
	color: #046380;
	background-color: #F4F4ED;
	border: 1px solid #002F2F;
	text-decoration: none;
}
ul.menu a:hover{
	background-color: #E6E2AF;
	color: #002F2F;
}

/* FORMS */
.oblig:after {
	content: ' *';
	color: red;
}
/*@group prepend & apend */
.prepend, .append {
  background: #f9f9f9;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, .90);
/*  line-height: 24px;*/
  padding: 2px 4px;
/*  margin: 3px 0;*/
  float: left;
}
input.appended {
	border-right-width: 1px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
	float: left;
}
.append {
  border-left: none;
  border-radius: 0 3px 3px 0 !important;
  margin-right: 3px;
}
.prepend {
  border-right: none;
  border-radius: 3px 0 0 3px !important;
}
.prepend + input {
  float: left;
  border-left-width: 1px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
/*@end prepend & apend */

/* DIVERS */
.fond_clair {
	background-color: #FFF;
}
span.decli {
    padding-top:4px;
    width:90px;
    clear: left;
    float:left;
    border-bottom:1px dotted #AAA
}
.off {color:#AAA;background-color:#CCC;border:1px solid #AAA;}
.on {color:#222;background-color:#FFF;border:1px solid #AAA;}
p.scroll { height: 40px; border: solid 1px silver; overflow:auto; }
div.fr, p.fr {
	min-height: 26px;
	margin: 0px;
	background: #FFF;
	margin-right: 6px;
	padding-top: 5px;
	padding-left: 28px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #A7A37E;
}
div.fr p {margin: 0;}
img.fr {
	float: left;
	width: 20px;
	margin-left: -23px;
}
