/******************************************************************************
    Général
******************************************************************************/

* {
    line-height: 1.2;
}

body {
    font-family: sans-serif;
    font-size: 13px;
}

p, ul, ol, dl {
    margin: 0.5em 0;
}

sup { vertical-align: super; }
sub { vertical-align: sub; }
sup, sub { font-size: 65%; }

a { 
	text-decoration: none;
	font-weight:bold;
	}

/******************************************************************************
    Titres
******************************************************************************/

h1, h2, h3 { font-size: 1.25em; font-weight: bold; margin: 0.75em 0; color:#23799F}
h2 {color:#CC071E;}

h1 {
	font-size : 2em;
	font-weight : normal;
	}

h1 { margin-top: 1.5em; }
h2, h3 { font-size:1.1em;}
h3 { font-weight: bold; }


/******************************************************************************
    Abbréviations
******************************************************************************/

abbr, acronym, .abbr {
    border-bottom: 1px dotted black;
    cursor: help;
}


a[title] {
    cursor: pointer;
}


/******************************************************************************
    Mise en évidence
******************************************************************************/

b, strong {
    font-weight: bold;
}

i, em/*, *[lang|=en]*/, cite {
    font-style: italic;
}

*[lang|=en] *[lang|=fr], *[lang|=fr] *[lang|=en] {
    font-style: italic;
}

/******************************************************************************
    Code
******************************************************************************/

code {
    font-family: monospace;
    border: 1px solid silver;
    background: #ffffdd;
}

/******************************************************************************
    Listes
******************************************************************************/

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

li {
    margin-left: 1.8em;
}

/******************************************************************************
    Citations
******************************************************************************/

q {
    font-style: italic;
    /*border-bottom: 1px dotted black;*/
}

blockquote {
    border-bottom: 0;
    border-left: 1px dotted black;
    margin-left: 1em;
    padding: 0 0.5em;
}

blockquote[title] {
    border-bottom: 0;
    border-left: 1px dotted black;
    margin-left: 1em;
    padding: 0 0.5em;
}

/******************************************************************************
    Tableaux
******************************************************************************/

table {
    border-collapse: collapse;
    margin-top: 0.5em;
}

th, td {
    padding: 0.25em 0.5em;
/*    border: 1px solid black;*/
    vertical-align: top;
}

th {
    font-weight: bold;
}

thead th {
    text-align: center;
}

table thead, table tbody, table tfoot {
/*    border: 2px solid black;*/
}

table ol, table ul {
    margin: 0;
}

table li {
    margin-left: 1em;
}

caption {
    font-weight: bold;
    padding: 0 0 0.5em 1em;
    caption-side: top;
    color: #d7071e;
    font-size: 14px;
}

tbody th {
    text-align: left;
}



td.number {
    text-align: right;
}

.highlight {
    background: #fffabc;
    border: 1px solid silver;
    padding: 0.5em;
}

.info {
    background: #dddfff;
    border: 1px solid silver;
    padding: 0.5em;
}

div.error {
    background: #ffbbbb;
    border: 1px solid silver;
    padding: 0.5em;
}
/******************************************************************************
    Tableaux page Fondements
******************************************************************************/
table.tabtemplate1 *, table.tabtemplate2 * {
    border: 0;
}
table.tabtemplate1 thead{
  border-top: 1px solid #257aa0;
  border-bottom: 1px solid #257aa0;
}

.tabtemplate1 th, .tabtemplate2 th{
   background-color: #e8ebed;
}
.bordot td{
  border-bottom: 1px dotted #257aa0;
}
.bordplein td{
  border-bottom: 1px solid #257aa0;
}

.tabtemplate2 td, .tabtemplate2 th{
  border: 1px solid #257aa0;
}
/******************************************************************************
    Spécifique au site
******************************************************************************/
div.clearer {
    clear: both;
}
div.clearer hr {
    display: none;
}
table.details {
    width: 100%;
}
.details th {
    width: 11em;
}

table {
    width: 100%;
}

th.format {
    width: 7em;
}

th.taille {
    width: 5em;
}


/******************************************************************************
    Tableau de coordonnées
******************************************************************************/

table.coordonnees * {
    border: 0;
}
table.coordonnees {
    width: 100%;
}
table.coordonnees tbody th {
    width: 6em;
}

.evidence {
    font-weight: bold;
}

.retour {
		font-weight:bold;
}

.center {
	text-align : center;
	}
.indent2 {
	padding-left:2em;
	}
.pdf {
	position: relative;
	width:60%;
	margin : auto;
	background: #E8EBED;
	padding : 1em;
	border : 1px solid #a7a9ac;
	text-align : center;
}