body {
	margin: 0;
	font: .7em Verdana, Arial, sans-serif;
}
a img {
	border: none;
}
#total {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: url(../images/fond-colonne.png) repeat-y;
}

/************* TETE **************/
#tete {
	position: absolute;
	left: 194px;
	top: 0;
	background: url(../images/fond-tete.png) no-repeat;
}
#tete h1 {
	margin: 0;
}
#tete h1 a {
	display: block;
	width: 553px;
	height: 169px;
	text-indent: -9000px;
	font-size: 0;
	line-height: 1px;
	text-decoration: none;
}
#tete p {
	position: absolute;
	margin: 0;
}
#tete #logo {
	left: 373px;
	top: 8px;
}
#tete #message {
	right: 0;
	bottom: 0;
	font-size: 1.1em;
	font-weight: 700;
	color: #999;
}
#menu-tete {
	position: absolute;
	left: 570px;
	top: 10px;
}
#menu-tete ul {
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
}
#partenaires a {
	display: block;
	height: 1.3em;
	padding-left: 10px;
	white-space: nowrap;
	font-size: .9em;
	line-height: 1.3em;
	font-weight: 700;
	text-decoration: none;
	color: #339;
	background: url(../images/chevrons-bleus.png) no-repeat 0 5px;
}
#partenaires a:hover {
	color: #99c;
	background-position: 0 -35px;
}
#favoris {
	font-size: .8em;
	font-weight: 700;
}
#favoris a {
	color: #339;
	text-decoration: none;
}
#favoris a:hover {
	color: #99c;
}

/*************** COLONNE *****************/
#colonne {
	float: left;
	width: 200px;
	padding: 10px;
}
#colonne h2 {
	width: 9.6em;
	margin: 10px 0 0;
	font-size: 1.1em;
}
#colonne h3 {
	margin: 15px 0 0;
	font-size: 1em;
}
#colonne form {
	margin: 0;
}
#colonne select {
	margin-top: 5px;
	font: 1em Verdana, Arial, sans-serif;
}
#colonne optgroup {
	margin-top: 5px;
}
#colonne p {
	margin: 0 0 5px;
}
#colonne ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#colonne li a {
	display: block;
	padding-bottom: 1px;
	text-decoration: none;
	color: #272222;
	background: url(../images/fond-choix_02.png) no-repeat 0 100%;
}
#colonne li a span {
	display: block;
	padding: 1px 1px 1px 13px;
	height: 1.3em;
	line-height: 1.3em;
	background: url(../images/fond-choix_01.png) no-repeat;
}
#colonne a:hover, #colonne .courant {
	background-position: -200px 100%;
}
#colonne a:hover span, #colonne .courant span {
	background-position: -200px 0;
}
#colonne #selection {
	margin: 20px 0;
}
#calendrier th {
	padding: 0;
}
#calendrier a {
	display: block;
	color: #333;
	padding-bottom: 1px;
	text-decoration: none;
	background: url(../images/fond-choix-date_02.png) no-repeat 0 100%;
}
#calendrier a span {
	display: block;
	width: 21px;
	padding: 1px;
	background: url(../images/fond-choix-date_01.png) no-repeat 0 0;
}
#calendrier a:hover, #calendrier a.courant {
	background-position: -23px 100%;
}
#calendrier a:hover span, #calendrier a.courant span {
	background-position: -23px 0;
}
#calendrier tr.mois {
	color: #f00;
	border-bottom: 1px solid #ccc;
}
#calendrier tr.mois th {
	border-bottom: 1px solid #ccc;
}
#calendrier tr.jours {
	height: 20px;
	vertical-align: bottom;	
}
#calendrier td {
	text-align: center;
	padding: 0;
	border-right: 1px solid #aaa;
}
#calendrier td.vide, #calendrier td.dimanche {
	border: none;
}
#calendrier td.samedi, #calendrier td.dimanche {
	background: #c3c8f1;
}
#calendrier .pied td {
	border: none;
}
#calendrier .pied a {
	padding: 0 1px 0 0;
	background: url(../images/fond-choix-pied-calend_02.png) no-repeat 100% 0;
}
#calendrier .pied a span {
	width: 100%;
	height: 18px;
	padding: 0;
	line-height: 18px;
	background: url(../images/fond-choix-pied-calend_01.png) no-repeat 0 0;
}
#calendrier .pied a:hover, #calendrier a.courant {
	background-position: 100% -22px;
}
#calendrier .pied a:hover span, #calendrier .pied a.courant span {
	background-position: 0 -22px;
}
#aujourdhui span {
	font-weight: 900;
	color: #000;
}
#colonne #newsletter, #colonne .encart {
	margin: 0 0 20px;
	padding: 5px 5px 5px;
	border: 1px dashed #999;
}
#newsletter label {
	display: block;
}
#newsletter input {
	border: none;
}
#newsletter .champ {
	width: 186px;
	height: 20px;
	padding: 2px;
	background: transparent url(../images/fond-champ.png) no-repeat;
}
#newsletter .envoyer {
	text-align: right;
}
#newsletter .envoyer input {
	width: 69px;
	height: 20px;
	padding-bottom: 2px;
	background: transparent url(../images/bouton-form.png) no-repeat;
}
.pub {
	text-align: center;
}

