body {
	margin: 0px;
}

tr, p, div {
  font-family:Arial, Helvetica, sans-serif;
  font-size        : 13px;
  color            : #333333;
}
hr {
  background       : #999999;
  height           : 1px;
  width            : 100%;
}

#left
{
	border-right:1px solid #F1F1F1;
}

#right
{
	border-left:1px solid #F1F1F1;
	
}

#main
{
	padding-bottom: 9px;
	padding-left: 9px;
}
/* ################### PAGE PART ######################## */
#mainpage
{
	background-color:#FFFFF;
}

#header
{
}

/*for title or site name*/
.title {
font-family: sans-serif;
font-size: 20px;
font-weight: bold;
color : #FFFFFF;
margin-left: 10px;
}

#left ul.menu > li {
	line-height: 35px;
	font-size: 18px;
        border-bottom: black solid 1px;
}

#left ul.menu li a {
	color: black;
	text-decoration: none;
}

#left ul.menu li.parent ul li a {
  color: black;
  font-size: 17px;
  line-height: 21px;
}

#left ul.menu li#current {
  background-image: url(../images/arrow.png) ;
  background-repeat: no-repeat;
  background-position: 0px 8px;
}

#left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#left li {
  line-height: 15px;
  padding-left: 10px;
  padding-top: 0px;
}

#main ul li {
  list-style-image: url(../images/arrow.png) ;
}

/* ######### joomla attributes ########## */
.componentheading {
	font-size: 18px;
	font-weight: bold;
}
.contentheading {
	font-size: 15px;
	font-weight: bold;
}
.contentpaneopen {
width: 100%
}

.article_separator {
	display: block;
	width: 100%;
	height: 4px;
	padding: 0px;
	background-color: #EEEEEE;
}

blockquote {
	margin: 1em auto;
}

#twitterfeedrssdiv {
        margin: 1em;
}

#twitterfeedrssdiv tr, #twitterfeedrssdiv p, #twitterfeedrssdiv div{
        font-family: 'Helvetica Neue', Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
        font-size: 11px;
}

.twitterfeeditem a {
        font-weight: bold;
}

/* Pour la page des promotions */

table#promotions {
	width : 100%;
}

table#promotions, table#promotions tr th, table#promotions tr td {
	border-collapse:collapse;
	border: 1px solid #000000;
	text-align: center;	
}

table#promotions tr th {
	color: #FFFFFF;
	background-color: #444444;
}

table#promotions tr td {
	padding: 0em 1em 0em 1em;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
}

table#promotions tr th.titre {
	background-color: #000000;
}

table#promotions tr th.soustitre {
	background-color: #222222;
}

table#promotions tr td.annee {
	text-align: center;
}

