/* Mise en page CSS du site pour l'affichage ecran */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color:#FFFFFF;
	color: #444444;
}

img {
	border: 0 none;
}

abbr, acronym {
	border-bottom: 1px dotted #BCB892;
	cursor: auto;
}

h1 {
	font-size: 1em;
	color: #3A62A6;
	background-image: url(../images/filet-h1.gif);
	background-repeat: no-repeat;
	background-position: -2px 0;
	width: 574px;
	height: 20px;
	line-height: 1.2em;
	margin: 30px 0 0 0;
	padding: 0 0 5px 0;
}

h2 {
	font-size: 1em;
	color: #444444;
	background-image:url(../../images/etoile.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	margin-top: 20px;
}

h3 {
	font-size: 1.1em;
	margin: 10px 0 10px 0px;
	padding: 0;
	color: #4D4C48;
}
h4 {
	font-size: 1em;
	color: #3A62A6;
	background-image: url(../images/filet-h4.gif);
	background-repeat: no-repeat;
	background-position: -2px 0;
	width: 300px;
	height: 20px;
	line-height: 1.2em;
	margin: 30px 0 0 0;
	padding: 0 0 5px 0;
}
h5 {
	font-size: 1em;
	color: #444444;
	background-image:url(../../images/etoile2.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	margin-top: 20px;
}

p {
	text-align: justify;
	margin: 0 0 14px 0;
}

a {
	text-decoration: none;
	/*color:#333333;*/
	color: #3A62A6;
}

a:hover {
	text-decoration: underline;
}

ul, li {
	list-style-type: none;
	margin: 0;
	padding-top: 0px;
}

*>ul, li {
	padding-top: 2px;
}

ol {
	list-style-type: none;
	margin: 0;
	padding-left: 35px;
	padding-right: 20px;
	text-align: justify;
}

/* //////////////////////////////////////////////////////// GESTION DES DIV ////////////////////////////////////////////////////// */

div#container {
	position: relative;
	width: 955px;
	margin-left: auto;
	margin-right:auto;
	margin-top: 0px;
	text-align: left; /* pour rétablir l'alignement du texte suite au bug IE (cf. style div Body) */
}

div#contenu {
	position: relative;
	float: left;
	width: 955px;
	text-align: left;
	background-color:#FFFFFF;
	/*top: 16px;*/
}

div#contenu-home {
	position: relative;
	float: left;
	width: 955px;
	text-align: left;
	background-color:#FFFFFF;
}

div#header-home {
	position: relative;
	width: 955px;
	height: 82px;
	padding-top: 7px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/1pix-bleu.gif);
	background-repeat: repeat-x;
}

div#header {
	position: relative;
	width: 955px;
	height: 52px;
	padding-top: 7px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/1pix-bleu.gif);
	background-repeat: repeat-x;
}

div#animation {
	position: relative;
	float: left;
	height: 80px;
	padding: 2px 0 0 210px;
	background-image: url(../images/home/logo-haut.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

div#animation-int {
	position: relative;
	width: 410px;
	float: left;
	height: 52px;
	padding: 0 0 0 140px;
	margin: 0px;
	background-image: url(../images/logo-haut.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

div#meta-nav, div#meta-nav-int {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	color:#585840;
	font-size: 0.7em;
	float: right;
	width: 265px;
}

div#meta-nav ul {
	display: block;
	height: 40px;
	text-align:left;
	padding-top: 35px;
	padding-left: 1px;
	list-style: none;
	background-image: url(../images/fd-meta-nav.gif);
	background-repeat:repeat-x;
}

div#meta-nav-int ul {
	display: block;
	height: 12px;
	text-align:left;
	padding-top: 18px;
	padding-left: 1px;
	list-style: none;
	background-image: url(../images/fd-meta-nav.gif);
	background-repeat:repeat-x;
	background-position: 0 -5px;
}

