<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

/***********************************************/
/* ma_page_style.css                           */
/***********************************************/


/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body
{
    background-color : #D8C2AD;
    font-family : Verdana, Sans-serif;
    color : #000000;
	margin-top: 0;
	margin-left: 0;
    text-align : center;
}

#tout
{
    font-size : 10pt;
	border : 2px solid #808080;
    background-color: #FFFFFF;
    width : 800px;
    text-align : left;
	position : relative;
	margin : 10px auto;
}

#barre1
{
    font-size : 14pt;
	font-style: italic;
	border : 0;
	height : 80px;
    background-color: #FFFFFF;
	padding : 10px;
	margin : 0;
}

#logo
{
	text-align: right;
	width: 100%;
	padding-bottom: 20px;
}

#titre_page
{
	background-color: #FFFFFF;
	color: #808080;
	border: 1px solid #808080;
	padding: 2px 5px 2px 5px;
}

#barre2
{
	border-top : 1px solid #808080;
	border-bottom : 1px solid #808080;
    background-color: #D8C2AD;
	padding : 5px 0px;
	margin : 0;
}

#page
{
	border : 0;
    background-color: #FFFFFF;
	padding : 10px;
	margin : 0;
}

/***********************************************/


/***********************************************/
/* Liens hypertexte et ancres par défaut       */
/***********************************************/

a{
    color: #97BE0D;
    text-decoration: none;
}

a:link{
    color: #97BE0D;
    text-decoration: none;
}

a:active
{
    text-decoration : none;
    color : #97BE0D;
}

a:visited{
    color: #97BE0D;
    text-decoration: none;
}

a:hover{
    color: #97BE0D;
    text-decoration: underline;
}

/***********************************************/

/***********************************************/
/* Tableaux par défaut                         */
/***********************************************/

table
{
    font-family : Verdana, Sans-serif;
    font-size : 10pt;
    margin : 0;
    padding : 0;
}

td
{
    font-size : 10pt;
	text-align : left;
}

/***********************************************/


/************************************************/
/* Styles des liens de la barre de menu */
/************************************************/

.bloc_menu
{
	display : inline;
    border-right : 1px solid #808080;
    background-color:  #808080;
    font-weight: bold;
    padding : 5px 15px 5px 15px;
	margin : 0;
    color: #FFFFFF;
    font-size : 10pt;
	text-decoration : none;
}

a.lien_menu:link
{
	display : inline;
    border-right : 1px solid #808080;
    background-color: #D8C2AD;
    font-weight: bold;
    padding : 5px 15px 5px 15px;
	margin : 0;
    color: #808080;
    font-size : 10pt;
	text-decoration : none;
}

a.lien_menu:visited
{
	display : inline;
    border-right : 1px solid #808080;
    background-color: #D8C2AD;
    font-weight: bold;
    padding : 5px 15px 5px 15px;
	margin : 0;
    color: #808080;
    font-size : 10pt;
	text-decoration : none;
}

a.lien_menu:active
{
	display : inline;
    border-right : 1px solid #808080;
    background-color: #D8C2AD;
    font-weight: bold;
    padding : 5px 15px 5px 15px;
	margin : 0;
    color: #808080;
    font-size : 10pt;
	text-decoration : none;
}

a.lien_menu:hover
{
	display : inline;
    border-right : 1px solid #808080;
    background-color:  #FFFFFF;
    font-weight: bold;
    padding : 5px 15px 5px 15px;
	margin : 0;
    color: #D8A26C;
    font-size : 10pt;
	text-decoration : none;
}

/***********************************************/


/***********************************************/
/* Styles des listes */
/***********************************************/

ul, ol
{
    margin-left : 20px;
	padding-left : 20px;
	margin-right : 0;
	margin-bottom : 0;
}

/***********************************************/


/***********************************************/
/* Styles des titres */
/***********************************************/

h1
{
    color : #D8A26C;
    font-weight : bold;
    font-size : 14pt;
}

h2
{
	color : #808080;
    font-weight : bold;
    font-size : 12pt;
}

h3
{
    font-weight : normal;
    font-size : 10pt;
	text-decoration : underline;
}

/***********************************************/


/***********************************************/
/* Texte */
/***********************************************/

.texte_petit
{
    font-size : 8pt;
}

.texte_grand
{
    font-size : 12pt;
}

blockquote
{
	margin-left : 20px;
	margin-right : 0;
	margin-bottom : 0;
}

/***********************************************/
</pre></body></html>