﻿/*
 * Général
 */

.main 
{
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	width: 1000px;
	text-align: left;
	padding: 0;

}

/*
 * Header de la page (logo, titre...)
 */

.header 
{
	margin:0px;
	padding:0px;
}

.logo {
	float: left;
	margin: 0px;
	padding:20px 0 15px 0 ;
}

.titre_site {
	text-align: right;
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
	margin-right: 20px;
	color:#FFFFFF;
}

.sous_titre_site {
	text-align: right;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 20px;
	color:#FFFFFF;
	font-style: italic;
}

.saison {
	margin-top: 15px;
	text-align: right;
	margin-right: 20px;
	color:#FFFFFF;
	font-size: 11px;	
}

.header .buttons {
	float: right;
	font-size: 90%;
	margin-right: 15px;
	margin-top: 10px;
	text-align: right;
}

.header .buttons .image {
	vertical-align: middle;
	margin-left: 4px;
	cursor: pointer;
}

.quit {
	margin-bottom: 2px;
}

.quit a{
	color:#FFFFFF;
}

.aide {

}

.aide a{
	color:#FFFFFF;
}

.aide_non_dispo {
	font-style: italic;
}

/*
 * Recherche
 */

.panel_recherche {
	width: 195px;
	padding-bottom: 10px;
	margin: 6px 0 0 8px;
	border-left: 1px solid #FFFFFF;
}

.titre_recherche {
	margin: 6px 0 0 8px;
	font-size: 12px;
	padding-bottom: 4px;
	font-weight: bold;
	color:#FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.item_recherche {
	font-size: 11px;
	margin-left: 4px;
	margin-bottom: 4px;
		color:#FFFFFF;
}

.textbox_recherche {
	margin-left: 4px;
	font-size: 11px;

}

.icon_recherche {
	cursor: pointer;
	margin-left: 2px;
	vertical-align: top;
}

/*
 * Elements de layout principaux (colonnes...)
 */

.column, .column_white 
{
	padding-top:0px;
	width: 180px; /* pour une raison non identifiée: 180px => 190px dans ce cas présent */
	padding: 4px;
}

.column_white {
	width: 200px;
	background-color: #FFFFFF;
}

/*
 * Les boites
 */

.box {
	background-color: white;
	padding: 0;
	margin-bottom: 5px;
}

.column .box select {
	width: 169px;
}

.box_titre {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 1em;
	margin-top: 3px;
	/*width: 100%;*/
	border-bottom: 1px solid #999999;
	text-align: center;
}

.box .violet {

}

.box .rouge {
	color: white;
	background-color: red;
}

.box .bleu {
	color: white;
	background-color: blue;
}

.box .vert {
	color: white;
	background-color: green;
}

.box .orange {
	color: white;
	background-color: Orange;
}

.box .item, .box .link {
	margin-bottom: 0.3em;
	margin-left: 0.03in;
}

.box .item a:hover {
	background-color: #e4e2f1;
}

.box .link {
	background-image: url(./images/img_triangle.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:15px;
}

.link a {
	text-decoration: none;
	color: #666666;
}

.link a:hover {
	color: #000000;
}

.box .link:hover {
	background-image: url(./images/img_triangle_rollover.png);

}

.separateur_gris {
	border: 0;
	height: 1px;
	background-color: #999999;
	color: #999999;
}

/*
 * Actualites
 */

.news {
	padding-top: 2px;
	padding-left: 4px;
	overflow: auto;
	height: 445px;
}

.news  a {
	text-decoration: none;
}

.news  a:hover {
	text-decoration: underline;
}

/*
 * Messages d'erreur et de confirmation et d'avertissement
 */

.erreur, .interdit {
	color: red;
	font-weight: bold;
}

.confirm {
	color: green;
	font-weight: bold;
}

.avertissement {
	color: Orange;
	font-weight: bold;
}


.interdit {
	padding-top: 20px;
	padding-bottom : 20px;
	text-align: center;
	font-size: 1.2em;
}

.confirmation {
	text-align: center;
}

.avertissement {
	text-align: center;
}

/*
 * La zone principale
 */

.content, .bottom_content {
	padding: 2px 20px 10px 10px;
}

.titre {
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 1em;
	margin-top: 5px;
	/*width: 100%;*/
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

.titre2 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
	border-bottom: 1px solid #cccccc;
}

.etape {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 1em;
}

.conseil {
	font-size: 10px;
	color: darkblue;
}

.non_dispo {
	font-weight: bold;
	color: #333333; 
}

/*
 * Pour les formulaires
 */

.section {
	font-size: 13px;
	font-weight: bold;
}

.labelnew {
	color : red;
}

.label, .label_fiche, .label_recherche {
	text-align: left;
	padding-top: 4px;
	text-indent: 1em;
	padding-left: 6px;
	background-color: #4b3c3f;
	padding-right: 1em;
	white-space: nowrap;
	color:#FFFFFF;
}

.label_fiche {
	text-indent: -2px;
	padding-top: 2px;
}

.label_recherche {
	text-indent: -2px;
}

.obligatoire  {
	background-image: url("images/obligatoire.gif");
	background-repeat: no-repeat ;
}

.champ {
	padding: 2px;
	background-color: #d8cbca;
	width: 100%;
}

.champ_width_50 {
	padding: 2px;
	background-color: #f4dcb3;
	width: 50%;
}

.separateur {
	padding-top: 1.2em;
}

.separateur_top {
	padding-top: 0;
}

/*
 * Styles pour les boutons (de ControlesWeb ou autres)
 */

.bouton {
/*	margin: 0;
	position: relative;
	top: 2px;*/
}

.bouton_print {
	float: left;
	margin-top: 8px;
	padding-right: 4px;
}

.bouton_label {
	padding-top: 3px;
	padding-right: 1em;
}
	
.calendrier_bouton {
	margin-right: 4px;
	position: relative;
	top: 1px;
	left: 2px;
}

.button_up {
	vertical-align: top;
}

/*
 * CollapsablePanel
 */

.collapsable_panel {
	display: none;
}

.collapsable_panel_visible {
	width: auto;
}

.collapsed {
}

/*
 * Footer
 */

.timer {
	text-align: right;
	color: darkgray;
	font-style: italic;
	font-size: 0.9em;
}

/*
 * Boite d'astuces (accueil)
 */

.astuce_box {
	width: 100%;
	border: 1px solid #a7a6aa;
	margin: 15px 0 15px 0;
}

.astuce_icone {
	width: 36px;
	background-color: #ECC67B;
	background-image: url("images/astuce.gif");
	background-position: top center;
	background-repeat: no-repeat;
	margin-right: 1em;
}

.astuce_spacer {
	width: 4px;
}

.astuce_titre {
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	border-bottom: solid 1px #a7a6aa;
}

.astuce_texte {
	padding-bottom: 3px;
}

/*
 * Les boites de bas de page (accueil)
 */

.bottom_content {
	vertical-align: bottom;
	padding-bottom: 8px;
}

.bottom_content .box {
	margin-bottom: 0px;
}

.bottom_left {
	float: left;
}

.bottom_right {
	float: right;
}

/*
 * Les inputs
 */
 
input {

}

input[type=text]  {
	border: thin solid #4b3c3f;
}

input[type=password]  {
	border: thin solid #4b3c3f;
}