/*****************************************/
/*SITE ESF Courchevel 1550 §  
/*****************************************/
/* couleurs utilisees
marron color:#493c25;	
orange color:#dea53b;
*/

BODY 
{ 
	font-family:  Gill Sans, Arial, sans-serif;
	font-size:14px;
	margin:0;
	padding:0;
}
html.MSIE BODY
{
	font-size:13px;
}


DIV.fckvideo
{
	width: 300px;
	height: 200px;
	border: 1px solid #666;
	overflow: hidden;
	background: #eee url(/boutique-esf/boutique/img/flv.png) no-repeat 50% 50%;
	color: #eee;
	font-size:  0px;
	line-height: 0px;
}

DIV.fckyoutube
{
	background: #eee url(/boutique-esf/boutique/img/youtube.gif) no-repeat 50% 50%;
}

DIV.fckflv
{
	background: #eee url(/boutique-esf/boutique/img/flv.png) no-repeat 50% 50%;
}

#body DIV.fckvideo
{
	line-height: inherit;
	font-size: inherit;
	width: auto;
	height: auto;
	overflow: visible;
	background: inherit;
	colot: inherit;
	border: inherit;	
}

H1
{
	text-align:left;
	background:black;
	color:white;
	padding-left:20px;
	font-size:24px;
	font-weight:normal;
}
H2
{
	text-align:left;
	color:#dea53b;
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:0;
}
H3
{
	text-align:left;
	font-size:16px;
	margin:0;
	padding:0;
}
H4
{
	text-align:left;
	font-size:14px;
	margin:0;
	padding:0;
}
A
{
	color:#dea53b;
	text-decoration:none;
}
A:hover
{
	color:#fea603; 
	text-decoration:underline;
}

.fondrouge
{
	background:#600;
	color:white;
	padding:10px;
}
/*****************************************/
/*formulaires */
/*****************************************/
FORM
 {
    margin: 0;
    padding: 0;
    border: none;
}
FORM EM
{
	font-weight:bold;
	color:#900;
}
FORM UL
{
	margin:0;
	padding:0;
	margin-top:10px;	
}
FORM LI
{
	list-style:none;
	margin-bottom:0.8em;
}
FORM INPUT, BUTTON, SELECT {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}
FORM TEXTAREA,FORM INPUT.texte,FORM SELECT
{
	font-family:helvetica,sans-serif; 
	background:white;
	font-size:12px;
}
FORM .validation
{
	text-align:right;
}
FORM INPUT.textecourt
{
	width:30px;
}
FORM INPUT.valider
{
	
	width:150px;
	background:#600;
	color:white;
}
FORM FIELDSET
{
	border:1px solid #ddd;
	padding:10px;
	margin-bottom:10px;
}
.formulaire
{
	width:600px;
	margin:7px 0 7px 100px;
	padding:0px 5px;
}
.formulaire LEGEND
{
	font-weight:bold;
	color:white;
}
.formulaire LABEL
{
	display:block;
	float:left;
	width:120px;
	text-align:right;
	margin-right:10px;
	padding-top:3px;
	font-size:1.1em;
}
.formulaire TEXTAREA,.formulaire INPUT.texte,.formulaire SELECT
{
	width:350px;
}
.formulaire  TEXTAREA
{
	height:200px;
}
.formulaire .obligatoire TEXTAREA,.formulaire .obligatoire INPUT,.formulaire .obligatoire SELECT
{

}
.tableauform
{
	margin-left:100px;
}
.tableauform INPUT.texte,.tableauform SELECT
{
	width:200px;
}
.tableauform TEXTAREA
{
	width:350px;
	height:400px;
}
.formelement
{
	padding:10px 0;
}
.formelement LABEL
{
	display:block;
	float:left;
	width:100px;
}
/*****************************************/
/*tableau */
/*****************************************/
TABLE.tableau
{
	border-collapse:collapse;
}
.tableau TH,.tableau TD
{
	padding:5px;
	font-weight:normal;
}
.tableau TD.noborder,.tableau TH.noborder
{
	border:none;
}
.centre
{
	text-align:center;
}
.droit
{
	text-align:right;
}

/*****************************************/
/*separateurs */
/*****************************************/
/*.sep-h
{
	background:url(../img/sep.png) repeat-x;
	margin:0.75em 2em;
	height:2px;
}
.sep-v
{
	background:url(../img/sep.png) repeat-y;
}*/

