/*****************************************/
/*SITE RSO - STYLES TEXTE ET LIENS*/
/*****************************************/
/* couleurs utilisees
gris 				color:#3e4855;	
prune				color:#823d3d;
prune fond			color:#844141;
typo prune			color:#3f0e0e;
moutarde			color:#ce9a30;
moutarde fond		color:#ca9833;
typo moutarde		color:#a25b0a;
kaki				color:#616c25;
kaki fond			color:#636c26;
typo kaki			color:#293108;
rouge 				color:#f40000;
*/
BODY 
{ 
	background:white;
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:11px;
}

#body 
{ 
	background:#3e4855;
}
html.MSIE BODY.removeSelect SELECT
{
	visibility:hidden;
}

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;
	text-transform:uppercase;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:4px;
	color:#999;
}
H2
{
	margin:0px;
	padding:2px 0px;
	font-size:1.1em;
	font-weight:bold;
}
H3
{
	margin:3px 0px;
	padding:0px;
	font-size:1em;
	font-weight:bold;
	color:#999;
}
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
{
	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;
}
.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;
}
.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;
}

/*****************************************/
/******************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;
}


.transparent
{
	background:#676767;
	filter: alpha (opacity=80); 
	-moz-opacity: 0.80;

}


