
body {
	background-color:#fff;
	margin:0px;
	padding:0px;
}
body, td, A, div {
	font:13px/17px arial, verdana, sans-serif;
	color:#000;
}

A {
	color:#0a3c8f;
	text-decoration:none;
}
A:hover {
	text-decoration:underline;
}


UL {
	padding:0;
	margin:0 0 12px 0;
}
LI {
	padding:0px;
	margin:0;
	list-style:none;
}
LI a:hover {
	padding:0px;
	margin:0;
	list-style:none;
}
h1 {
	font-size:13px;
	margin:0;
	padding:0 0 15px 0;
}
p {
	margin:12px 0;
}
hr {
	border: 0;
	width: 100%;
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	margin-bottom: 0;
	padding-bottom: 0;
}
form {
	margin:0;
	padding:0;
}
textarea, input {
	font:11px/15px arial, verdana, sans-serif;
	text-decoration:none;
}

small {
	font-size:12px;
}




/*  page structure */

.outercontainer {
	width:100%;
	text-align:center;
}
.container {
	width: 935px;
	margin: auto;
	background-color: #fff;
	padding: 7px;
	overflow: auto;
}
* html body .container {
	width: 949px;
}

/*  header */

.header {
	width:935px;
	margin-top:15px;
	margin-bottom:30px;
	font-size:11px;
	text-align:left;
}

.header A{
	font-size:11px;
}

.header_top_lt {
	background: url(/rubriques/dev/img/logo_lepost.gif) top left no-repeat;
	height:68px;
	width:352px;
	float:left;
}

.header_logo {
	height:50px;
	width:214px;
}

.header_top_rt {
	float:left;
	width:583px;
	height:68px;
	clear:right;
}

.header_divider {
	color:#ccc;
	font-size:11px;
	padding:0 4px;
	float:right;
}

.header_weather {
	float:right;
	overflow:hidden;
}

.header_weather A {
	color:#666;
}

.header_weather img {
	vertical-align:top;
}

.header_account {
	float:right;
	color:#ccc;
	font-size:11px;
}

.header_account_container {
	float:right;
	height:22px;
	clear:both;
}

.header_icons {
	text-align:right;
	clear:both;
	height:25px;
}

.header_account A {
	color:#e5005d;
	text-decoration:underline;
}

.header_tabs_bar {
	clear:both;
	height:21px;
	background: url(/rubriques/dev/img/bg_header_tabs_bar.gif) top left repeat-x;
	overflow:hidden;
}

/* main */
.main {
	width:520px;
	float:left;
	text-align:left;
	margin-right:25px;
	overflow:hidden;
}

.title1 {
	font-size:16px;
	line-height:19px;
	font-weight:bold;
}

.title1 A {
	font-size:16px;
	line-height:19px;
	font-weight:bold;
	color:#000;
}

.title2 {
	font-size:19px;
	line-height:24px;
	font-weight:bold;
}

.title2 A {
	font-size:19px;
	line-height:24px;
	font-weight:bold;
	color:#000;
}

.title3 {
	font-size:26px;
	line-height:30px;
	font-weight:bold;
}

.title3 A {
	font-size:25px;
	line-height:29px;
	font-weight:bold;
	color:#000;
}

.module_block .title3 {
	padding-bottom:0px;
}

.title1 A:visited, .title2 A:visited, .title3 A:visited {
	color:#555;
}

.caption {
	font-size:11px;
	line-height:14px;
	color:#000;
	font-weight:normal;
}

.caption A {
	font-size:11px;
}

.false_link {
	font-size:11px;
	line-height:11px;
	text-decoration:underline;
	margin-top:8px;
	display:block;
	color:#06c;
	cursor:pointer;
}

.even {
	background-color:#f4f4f2;
}

.quotation {
	font:14px/18px georgia, serif;
	font-style:italic;
}

.quotation_large {
	font:18px/21px georgia, serif;
	font-style:italic;
}

.for_against {
	font:bold 13px/18px arial, verdana, sans-serif;
}

.quotation_mark {
	font:18px/18px arial, verdana, sans-serif;
	font-weight:bold;
	color:#e5005d;
}

.subtitle {
	font-size:13px;
	color:#06c;
	font-weight:bold;
}

.subtitle A {
	font-weight:bold;
}