div#meta-nav li, div#meta-nav-int li {
	display: inline;
	position:relative;
	width: 80px;
	float:left;
	list-style: none;
	text-align: left;
	padding-left: 8px;
}

div#metanav li a:link, div#metanav li a:visited, div#metanav-int li a:link, div#metanav-int li a:visited {
	text-align: right;
	color:#585840;
}

div#metanav li>a:link, div#metanav li>a:visited, div#metanav-int li>a:link, div#metanav-int li>a:visited {
	padding-top: 5px;
}

div#metanav li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color:#585840;
}

div#navigation {
	width: 955px;
	position: relative;
	float: left;
	background-image: url(../images/home/fd-nav.gif);
	background-repeat: no-repeat;
	height: 20px;
	background-color: #D6D6D6;
}

div#navigation-int {
	width: 955px;
	position: relative;
	float: left;
	background-image: url(../images/fd-nav.gif);
	background-repeat: no-repeat;
	height: 22px;
	background-color: #CACACA;
}

div#mainnav {
	position: relative;
	float: left;
	text-align: left;
	padding-left: 265px;
	padding-top: 2px;
}

*>div#mainnav {
	padding-left: 230px;
}

div#mainnav-int {
	position: relative;
	float: left;
	text-align: left;
	padding-left: 170px;
	padding-top: 2px;
}

*>div#mainnav-int {
	padding-left: 130px;
}

div#mainnav ul, div#mainnav li, div#mainnav-int ul, div#mainnav-int li {
	display: inline;
	list-style-image: none;
	color:#333333;
}

div#mainnav li a:link, div#mainnav li a:visited, div#mainnav-int li a:link, div#mainnav-int li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.85em;
	color: #333333;
	text-align:center;
	padding: 0 10px 0 10px;
	margin-left: 0px;
	margin-right: 2px;
}

div#mainnav li a:hover, div#mainnav-int li a:hover {
	text-decoration: none;
	color:#FFFFFF;
	background-color:#F07D08;
	height: 14px;
	padding: 0 10px 0 10px;
	margin-right: 2px;
	overflow:hidden;
}

div#retour-accueil {
	font-size: 0em;
	color:#FFFFFF;
	width: 200px;	
	height: 73px;
	text-align:left;
	position: absolute;
	background-image: url(../images/retour-accueil.gif);
	background-repeat: no-repeat;
	float: left;
	overflow:hidden;
	z-index: 300;
	margin-left:-550px;
	padding:0;
}

div#retour_fr {
	font-size: 0em;
	color:#FFFFFF;
	width: 200px;	
	height: 73px;
	text-align:left;
	position: absolute;
	background-image: url(../images/retour-accueil.gif);
	background-repeat: no-repeat;
	float: left;
	overflow:hidden;
	z-index: 300;
	margin-left:-550px;
	padding:0;
}

div#retour_de {
	font-size: 0em;
	color:#FFFFFF;
	width: 200px;	
	height: 73px;
	text-align:left;
	position: absolute;
	background-image: url(../images/retour-accueil-D.gif);
	background-repeat: no-repeat;
	float: left;
	overflow:hidden;
	z-index: 300;
	margin-left:-550px;
	padding:0;
}

div#retour_ca {
	font-size: 0em;
	color:#FFFFFF;
	width: 200px;	
	height: 73px;
	text-align:left;
	position: absolute;
	background-image: url(../images/retour-accueil-CA.gif);
	background-repeat: no-repeat;
	float: left;
	overflow:hidden;
	z-index: 300;
	margin-left:-550px;
	padding:0;
}

div#retour_en {
	font-size: 0em;
	color:#FFFFFF;
	width: 200px;	
	height: 73px;
	text-align:left;
	position: absolute;
	background-image: url(../images/retour-accueil-GB.gif);
	background-repeat: no-repeat;
	float: left;
	overflow:hidden;
	z-index: 300;
	margin-left:-550px;
	padding:0;
}

