@charset "iso-8859-1";

.champs
{
	font-family : Garamond;
	font-size : 11pt;
	color : #34344e;
	font-weight : bold;
	text-align : right;
}

.texte
{
	font-family : Garamond;
	font-size : 11pt;
	color : #34344e;
	text-align : left;
}

.petittexte
{
	font-family : Garamond;
	font-size : 9pt;
	color : #34344e;
	text-align : left;
}

.petittexte2
{
	font-family : Garamond;
	font-size : 11pt;
	color : #34344e;
	text-align : left;
}

.erreur
{
	font-family : Garamond;
	font-size : 11pt;
	color : #FF0000;
	text-align : left;
}

.titrepage
{
	font-family : Arial, Garamond;
	font-size : 14pt;
	color : #ffffff;
	text-align : center;
}

.titre1
{
	font-family : Garamond, Arial;
	font-size : 11pt;
	color : #454661;
    font-weight : bold;
	text-align : center;
}

.titre2
{
	font-family : Garamond, Arial;
	font-size : 12pt;
	color : #ffffff;
    font-weight : bold;
	text-align : center;
}

.titre3
{
	font-family : Garamond, Arial;
	font-size : 12pt;
	color : #ffffff;
    font-weight : bold;
	text-align : left;
}

.titreintro
{
	font-family : Arial;
	font-size : 11pt;
	color : #505270;
	text-align : center;
}

.menuprincipal
{
	font-family : Garamond;
	font-size : 12pt;
	color : #CBC19A;
	font-weight : bold;
	text-align : right;
}

a:link, a:visited, a:active
{
	text-decoration: none;
	font-family : Garamond;
	font-size : 11pt;
	color : #34344E;
	font-weight : normal;
	text-align : left;
}

a:hover, a:visited:hover
{
	text-decoration: underline;
	font-family : Garamond;
	font-size : 11pt;
	color : #34344E;
	font-weight : normal;
	text-align : left;
}

.hidden
{
	position: relative;
	visibility:hidden;
	font-family : Garamond;
	font-size : 11pt;
	color : #000000;
	text-align : center;
}

.visible
{
	position: relative;
	visibility:visible;
	font-family : Garamond;
	font-size : 11pt;
	color : #000000;
	text-align : center;
}