﻿/*liste*/

.types
{
    height: auto;
    min-height: 175px;
    _height: 175px; 
	display:block;
	background-color:#fffbe4;
	width:230px;
		 
}

a.liste
{
	
	text-decoration: none;
	background: url(pictures/dons/liste.gif) no-repeat left bottom;
	padding-left: 25px;
	font-size: 10pt;
	color: #000000;
	font-family: verdana;
	font-weight: bolder;
}
a.liste:hover
{
	background: url(pictures/dons/listeselected.gif) no-repeat left bottom;
	padding-left: 25px;
	font-weight: bolder;
	color: dimgray;
}

span.typeseparator
{
	padding:5px 0px 5px 20px;
	font-size:1px;
	display:block;
	height:1px;
	background: url(pictures/dons/listeseparator.gif)  repeat-x left center;
}

/*titre*/
span.title
{
	display:block;
	color: #ffffff;
	font-weight: bold;
	font-size: 11pt;
	padding:0px 3px 8px 3px;
}


/*text*/
 
div.texte
{
	background-color:#fffbe4;
	width:530px;
	vertical-align:top;
	
}
.scrolltext
{
	display:block;
	overflow:hidden; 
	overflow-x: hidden; 
	overflow-y: auto; 
	overflow : -moz-scrollbars-vertical; 
	height: 225px;
	font-size: 9pt;
	color: black;
	font-style: italic;
	font-family: verdana;
	font-weight: bold;	
}
a.etapes
{
	display:block ;
	float:right;
	margin-right:2px;
	font-size: 10pt;
	font-family: verdana;
	font-weight: bolder;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	color: #000000;
	background-color:#fffbe4;
	border:solid 2px #fffbe4;
}
a.etapes:hover
{
	background-color:#842020;
	color:#fffbe4;
	
}

/*formulaire-----------------------------------------*/

 

.form
{
	background-color:#fffbe4;
	width:410px;
	 height: auto;
    min-height: 220px;
    _height: 220px; 
	padding-top: 5px;
	font-size: 8pt;
	font-family: verdana;
	position:relative;
	
}
.form input
{
	font-size: 8pt;
	font-family: verdana;
}
.form select
{
	font-size: 8pt;
	font-family: verdana;
}
 a.etapes2
{
	
	display:inline-block ;
	float:right;
	margin:10px 14px 0px 0px;
	font-size: 10pt;
	font-family: verdana;
	font-weight: bolder;
	padding:0px 10px 0px 10px;
	text-decoration:none;
	color: #000000;
	background-color:#fffbe4;
	border:solid 2px #fffbe4;
}
a.etapes2:hover
{
	background-color:#842020;
	color:#000000;
	
}
.etapepaiement
{
	display:block;
	 
	font-size: 10pt;
	font-family: verdana;
	font-weight: bolder;
	text-decoration:none;
	color: #000000;
	background-color:#fffbe4;
	border:solid 1px #000000;
	cursor:pointer;
	margin-top:10px;
	 
	height:22px;
}

/*convertisseur-----------------------------------------*/
 
.convert
{
	background-color:#ffdada;
	width:115px;
	 height: auto;
    min-height: 220px;
    _height: 220px; 
	padding-top: 5px;
	font-weight: bold;
	font-size: 7pt;
	font-family: verdana;
}
.convert a
{
	color: #490505;
	vertical-align:middle;
	text-decoration:none;
}
/*calendrier----------------------------------------------*/
.calendar
{
	background-color: #FFFBE4;
	
	font-size: 8pt;
	font-family: verdana;
	font-weight: normal;
}
.calendar table.Title
{
	background-color: #5B1313;
	color: White;
	border: none 0px black;
	font-weight: bold;
}

.calendar .Day
{
	border:solid 1px black;
	text-decoration:none;
}