div#retour_it {
	font-size: 0em;
	color:#FFFFFF;
	width: 200px;	
	height: 73px;
	text-align:left;
	position: absolute;
	background-image: url(../images/retour-accueil-IT.gif);
	background-repeat: no-repeat;
	float: left;
	overflow:hidden;
	z-index: 300;
	margin-left:-550px;
	padding:0;
}

*>div#retour-accueil, *>div#retour_de, *>div#retour_ca, *>div#retour_fr, *>div#retour_it, *>div#retour_en {
	margin-left:0px;
}

div#retour-accueil li, div#retour_de li, div#retour_fr li, div#retour_ca li, div#retour_it li, div#retour_en li {
	font-size: 0em;
	margin: 0;
 	padding: 0;
	list-style: none;
	position: absolute;
	display:inline;
}

div#retour-accueil a, div#retour_de a, div#retour_ca a, div#retour_fr a, div#retour_it a, div#retour_en a {
	height: 73px;
	font-size: 0em;
	text-decoration: none;
	margin-top:0px;
	display: block;
	color: #D6D6D6;
}

div#acces-langues {
	font-size: 0em;
	width: 90px;
	margin-top: 2px;
	height: 14px;
	text-align:left;
	color: #D6D6D6;
	position: relative ;
	background-image:url(../images/drapeaux.gif);
	background-repeat: no-repeat;
	float: right;
	overflow:hidden;
}

div#acces-langues li {
	font-size: 0em;
	margin: 0;
 	padding: 0;
	list-style: none;
	position: absolute;
	display:inline;
}

div#acces-langues a {
	height: 14px;
	font-size: 0em;
	text-decoration: none;
	margin-top:0px;
	display: block;
	color: #D6D6D6;
}

div#interieur {
	font-family: Arial, Helvetica, sans-serif;
	width: 955px;
	height: 330px;
	background-image:url(../../images/fd-home.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: left;
	text-align: left;
}

div#anim-principale {
	position: relative;
	float: left;
	background-image: url(../images/home/fd-animation.jpg);
	background-repeat: no-repeat;
	height: 377px;
	width: 694px;
}

div#visuel-principal {
	position: relative;
	float: left;
	height: 100px;
	width: 955px;
}

div#editorial {
	width: 246px;  /* 261*/
	height: 357px; /* 377*/
	text-align:left;
	background-image: url(../images/home/fd-edito.gif);
	background-repeat: no-repeat;
	position: relative;
	float: right;
	padding-top: 20px;
	padding-left: 15px;
	font-size: 0.9em;
}

#edito {
	overflow: hidden;
	width: 220px;
	clip: rect(120px 220px 277px 0px);
	position: absolute;
	text-align:justify;
	left: 16px;
	top: 0px;
	margin-top: 10px;
	line-height: 1.5em;
}

#encart{
	/*position:relative;*/
	width: 560px;
	/*float: left;*/
	text-align:justify;
	padding: 10px;
	/*line-height: 1.5em;*/
	background-color:#D8D8D8;
	margin: 2px 0px 20px 0px;
}

#signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	position: relative;
	float: right;
	text-align: right;
	right: 25px;
	margin-top: 186px;
}

*>#signature {
	margin-top: 186px;

}

div#entrees{
	width: 955px;
	height:122px;
	position: relative;
	float: left;
	top: -1px;
	background-color: #D2D2D2;
	background-image: url(../images/home/fd-entrees.gif);
	background-repeat: no-repeat;
}

div#entrees ul, div#entrees li{
	list-style:none;
	display: inline;
	margin: 0px;
	padding: 10px;
}

*>div#entrees{
	margin-top: 49px;
}

#qui {
	position:relative;
	top: 2px;
	float:left;
	left: 14px;
	width: 302px;
	height: 100px;
	text-align:justify;
	font-size: 0.85em;
	line-height: 1.2em;
}

