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

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

html {
	-webkit-text-size-adjust: none;
}

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

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

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

a:hover img {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

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: #BDBDBD 1px solid;
}

textarea:focus, select:focus, input:focus, button:focus {
	border: #5F0021 1px dotted;
}

select option.disabled, input.disabled {
	color: #BDBDBD ;
}

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[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover, button:hover {
	background-color: #DBDBDB;
}

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;
}

a.btn {
	padding: 2px 5px;
	font-size: 13px;
	font-family: "Arial", "Helvetica", "Sans-Serif";
	text-decoration: none;
	color: Black;
	background-color: #F3F3F3;
	border: #BDBDBD 1px solid;
	cursor: pointer;
}

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: #BDBDBD 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;
}

.ligneTableau:hover { 
	background: #FBEFEF;
	cursor: pointer;
}

.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 {
	float: right;
}


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

/*** Cadre du bandeau ***/
#header {
	width: 1000px;
	height: 106px;
	margin: 0px auto;
	background: url(../../ressources/images/bgHeader.gif) no-repeat left top;
}

/*** Titre de l'application ***/
#logo {
	width: 710px;
	height: 52px;
	margin: 0px auto 0px 250px;
	padding: 5px 20px;
	background: #FFFFFF;
	font-family: "Georgia", "Times New Roman", "Times", "Serif";
}

#logo h1 {
	font-weight: normal;
	font-style: italic;
	font-size: 42px;
	text-align: center;
	color: #5F0021;
}

/*** Menu haut ***/
#bandeau {
	margin: 7px auto;
	height: 30px;
	font-size: 14px;
	font-style: italic;
	font-family: "Georgia", "Times New Roman", "Times", "Serif";
	color: #FFFFFF;
	background: #5F0021;
}

#bandeau h3 {
	float: left;
	padding: 7px 20px;
	font-family: "Georgia", "Times New Roman", "Times", "Serif";
	font-size: 14px;
	font-style: italic;
}

#bandeau img {
	width: 16px;
	padding-right: 2px;
}

#menu {
	display: inline;
	float: right;
	margin: 0px;
	list-style: none;
	line-height: normal;
	color: #FFFFFF;
}

#menu ul {
	position: absolute;
	z-index: 1;
}

#menu li {
	float: left;
}

#menu li.withSousMenu {
	background: #5F0021 url(../../ressources/images/menuArrow.png) no-repeat 95% center;
	padding-right: 7px;
}

#menu li a {
	display: block;
	height: 16px;
	padding: 7px 20px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	border-left: 1px solid #FFFFFF;
}

#menu li .sousMenu {
	display: none;
	list-style-type: none;
}

#menu li .sousMenu li {
	float: none;
	min-width: 100px;
}

#menu li .sousMenu li a {
	display: block;
	width: auto;
	margin-bottom: -1px;
	padding: 7px 20px;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	background: transparent url(../../ressources/images/bgSousMenu.png) repeat;
	border: 1px solid #FFFFFF;
}

#menu li:hover > .sousMenu {
	display: block; 
}

#menu li.active, #menu > li:hover, #menu li a:hover, #menu > li.withSousMenu.active:hover, #menu li .sousMenu li a:hover { 
	color: #FFFFFF;
	background: #D00027;
}

#menu li.withSousMenu.active { 
	background: #D00027 url(../../ressources/images/menuArrow.png) no-repeat 95% center;
}

#menu li[id='menuCompte'] .sousMenu {
	margin-left: -70px;
}

#menu li[id='menuAide'] .sousMenu {
	margin-left: -16px;
}


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

/*** Cadre de la page ***/
#page {
	width: 1000px;
	margin: 0px auto;
	background: #FFFFFF url(../../ressources/images/bgContent.gif) repeat-y left bottom;
}

#page-bgtop {
	background: url(../../ressources/images/bgTopContent.gif) no-repeat left top;
}

#page-bgbtm {
	overflow: hidden;
	padding-bottom: 20px;
}

