/*******************/
/* Styles généraux */
/*******************/

* {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	text-align: justify;
	font-size: 13px;
	font-family: "Arial", "Helvetica", "Sans-Serif";
}

a {
	color: #5F0021;
	text-decoration: none;
}

hr {
	margin: 17px 0px;
	border: none; 
	height: 1px;
	background-color: #BDBDBD;
}

hr.br {
	margin: 2px 0px;
	background-color: transparent;
}

hr.tr {
	margin: 2px 0px;
}

img {
	border: none;
	vertical-align: top;
}

label.lblImg {
    padding: 0px;
	width: 20px; 
	height: 20px; 
	background-repeat: no-repeat;
}

label.lblImgWithText {
	margin-top: -3px;
    padding: 0px;
	height: 20px; 
	text-indent: 18px;
	font-size: 13px;
	font-weight: normal;
	font-family: "Arial", "Helvetica", "Sans-Serif";
	color: Black;
	background-repeat: no-repeat;
	background-position: 5px center;
}

textarea, select, input, button {
	border: Black 1px solid;
}

select optgroup option {
	padding-left: 20px;
}

input {
	height: 18px;
	line-height: 18px;
	text-indent: 2px;
	background-repeat: no-repeat;
	background-position: 5px center;
}

input[type=radio], input[type=checkbox] {
	height: auto;
	border: none;
	vertical-align: -5%;
}

input[type=submit], input[type=reset], input[type=button], button {
	height: auto;
	padding: 2px 5px;
	cursor: pointer;
}

input.sendFrm {
	padding: 1px 5px;
	background-color: #FBEFEF;
	border: Black 1px dotted;
}

input.txtWithImg {
	text-indent: 25px;
}

input.btnImgWithText {
	text-indent: 20px;
}

input.btnImg {
	width: 27px;
	text-indent: 27px \9; /* Pour IE6 à IE9 */
	color: transparent;
}

button.btnImg {
	padding: 0px;
	border: none;
	background-color: transparent;
}

span.btn {
	padding: 1px 3px;
	background-color: #F3F3F3;
	border: #BDBDBD 1px solid;
}

span.btn a {
	color: Black;
}

fieldset {
	width: 80%;
	margin: auto;
	padding: 25px 30px;
	text-align: left;
	border: none;
	outline: Black 1px solid;
	background-color: #FBFBFB;
}

fieldset legend {
	width: 100%;
	margin: 0px -10px;
	margin: -10px -10px 20px -10px \9; /* Pour IE6 à IE9 */
	padding: 20px 7px 2px 7px;
	padding: 2px 7px \9; /* Pour IE6 à IE9 */
	font-weight: bold;
	color: #D00027;
	border-bottom: #D00027 1px solid;
}

.ie10 fieldset legend { /* Pour IE10 */
	margin: 0px -10px;
	padding: 20px 7px 2px 7px;;
}

.placeholder { 
	color: #BDBDBD; 
}

.alignImg {
	margin: -2px 0px;
}

.indication {
	color: Green;
	font-size: 11px;
}

.postscriptum {
	color: Black;
	font-style: italic;
	font-weight: normal;
	font-size: 11px;
}

.indication img, .postscriptum img {
	width: 10px;
	height: 10px;
	vertical-align: -1px;
}

.msgConfirmation {
	width: 50%;
	margin: auto;
	padding: 5px 10px;
	border: Green 1px solid;
	color: Green;
	list-style: none;
	text-align: left;
}

.msgConfirmation li {
	padding: 2px 2px 2px 25px;
	background: url(../../ressources/images/msgConfirm.png) no-repeat left 2px; 
}

.msgErreur {
	width: 50%;
	margin: auto;
	padding: 5px 10px;
	border: Red 1px solid;
	color: Red;
	list-style: none;
	text-align: left;
}

.msgErreur li {
	padding: 2px 2px 2px 25px;
	background: url(../../ressources/images/msgError.png) no-repeat left 2px; 
}

.btnPrint {
	display: none;
}


/**************************/
/* Styles pour le bandeau */
/**************************/

#header {
	display: none;
}


/***********************************/
/* Styles pour le corps de la page */
/***********************************/

/*** Menu gauche ***/
#sidebar {
	display: none;
}