#actions {
	position:relative;
	top: 2px;
	float:left;
	left: 28px;
	width: 304px;
	text-align:justify;
	font-size: 0.85em;
	line-height: 1.2em;
}

*>#actions {
	left: 38px;
	width: 302px;
	overflow:visible;
}

#qui a {
	text-decoration: underline;
	/*font-size: 0.85em;*/
}

#actions a{
	text-decoration: underline;
	font-size: 0.85em;
}

#fiches {
	position:relative;
	top: -5px;
	float:left;
	text-align: center;
	left: 30px;
	width: 250px;
	height: 105px;
	overflow: hidden;
}

*>#fiches {
	overflow: visible;
}

#fiches ul, #fiches li {
	text-align: center;
	display: block;
}

#logos {
	position:relative;
	background-color:#FFFFFF;
	float:left;
	top: 20px;
	width: 252px;
	height: 120px;
	margin: -5px;
	text-align: center;
}

*>#logos {
	margin: -10px;
}


div#ariane {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	top: 10px;
	padding-right: 5px;
	color: #F17909;
	height: 30px;
}

div#ariane a:link, div#ariane a:visited{
	text-decoration: none;
	color: #F17909;
}

div#ariane a:hover{
	text-decoration: underline;
	color: #F17909;
}

div#zone-texte {
	position:relative;
	float: left;
	top: 14px;
	left: 75px;
	width: 575px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: justify;
}

div#services {
	position:relative;
	float: left;
	padding-top: 14px;
	height:70px;
	width: 575px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:right;
	color: #ED7908;
}

div#services ul, div#services li{
	display:inline;
	padding-left: 25px;
}

div#services a{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #ED7908;
	text-decoration:underline;
}

div#services a:hover{
	text-decoration: none;
}

div#zone-image {
	position:relative;
	float: right;
	top: 14px;
	width: 232px;
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/fd-zone-image.gif);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 0.8em;
	text-align: justify;
	color:#333333;
	background-color:#D8D8D8;
	padding: 16px 10px 20px 10px;
}

div#zone-image p{
	padding: 5px 0 0 0;
	margin: 0px;
}

div#footer {
	position: relative;
	float: left;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 0.7em;
	height: 30px;
	padding-top: 5px;
	width: 955px;
	color: #99CCCC;
	background-color: #3A62A6;
}

div#footer a {
	color: #99CCCC;
}

div#footer a:hover {
	text-decoration:underline;
}

/* ///////////////////////////////////////////////////// GESTION DES ROLL-OVER /////////////////////////////////////////////////// */

#de {
	left: 58px;
	top: 0px;
	width: 17px;
}

#de a:hover {
	background: transparent url(../images/drapeaux.gif)
               -58px -14px no-repeat;
}

#ca {
	top: 0px;
	left: 19px;
	width: 17px;
}

#ca a:hover {
	background: transparent url(../images/drapeaux.gif)
               -19px -14px no-repeat;
}

#it {
	top: 0px;
	left: 39px;
	width: 17px;
}

#it a:hover {
	background: transparent url(../images/drapeaux.gif)
               -39px -14px no-repeat;
}

#fr {
	top: 0px;
	left:0px;
	width: 17px;
}

#fr a:hover {
	background: transparent url(../images/drapeaux.gif)
               0 -14px no-repeat;
}

#retour {
	top: 0px;
	left:0px;
	width: 123px;
	height: 73px;
}

#retour_fr {
	top: 0px;
	left:0px;
	width: 123px;
	height: 73px;
}

#retour_fr a:hover {
	background: transparent url(../images/retour-accueil.gif)
    	0 -73px no-repeat;
}

#retour_de {
	top: 0px;
	left:0px;
	width: 123px;
	height: 73px;
}

#retour_de a:hover {
	background: transparent url(../images/retour-accueil-D.gif)
    	0 -73px no-repeat;
}

#retour_ca {
	top: 0px;
	left:0px;
	width: 123px;
	height: 73px;
}

