@charset "utf-8";

/*

bleu : rgb(0,123,231)
orange : rgb(255,140,0)
orange foncé : rgb(168,87,0)


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

html {
margin: 0;
padding: 0;
}


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

/*Boîtes*/



#navigation {
    border-color: grey;
    background-color:rgb(0,123,231);
    border-style: solid;
	border-width: 0 0 0 0;
    position: absolute;
    top: 0;
    left:0;
    /*padding: 30px 10px 0 20px;*/
    height:500px;
    /*margin-right: 600px;*/
	box-shadow: 0 0 5px 5px grey;
    
}

#liens-navigation {
    padding: 30px 10px 0 20px;    
}

#conteneur {
    padding: 0 20px 0 180px;
    /*margin: 0 20px 0 180px;*/
    position: relative;
    top: 0;
}

#corps	{
	padding: 0 20px 0 0;
	/*width:100%;*/
	}


/*TAGS HTML*/

h1, h2, h3, h4
	{
	color:black;
	border-color: rgb(255,140,0);
	}
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;
}
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: 12px;
	text-align: justify;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:visited  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: rgb(0,123,231);
}

a:hover {
	text-decoration: underline;
}

#navigation a, #navigation a:visited
{
font-size: 18px;
/*color: rgb(255,140,0);*/
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;
}


/*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;}

.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;
}

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