﻿/* Général */
body {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #333;
}

/* Styles de paragraphe */
p.Titre {
	font-size: 18px;
	margin-left: 25px;
	text-align: left;
}
p.Legend {
	font-size: 12px;
    font-style: italic;
	text-align: right;
}

/* Styles de caractères */
span.Bold {
	font-weight: bold;
}
span.Italic {
	font-style: italic;
}
span.Underline {
	text-decoration: underline;
}
span.txtTitle {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
    color: #FFF;
}
span.Err {
	color: #D02730;
}

/* Mise en page du Master */
#DivMaster {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
}
#DivHeader {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#DivLogo {
    text-align: center;
}
Div.DivClear {
	float: none;
	clear: both;	
}
#DivFooter {
    width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	font-size: 10px;
	text-align: center;
}

/* Mise en page des inscriptions */
#DivEventWrapper {
    width: 920px;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
}
#DivBillingWrapper {
    background-image: url('images/bg_table_middle_small_blue.jpg');
    background-repeat: repeat-y;
    width: 450px;
    float: right;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    color: #FFF;
}
#DivBilling {
    width: 450px;
    height: 335px;
    padding: 5px 5px 5px 5px;
}
#DivEventDetailsWrapper {
    background-image: url('images/bg_table_middle_small_blue.jpg');
    background-repeat: repeat-y;
    width: 450px;
    float: left;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    color: #FFF;
}
#DivEventDetails {
    width: 450px;
    height: 335px;
    padding: 5px 5px 5px 5px;
}
#DivAttendeesWrapper {
    background-image: url('images/bg_table_middle_large_blue.jpg');
    background-repeat: repeat-y;
    width: 920px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #FFF;
}
#DivAttendees {
    width: 910px;
    margin: 0px 0px 0px 0px;
    padding: 5px 5px 5px 5px;
}
#DivPaymentWrapper {
    background-image: url('images/bg_table_middle_large_blue.jpg');
    background-repeat: repeat-y;
    width: 920px;
    margin: 20px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #FFF;
}
#DivPayment {
    width: 910px;
    margin: 10px 0px 10px 0px;
    padding: 0px 5px 0px 5px;
}

.TblBg {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Liens */
a:link.Nav {
	text-decoration: none;
	font-size: 16px;
	color: #333;
}
a:visited.Nav {
	text-decoration: none;
	font-size: 16px;
	color: #333;
}
a:hover.Nav {
	text-decoration: underline;
	font-size: 16px;
	color: #333;
}
a:active.Nav {
	text-decoration: none;
	font-size: 16px;
	color: #333;
}

a:link.Footer {
	text-decoration: none;
	font-size: 12px;
	color: #333;
}
a:visited.Footer {
	text-decoration: none;
	font-size: 12px;
	color: #333;
}
a:hover.Footer {
	text-decoration: underline;
	font-size: 12px;
	color: #333;
}
a:active.Footer {
	text-decoration: none;
	font-size: 12px;
	color: #333;
}

a:link.EventList {
	text-decoration: underline;
	color: #014fa1;
}
a:visited.EventList {
	text-decoration: underline;
	color: #014fa1;
}
a:hover.EventList {
	text-decoration: underline;
	color: #014fa1;
}
a:active.EventList {
	text-decoration: underline;
	color: #014fa1;
}
