@CHARSET "UTF-8";
@import url(menu.css);
@import url(article.css);
@import url(form.css);
@import url(login.css);
@import url(phocamenu.css);

body {
  margin: 0;
  padding: 0;
  font: 14px "Bitstream Vera Sans", "Trebuchet MS", sans-serif;
  background: #023775;
}
table{width: 100%; margin: .5em; }

div#wrapper {
  /*background: #fff url(../images/wrapper-bln.png) no-repeat 2% 50%;*/
  background: #fff url(../images/lu_tower.png) no-repeat 5% 100%;
}

/*.hasJS { }*/

div#header {
  background: #013a7e url(../images/header.png) repeat-x;
  height: 100px;
  /*overflow: hidden;*/
  min-width: 700px;
  position: relative;
}

div#header h1 {
	margin: 0; padding: 0;
	position: absolute;
	bottom: -17px;
	left: 5%;
/*  margin-left: 50px;*/
  /*margin-left: 10%;
  display: inline;*/
}

a img,
a.img {
  border: 0 none;
}

a,
a:link {
  color: #003b81;
  text-decoration: none;
}

a:visited {

}

a:hover,
a:active,
a:focus {

}

div#content {
  width: 80%;
  min-width: 700px;
  max-width: 1024px;
/*  margin: 0 auto;*/
/*margin: 0 0 0 10%;*/
  padding: 25px;
padding-left: 15%;
padding-right: 5%;
padding-bottom: 0;
font-size: 1em;
background: url(../images/wrapper-bln.png) no-repeat 98% 50%;
}

div#content img { max-width: 100%; }

#newsflash{
	/*background: url(../images/hot-stuff.png) no-repeat 50% 100%;*/
	width: 13%;
	position: absolute;
	left: 25px;
	top: 115px;
	padding-bottom: 70px;
}
.moduletable_newsflash {
	margin-top: 20px;
	background: url(../images/page-corner.png) no-repeat top right;
	padding-top: 10px;
	padding-right: 15px;
}

.moduletable_newsflash h3{
  border-bottom: 3px solid;
  /*text-align: right;*/
  padding: 2px 5px;
  font-style: italic;
  font-weight: normal;
  font-size: 1.3em;
  /*color: #f50;*/
  color: #f8912c;
}

.contentpaneopen_newsflash {
	line-height: 1.5em;
	font-style: italic;
}

/*.newsfeed_item_forum{display: none;}*/

div#content p {
  text-align: justify;
  text-indent: 1em;
  line-height: 1.7em;
  padding: .25em .25em;
}


div#content p.next-actus {
  text-align: right;
  padding: 0;
  border-top: 1px solid #ddd;
  font-size: .9em;
  font-style: italic;
}

/**
 * fil d'arianne
 */
div.moduletable_breadcrumbs {
	margin-top: 15px;
	font-size: .9em;
	padding: 0 5px;
}

div.moduletable_breadcrumbs div.breadcrumbs {
	border:1px solid #dedede;	
}

div.moduletable_breadcrumbs span.crumb {
	padding-left: 5px;
	line-height: 20px;
}

div.moduletable_breadcrumbs a {
	padding-right: 15px;
	background: url(../images/crumbs.gif) no-repeat right center;
}

div.moduletable_breadcrumbs span.crumbs-sperator {
	display: none;
}

ul.actus-li {
  list-style-image: url(../images/bullet.png);
}

ul.actus-li h3 {
  font-weight: normal;
  font-size: 1.1em;
  margin: 0; padding: 0;
}

ul.actus-li h3 a {
  color: #222;
}

ul.actus-li h3 a:after {
  font-size: .7em;
  color: #444;
  font-style: italic;
}

/*
ul.actus-li h3 a:visited:hover:after {
  content: ", déjà lu";
  content: none;
}
*/

/*
ul.actus-li h3 a:hover:after {
  content: ", lire...";
}
*/

div#content ul.actus-li li {
  margin: 4px 0;
}

ul.actus-li li p {
  margin: 5px .5em;
  padding: 0;
}

ul.actus-li li p a {
  color: #003b81;
}

div.firstcol {
/*div.box {*/
  width: 50%;
  float: left;
  margin: 25px 2%;
}

div.secondcol {
  width: 40%;
  float: left;
  margin: 25px 2%;
}

div.content_firstcol {
  width: 60%;
  float: left;
  margin: 25px 2%;
}

div.content_secondcol {
  width: 30%;
  float: left;
  margin: 25px 2%;
}

h2 {
  text-align: right;
  border-bottom: 3px solid;
  padding: 2px 5px;
  font-style: italic;
  font-weight: normal;
  font-size: 1.3em;
  color: #444;
}

#hot-news,
#compet-news {
}

#young-news,
#leasure-news {
}

#hot-news h2 {
  color: #444;
  border-color: #444;
}

#young-news h2 {
  color: #308e2c;
  border-color: #308e2c;
}

#forum-news h2 {
	color: #F8912C;
	border-color: #F8912C;	
}

#leasure-news h2 {
  color: #003a80;
  border-color: #003a80;
}

#compet-news h2 {
  color: #690000;
  border-color: #690000;
}

h3 { font-weight: bold; font-style: italic; color: #013a7e; }

div#content ul { margin-top: .5em; margin-bottom: .5em; }
div#content ul li { line-height: 1.5em; margin: 5px 0;
list-style-image: url(../images/bullet.png);
}

div#content ul.pagination li { display: inline; }

div#promo {
  clear: both;
}

div#promo ul {
  text-align: center;
}

div#promo ul li { display: inline; }
div#promo ul li img {
  margin: 20px 25px;
}

/*div.content_secondcol #promo ul li { padding: 0; }*/

div.clear { clear: both; }

div#footer-wrapper {
  clear: both;
  margin-top: -50px;
  background: url(../images/footer.png) repeat-x 0 40px;
}

div#footer {
  clear: both;
  padding: 65px 0 25px 0;
  background: url(../images/logo-small.png) no-repeat 95% 0;
}

div#footer p {
  margin: 0;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: .9em;
  letter-spacing: .1em;
  font-style: italic;
}

div#footer a {
  color: #fff;
  border-bottom: 1px dotted;
}
