/*****************************************/
/*SITE ESF Saint Francois Longchamp §  
/*****************************************/
/* couleurs utilisees
bleu moyen 		color:#2062AC;	
bleu clair	color:#DBE8F6;
rouge			color:#E63930;
rouge fonce			color:#c33;
*/
BODY 
{ 
	background:white;
	font-family:arial,helvetica,sans-serif; 
	font-size:11px;
}
#body 
{ 
	font-family:arial,helvetica,sans-serif; 
	font-size:11px;
	background:#DBE8F6 url(../img/bg-body.gif) repeat-x top;
	margin:5px;
	padding:0;
}
html.MSIE BODY.removeSelect SELECT
{
	visibility:hidden;
}

A
{
	color:#E63930;/*rouge*/
	text-decoration:none;
}
A:hover
{
	color:#c33;/*rouge*/
	text-decoration:underline;
}
A.current
{
	color:#c33; 
}

P.p1
{
	margin:5px 0px;
	text-align:justify;
}
DIV.p1
{
	margin:5px 0px;
}
.petit
{
	font-size:90%;
}
STRONG
{
	font-weight:bold;
}
EM
{
	font-style:italic;
}

H1
{
	font-size:1.5em;
	font-weight:bold;
	margin:10px 0 4px 0;
	padding:0px;
	color:#2062AC;	/*bleu moyen*/
	background:url(../img/puce.gif) no-repeat left;
	padding-left:15px;
	background-position: 0 0.3em;
}
H2
{
	margin:0px;
	padding:2px 0px;
	font-size:1.3em;
	font-weight:bold;
}
H3
{
	margin:3px 0px;
	padding:0px;
	font-size:1.1em;
	font-weight:bold;
	color:#2062AC;	/*bleu moyen*/
}
H4
{
	margin:0px;
	padding:3px 0px;
	font-size:1em;
	font-weight:bold;
	color:#2062AC;	/*bleu moyen*/
}
H5
{
	margin:0px;
	padding:5px 0px;
	font-size:1em;
	text-align:left;
}
FORM
{
	margin: 0px;
	padding: 0px;
}

SELECT
{
	font-size:10px;
}

.clearboth
{
	clear:both;
	line-height:0px;
	font-size:0px;
	padding:0px;
	margin:0px;
}
.floatleft
{
	float:left;
}
.floatright
{
	float:right;
	text-align:right;
}
.centre
{
	text-align:center;
}

.sstitre
{
	font-weight:bold;
}

.date
{
	font-weight:bold;
}

.letexte
{
	margin:5px 0px;
}


.bloc1
{
	margin:7px 0px;
	padding:0px 5px;
	/*border:1px solid #2062AC;	*/
}
.bloc3
{
	width:500px;
	margin:7px 0px;
	padding:0px 5px;
}
.bloc3 TABLE
{
	width:500px;

}
.bloc3 TEXTAREA
{
	width:350px;
	height:150px;

}


/*****************************************/
/*table de tarifs - */
/*****************************************/
TABLE.t1
{
	background-color:#e5e5e5; /*bleu grise*/
	color:#660000; /*rouge*/
	margin:0px;
	border-collapse:collapse;
	margin-top:20px;
	width:450px;
	font-size: 11px;
}
.t1 TH
{
	font-weight:normal;
	border:1px solid white;
	padding:3px;
}
.t1 TD
{
	padding-left:8px;
	font-weight:bold;
	border:1px solid white;
	padding:3px;
}
.t1 TD.prix
{
	text-align:right;
	padding-right:10px;
}

.t1 TD A
{
	display:block;
	background:url(../img/puce3.gif) no-repeat left;
	padding-left:8px;
	color:#0066AD;
}
.t1 TD A:hover
{
	color:#0066AD;
}
A.reserver
{
	font-weight:bold;
	background:url(../img/puce2.gif) no-repeat left;
	padding-left:8px;
	color:#0066AD;
}
A.reserver:hover
{
	color:#0066AD;
}

