/*****************************************/
/*SITE ELITE - STYLES TEXTE ET LIENS*/
/*****************************************/
/* couleurs utilisees
jaune 				color:#fc0;	
rouge				color:#de0000;
rouge fonce			color:#5a0000;
gris				color:#fce6e6;

*/
BODY 
{ 
	background:white;
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:11px;
}

.fd1
{ 
	background:#5a0000 url(../img/fonds/amiez.jpg) no-repeat top left;
}

.fd2 
{ 
	background:#5a0000 url(../img/fonds/montillet.jpg) no-repeat top left;
}
.fd3
{ 
	background:#5a0000 url(../img/fonds/piccard.jpg) no-repeat top left;
}
.fd4 
{ 
	background:#5a0000 url(../img/fonds/pomagalski.jpg) no-repeat top left;
}
.fd5
{ 
	background:#5a0000 url(../img/fonds/ruby.jpg) no-repeat top left;
}
.fd6
{ 
	background:#5a0000 url(../img/fonds/vidal.jpg) no-repeat top left;
}


html.MSIE BODY.removeSelect SELECT
{
	visibility:hidden;
}

.fdopaque
 {
    background:black;
    opacity : 0.7;
    filter : alpha(opacity=70);
}
TD.label
{
	text-align:right;
	padding-right:5px;
}
.bouton A
{
    display:block;
    float:right;
	background:black url(../img/fleche-bouton.gif) no-repeat left;
	background-position:5px 3px;
	padding:2px 5px 2px 15px;
	color:white;
	margin-top:10px;
}
.bouton A:hover
{
	color:#fc0;
	text-decoration:none;
}

A
{
	color:#f40000;/*rouge*/
	text-decoration:none;
}
A:hover
{
	color:#3e4855;	/*rouge*/
	text-decoration:underline;
}
A.current
{
	color:black; 
}

P.p1
{
	margin:5px 0px;
	text-align:justify;
}
DIV.p1
{
	margin:5px 0px;
}
P.petit
{
	font-size:90%;
}
STRONG
{
	font-weight:bold;
}
EM
{
	font-style:italic;
}

H1
{
	font-size:1.3em;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:4px;
}
H2
{
	margin:0px;
	padding:2px 0px;
	font-size:1.2em;
	font-weight:bold;
}
H3
{
	margin:3px 0px;
	padding:0px;
	font-size:1.1em;
	font-weight:bold;
}
H4
{
	margin:0px;
	padding:3px 0px;
	font-size:1em;
	font-weight:bold;
}
H5
{
	margin:0px;
	padding:5px 0px;
	font-size:1em;
	text-align:left;
}
FORM
{
	margin: 0px;
	padding: 0px;
}

SELECT,INPUT,TEXTAREA
{
	font-size:10px;
	font-family:verdana,arial,helvetica,sans-serif; 
}
INPUT.saisie
{
	width:200px; 
}

.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;
}
.more
{	
	display:block;
	cursor:pointer;
	font-weight:bold;
	background:url(../img/puce.gif) no-repeat left; 
	padding-left:9px;
}
.more.over
{
	text-decoration:underline;
}

.fermer A
{
	display:block;
	font-weight:bold;
	padding-right:20px;
	line-height:18px;
}

.sstitre
{
	font-weight:bold;
}

.date
{
	font-weight:bold;
	color:#cdb49e;
}

.letexte
{
	margin:5px 0px;
}


.bloc1
{
	margin:7px 0px;
	padding:0px 5px;
}

/*****************************************/
/*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;
}

/*****************************************/
/******************NEWS*******************/
/*****************************************/

.news UL 
{
	margin:0px;
	padding:0px;
}
.news LI 
{
	
	font-size:11px;
	line-height:18px;
	text-align:left;
	list-style-type:none;
	font-weight:bold;
 	/*background-image: url(../img/bnews.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;*/
	padding:2px;
	padding-left: 15px;
}

.news .title
{
	padding: 2px;
	padding-left: 15px;
	margin-bottom: 5px;
	background: url(../img/bnews.gif) no-repeat 0px 3px;
}

.news .title-over
{
	background: url(../img/bnews_on.gif) no-repeat 0px 3px;
}

.news TABLE
{
	padding:10px;
	background-color:#eee;
	border:1px solid black;
	margin: 0px;
	padding: 0px;
	width:360px;
}

