
/* --- STYLES DE BASE --- */
html, body
{
    /*height:100%; */
}
/* Page */


/* Titres */
h1, h2, h3, h4, h5, h6 {
    margin: 0.3em 0 0.3em 0; /* Rapproche le titre du texte. (5) */
    /*line-height: 1.2;*/
    font-family: Verdana, Geneva, sans-serif;
    color:#2170b5;
    font-weight: normal;
}

h1
{
	margin:0 0 0 15px;
    padding-top:30px;
	font-size:1.25em;
	line-height:30px;
	color:#003b6d;
	display:block;
}

h1 a
{
    text-decoration: none;
}
h2 {
    font-size: 1.25em;
}
h3 {
    margin: 0;
    margin-bottom: 0.3em;
    font-size: 1.1em;
}
h4 {
    font-size: 1em;
}

/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .4em 0; /* Marges plus faibles que par d�faut. (7) */
    font-size: 0.8em;
}

/* Liens */
a {
    text-decoration: underline;
}
a:link {
    color: #003c6e;
}
a:visited {
    color: #003c6e;
}
a:hover, a:focus, a:active {
    color: #003c6e;
}
a img {
    border: none;
}

/* Divers �l�ments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

img {
    display: inline;
    vertical-align: text-bottom;
}

th
{
    font-size: 0.9em;
}
td
{
    /*font-size: 0.8em;*/
}
td
{
    padding: 3px;
}

/**
 * formulaires
 */
p.center
{
    text-align: center;
}
p.pform
{
    margin-left: 15px;
}
.info-input
{
    color: red;
    font-style: italic;
}
p.bouton
{
    text-align: center;
}

form {
    margin: 10px 0px 0px 0px;
    padding: 0px;
}

form.curvy
{
   background-color: #f2f2f2;
   padding: 5px;
   margin: 20px 0px 20px 0px;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

label {
	float: left;
	width: 265px;
	margin-left: 10px;
	font-weight: bold;
}
fieldset
{
    padding: 0px;
    margin: 0px;
    border: none;
}
fieldset.encadre
{
	padding: 3px;
	margin: 0px;
	margin-bottom: 10px;
	border: 1px solid #7495B0;
}

legend
{
    font-family: Verdana,Geneva,sans-serif;
    color: #2170b5;
    font-size: 1.1em;
    margin: 0px;
    margin-bottom: 10px;
}

legend.encadre,
caption.encadre {
	border: 1px solid #7495B0;
	background: #fff url('/img/commun/fonddegrade-bas.png') repeat-x 0 15px;
	margin: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	font-size: 1em;
}
.input-wide {
    width: 240px;
}
.input-big-wide {
    width: 600px;
}
.input-normal {
    width: 150px;
}

.typeetab-select {
    width: 150px;
}
textarea.input-wide {
    width: 350px;
}
textarea.textarea-wide {
    width: 650px;
}


/**
 * styles communs :
 * . legende
 * . msg
 * . msg-erreur
 */
#legende,
#msg,
#msg-erreur
{
	margin-left:50px;
	margin-right:20px;
	margin-bottom:1em;
	margin-top:1em;
	padding:1em;
	padding-left:2em;
	width:80%;
	border:1px solid #003c6e;
}
#msg
{
    background: #f0f9ff;
}


/**
 * Erreur
 */
#msg-erreur
{
	color: #c00;
	border: 1px dashed #c00;
	background: #ffd;
}

#msg-erreur a
{
	color: #c00;
}

#msg-erreur h4
{
	color: #c00;
}

#msg-erreur ul li
{
	list-style: circle;
	margin-left:30px;
}

#msg-erreur li,
#msg-erreur li p,
#msg-erreur li strong{
	color: #c00;
}

p.msg-recherche
{
    margin: 0;
    margin-top: 2px;
    margin-left: 5px;
    padding: 0;
    display: block;
    width: 250px;
    position: relative;
    float: left;
    text-align: center;
    color: #ff0000;
}
/**
*	Style pour les onglets
*/
ul#onglet, ul#ss-onglet {
    list-style-type: none;
    padding-bottom: 24px !important; /* pour les autres navigateurs */
    padding-bottom: 27px; /* pour IE */
    margin: 0;
    clear: both;
}

ul#onglet li, ul#ss-onglet li {
    float: left;
    height: 21px;
    background: #fff url('/img/commun/fonddegrade-bas.png') repeat-x 0 10px;
    margin: 1px 0px 0px 4px;
    border: 1px solid #b2dafa;
    /*border-bottom: 1px solid #003c6e;*/

}

ul#onglet li.active, ul#ss-onglet li.active {
    border: 1px solid #003c6e;
    margin: 1px 0px 0px 4px;
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
    background: #fff;
}

