/* CSS Document */



body {
background-color: white;
padding: 0px;
margin: 0px;
border: 0px;

}

#page {
background-repeat: repeat-y;
background-image: url("images/bas_tapis.gif");
width: 850px;
margin-left: auto;
margin-right: auto;
height: 600px;
}



.baspage {
background-repeat: repeat-y;
background-image: url("images/bas_tapis2.gif");
height: 600px;

}
/* Navigation */



#header ul {
padding-top: 0px;
margin: 0px;
padding-left: 9px;
margin-left: 0px;
float:left;
list-style:none;
width:800px;
}



#header ul li {
	float:left;
	list-style:none;
	width:auto;
	color:#fff;
	text-align:center;
}


#logo {
	height:86px;
	line-height:10px;
	background-image: url("images/rub_02.gif");
	width: 184px;
	display:block;
	background-repeat: no-repeat;
	background-position: center;
}

#nav1 {
	height:86px;
	line-height:10px;
	background-image: url("images/off_01.gif");
	width: 130px;
	display:block;
	background-repeat: no-repeat;
}

#nav2 {
	height:86px;
	line-height:86px;
	background-image: url("images/off_02.gif");
	width: 154px;
	display:block;
	background-repeat: no-repeat;
}

#nav3 {
	height:86px;
	line-height:80px;
	background-image: url("images/off_03.gif");
	width: 176px;
	display:block;
	background-repeat: no-repeat;
}

#nav4 {
	height:86px;
	line-height:86px;
	background-image: url("images/off_04.gif");
	width: 149px;
	display:block;
	background-repeat: no-repeat;
}



#nav1:hover {background-image: url("images/on_01.gif");}
#nav2:hover {background-image: url("images/on_02.gif");}
#nav3:hover {background-image: url("images/on_03.gif");}
#nav4:hover {background-image: url("images/on_04.gif");}


/* VUE D'ARTISTE */
#illustration {
margin-left: 9px;
margin-top: 0px;
padding: 0px;
}
#illustration2 {
margin-left: 129px;
}

/* CONTENU */

#contenu {
float: left;
width: 650px;
}

table {
table-layout: auto;
border: 2px solid #AAAAAA;
margin-top: 30px;
}

td {
border: 1px solid #AAAAAA;
}

tr {
text-align: right;
}

.entete {
font-size: 13px;
font-weight: bold;
text-align: center;
}


.ligneAchetee {
background-color:#999999;
text-decoration: line-through;
}

.ligneLibre{
background-color: transparent;
text-decoration: none;
}



.centrer {
width:350px;
margin-left: auto;
margin-right: auto;
}

.contenuBO {
padding-left: 17px;
margin-top: 7px;
}

.blocTexte {
padding-left: 17px;
margin-top: 7px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align: justify;
width: 300px;
color:#993300;
float: left;
overflow: auto;
height: 200px;
}


.blocTexteLarge {
padding-left: 17px;
margin-top: 17px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align: justify;
width: 625px;
color:#993300;
overflow: auto;
}

.blocTexte2 {
padding-left: 17px;
margin-top: 7px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align: justify;
width: 300px;
color:#993300;
float: left;
overflow: auto;
height: 600px;
}

.blocTexte3 {
padding-left: 17px;
margin-top: 7px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align: justify;
width: 300px;
color:#000000;
float: left;
overflow: auto;
height: 600px;
}


.Titre {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: justify;
	color:#945754;
	font-weight: bold;

}

.colonne {
text-align: center;
}
/* BONUS */
   .header {font-family:Tahoma, sans-serif; font-size: 12px; COLOR:#2FFFFF; padding-left:10; padding-right:5; font-weight:900 }
   .text {font-family:Tahoma,sans-serif; font-size: 11px; color:#ffffff; padding-left:20; padding-right:10 }
    .text2 {font-family:Tahoma,sans-serif; font-size: 11px; color:#000000; padding-left:20; padding-right:10; font-weight:100; }
    .news {font-family:Arial, sans-serif; font-size: 9px; color:#ffffff; padding-left:10; padding-right:5; font-weight:900; }
	.underline { text-decoration: none;}
   a:link{text-decoration: underline; color:#000000}
  a:visited{text-decoration: underline; color: #000000}
  a:hover{text-decoration: underline; color: #66CCCC}
  a:active{text-decoration: underline; color: #66CCCC}



