
/*
************************************************************
*                                                          *
*                                                          *
*   Définition des styles                                  *
*                                                          *
*     Comment le transférer dans le fichier                *
*     styles.css                                           *
*                                                          *
*                                                          *
************************************************************
*/    


/*
******************************************
*                                        *
*   Définition des styles généraux       *
*                                        *
******************************************
*/

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body, html {
	/* format du fond de page */

	/*padding: 5px 5px 5px 5px;*/

	background-color: #ddd0e2;

	font-family: Ubuntu, Verdana, sans-serif;
	font-size: 11pt;
	text-align: center;
}


h1{
	font-size: 40px;
	text-align: center;

}
h2{
	font-size: 30px;

}


.main_page {
	position: relative;
	display: table;

	/*width: 800px;*/

	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;

	border-width: 2px;
	border-color: #212738;
	/*border-style: solid;*/

	/*background-color: #FFFFFF;*/

	text-align: center;
}


footer {
	height: 100px;
	/*padding: 10px 20px;*/
	background: #000000;
	color: white;
}
/*
******************************************
*                                        *
*   Définition des styles header         *
*                                        *
******************************************
*/

div.page_header {
	width: 100%;
	/*background-color: #03f740;*/
}

/*div.page_header span {
margin: 15px 0px 0px 50px;

font-size: 180%;
font-weight: bold;
}*/

div.page_header img {
	margin: 0px 30px 0px 0px;
	border: 0px 0px 0px;
}

/*  div.banner {
padding: 9px 6px 9px 6px;
background-color: #E9510E;
color: #FFFFFF;
font-weight: bold;
font-size: 112%;
text-align: center;
position: absolute;
left: 40%;
bottom: 30px;
width: 20%;
}
*/

div.section_header {
	position: relative;
	padding: 20px 20px 20px 20px;
	/*border: double;*/
	font-weight: bold;
	font-size: 112%;

	text-align: center;
}
div.section_special {
	/*position: relative;*/
	padding: 10px 10px 10px 10px;
	/*border: double;*/
	background-color: #0533b2;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20;

	text-align: center;
}

div.section_header_grey {
	height: !important;
	background-color: #9F9386;
}


/*
******************************************
*                                        *
*   Définition des styles table des      *
*     matières                           *
******************************************
*/

div.table_of_contents {
	clear: left;

	min-width: 200px;

	margin: 3px 3px 3px 3px;

	background-color: #FFFFFF;

	text-align: left;
}

div.table_of_contents_item {
	clear: left;

	width: 100%;

	margin: 4px 0px 0px 0px;

	background-color: #FFFFFF;

	color: #000000;
	text-align: left;
}

div.table_of_contents_item a {
	margin: 6px 0px 0px 6px;
}


div.table_of_contents_item a,
div.content_section_text a {
	text-decoration: none;
	font-weight: bold;
}

div.table_of_contents_item a:link,
div.table_of_contents_item a:visited,
div.table_of_contents_item a:active {
	color: #000000;
}

div.table_of_contents_item a:hover {
	background-color: #000000;

	color: #FFFFFF;
}

/*
******************************************
*                                        *
*   Définition des styles sections       *
*                                        *
******************************************
*/

div.content_section {
	margin: 3px 3px 3px 3px;
}

div.content_section_text {
	padding: 4px 8px 4px 8px;
	/*width: 800px;
	/*color: #000000;*/
	font-size: 100%;
}

div.content_section_text pre {
	margin: 8px 0px 8px 0px;
	padding: 8px 8px 8px 8px;

	border-width: 1px;
	border-style: dotted;
	border-color: #000000;

	font-style: italic;
}

div.content_section_text p {
	margin-bottom: 6px;
}
div.content_section_text ul, 
div.content_section_text li {
	padding: 4px 8px 4px 16px;
}


/*
.floating_element {
position: relative;
float: left;
}
*/
div.content_section_text a:link,

div.content_section_text a:active {

	color: #000000;
}

div.content_section_text a:visited,
{
	color: #3e3eff;
}

div.content_section_text a:hover {
	color: #ff6123;
}

