/*****************************************/
/*SITE Dessine moi ma maison - STYLES TEXTE ET LIENS*/
/*****************************************/
/* couleurs utilisees
orange clair		color:#FFAA47;	
orange fonce		color:#FE6700;
rouge lien			color:#FE0000;
peche		color:#FFE7DA;
abricot		color:#FEBA8D;
vert		color:#379B05;
*/
BODY 
{ 
	background:white;
	font-family:arial,helvetica,sans-serif; 
	font-size:11px;
}

html.MSIE BODY.removeSelect SELECT
{
	visibility:hidden;
}

A
{
	color:#ff6600;
	text-decoration:none;
}
A:hover
{
	color::#ff6600;
	text-decoration:underline;
}
A.current
{
	color:black; 
}

P.p1
{
	background: url(../img/page/puce.gif) no-repeat top left	;
	background-position: 0 3px;
	margin:5px 0px;
	text-align:justify;
}
DIV.p1
{
	margin:5px 0px;
}
P.petit
{
	background: url(../img/page/puce.gif) no-repeat top left	;
	background-position: 0 3px;
	font-size:90%;
}
STRONG
{
	font-weight:bold;
}
EM
{
	font-style:italic;
}
.fdopaque
 {
    background:black;
    opacity : 0.8;
    filter : alpha(opacity=80);
    color:white;
}

H1
{
	width:450px;
	padding-left:25px;
	height:20px;
	padding-top:5px;
	background:#FD6601 url(../img/puceverte.gif) no-repeat left;
	color:white;
	font-size:11px;
	font-weight:bold;

}

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:black;
}
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;
}