#retour_ca a:hover {
	background: transparent url(../images/retour-accueil-CA.gif)
    	0 -73px no-repeat;
}

#retour_en {
	top: 0px;
	left:0px;
	width: 123px;
	height: 73px;
}

#retour_en a:hover {
	background: transparent url(../images/retour-accueil-GB.gif)
    	0 -73px no-repeat;
}

#retour_it {
	top: 0px;
	left:0px;
	width: 123px;
	height: 73px;
}

#retour_it a:hover {
	background: transparent url(../images/retour-accueil-IT.gif)
    	0 -73px no-repeat;
}

/* /////////////////////////////////////////////////////// GESTION DES STYLES ///////////////////////////////////////////////////// */

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	color: #012537;
}

.liste {
	list-style-image:url(../images/etoile2.gif);
	list-style-position: outside;
	padding: 5px 0 20px 40px;
	text-align: left;
}

.liste strong {
	color: #3A62A6;
}

.liste2 {
	padding: 0 0 10px 38px;
	list-style-image: none;
	text-align: left;
}

.liste2 li {
	padding: 3px 0 0px 5px;
	list-style-image: none;
	text-align: left;
}

.txt-bleu {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A62A6;
}


.txt-bleu-home {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A62A6;
	font-size: 0.85em;
}

.lien-bleu {
	font-family: Arial, Helvetica, sans-serif;
	color: #3A62A6;
	text-decoration: underline;
}

.lien-bleu:hover{
	text-decoration: none;
}

.on {
	text-align:center;
	font-style:normal;
	font-size: 0.85em;
	font-weight:normal;
	margin-left: 0px;
	margin-right: 2px;
	text-decoration: none;
	background-color:#F07D08;
	color:#FFFFFF;
	height: 14px;
	padding: 0 10px 0 10px;
	overflow:hidden;
}

.chapeau {
	position: relative;
	float: left;
	top: 6px;
	left: 14px;
	width: 140px;
	text-align:justify;
	color: #444444;
	background-image: none;
	width: 140px;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px;
}

.titre-edito {
	font-size: 0.9em;
	font-weight:bold;
	color: #EC7400;
	padding: 10px 0 0 25px;
}

.signature-edito {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #3A62A6;
}

.fin-edito {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	float:right;
	position: relative;
	text-align: center;
	margin-right: 25px;
	margin-top: 400px;
	height: 10px;
}

*>.fin-edito {
	font-size: 0.8em;
	padding-right: 10px;
}

.posrelative {
position: relative;
}

.liens-entrees {
	position:relative;
	float:right;
	text-align: right;
	color: #3A62A6;
	width: 300px;
}

.liens-entrees a {
	text-decoration: underline;
	color: #3A62A6;
}


.fiche010, .fiche010 li {
	position:relative;
	float:left;
	text-align: center;
	font-size: 0.7em;
	color: #3A62A6;
	line-height: 1em;
	top: 3px;
	left: 12px;
	height: 60px;
}

*>.fiche010 {
	top: 1px;
	left: 16px;
}

.fiche010 a {
	text-align: center;
	text-decoration: underline;
	color: #3A62A6;
	line-height: 1em;
}

.fiche010>a {
	line-height: 0.9em;
}

.fiche020, .fiche020 li {
	position:relative;
	float:right;
	top:4px;
	left: -10px;
	text-align: center;
	font-size: 0.7em;
	color: #3A62A6;
	line-height: 1em;
	height: 60px;
}

*>.fiche020 {
	top: 2px;
	left: 10px;
}

.fiche020 a{
	text-align: center;
	text-decoration: underline;
	color: #3A62A6;
	line-height: 1em;
}
.fiche030, .fiche030 li {
	position: relative;
	float: left;
	text-align: center;
	font-size: 0.7em;
	color: #3A62A6;
	line-height: 1em;
	left: 5px;
	top: -18px;
	height: 40px;
}