ul#onglet li.active a, ul#ss-onglet li.active a {
    color: #000;

    /*font-weight: bold;
    text-decoration: underline;*/
}

#onglet a, #ss-onglet a {
    float: left;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 3px;
    padding-top: 2px;
    font-size: 0.9em;
    font-weight: bold;
}

#onglet li:hover, #ss-onglet li:hover {
    border: 1px solid #003c6e;
    border-bottom: 1px solid #b2dafa;
}
#onglet a:hover, #ss-onglet a:hover {
    background: #fff;
    color: #000;
}

ul#onglet li.todo
{
    border: 1px solid #f00;
    border-bottom: 1px solid #b2dafa;
}

#onglet-contenu {
	border:1px solid #003c6e;
	padding:8px;
	margin-bottom:10px;
	/*background: #fff;*/
}

#ssonglet-contenu {
	border-top:1px solid #003c6e;

	padding:8px;
	margin:0px;
	margin-left:-8px;
	margin-right:-8px;
	margin-bottom:-8px;
}


/**
* Style des tableau de referentiel
*/

table.liste-ref
{
    width:100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
table.liste-ref caption
{
    display : none;
}
table.liste-ref td
{
    font-size: 0.8em;
}
thead .entete-tab th
{
    border-top:1px solid #7495B0;
    border-bottom:1px solid #7495B0;
    background: #fff url('/img/commun/fonddegrade-haut.png') repeat-x 0 -10px;
    color: #000;
    line-height: 22px;
}
td.td-picto
{
    width:20px;
    text-align: center;
}

tr.tr-pair
{
    background-color: #fff;
    border-bottom: 1px solid #b2dafa;
}
tr.tr-impair
{
    background-color: #f0f9ff;
    border-bottom: 1px solid #b2dafa;

}
tr.tr-impair:hover, tr.tr-pair:hover
{
    border-bottom: 1px solid #7495B0;
}

a.lien-tri
{
    margin: 0px;
    padding: 0px;
}

div.outils-haut
{
    text-align: right;
    margin-bottom: 5px;
    font-size: 0.8em;
}

/**
 * Tableau de resultat
 */
table.liste-resultat tr
{
    height: 38px;
}
table.liste-resultat th span, table.liste-dip th span
{
    display: block;
    clear: both;
}
/**
 * Tableau de mon compte
 */
.tab-profil {
	padding: 5px;
	padding-top: 10px;
	margin: 0px;
	margin-bottom: 10px;
	width : 100%;
	font-size: 1em;
	border: 1px solid #7495B0;
	background-color: #f0f9ff;

}
caption.tab-profil-caption {
	width: 300px;
	background-color : #FFFFFF;
	margin: 10px;
	margin-bottom: -1px !important;
	margin-bottom: -2px;
	padding: 3px;
	font-weight: bold;
	font-size: 1.1em;
}
.tab-profil th {
	font-weight: bold;
	width: 250px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.tab-profil td {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.tab-profil tr {
	height: 15px;
	vertical-align:top;
}
.tab-profil tr.espace-bas {
	height: 30px;
	vertical-align:top;
}
tr.espace-bas td, tr.espace-bas th
{
    padding-bottom: 2px;
}
/**
 * style pour le picto du datepicker
 */
img.ui-datepicker-trigger
{
    padding-top: 0px;
    margin-left: 2px;
    margin-bottom: -2px;
}



/**
 * Style pour les tableau de recapt
 */

td.commentaire
{
    text-align: justify;
    margin: 10px;
}

td.commentaire div
{
    padding: 7px;
    overflow: auto;
    max-height: 150px;
    width: 600px;
    border: 1px solid #b2dafa;
    background-color: #fff;
}

caption.tab-recap-caption {
	width: 300px;
	background-color : #FFFFFF;
	margin: 10px;
	margin-bottom: -1px !important;
	margin-bottom: -2px;
	padding: 3px;
	font-weight: bold;
	font-size: 1em;
}

.centre
{
    text-align: center;
}
.droite
{
    text-align: right;
}
.gauche
{
    text-align: left;
}


/**
 * Legende
 */
#legende
{
    display: none;
    padding: 5px;
	border: 1px solid #7495B0;
	background: #fff url('/img/commun/fonddegrade-haut.png') repeat-x top;
}
#legende ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
#legende ul li
{
    margin-left: 15px;
    list-style: none;
}
#legende ul li img
{
    margin-right: 5px;
}

span.radio-list *
{
    display: inline;
    float: none;
}
span.radio-list label
{
     margin-right: 20px;
}


div.login_accueil
{
    margin-left:20%;
    width: 500px;
}
div.login_accueil label
{
    width: 200px;
}

hr.tdb
{
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    border: 0px;
    border-top: 1px solid #7495B0;
}


p.lien-print-pdf
{
    float: right;
}