@charset "utf-8";

/*

bleu : rgb(0,123,231)
orange : rgb(255,140,0)
orange foncé : rgb(168,87,0)
vert Andine : #15F0C4
Bleu Andine : #1369DA


/*Paramètres généraux*/

html {
margin: 0;
padding: 0;
}


body {
margin: 0;
padding: 0;
/*margin-top: 20px;*/
}

/*Boîtes*/

.soustitre {
	font-size: 18px;
	font-weight: normal;
	color:#2593EB;
	font-family: Arial, Helvetica, sans-serif;
 	padding-top: 5px;
}

#navigation {
    border-color: grey;
    background-color: #2593EB;
    border-style: solid;
    border-width: 0 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 0 0 0;
    /*height: 100%;
    min-height: 100vh;
    margin-right: 600px;*/
    box-shadow: 0 0 5px 5px grey;
    width: 100%;
	margin:"0 auto 0 auto";
}

#liens-navigation {
    padding: 20px 0 15px 0;
	max-width:840px;
	margin-left: auto;
    margin-right: auto;
}

#conteneur {
    padding: 0 0 0 0;
    margin: 0 20px 0 180px;
    width: 100%;
    position: relative;
    top: 0;
    margin: auto;
}

#corps {
    padding: 0 0 0 0;
	max-width:840px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

#titre {
    padding-top: 20px;
}

/*TAGS HTML*/

h1, h2, h3, h4
	{
	color:black;
	border-color: #2593EB;
	}
h1 {
	font-size: 22px;
	font-weight: normal;
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	border-bottom-style: solid;
	/*border-style: solid;*/
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	/*border-width:1px;*/
	/*border-bottom-color: rgb(255,140,0);*/
 	/*border-radius: 10px;*/
 	padding-top: 5px;
}
.h2NonSommaire {
	font-size: 18px;
	font-weight: normal;
	border-bottom-style: solid;
	/*border-style: solid;*/
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	/*border-width:1px;*/
	/*border-bottom-color: rgb(255,140,0);*/
 	/*border-radius: 10px;*/
 	padding-top: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#2593EB;
	text-align: left;
}
a, a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: rgb(0,123,231);
}

a:hover {
	text-decoration: underline;
}


#navigation a, #navigation a:visited
{
font-size: 16px;
/*color: rgb(255,140,0);*/
/*color:#2B2F2E;*/
color:white;
/*font-weight:bold;*/
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

ul
{
list-style:square;
}

ul.dialogues
{
list-style:none;
}

.aligngauche
{
text-align:left;
}



/*Styles d�finis*/


.formulaire_obligatoire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #FF0000;
}
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}


.toc {
    /*background-color: #F9F9F9;*/
    border: 1px solid rgb(255,140,0);
    font-size: 95%;
    padding: 5px;
    border-radius: 5px;
	/*box-shadow: 5px 5px 5px 0 grey;*/
    }
    
.toc .toctitle {
    text-align: center;
}

.toc h2 {
    border: medium none;
    display: inline;
    font-size: 100%;
    font-weight: bold;
    padding: 0;
}

.toccontent
{
line-height: 1.5em;
}

.toc .toctoggle {
    font-size: 94%;
}


h2 .retour-sommaire, h3 .retour-sommaire, h4 .retour-sommaire {
    font-size: 67%;
   	float: right;
    margin-left: 5px;
    font-weight:normal;
    /*padding: 5px;*/
    clear:none;
}

.ref
{
line-height: 100%;
margin-top:6px;
margin-bottom:6px;
}

.sommaire-1, .sommaire-2, .sommaire-3, .sommaire-4
{
line-height: 100%;
margin-top:6px;
margin-bottom:6px;
}

.sommaire-2
{
margin-left:12px;
}

.sommaire-3
{
margin-left:24px;
}

.sommaire-4
{
margin-left:36px;
}

#signature {
    font-size: 100%;
   	float: right;
    font-weight:normal;
    /*padding: 5px;*/
    vertical-align:top;
}

#sommaire {
width:50%;
float:left;
}

#texte, #toccontent  {
clear:both;
}

#texte	{
padding-top:20px;
}

.reference{
font-weight:bold;
}

.italique {font-style: italic;}

.gras {font-weight: bold;}

.c-gauche {width:150px; vertical-align:top;}

.titre-fiche {font-weight: bold; color:grey;}

.navigation_photo	{
margin-right:10px;
width:100px;
clear:none;
}

.biblio
{
border-style:solid;
border-width:1px;
border-collapse:collapse;
margin-left:auto; 
margin-right:auto;
width:800px;
}

.biblio td
{
padding:0;
}

.biblio p
{
margin:3px;
}

img
	{
	border:0;
	}


img.gauche
	{
	border:0;
    float: left;
    margin: 0 10px 0 0;
	}


img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
.tableau_donnees
	{
	border-collapse: collapse;
	border: solid 1px grey;
	}

.tableau_donnees td
	{
	text-align:left;
	padding:8px;
	}

.tableau_donnees th
	{
	text-align:center;
	padding:3px;
	}

.alerte {
    border: 1px solid black;
    padding: 10px;
    border-radius: 10px;
	background-color:rgb(219,21,0);
	display: block;
    margin-left: auto;
    margin-right: auto;
	width:600px;
	color:white;
	font-weight:bold;
    }
	
.alerte a, .alerte a:visited
	{
color:white;
	}

.alerte p
	{
	font-size: 14px;
	}
	
.liste-dans-tableau
	{
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	}


.anoter {
    border: 1px solid black;
    padding: 10px;
    /*border-radius: 10px;*/
	background-color:rgb(255,227,137);
	display: block;
    margin-left: auto;
    margin-right: auto;
	width:600px;
    }
	
.source
	{
	font-style: italic;
	font-size: 9px;
	}

.figure
	{
	margin-left:100px;
	font-style: italic;
	font-size: 12px;
	}
	
.blanc
	{
color:white;
	}

.rouge {
	color: #FF0000;
	font-weight: bold;
}


.droite {
	text-align: right;
}

.barre {
	text-decoration: line-through;
}

.petitmenu
{
font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
color:#2593EB;
font-weight: bold;
font-size:16px;
}

.obligatoire
{
font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
color:#2593EB;
font-weight: bold;
/*font-size:16px;*/
}

.temoignage
{
font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
color:#2593EB;
/*font-weight: bold;*/
}

.temoignagemenu
{
font-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
color:#2593EB;
/*background-color: #2593EB;*/
font-weight: bold;

}