*>.fiche030 {
	left: 16px;
	top: -18px;
}

.fiche030 a {
	text-align: center;
	text-decoration: underline;
	color: #3A62A6;
	line-height: 1em;
}

.fiche040 {
	position: relative;
	float: right;
	top: -23px;
	left: -10px;
	text-align: center;
	font-size: 0.7em;
	color: #3A62A6;
	line-height: 1em;
}

*>.fiche040 {
	top: -24px;
	left: 10px;
}

.fiche040 a {
	text-align: center;
	text-decoration: underline;
	color: #3A62A6;
	line-height: 1em;
}

.logo010, .logo010 li {
	position:relative;
	float:left;
	width: 80px;
	top: 10px;
	left: 5px;
}

*>.logo010 {
	left: -30px;
}

.logo020, .logo020 li {
	position:relative;
	float:right;
	width: 80px;
	top: 10px;
	left: -15px;
}

*>.logo020 {
	left: -45px;
}

.logo030, .logo030 li {
	position: relative;
	float: left;
	left: 5px;
	top: 20px;
	width: 80px;
}

*>.logo030 {
	left: -30px;
}

.logo040, .logo040 li {
	position: relative;
	float: right;
	top: 18px;
	left: -15px;
	width: 80px;
}

*>.logo040 {
	left: -45px;
}


.legende {
	/*position: relative;*/
	left: 20px;
	font-size: 0.8em; 
}
.controle {
	margin-left: 100px;
	font-size: 0.8em;
}

.legal {
	padding-left: 80px;
}

.bouton {
	background-color: #EE7900;
	font-size: 0.8em;
	color:#FFFFFF;
	padding: 2px;
	margin-left: 105px;
}

/* /////////////////////////////////////////////////////// GESTION DU PLAN DU SITE ///////////////////////////////////////////////////// */
.rubrique-plan-site	{
	font-size: 1em;
	color: #444444;
	background-image:url(../../images/etoile.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 15px;
	margin-top: 20px;
}

/* /////////////////////////////////////////////////////// GESTION DU PLUG'IN FLASH ///////////////////////////////////////////////////// */

#pasdeflash {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align:center;
	color:#FFFFFF;
	margin-top: 10px;
	padding: 5px;
	line-height: 1.9em;
	background-color:#3A62A6;
}

#pasdeflash a:link, #pasdeflash a:link{
	padding: 2px;
	background-color:#FFFFFF;
	color: #666666;
}

#pasdeflash a:hover{
	text-decoration: underline;
}

#noflashhome{
	width:190px;
	height:52px;
	font-size:0.8em;
	padding:10px 10px 10px 10px;
	background-color:#CCCCCC;
}

/* /////////////////////////////////////////////////////// FORMULAIRE DE CONTACT ///////////////////////////////////////////////////// */

#corpForm {	
	padding: 0em;
	color: black;
	margin: 0;
}
#corpForm fieldset {	
	margin: 0;
	font-style: normal;
	padding: 0 4em 1em;
}
#corpForm legend {	
	font-weight: bold;
	color: black;
}
#corpForm p .spip_form_erreur {	
	padding: .4em 0;
	margin: 0 0 .3em 0;
}
#corpForm fieldset#coordonnees label {	
	float: left;	
	width: 20%;	
	text-align: right;	
	margin: 0;
	padding: 0 .6em 0 0;
	line-height: 1.8;	
}
#corpForm label.oblig {
	font-weight: bold;
}
#corpForm .legend {
	font-size: 0.8em;
	font-style: italic;
	color: #666;
	margin: 0px;
	padding-left: 105px;
}
#validForm {
	text-align: left; 
	padding-left: 145px;
	padding-top: 6px;
}
#validForm input {
	font-size: 0.8em;
	font-weight: bold; 
	margin-left: 1em;
}
.spip_form_erreur {
	color: #EE7900;
	margin-left: 105px;
	font-size: 0.8em;
}
