/******************************/
/**         GENERAL          **/
/******************************/

.espace_vertical
{
	height: 4px;
}

/******************************/

	/* Caracteristiques communes */

	.font_titres, .font_sstitres, .font_menubarre, .font_lien-parcs, .font_lien-menubarre, .font_grise, .font_entete2, .font_lien_plan
	{
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.font_intro, .font_ident, .font_ident2, 
	.input_text, .input_submit, .input_select 
	{
		font-family: Arial, Helvetica, sans-serif;
	}
	
	.font_titres, .font_sstitres, .font_menubarre, .font_intro, 
	.font_ident, .font_ident2, .font_lien-menubarre, .font_lien-parcs, .font_grise, .font_entete2,.font_lien_plan
	{
		text-decoration:none;	/* Fixe */
	}
	
	.font_titres, .font_sstitres, .font_intro, .font_ident 
	{
		font-weight: bold;	/* Fixe */
	}
	
	.font_menubarre, .font_ident2, .font_lien-menubarre, .font_lien-parcs, .font_grise, .font_entete2, .font_lien_plan
	{
		font-weight: normal;	/* Fixe */
	}
	
	.font_sstitres, .font_menubarre, .font_lien-menubarre, .font_entete2
	{
		color: #0387C8;
	}
	
	.font_lien_plan
	{
		color: #666666;
	}	
	
	.font_ident, .font_ident2 
	{
		color: #993300;
	}

	/******************************/

/******************************/
/**           FONT           **/
/******************************/
.font_entete2
{
	font-size: 11px;
}
.font_titres
{
	font-size: 14px;
	color: #FFFFFF;
}
.font_sstitres 
{
	font-size: 12px;
}
.font_menubarre
{
	font-size: 10px;
}
.font_intro
{
	font-size: 12px;
	color: #39396B;
}

.font_ident
{
	font-size: 14px;
}
.font_ident2
{
	font-size: 10px;
}

	/* LIENS */

.font_lien-menubarre 
{
	font-size: 10px;
}
.font_lien-parcs, .font_grise 
{
	font-size: 10px;
}
.font_grise 
{
	color: #B1B1B9;	/* Fixe */
}
.font_lien-parcs 
{
	color: #7D84B0;
}
/******************************/
/**        FORMULAIRES       **/
/******************************/

	/* Caracteristiques communes */
	
	.input_text, .input_submit, .input_select
	{
		font-size: 9px; 
		color: #000000; 
		border-width: 1px;		/* Fixe */
		border-style: solid;	/* Fixe */
	}
	.input_text, .input_select
	{
		border-color: #060688;
		background-color: #FFFFFF;
	}
	
.input_submit
{
	border-color: #608888;
	background-color: #F4F4F4; 
}

/******************************/
/**     COULEURS DE FOND     **/
/******************************/

.fd_titres
{
	height: 30px;			/* Fixe */
	border: 1px solid #FFFFFF;
	background-color: #0387C8;
}
.fd_sstitres
{
	height: 18px;			/* Fixe */
	border: 1px solid #FFFFFF;
	background-color: #ACD9F2;
}

/******************************/
/**         TABLEAUX         **/
/******************************/

.table_intro, .table_ident
{
	border-width: 1px;		/* Fixe */
	border-style: solid;	/* Fixe */
	padding: 2px;			/* Fixe */
}
.table_intro
{
	border-color: #39396B;
	background-color: #F2F2F4;
}
.table_ident
{
	border-color: #FFA200;
	background-color: #FFF8EF;
}

.img_oq {
	border: 1px groove #51B9FD;
}

.tit_oq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.txt_oq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.plus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

td {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.glowingtabs{
float:left;
width:950px;
line-height:normal; /*Add border strip to bottom of menu*/
}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs a{
	float:left;
	background:url(../images2/glowtab-left.gif) no-repeat left top;
	margin-right: 0px; /*spacing between each tab*/
	padding:0 0 0 2px;
	text-decoration:none;
	margin-left: 2px;
}

.glowingtabs a span{
float:left;
display:block;
background:url(../images2/glowtab.gif) no-repeat right top;
padding: 2px 7px 3px 7px;
font-weight:bold;
color:#FFFFFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
	color: #FFFFFF;
	text-decoration: none;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -21px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -21px; /*Shift background image up to start of 2nd tab image*/
color: #FFFFFF;
}

.glowingtabs a:hover{ /*onMouseover style*/
	background-position:0% -21px; /*Shift background image up to start of 2nd tab image*/
	text-decoration: none;
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -21px; /*Shift background image up to start of 2nd tab image*/
}

/* A RAJOUTER POUR LES PARCS \*/
.menparc {
	float:left;
	width:165px;
	margin-right: 5px;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	text-align:left;
	/*border: 1px solid #FF0000;*/
}

a.menparc, a.menparc:visited, a.menparc:active{
	float:left;
	text-decoration:none;
	font-family:"Century Gothic", "Trebuchet MS";
	font-size:13px;
	color:#FFFFFF;
	font-weight: bold;
}

a.menparc:hover{
	background-color:#FEDD6D;
	color:#F15922;
}

a{text-decoration:none; color: #FFFFFF; z-index:3;}
a:hover{color: #FF0000;}

a.lienPromo{text-decoration:none; color: #FFFFFF; z-index:3;}
a.lienPromo:hover{color: #000000;}