.chapter_title {
	font-size:13px;
	color:#06c;
	font-weight:bold;
	border-bottom:1px solid #ccc;
	margin-top:25px;
	margin-bottom:10px;
}


.description p {
	font-size: 14px;
	line-height: 19px;
}

.text {
	font-size: 14px;
	line-height: 19px;
}

.text a {
	font-size :14px;
	line-height: 19px;
	text-decoration: underline;
}

.img_groupe {
	position: relative;
	left: -20px;
	bottom: -2px;
}

.essentiel {
	background:  url(/rubriques/dev/img/icon_essentiel.gif) top left no-repeat;
	height:14px;
	width:14px;
	float:left;
	margin-top:2px;
	margin-right:0px;
}
html>/**/body .essentiel {margin-right:4px;}

.report {
	margin-bottom:5px;
}

.report A, .temoignage_block .bar .report A {
	font-size:11px;
	color:#f66b8c;
	text-decoration:underline;
}

.message {
	background-color:#50aa50;
	padding:1px 0px 3px 5px;
	color:white;
	height:17px;
	margin:3px 0;
}


.error {
	background-color:#830a0b;
	padding:1px 0px 3px 5px;
	color:#fff;
	height:17px;
	margin:3px 0;
}

.errortext {
  color: #830a0b;
  background-image:  url(/rubriques/dev/img/error_arrow.gif);
  background-repeat: no-repeat;
  background-position: center left;
}

.ok {
  color: #669933;
  background-image:  url(/rubriques/dev/img/pseudo_yes.gif);
  background-repeat: no-repeat;
  background-position: center left;
}

.ko {
  color: #ab1600;
  background-image:  url(/rubriques/dev/img/pseudo_no.gif);
  background-repeat: no-repeat;
  background-position: center left;
}


.obligatory, .obligatory div {
	font-weight:bold;
}

.main_advert, .advert {
	margin-bottom:10px;
}


.underline {
	border-bottom:1px solid #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
}

.date {
	color:#000;
	font-size:11px;
	margin-bottom:10px;
}


#bloc_culture_loisirs
{
	background-color: #ffff;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 5px;
	text-align: left;
}

#bloc_culture_loisirs .title {
	font-size: 13px;
	font-weight: bold;
	color: #454440;
}

#bloc_culture_loisirs .menu_onglet {
	border-bottom: solid 1px #ccc;
	padding-top: 12px;
	padding-bottom: 3px
}

#bloc_culture_loisirs .menu_onglet a.onglet_off {
	border: 1px solid #ccc;
	border-bottom: solid 1px #0191ed;
	margin: 3px 3px 0 0;
	padding: 3px 12px;
	background-color: #660066;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
* html body #bloc_culture_loisirs .menu_onglet a.onglet_off { border-bottom: 1px solid #ccc ; }
#bloc_culture_loisirs .menu_onglet a.onglet_off:hover { text-decoration: none; }

#bloc_culture_loisirs .menu_onglet a.onglet_on {
	border: 1px solid #ccc;
	border-bottom: 2px solid #fff;
	margin: 3px 3px 0 0;
	padding: 3px 12px;
	background-color: #fff;
	color: #660066;
	font-weight: bold;
	font-size: 14px;
}
#bloc_culture_loisirs .menu_onglet a.onglet_on:hover { text-decoration: none; }

#bloc_culture_loisirs .content { /** *********----------------------------- **/
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

#bloc_culture_loisirs .content .ligne {
	border: 0;
	margin: 0;
	padding-bottom: 10px;
	overflow: auto;
}

#bloc_culture_loisirs .content .ligne .dateheure {
	background-color: #CCCCCC;
	color: #660066;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	overflow: auto;
	width: 270px;
}

#bloc_culture_loisirs .content .ligne .item {
	border-left: 1px solid #660066;
	margin-left: 5px;
	padding-left: 5px;
	width: 220px;
}

#bloc_culture_loisirs .content .ligne .item2 {
	border-left: 2px solid #660066;
	margin-left: 5px;
	padding-left: 5px;
	width: 220px;
}

#bloc_culture_loisirs .content .aville {
	font-weight: bold;
	color: #FF6600;
	text-transform: uppercase;
	font-size: 7px;
}

#bloc_culture_loisirs .content .lien_bas {
	font-weight: bold;
	color: #660066;
	font-size: 13px;
}

