/*****************************************/
/*SITE Focal - STYLES TEXTE ET LIENS*/
/*****************************************/
/* couleurs utilisees
rouge	#c00; 
gris	#cacaca;
*/
#cms #mandatory{ color: black; }

#cms TD.label B, #formcontent TD.label, .buttonBar .button
{
	color: black;
}

BODY 
{ 
	font-family:verdana,arial,helvetica,sans-serif; 
	font-size:11px;
	background:black;
	margin:5px;
	padding:0;
	color:white;
}

html.MSIE BODY.removeSelect SELECT
{
	visibility:hidden;
}
A
{
	color:#cacaca;	/*gris*/
	text-decoration:none;
}
A:hover
{
	color:#c00; 
	text-decoration:underline;
}
A.current
{
	color:white;
}
P
{
	margin:0px;
	padding:5px 0;
}

P.p1
{
	text-align:justify;
}
DIV.p1
{
	margin:5px 0px;
}
P.petit
{
	font-size:90%;
}
STRONG
{
	font-weight:bold;
}
EM
{
	font-style:italic;
}

H1
{
	font-size:20px;
	font-weight:normal;
	padding:4px 0px;
	margin:0;
}
H2
{
	margin:0px;
	padding:2px 0px;
	font-size:1.1em;
	font-weight:bold;
	color:#eee;
}
H3
{
	margin:0px;
	padding:3px 0px;
	font-size: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;
}
FIELDSET
{
	margin: 10px 0;
	padding: 5px;
}
LABEL
{
	padding:1px;
	text-transform:uppercase;
}
SELECT,TEXTAREA,INPUT.texte,INPUT.textelong,INPUT.date,INPUT.crypto,INPUT.dateannee
{
	font-family:verdana,arial,sans-serif;
	font-size:11px;
	border:1px solid #ccc;
	color:white;
	background:black;
}
INPUT.date
{
	width:25px;
	font-weight:normal;
}
INPUT.dateannee
{
	width:50px;
	font-weight:normal;
}
INPUT.texte
{
	width:120px;
}
INPUT.textelong
{
	width:230px;
}

INPUT.disabled
{

}

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;
}
UL.puce
{
	padding:0;
	margin:0;
}
.puce LI
{
	padding:3px;
	margin:0;
	list-style-type:none;
}
.puce A
{
	display:block;
	background:url(../img/pucerouge.gif) no-repeat left;
	padding-left:10px;	
	color:#c00;
}
.sstitre
{
	font-weight:bold;
}

.date, .dateannee
{
	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 TD
{
	padding:5px;

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

}
/*****************************************/
/******************Separateur*******************/
/*****************************************/
.sep-h
{
	border-top:1px solid #cacaca;
	margin:0px 0 5px 0;
	width:100%;
	line-height:0;
	font-size:0;
}



/*****************************************/
/******************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;
 	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;
}

/*****************************************/
/******************plan du site*******************/
/*****************************************/

#cartedusite
{
	text-transform:uppercase;
}
#cartedusite LI
{
	line-height:2em;
}

/*****************************************/
/******************boutons******************/
/*****************************************/
.bouton
{
	margin:15px 0 5px 0;
	letter-spacing:0.05em;
}
.boutonbis
{
	margin:15px 0 30px 30px;
	letter-spacing:0.05em;
	float:right;
}
.boutonter
{
	margin:0;
	letter-spacing:0.05em;
	float:left;
	margin-left:10px;
}
.bouton1
{
	float:left;
	background:url(../img/boutons/droite.gif) no-repeat top right;
	padding-right:11px;
}
.bouton2
{
	float:left;
	padding-left:11px;
	height:20px;
	background:url(../img/boutons/gauche.gif) no-repeat top left;
}
.bouton2 LI
{
	border-right:1px solid black;
}
.bouton2 LI.last
{
	border-right:0;
}
.bouton2 SPAN
{
	display:block;
	font-size:11px;
	padding:3px;
	height:14px;
	color:black;
}
.bouton2 A
{
	display:block;
	float:left;
	font-size:11px;
	padding:3px 10px;
	height:14px;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	background:url(../img/boutons/rouge.gif) repeat-x top;
}

.bouton2 A:hover
{
	text-decoration:none;
	color:white;
	background:url(../img/boutons/gris.gif) repeat-x top;
}
.bouton2 A.selected
{
	text-decoration:none;
	color:white;
	background:url(../img/boutons/gris.gif) repeat-x top;
	cursor:text;
}

.navcursor 
{
	left:-100px;
	position:absolute;
}

#spec_navcursor 
{
	margin-top:5px;
}

/****************************************/
/* Ou le voir							*/
/****************************************/
table.results td {
	width:25%;
	padding:0 5px 5px 23px;
	vertical-align:top;
}