/*Classes génériques*/

/*Comptabilité IE-Firefox*/
/*html,body{margin:0;padding:0}*/
/*p {margin:0 0 1em 0;padding:0}*/
/*h1{margin:0 0 .7em 0;padding:0}*/
/*form {margin:0;padding:0}*/


.texte {
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}

.spacer {
	clear: both;
	font-size: 0%;
}

.champ_avis {
	font-size: 0.9em;
}

.petite_police {
	font-size: 0.8em;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

ul {
	list-style: disc outside;
	margin-left: 0em;
	padding-left: 1em;
}

/* Passé des heures à essayer de faire marcher ce truc qui fonctionne très bien sur bruitdebulles et ça ne marche pas ici... */
.cadre_survol div {
	display: none;
}

.cadre_survol:hover div {
	/*le contenu de la balise div ne sera visible que pour l'état hover */
	display: block;
	position: absolute;
	z-index: 1;
	left: 10px;
	background-color: #DAC1B3;
	border: 2px solid #990000;
}

/*Maquette du site*/

body {
	color: #000000;
	background-image: url(../images/site/texturedefond.gif);
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}

td.bordure {
	background-color: #5D1614;
	height: 11px;
}

td.bord_droit {
	background-image: url(../images/site/droite.gif);
	height: 13px;
	width:13px;
}

td.haut_droit {
	background-image: url(../images/site/hautdroite.gif);
	height: 13px;
	width:13px;
}

td.bord_gauche {
	background-image: url(../images/site/gauche.gif);
	height: 13px;
	width:13px;
}

td.haut_milieu {
	background-image: url(../images/site/haut.gif);
	height:13px;
}

td.bas_droit {
	background-image: url(../images/site/basdroite.gif);
	height: 13px;
	width:13px;
}

td.haut_gauche {
	background-image: url(../images/site/hautgauche.gif);
	height: 13px;
	width:13px;
}

td.bas_gauche {
	background-image: url(../images/site/basgauche.gif);
	height: 13px;
	width:13px;
}

td.bas_milieu {
	background-image: url(../images/site/bas.gif);
	height: 13px;
}

#avertissement a {
	font-size: 1em;
}

#avertissement a:hover {
	text-decoration: none;
}

#titre_avertissement {
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin: 3px;
}

#texte_avertissement {
	margin-bottom: 5px; 
	text-align: justify;
}

/*Fin de Maquette*/

/* Tableau page d'accueil*/

table.main{
	border-collapse: collapse;
	border: 0;
	padding-top: 5;
	padding-bottom: 10px;
}

td.milieu {
	background-color: #EEDED6;
	font-size: smaller;
}

table.general {
	background-color: #EEDED6;
}

table.rubrique{
	border-collapse: collapse;
	border: 0;
	width: 100%;
}

td.leftframe{
	width: 150px;
	padding-right: 10px;
	padding-left: 10px;
	vertical-align: top;
}

/*Autres Tableaux*/
table.donnees{
	border-collapse: collapse;
	margin-bottom: 10px;
}

td.label{
	font-family: Arial, Helvetica, sans-serif;
	font: 12px;
}

td {
	font-size : smaller;
}

#titre_prop_album {
	font-size: 1.3em;
}

table.table_form_public {
	width: 100%;
	border: 1px solid #FFFFCC;
	background-color: #DAC1B3;
}
.table_form_public td {
	padding: 3px;
}

.enonce_tr_form_public {
	color: #990000;
	font-size: -1;
	font-weight: bold;
	text-align: center;
}

/* Table de menu */

table.menu {
	width: 150px;
	border:0;
	border-collapse: collapse;
	cellpadding:0;
	cellspacing:0;
}

/* menu login */

td.loginhaut{
	height: 29px;
	background-image: url("../images/site/login1.gif");
}

td.loginbas{
	height:13px;
	background-image: url("../images/site/login3.gif");
}

td.loginmilieu{
	text-align: center; 
	vertical-align: top; 
	background-image: url("../images/site/login2.gif");
}

td.menuhaut{
	height: 100px;
	background-image: url("../images/site/menu1.gif");
	text-align: center;
	vertical-align: bottom;
}

td.menubas{
	height: 34px;
	background-image: url("../images/site/menu3.gif");
}

td.menumilieu{
	text-align: center; 
	text-valign: top; 
	background-image: url("../images/site/menu2.gif");
}

td.tablehaut{
	height: 100px;
	background-image: url("../images/site/table1.gif");
	text-align: center;
	vertical-align: bottom;
}

td.tablebas{
	height:32px;
	background-image: url("../images/site/table2.gif");
}

td.tablemilieu{
	text-align: center; 
	text-valign: top; 
	background-image: url("../images/site/table3.gif");
}

/* Tableau de type tableur */

table.Tableur{
	border: Black;
	border-collapse: collapse;
}

td.EnteteTableur {
	background-color: #8B0000;
	color: #FFA500;
	font: Verdana;
	text-align: center;
}

td.DataTableur {
	background-color: #E5D7D1;
	color: #000000;
	font: Verdana;
	text-align: center;
}

a:link {
	font-style: normal;
	line-height: normal;
	color: #8C5950;
	text-decoration: none;
	font-variant: normal;
	font-size: 12;
}

a:visited {
	color: #8C5950;
	text-decoration: none;
}

a:hover {
	color: #7D2D2D;
	text-decoration: underline;
}

a:active {
	text-decoration: overline;
}

a.menu {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14;
	color:#FFFFFF;
}

a.menu:hover {
	text-decoration: underline;
	font-family: Trebuchet MS, Arial,  Helvetica, sans-serif;
	font-size: 14;
	color:#FFFFFF;
}