/*** Contenu de la page ***/
#content {
	width: 95%;
	margin: auto;
	padding: 10px;
	text-align: center;
	color: Black;
}

#content h2 {
	font-weight: bold;
	font-size: 20px;
	font-variant: small-caps; 
	font-family: "Georgia", "Times New Roman", "Times", "Serif";
	text-align: center;
	text-decoration: underline;
	color: #D00027;
}

#content table {
	width: 100%;
	font-size: 13px;
	text-align: center;
	padding: 2px;
	border-collapse: collapse;
	border: Black 1px solid;
}

#content table img {
	width: 16px;
}

#content th, #content td, #content tr {
	padding: 5px;
	border: Black 1px solid;
}

#content th {
	font-weight: bold;
	background: #F3F3F3;
	color: #5F0021;
}

#content table.noBorderTB, #content table.noBorderTB tr, #content table.noBorderTB th, #content table.noBorderTB td {
	border: none;
	background: none;
	padding: 0px;
}

#content table.noBorderTB th, #content table.noBorderTB td {
	padding: 0px 3px 2px;
}

#content .headFrm {
	margin-bottom: 5px;
	padding: 5px 10px;
	text-align: left;
	background: #F3F3F3;
	border: Black 2px solid;
}

#content .headFrm hr {
	margin: 5px 0px;
}

#content .headFrm hr.br {
	margin: 2px 0px;
}

#content label.forSelMultiple {
	vertical-align: top;
}

#content label.forTextarea {
	float: left;
	padding-left: 11px;
}

#content label.forRadio {
	float: right;
	margin-left: 5%;
	margin-right: 2px;
}

#content label.forICheckbox {
	float: left; 
	padding-right: 5px;
}

#content .legend {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: Black 1px solid;
	color: #707070;
	font-style: italic;
}

#content .legend hr {
	margin: 2px;
	border: Black 0.5px solid;
}

#content .navigPages {
	color: Black;
	font-style: italic;
}

#content .navigPages a {
	color: #707070;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

#content .contact {
	width: 55%;
	padding-left: 60px;
	text-align: left;
}

/*** Liste des évènements ***/
#content .event {
	margin: 10px 50px 30px 50px;
	text-align: left;
}

#content .event .date {
	font-weight: bold;
	font-size: 14px;
	text-transform : uppercase;
	color: #5F0021;
}

#content .event .heure {
	color: #5F0021;
}

#content .event .titre {
	font-weight: bold;
}

#content .event .description {
	font-style: italic;
}

#frmRechEvent {
	display: none;
}

#resultEvent {
	display: block;
	width: 80%;
	margin: auto;
	padding: 20px 30px;
	text-align: left;
	border: Black 1px solid;
	background-color: #FBFBFB;
}

/*** Tab Form ***/
#content .TabFrm {
	width: 672px;
	margin: auto; 
	text-align: left;
	font-size: 13px;
}

#content .TabFrm fieldset {
	width: 90%;
	padding: 25px;
}

#content .TabFrm .title {
	padding: 10px; 
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background: #F3F3F3;
	color: #5F0021;
}

#content .TabFrm .title a {
	color: #5F0021;
}

#content .TabFrm .subtitle {
	font-size: 11px;
	font-weight: normal;
	color: Black;
}

/*** Contenu de la fiche ***/
#fiche {
	border: none;
	margin: auto;
}

#fiche img {
	padding-right: 5px;
}

#fiche fieldset {
	width: 96%;
	padding: 10px;
	text-align: center;
	outline: none;
	border: Black 1px solid;
}

#fiche .title {
	font-size: 15px;
	font-weight: bold;
	background: #F3F3F3;
	color: #5F0021;
}

#fiche .subtitle {
	font-size: 11px;
	font-weight: normal;
	color: Black;
}

#fiche .toolbar {
	display: none;
}

#fiche table {
	width: 100%;
	margin: auto;
	border: Black 1px solid;
}

#fiche th, #fiche td, #fiche tr {
	border: Black 1px solid;
	text-align: left;
}

#fiche th {
	text-align: center;
}

#fiche .tabNomChamp {
	background: white;
	font-style: italic;
	font-weight: bold;
}

/*** DialogBox de la fiche ***/
#frmValidRessource {
	display: none;
}


/*******************************/
/* Styles pour le pied de page */
/*******************************/

#footer {
	display: none;
}

