@charset "utf-8";
/* CSS Document */

body
{
  background-color:#c9c9c9 ;
  background-image:url(background.png);
  background-repeat:repeat-y;
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#000000;
}

h1 h2 h3
{
  margin: 0;
  padding: 0
}

h2
{
  color: #6d6d6d;
}

h3
{
  color: #879f15;/*#92ac17;*/
}

p
{
  text-align: justify;
}

a
{
  text-decoration: underline;
}

#BigContainer
{
  width:846px;
}
*html #BigContainer
{
  width:1000px;
}

#leftSidePage
{
  float: left;
  display:inline;
  margin-left: 10px;
  margin-right: 10px;
  width : 245px;
}

#rightSidePage
{
  float: left;
  width:541px;
}

*html #rightSidePage
{
  float: left;
}

#footer
{
  float: left;
  width:816px;
  height:50px;
  display:inline;
  margin-top:15px;
  padding-top:5px;
  text-align:right;
  font-size:10px;
  color:#666666;
  border-top:solid 2px #ababab;
}


#logoZone
{
  padding-left:23px;
  padding-top:10px;
  height:103px;
}


#linksZone
{
  padding-left:2px;
  padding-right:0px;
  padding-bottom:22px;
  text-align:right;
}

#menuZone
{
  height:31px;
  background:url("menuLeftBorder.png") no-repeat top left;
}


#homeZone
{
  padding-top:0px;
  padding-bottom:25px;
}

#noteZone
{
  color:#542945;
  font-size:13px;
  font-weight:bold;
  height:30px;
}

#commentZone
{
   background-image:url(separator.png);
   background-repeat:repeat-x;
   padding-top:15px;
   padding-bottom:25px;
}


/* New Menu */

#MenuAccueil a
{
   background-image:url(titre_accueil_off.gif);
   background-repeat:no-repeat;
   background-position: 0;
   display:inline;
	 float:left;
   width:71px;
   height:31px;
   border-right:solid 1px #6e6e6e;
}
#MenuAccueil a:hover
{
   background-image:url(titre_accueil_on.gif);
   background-repeat:no-repeat;
   background-position: 0;
   width:71px;
   height:31px;
}

#MenuTerrain a
{
   background-image:url(titre_EchoTerrain_off.gif);
   background-repeat:no-repeat;
   background-position: 0;
   display:block;
	 float:left;
   width:138px;
   height:31px;
   border-left:solid 1px #ababab;
   border-right:solid 1px #6e6e6e;
}
#MenuTerrain a:hover
{
   background-image:url(titre_EchoTerrain_on.gif);
   background-repeat:no-repeat;
   background-position: 0;
   width:138px;
   height:31px;
}

#MenuMarche a
{
   background-image:url(titre_EchoMarche_off.gif);
   background-repeat:no-repeat;
   background-position: 0;
   display:block;
	 float:left;
   width:139px;
   height:31px;
   border-left:solid 1px #ababab;
   border-right:solid 1px #6e6e6e;
}
#MenuMarche a:hover
{
   background-image:url(titre_EchoMarche_on.gif);
   background-repeat:no-repeat;
   background-position: 0;
   width:139px;
   height:31px;
}

#MenuQLegitimes a
{
   background-image:url(titre_QuestionsLegitimes_off.gif);
   background-repeat:no-repeat;
   background-position: 0;
   display:block;
   float:left;
   width:175px;
   height:31px;
   border-left:solid 1px #ababab;
}
#MenuQLegitimes a:hover
{
   background-image:url(titre_QuestionsLegitimes_on.gif);
   background-repeat:no-repeat;
   background-position: 0;
   width:175px;
   height:31px;
}

/*.menuItem .*/
.MainMenu_MenuContainer {

}

.menuItem
{
  
  float:left;
  display:inline;
  margin-left:7px;
  height:31px;
  background-image:url("menuCenterBorder.png");
  background-repeat: repeat-x;
}

.MainMenu_MenuBar
{
  font-size:14px; 
  height:31px;
  border:none;
  
}

.MainMenu_MenuItem {
  
  font-size:14px;
  font-weight:bold;
  background-color:transparent;
  color:#000000;
}

.MainMenu_MenuItemSel {
  font-size:14px;
  font-weight:bold;
  background-color:transparent;
  color:#990000;
}

.MainMenu_MenuItemActive{	
  font-size:14px;
  font-weight:bold;
  background-color:transparent;
  color:#990000;
}

#menuItemRightBorder{
  float:left;
  width:8px;
  height:31px;
  margin-left:-3px;
  background-image:url("menuRightBorder.png");
  background-repeat: no-repeat;
}
.linkLinks
{ 
  color:#525252;
}

.homeLinks
{ 
  color:#572945;
}

.article
{
   padding-top:15px;
   padding-bottom:25px;
}

.commentText
{
   padding-top:5px;
   padding-left:10px;
   padding-right:10px;
   text-align:justify;
   background-color:#FFFFFF;
   margin-top:10px;
   padding-bottom:10px;
}

.commentContent
{
  color:#572945;
}

.commentAutor
{
  color:#666666;
}

.star
{
  float:left;
}

.rss
{
  float:right;
}

.invisible
{
  display:none;
}

img
{
  border:0px;
}

/* Admin control panel */
.contentpane
{
    /*position:absolute;*/
    margin: 0;
    padding: 0;
}


/* Div en overlay des commentaires */
.commentPopup
{
	width: 430px
}
#commentEntryWrapper 
{
	width: 430px
}
#commentText textarea 
{
	width: 400px;
	height: 100px;
}
#commentFirstName, #commentLastName, #commentEmail, #commentUrl
{
	width: 350px;
	text-align: right
}
.commentFirstNameTextbox, .commentLastNameTextbox, .commentEmailTextbox, .commentUrlTextbox
{
	width: 250px;
}


