/* CSS generique */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.1em;
	color: #000000;
	text-align:left;
}
body {
	background-color: #e7e7e7;
	margin: 0px;
}

a:link {
	color: #000000;
	background: none;
	text-decoration: underline;
	/*cursor: ne-resize;*/
}

a:hover {
	color: #B20F32;
	background:#D69C74;
	/*background:#944D3B;*/
	text-decoration: none;
}

a:active {
	color: #944D3B;
	background:#B20F32;
	text-decoration: none;
}

a:visited {
	color: #000000;
	background: none;
	text-decoration: underline;
	font-style:italic;
}

/* CSS Tab */
td {
	border: 0px solid #944D3B;
	padding: 0;
}

.td-site {
	border-right:2px #944D3B solid;
	border-bottom:2px #944D3B solid;
	border-left:2px #944D3B solid;
	background: #FDF1D7 url(img/fond.jpg);
	background-repeat: repeat-x;
}

/* CSS contenu */
.titre-rub {
	font-size: 14px;
	color: #B20F32;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 1px;
	margin-left: 10px;
}

.titre {
	font-size: 12px;
	color: #B20F32;
	font-weight: bolder;
	text-transform: uppercase;
	margin: 6;
}

/* CSS note */
.titre-note {
	color: #F33929;
	font-weight: bolder;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.txt-note {
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.calendrier {
	font-weight: bold;
}

.jour {
	color: #B20F32;
	font-weight: bold;
	font-style:italic;
}

.agences {
	font-weight: bold;
}

.ouverture {
	color: #B20F32;
	font-style:italic;
}

/* CSS footer */
.footer {
	font-size: 12px;
	word-spacing: 1px;
	line-height: 0.6em;
	text-align:right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.localisationCopie {
	font-size: small;
	color: #CC6600;
	font-style: normal;
	font-weight: bold;
}
.titre-calendrier {
	font-size: larger;
	font-weight: bold;
	font-style: inherit;
}
