/*****************************************/
/*SITE Scott 1000 bosses - STYLES TEXTE ET LIENS*/
/*****************************************/
/* couleurs utilisees
noir			color:#010101;
jaune 			color:#ffed00;
*/
BODY 
{ 
	background:white;
	font-family:tahoma,arial,sans-serif; 
	font-size:11px;
	color:#222;
	margin:0;
	padding:0;
}
html.MSIE BODY.removeSelect SELECT
{
	visibility:hidden;
}
.jaune
{
	color:#ffed00;	/*jaune*/
}

A
{
	color:#606362; /*gris*/
	text-decoration:underline;
}
A:hover
{
	color:#e75012;	/*orange*/
	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:1px solid #bdbcbd;
	background:url(../img/bg-titre.png) repeat-x;
	margin-top:10px;
}
.titre
{
	text-transform:uppercase;
	color:#010101;
	font-size:1.2em;
	letter-spacing:0.05em;
	font-weight:bold;
	padding:4px 7px 4px 28px;
	background:url(../img/fleche1.png) no-repeat left;
	background-position:5px 5px;
}
.titrebottom
{
	clear:both;
	margin-bottom:10px;	
}
.sep-content
{
	border-top:1px solid #010101;
	clear:both;
	height:10px;
}

H1
{
	color:#606362; /*gris*/
	font-size:1.2em;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:4px;
	text-transform:uppercase;
	background:url(../img/fleche2.png) no-repeat left;
	padding-left:25px;
}
H2
{
	margin:0px;
	padding:2px 0px;
	font-size:1.1em;
	font-weight:bold;
	color:#010101; 
}
H3
{
	font-size:1em;
	font-weight:bold;
	padding:1px 2px;
	color:#606362;
	display:inline;
}
H4
{
	margin:0px;
	padding:3px 0px;
	font-size:1em;
	font-weight:bold;
	color:#606362;
	text-transform:uppercase;
}
H5
{
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	font-size:0.9em;
	background:#010101;
	padding:2px 5px;
	color:#ffed00; /*jaune*/
	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;
	background:#ffed00;
	color:#010101;
	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:10px;
}
.boutondroit, .boutondroiton
{
	float:left;
	background:url(../img/boutons/fd-droit.gif) no-repeat right;
	padding-right:18px;
}
.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;
}

