/*****************************************/
/*SITE ESF Valloire §  
/*****************************************/
/*
	background:#280000;	--marron fonce--
	background:#670000;	--rouge fonce--
	background:#970000;	--rouge moyen--
	color:#f00;	--rouge vif--
	

	color:#2e64a2;	--bleu moyen--

*/


body 
{ 
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size:12px;
	color:black;
	margin:0;
	padding:0;

}
a
{
	color:#970000; /*rouge moyen*/
	text-decoration:underline;
}
a:hover
{
	color:#f00; /*rouge vif*/
		text-decoration:underline;
}
.mavcontent h1,.mavcontent h2,.mavcontent h3
{
	color:#333;
}
.mavcontent p
{
	color:#333;
}

a.lirelasuite
{
	display:block;
	cursor:pointer;
	margin-top:0.5em;
	background:url(../img/puce-mav.gif) no-repeat left;
	padding-left:10px;
	color:#999;
	text-decoration:none;
}
a:hover.lirelasuite
{
	color:#f00; /*rouge vif*/
	text-decoration:none;
}
h1
{
	font-size:24px;
	line-height:24px;
	color:#2e64a2; /*bleu moyen*/
}

h2
{
}
h3
{
	color:#2e64a2; /*bleu moyen*/
}

/*****************************************/
/*formulaires */
/*****************************************/
form
 {
    margin: 0;
    padding: 0;
    border: none;
}
form em
{
	font-weight:bold;
	color:#c00;
}
form ul
{
	margin:0;
	padding:0;
	margin-top:10px;	
}
form li
{
	list-style:none;
	margin-bottom:0.8em;
}
form input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}


form input.court
{
	width:30px;
}
form input.date
{
	width:70px;
}
form input.medium
{
	width:100px;
}
form .long
{
	width:200px;
}
form fieldset
{
	border:1px solid #ddd;
	padding:10px;
	margin-bottom:10px;
}

/*****************************************/
/*tableau de tarifs */
/*****************************************/
/*table
{
	width:100%;
	font-size:11px;
	border-collapse: collapse;
}
tr
{
	margin:3px 0;
	background:#666;
}

th
{
	background:#b62625;
	color:white;
	font-weight:bold;
	text-align:left;
	padding:3px 10px;
	margin:3px 0;
}
td
{
	background:#666;
	color:white;
	padding:3px 10px;

}

*/
/*Table*/
table{border-collapse: collapse;width: 100%;font-size:11px;border:1px solid #2e64a2;}
td, th{text-align: left; padding: 6px 15px;border:1px solid #2e64a2;}
td{ margin-top: 10px;color:#970000;}
th{background-color: #2e64a2; color:white;font-weight: bold;}
td.prix
{
	text-align:right;
}