/*** Menu gauche ***/
#sidebar {
	float: left;
	width: 200px;
	padding: 0px 25px;
	font-family: "Georgia", "Times New Roman", "Times", "Serif";
	text-align: left;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	font-size: 14px;
}

#sidebar li {
	margin: 0px;
	padding: 5px 0px 5px 10px;
}

#sidebar h2 {
	margin: 20px 0px 5px 0px;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps; 
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar h3 {
	margin: 15px 0px 2px 5px;
	font-size: 15px;
	font-weight: normal;
	border-bottom: 1px dotted #FFFFFF;
	color: #FFFFFF;
}

#sidebar a {
	font-style: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #DBDBDB;
}

#sidebar img {
	width: 16px;
	padding-right: 2px;
}

/*** Contenu de la page ***/
#content {
	float: left;
	width: 690px;
	padding: 20px 30px;
	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: #BDBDBD 1px solid;
}

#content table img {
	width: 16px;
}

#content th, #content td, #content tr {
	padding: 5px;
	border: #BDBDBD 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: #BDBDBD 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: #BDBDBD 1px solid;
	color: #707070;
	font-style: italic;
}

#content .legend hr {
	margin: 2px;
	border: #BDBDBD 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 .navigPages a:hover {
	color: Black;
	text-decoration: underline;
}

#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;
}

#resultEvent {
	display: none;
}

/*** 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 {
	background: white;
	border: #DBDBDB 1px solid;
	width: 672px;
	margin: auto;
	padding: 35px 0px;
	border-collapse: none;
	-moz-box-shadow: 1px 1px 12px #777; /* Ombre compatible sur firefox à condition de prefixer */
	-webkit-box-shadow: 1px 1px 12px #777; /* Compatible safari et chrome idem */
	box-shadow: 1px 1px 12px #777; /* Pour anticiper une compatibilité sur les autres navigateurs */
}

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

#fiche fieldset {
	width: 87%;
	padding: 10px;
	text-align: center;
	outline: none;
	border: #BDBDBD 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 {
	margin-top: -1px;
	padding: 5px 10px;
	background: white;
	font-weight: bold;
}

#fiche .toolbar a {
	margin: 0px 10px;
}

#fiche .toolbar img {
	padding: 0px;
	width: 16px;
	height: 16px;
}

#fiche .toolbar img:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#fiche .frmOnToolbar {
	width: auto;
	margin: auto;
	padding: 10px;
	background: #FBEFEF;
	border: #BDBDBD 1px solid;
}

#fiche table {
	width: 90%;
	margin: auto;
	border: #BDBDBD 1px solid;
}

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

#fiche th {
	text-align: center;
}

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

/*** DialogBox de la fiche ***/
#dialogValidRess table {
	width: 100%;
	font-size: 13px;
	text-align: center;
	padding: 2px;
	border-collapse: collapse;
	border: #BDBDBD 1px solid;
}

#dialogValidRess table img {
	width: 16px;
}

#dialogValidRess th, #dialogValidRess td, #dialogValidRess tr {
	padding: 5px;
	text-align: left;
	border: #BDBDBD 1px solid;
}

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

#lstSendEmails ul {
	margin-left: 20px;
}

#lstSendEmails li {
	margin-left: 20px;
	padding: 5px 0px;
	list-style: url(../../ressources/images/imgPuce.png);
}

#lstSendEmails  h3 {
	padding: 15px 0px;
	color: Black;
	text-decoration: underline;
}

#lstSendEmails .title {
	color: Black;
	text-decoration: underline;
}

#lstSendEmails .subtitle {
	color: #707070;
}


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

#footer {
	width: 980px;
	height: 50px;
	margin: 0px auto;
	padding: 10px;
	color: #707070;
}

#footer p {
	margin: 0px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #707070;
	text-decoration: underline;
}

#footer a:hover {
	color: #909090;
	text-decoration: none;
}

