@charset "utf-8";
/* CSS Document */

h1 {
	background-image: url(../images/structure/barre_titre_tabs.gif);
	height: 38px;
	padding-left: 180px;
}
h2.titre_fleche {
	background: url(../images/visuels/fleche_rond_vert.png) no-repeat;
	padding: 6px 0 0 35px;
	height: 29px;
	font-style: italic;
}
textarea {
   font-family: "Courier New", Courier, monospace;
   font-size: 1.1em;
}
table#liste_tabs {
    margin: 5px 0 0;
	width: 100%;
}
* html table#liste_tabs {
	width: auto;
}
table#liste_tabs th {
    text-align: left;
    background: #1f9418;
    padding: 3px;
	color: #ffffff; 
}
table#liste_tabs td {
    padding: 3px;
    border-bottom : 1px solid #ebe7dd;
    border-left : 1px solid #ebe7dd;
   
}
table#liste_tabs tr {
    background: #eeeded;
}
/*table#liste_tabs tr.couleur0 {
    background: #eeeded;
}
table#liste_tabs tr.couleur1 {
    background: #eeeded;
}*/

dl.infos_tab dt{
    padding: 5px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d4d4d4;
	border-bottom-color: #d4d4d4;    
}
dl.infos_tab dd
{
    margin-left: 0;
    padding: 30px 0;
    font-family: "Courier New", Courier, monospace;
    font-size: 1.1em;
}

div.legende_instru {
    background: #eeeded;
	text-align: right;
	margin: 15px 0; 
}

h3.titretab_preview {
   font-size: 1.5em;
}
h3.titretab_form {
   font-size: 1.5em;
   margin: 0;
   padding: 0 0 15px;
}
div#admin_fonctions {
   float: right;
}