a.menu:visited {
	font-family: Trebuchet MS,Arial,  Helvetica, sans-serif ;
	font-size: 14;
	color:#FFFFFF;
}

a.menu:active {
	text-decoration: none;
	font-family: Trebuchet MS, Arial,  Helvetica, sans-serif;
	font-size: 14;
	color:#FFFFFF;
}

div.menu {
	border: 1px solid;
	padding-bottom: 5px;
	padding-left:5px;
	padding-right: 5px;
	padding-top: 5px;
	font-family : "Trebuchet MS";
	font-size: 12;
}

div.edito {
	font-size: smaller;
	font-family : Arial,  Helvetica, sans-serif;
	/* letter-spacing: 1px;
	line-height: 15px; */
	background: #ECE1CD;
}

/*Headers*/

/* Formulaires */

input {
	font-size: 14px;
}

textarea {
	font-family: Arial,  Helvetica, sans-serif;
	border: 1px solid;
	padding: 3px;
}

input.textfield {
	border: 1px solid;
}

input.noborder {
	border: 0px solid;
}

.rub_title {
	position:relative;
	top:1em;
	left:80%;
}

.rub_title2 {
	position:relative;
	top:1em;
	left:60%;
}

/* Environnement du guest */

.MainPanel {
}

.GuestName {
	background-color: #C8857C;
	font: normal small-caps bold large Verdana;
	color: #990000;
	padding-left: 5px;
}

.AnnonceBD {
	background-color: #C8857C;
	font: normal bold Verdana;
	color: #000000;
	float: right;
	width: 250px;
}

.CarreMagique {
	border: 1px solid #990000;
}

.MenuGuest {
	background-color: #DAC1B3;
	padding: 5px 5px 5px 5px;
	color: Black;
	border: solid #B64045;
}


/*
* Environnement Public divers *
*/

td.entete{
	font-family: Arial,   Helvetica, sans-serif;
	font-size: smaller;
	height: 25px;
	border: 1px solid Silver;
	border-collapse: collapse;
	background-color: #C8857C;
	padding-left: 5px;
}

td.data{
	font-family: Arial,   Helvetica, sans-serif;
	font-size: smaller;
	height: 25px;
	border: 1px solid Silver;
	border-collapse: collapse;
	padding-left: 5px;
	background-color: #E7CCBD;
}

.cadre_fiche {
	width: 100%;
	border: 2px solid #FFFFCC;
	margin: 0;
	background-color: #DAC1B3;
}

.case_entete_fonce {
	background-color: #C8857C;
	color: #990000;
	font-weight: bold;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.case_fond_clair {
	background-color: #DAC1B3;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.champ_commentaire {
	font-size: 90%;
	width: 100%;
	height: 10em;
	border: 1px solid #888888;
}


/*					   
* Environnement Admin *
*/

/* Menu Admin */
.cadre_menu_admin {
	width: 155px !important;
	border: 2px solid #DAC1B3;
	padding: 3px 0px 3px 3px;
	margin: -10px;
	background-color: #A34848;
}
.cadre_menu_admin a {
	color: #DAC1B3 !important;
	font-weight: bold;
}
.hr_menu_admin {
	width: 80%;
	color: #DAC1B3;
}


.fond_admin {
	width: 100%;
	border: 2px solid #D35E5E;
	margin: 0;
	padding: 0 0 0 5px;
	background-color: #A34848;
}

.titre_admin {
	margin: 6px 0 5px 11px;
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
}

.date_before_valid {
	margin: 0 0 7px 14px;
	font-weight: bold;
	text-align: center;
}

.cadre_texte-admin {
	width: 100%;
}

.cadre_texte-admin td, td.cadre_texte-admin {
	background-color: #D35E5E;
	padding: 10px 5px 5px 10px;
}

.cadre_texte-admin td a, td.cadre_texte-admin a,.cadre_texte-admin td a:hover, td.cadre_texte-admin a:hover {
	color: #F7E4D9 !important;
}

/* Tableaux Admin */
.tableaux_admin {
	background-color: #F7D1BA;
	margin: 7px 0 7px 0;
	width: 99%;
}
.tableaux_admin td {
	border:  1px inset #DDDDDD;
	padding: 2px;
}
.tableaux_admin_sans-bord {
	width: 100%;
}
.tableaux_admin_sans-bord td {
	border:  0px;
	padding: 2px;
}
.textarea_description_edition {
	font-size: 90%;
	width: 100%;
	height: 7em;
	border: 1px solid #888888;
}

/* Désactivation de champ */
.champ_form_desactive, .champ_form_desactive_newfserie {
	background-color: #F7D1BA;
	border: 0;
}
.champ_form_desactivechamp_commentaire {
	font-size: 90%;
	width: 100%;
	height: 10em;
	background-color: #F7D1BA;
	border: 0;
}


td.entete_admin {
	height: 25px;
	border: 1px solid Silver;
	border-collapse: collapse;
	background-color: #C8857C;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
}

td.data_admin {
	height: 25px;
	border: 1px solid Silver;
	border-collapse: collapse;
	background-color: #E7CCBD;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
}

td.data_admin_petit {
	height: 25px;
	border: 1px solid Silver;
	border-collapse: collapse;
	background-color: #E7CCBD;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.7em;
}

td.original {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	font: 80%;
	border: 1px inset #DDDDDD;
	padding: 2px;
}

input.flat {

}

input.to_be_corrected, .to_be_corrected {
	background-color: #FF7B7B;
	border: 1px inset #DDDDDD;
	padding: 2px;
}

input.has_changed, .has_changed {
	background-color: #FFE759;
	border: 1px inset #DDDDDD;
	padding: 2px;
}

.submit {
	margin: 10px;
	text-align: center;
}

