/*****************************************/
/*SITE Lyon Free VTT - STYLES TEXTE ET LIENS*/
/*****************************************/
/* couleurs utilisees
turquoise		color:#007e94;
orange			color:#e77c01;
beige 			background:#ccc4ba;
*/
BODY 
{ 
	background:white;
	font-family:tahoma,arial,sans-serif; 
	font-size:11px;
	color:#222;
}
#body 
{ 
	background:white url(../img/fd.jpg) repeat-x;
}
html.MSIE BODY.removeSelect SELECT
{
	visibility:hidden;
}
.bleu
{
	color:#007e94;	/*turquoise*/
}

A
{
	color:#e77c01; /*orange*/
	text-decoration:none;
}
A:hover
{
	color:#007e94;	/*turquoise*/
	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;
}


.titreborder
{
	float:left;
	padding:1px;
	border-top:1px solid #b5afa9;
	border-left:1px solid #b5afa9;
	border-right:1px solid #b5afa9;
	margin-top:10px;
}
.titre
{
	color:white;
	text-transform:uppercase;
	font-size:1.2em;
	letter-spacing:0.1em;
	font-weight:normal;
	background:#007e94;
	padding:10px 7px;
}
.titrebottom,.sep-content
{
	border-top:1px solid #b5afa9;
	clear:both;
	height:10px;
}

H1
{
	color:#007e94;
	font-size:1.4em;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:4px;
	text-transform:uppercase;
}
H1.fleche
{
	background:url(../img/fleche-orange.gif) no-repeat left;
	padding-left:35px;
}
H2
{
	margin:0px;
	padding:2px 0px;
	font-size:1.1em;
	font-weight:bold;
	color:#007e94;
	background:url(../img/fleche-grise.gif) no-repeat left;
	padding-left:25px;
	text-transform:uppercase;
}
H3
{
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	background:#ccc4ba;
	color:white;
	display:inline;
}
H4
{
	margin:0px;
	padding:3px 0px;
	font-size:1em;
	font-weight:bold;
	color:#007e94;
	text-transform:uppercase;
}
H5
{
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-size:0.9em;
	color:black;
	text-align:left;
}
P
{
	margin:5px 0 3px 0px;
	padding:0;
}
FORM
{
	margin: 0px;
	padding: 0px;
}
INPUT.texte,SELECT,TEXTAREA
{
	font-family:tahoma,arial,sans-serif;
	font-size:11px;
	border:1px solid #ccc;
	color:#222;
}
INPUT.texte,SELECT,TEXTAREA
{
	width:200px;
	color:#222;
}
TEXTAREA.textarea500
{
	width:500px;
	height:100px;
	color:#222;
	
}
INPUT.disabled
{
	background: #ddd;	
	color: #fff;
}
INPUT.bouton
{
	font-family:tahoma,arial,sans-serif;
	font-size:11px;
	border:1px solid #ccc;
	color:#e77c01;
	background:white;
	text-transform:uppercase;
}

.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:400px;
	margin:7px 0px;
	padding:0px 5px;
}
.bloc3 TABLE
{
	width:100%;

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

}



/**************************/
/*boutons largeur variable*/
/**************************/
.boutonvariable
{
	height:40px;
	cursor: pointer;
	float: left;
}
.boutongauche, .boutongaucheon
{
	float:left;
	background:url(../img/boutons/fd-gauche.gif) no-repeat left;
	padding-left:5px;
}
.boutondroit, .boutondroiton
{
	float:left;
	background:url(../img/boutons/fd-droit.gif) no-repeat right;
	padding-right:15px;
}
.boutonvariable .boutongauche
{
	background:url(../img/boutons/fd-gauche.gif) no-repeat left;
}
.boutonvariable .boutondroit
{
	background:url(../img/boutons/fd-droit.gif) no-repeat right;
}
.boutonvariable .boutongaucheon
{
	background:url(../img/boutons/fd-gauche-on.gif) no-repeat left;
}
.boutonvariable .boutondroiton
{
	background:url(../img/boutons/fd-droit-on.gif) no-repeat right;
}


.boutonvariable A
{
	display:block;
	float: left;
	padding:7px 0 0 5px;
	height:23px;
	font-size:0.9em;
	letter-spacing:0.1em;
	text-transform:uppercase;
	color:#555;	/*gris*/
	text-decoration:none;
}
.boutonvariable A:hover
{
	text-decoration: none;
	color:white;
}
.sitemap0 LI
{
	list-style-type:none;
}


