a{
	color: #10218D;
	text-decoration: none;
}

a:link
{
	color: #10218D;
	text-decoration: none;
}

a:visited
{
	color: #10218D;
	text-decoration: none;
}

a:hover
{
	color: #10218D;
	text-decoration: none;
}


.scroll_espace_client
{
	width: auto;
	height: 235px;
	overflow: auto;
}

.scroll_alias
{
	width: 500px;
	height: 65px;
	overflow: auto;
}

.scroll_stat
{
	width: auto;
	height: 200px;
	overflow: auto;
}

.scroll
{
	width: 690px;
	height: 242px;
	overflow: auto;
}


.webmail_titre
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
}

.webmail_titre A 
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
}

.webmail_titre A:hover 
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
}


.webmail_titre A:link
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;

}

.test
{
	overflow:scroll;
}

.fleche
{
	color: #10218D;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;

}

.fleche A:hover
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;

}

.boxtitle
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: none;
	padding-left: 5px;
}

.box
{
	color: #10218D;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: none;
	padding-left: 2px;

}


.boxtitre
{
	padding-left: 3px;
}


.titre
{
	color: #000000;
	font-family: Tahoma;
	font-size: 18pt;
	font-weight: bold;
}



.coord
{
	padding-left: 10px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 19px;
}


.mem
{
	font-size: 9pt;
}


.white
{
	color: #FFFFFF;
	font-size: 9pt;
	font-weight: bold;

}

.white A
{
	color: #FFFFFF;
	font-size: 9pt;
}

.pied
{
	color: #10218D;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: none;
}


.logo
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
}

.logo A 
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;

}
.logo A:hover 
{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
}


.logo_select
{
	color: #000000;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
}


.classic
{
	color: #10218D;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: none;
}

.classic A
{
	color: #10218D;
	font-size: 10pt;
	font-weight: none;
}


.classic A:hover 
{
	color:#86150F;
}


.cadre_image
{
	border: 1px #000000 solid;
}

.Bouton
{
	color: #FFFFFF;
	background: #10218D;
	border: 0px #000000 solid;
	font-family: Arial;
	font-size: 10pt;
	font-weight: none;
}

.Bouton2
{
	font-family: Arial;
	font-size: 10pt;
}

.Liste
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}

.textbox
{
	background-color : #FFFFFF;
	border: 0px #A5B6BD solid;
	font-family: Arial;
	font-size: 9pt;
	padding-left: 2px;
}


.webmailarea
{
	background-color : #F9FAFB;
	border: 0px #FFFFFF solid;
	font-family: Arial;
	font-size: 9pt;
	padding-left: 7px;

}

.webmailinput
{
	background-color : #F9FAFB;
	border: 1px #10218D solid;
	font-family: Arial;
	font-size: 9pt;
	padding-left: 7px;

}


.textarea
{
	background-color : #FFFFFF;
	border: 0px #A5B6BD solid;
	font-family: Arial;
	font-size: 9pt;
	padding-left: 7px;
}

.Textbox_i
{
	background-color : #D7EAF2;
	border: 0px #000000 solid;
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
}

.boutonlien
{
	background-color: #FFFFFF;
	color: #0000EE;
	font-weight: bold;
	border: none;
	font-size:9pt
}

/* Ces boutons sont présents sur la page sauvegarde.php */
a.boutonspecial {
        display:-moz-inline-box;
        display:inline-block;
        margin:0;
        padding:0;
        font:0.9em Tahoma;        /* Police du bouton */
        white-space:nowrap;
        text-align:center;
        vertical-align:middle;
        cursor:pointer;
        border:0;
        background:none;
        color: white;
        text-decoration: none;
	font-weight:bold;
}

a.boutonspecial span {
        float:left;
        padding:0 0 0 8px;              /* Largeur du côté gauche */
        vertical-align:middle;
        background:url(images/boutons_coin_gauche.png) left top no-repeat;
}
a.boutonspecial span span {
        padding:0 7px 0 0;              /* Largeur du côté droite */
        background:url(images/boutons_coin_droit.png) right top no-repeat;
}
a.boutonspecial span span span {
        height:24px;            /* Hauteur du bouton */
        padding:3 0 0 0;
        line-height:1.5;        /* Alignement vertical du texte */
        background:url(images/boutons_corps.png) left top repeat-x;
}