/************** CONTENU ***************/
#contenu {
	padding-top: 179px;
	margin-left: 241px;
}
.pagination {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
}
.pagination li {
	float: left;
	width: 33%;
}
.pagination .ctre {
	width: 34%;
	text-align: center;
}
.pagination .drte {
	text-align: right;
}
.pagination a {
	text-decoration: none;
	font-weight: 700;
	color: #339;
}
.pagination a:hover {
	color: #99c;
}
.article {
	float: left;
	width: 719px;
	margin: 0 0 10px;
	padding-bottom: 2px;
	line-height: 1.3em;
	background: url(../images/fond-article_02.png) no-repeat 0 100%;
}
.article dl {
	float: left;
	width: 702px;
	min-height: 70px;
	margin: 0;
	padding: 2px 2px 0 15px;
}
.article dl.cat1 {
	background: url(../images/fond-article-musique.png) no-repeat 0 0;
}
.article dl.cat2 {
	background: url(../images/fond-article-spectacles.png) no-repeat 0 0;
}
.article dl.cat3 {
	background: url(../images/fond-article-theatre.png) no-repeat 0 0;
}
.article dl.cat4 {
	background: url(../images/fond-article-expositions.png) no-repeat 0 0;
}
.article dl.cat5 {
	background: url(../images/fond-article-divers.png) no-repeat 0 0;
}
.article dl.cat6 {
	background: url(../images/fond-article-brocantes.png) no-repeat 0 0;
}
.article dd {
	float: left;
	margin: 0;
	padding: 10px 10px 8px;
	/* line-height: 1.4em; */
}
.article dd h4 {
	margin: 0;
	font-size: 1em;
	color: #d00;
}
.article dd p {
	margin: 0;
}
.article .image {
	width: 100px;
}
.article .image img {
	border: 1px solid #000;
}
.article .description {
	width: 300px;
}
.article .adresse {
	width: 200px;
}
.article .web {
	padding-right: 8px;
}
.article .web a {
	display: block;
	width: 24px;
	font-weight: 700;
	font-variant: small-caps;
	text-decoration: none;
	color: #212125;
}
.article .web a:hover {
	text-decoration: underline;
}
.article .web a span {
	display: block;
	padding-bottom: 24px;
	background: url(../images/site-web.png) no-repeat 0 100%;
}
.info {
	min-height: 54px;
	padding: 15px 0 0 57px;
	font-weight: 700;
	background: url(../images/logo-info.png) no-repeat 0 0;
	border-top: 1px solid #6b40a5;
}

/*************** PIED ****************/
#pied {
	clear: left;
	padding-bottom: 2px;
	font-size: .9em;
	background: #fff url(../images/fond-pied_02.png) no-repeat 0 100%;
}
#pied p {
	width: 720px;
	margin: 0;
	padding: 5px 5px 5px 235px;
	text-align: center;
	background: url(../images/fond-pied_01.png) no-repeat 100% 0;
}
#pied a {
	color: #000;
}

