/*--------------------- Lien ------------------------------*/
/*a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #CC3333;
}
a:active {
	color: #006699;
	text-decoration: underline;
}*/

a:link {
	color: #CC3300;
	text-decoration: underline;
}
a:visited {
	color: #CC3300;
	text-decoration: underline;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #CC3300;
	text-decoration: underline;
}

a.footer {
	color:#CC3300;
	text-decoration:none;
}

body, table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.blanc-gras {
	color:#FFFFFF;
	font-weight:bold;
}

.titre_section {	
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}

.titre-fond-rouge {
	color:#ffd600;
	font-size:12px;
	font-weight:bold;
}

.titre-evenement {
	font-size:18px;
	font-weight:bold;
}

.sous-titre-evenement {
	font-size:12px;
	font-weight:bold;
}

.formColStd{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.formColSep{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.formHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #BF2709;
}

.formCat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.formTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.formTxtNote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.formTotal {
	font-weight:bold;
}

.formTitre {
	font-weight:bold;
}

.formAvertissement {
	color:#FF0000;
}

.formInput {
	border: 0px none #FFFFFF;
	text-align:right;
}

.formIputNb {
	border: 0px none #FFFFFF;
	text-align:center;
	vertical-align:middle;
}

.formSTot {
	background-color:#F3F3F3;
}

.formSymb {
	border: none;
	width:8px;
}
.formBorder {
	border: thin solid #000000;
}

.formInputHidden {
	visibility:hidden;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.formCumulBgColor{
	background-color:#F3F3F3;
}

.formBorderPromo{
	border-top: 1px none #666666;
	border-right: 1px dotted #666666;
	border-bottom: 1px dotted #666666;
	border-left: 1px dotted #666666;
}
.formBorderTxt {
	border: 1px solid #BE0000;
}

.formSfRow_hide{
	display:none;
}

.formSfRow_show{
	display:table-row;
}

.formIntegralRow_hide{
	display:none;
}

.formIntegralRow_show{
	display:table-row;
}

/* New Subscription Form */
#subscription, table {
	font-size:12px;
}

#subscription #breadcrumb {
	border:#000000 1px solid;
	background-color:#F8E89D;
	padding:5px;
	margin:10px;
	line-height:24px;
}

#subscription legend {
	font-size:18px;
	font-weight:bold;
	color:#CC0000;
}

#subscription .tr_selected {
	background-color:#FBE9A1;
}

#subscription .tr_unselected {
	background-color:;
}

#tblEvents td {
	border-bottom:#EBEBEB 1px solid;
	height:25px;
}

/* Page abonnement
--------------------------------------------------------------------*/
.btn_abonnement{
	width:535px;
	overflow:hidden;
}
#bout_compte {
	background:url(../images/Abonnement/bout_compte.jpg) top left no-repeat; width:187px; height:56px;
	display:block;
	text-indent:-9999px;
	float:right;
}
#bout_compte:hover {
	background-position:bottom left;
}
.btn_abonnement.center #bout_compte{float:none; margin:0 auto;}

.highlight 	{ color: #990000;}
.noMarginT	{ margin-top: 0;}
.noMarginB	{ margin-bottom: 0;}
.legend		{ font-size: 10px; color: #666; }
.noStyle	{ list-style: none; margin: 0; padding: 0; }
.noStyle li	{ padding-bottom: 8px; }

.btn_abonnez-vous {
	display: block;
	height: 39px;
	width: 187px;
	background: url(../images/btn_abonnez-vous.gif) 0 0 no-repeat;
	text-indent: -9999px;
	float: right;
}

.btn_abonnez-vous:hover {
	background-position: bottom;	
}