/* Mettre tout nouveau style dans header pour aperçu si $apercu_style=1 */

/*      style du texte standard (body et table)      */
/* dans le site aster, on est souvent dans une table */

table {
   font-family: Arial, Helvetica, sans-serif;
   color: #0D4789;
}
.black {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: black;
}
.red {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: red;
}

.verbatim {
   font-family: Courier, Courier New, monospace;
   font-size: 12px;
}
.verbatim1 {
   font-family: Courier, Courier New, monospace;
   font-size: 16px;
   font-weight: bold;
}

/* titre de paragraphe */
.titpar {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-style: italic;
   font-weight: bold;
   text-transform: uppercase;
}

/* taille de texte */
.size-2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px;
}
.size-1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10px;
}
.size0 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
}
.size1 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 16px;
}
.size2 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 19px;
}
.size3 {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 24px;
}

a:link, a:visited {
/*    color: #0D4789; */
}

a.flash:link, a.flash:visited {
   color: black;
/*   font-weight: bold;*/
   background-color: #FFEB8C;
   text-decoration: none;
   text-transform: uppercase;
}

/* styles du header */
.titreheader {
   font-family: Arial, Helvetica, sans-serif;
   color: #0D4789;
   font-size: 21px;
   font-weight: bold;
}

a.menuheader:link, a.menuheader:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: white;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
}
a.menuheader:hover {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: white;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: underline;
   background-color: #999999;
}
a.homebutton:link, a.homebutton:visited {
   font-family: Comic Sans, Helvetica, sans-serif;
   font-size: 24px;
   color: #2D77BE;
   font-weight: bold;
   text-decoration: none;
}

/* style des tables :
   ligne d'entete,
   ligne "selectionnee",
   ligne normale,
   ligne normale légèrement plus foncée (pour alterner),
   ligne normale de couleur jaune (alternative 2),
   ligne normale de couleur orange (alternative 3) */
   
table {
	width: 100%;
}
td {
	height: 2em;
	padding: 2px 5px;
}
tr.smart_entete td {
	background: #29235c none repeat scroll 0 0;
    color: #ffffff;
	font-weight:bold;
}
tr.smart_entete td:first-child {
	/*-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;*/
}
tr.smart_entete td:last-child {
	/*-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;*/
}



/*  
tr.smart_entete {
   background-color: #2D77BE;
   bgcolor: #2D77BE;
   color: #FFFFFF;
}*/
tr.smart_active {
   background-color: pink;
   bgcolor: pink;
}
/*
tr.smart {
   background-color: #EAECEF;
   bgcolor: #EAECEF;
}*/
tr:nth-child(odd) {
	border-bottom:1px solid #dddddd;
}
tr:nth-child(even) {
	background-color: #EAECEF;
	border-bottom:1px solid #dddddd;
}


/* alternative : gris */
tr.smart_alt {
   background-color: #DADCDF;
   bgcolor: #DADCDF;
}
/* alternative : jaune */
tr.smart_alt2 {
   background-color: #FFEB8C;
   bgcolor: #FFEB8C;
}
/* alternative : orange */
tr.smart_alt3 {
   background-color: #F79E31;
   bgcolor: #F79E31;
}
/* backgrounds particuliers pour le header */
td.bckgblanc {
   background-image: url(images/bg_blanc.gif);
}
td.bckgdegrade {
   background-image: url(images/bg1g.jpg);
}



/* pour les pages de la doc */
a.menudoc:link, a.menudoc:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: #0D4789;
}
a.menumanuel:link, a.menumanuel:visited {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: white;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: none;
}
a.menumanuel:hover {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
   color: white;
   font-weight: bold;
   text-transform: uppercase;
   text-decoration: underline;
   background-color: #999999;
}

.vdoc {
   font-family: Courier, Courier New, monospace;
   font-size: 12px;
   font-weight: bold;
   color: #333333;
}
.date_doc {
   font-family: Courier, Courier New, monospace;
   font-size: 12px;
   color: #333333;
}

/* pour l'integration dans le site spip */
/*
#conteneur {
    clear: both;
}*/

#conteneur #contenu {
        margin-left: 25em;
}

#conteneur #navigation {
    width: 22em;
}

.titre {
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
        margin-bottom: 1em;
        margin-top: 1em; }


#page.pageDoc {
    background-color: #ededed;
    margin: 17px 61px 0;
    padding: 20px 15px 20px;
}
#mp-menu div.mp-level {
	overflow-y:auto;
}
#mp-menu div.mp-level ul li h2 a{
	font-style:italic;
	font-size:26px;
	margin-top:15px;
	color:#29235c;
	text-decoration:none;
	padding:0 10px;
}
#mp-menu div.mp-level ul li h2 a:hover{
	color:#ffffff;
}
#mp-menu .mp-level > ul > li > ul > li:first-child  {
	box-shadow: 0 -1px rgba(255, 255, 255, 0.2) inset, 0 1px rgba(255, 255, 255, 0.2) inset;
}
#mp-menu .mp-level > ul > li > ul > li  {
	box-shadow: 0 -1px rgba(255, 255, 255, 0.2) inset;
	padding: 0.2em;
}
#mp-menu ul li > a {
	display:inline;
	box-shadow:none;
	line-height:2em;
	padding: 0.5em 0.35em;
}


/* default - max width 767px */
@media (max-width: 767px) {
	#page.pageDoc {
		margin: 20px 0 0 46px;
		padding-top: 20px
	}
	.mp-pusher.mp-pushed #page.pageDoc {
		margin-left:0;
	}
}
