/*======================================*/
/* DEFINITION OF THE SCREEN AREAS (DIV) */
/*======================================*/
/*------------------------------------------*/
/* ID -> Must Be Unique among the HTML Page */
/*------------------------------------------*/
#header {
  position:absolute;
  top:0px; left:0px; width:765px; height:120px;
  padding:10 10 10 10; /* top right bottom left */
}
#titre {
  position:absolute;
  top:140px; left:0px; width:550px; height:200px;
  padding:20; /* top right bottom left */
}
#accueil {
  position:absolute;
  z-index: 2;
  top:270px; left:10px; width:750px; 
  padding: 0; /* top right bottom left */
}
#catalogue {
  position:absolute;
  top:170px; left:197px; width:503px; height:104px;
}
#guichet {
  position:absolute;
  top:220px; left:295px; width:170px; height:50px; 
  visibility:hidden;
}
#outils {
  position:absolute;
  top:220px; left:450px; width:170px; height:50px; 
  visibility:hidden;
}
#menu {
  position:absolute;
  top:223px; left:10px; width:167px;
  background-color: #FFFFFF;
  padding:0; /* top right bottom left */
}

#menudroit {
  position:absolute;
  top:223px; left:800px; width:170px;
  background-color: #FFFFFF;
  padding:0; /* top right bottom left */
}

#vertic {
  position:absolute;
  top:180px; left:177px; width:5px; height:462px;
  padding:0; /* top right bottom left */
}
#vertic2 {
  position:absolute;
  top:180px; left:609px; width:5px; height:430px;
  padding:0; /* top right bottom left */
  z-index: 3; /* above please */
}
#footer {
  position:absolute;
  top:450px; left:13px; width:760px;
  padding:0; /* top right bottom left */
}
#barre{
  position:absolute;
  top:365px; left:200px; width:560px;
  background-color: #cccc00;
  border: no;
}
#barre1{
  position:absolute;
  top:400px; left:200px; width:560px;
  background-color: #cccc00;
  border: no;
}
#barre2{
  position:absolute;
  top:460px; left:200px; width:560px;
  background-color: #cccc00;
  border: no;
}

/*------------------------------------------*/
/* ID -> Must Be Unique among the HTML Page */
/*------------------------------------------*/
.content {
  position:absolute;
  z-index: 2;
  top:183px; left:197px; width:553px; 
  padding:0; /* top right bottom left */
  margin-left:0;
}
.contentgenre {
  position:absolute;
  z-index: 2;
  top:183px; left:207px; width:553px; 
  padding:0; /* top right bottom left */
  margin-left:0;
}
.content2 {
  position:absolute;
  z-index: 2;
  top:150px; left:180px; width:430px; 
  padding:0; /* top right bottom left */
  margin-left:0;
}
.content3 {
  position:absolute;
  z-index: 2;
  top:202px; left:612px; width:163px; 
  padding:0; /* top right bottom left */
  margin-left:0;
}
.content4 {
	position:absolute;
	z-index: 2;
	top:400px;
	left:200px;
	width:575px;
	padding:0;
	margin-left:0;
	visibility: hidden;
}

.content5 {
	position:absolute;
	z-index: 2;
	top:452px;
	left:200px;
	width:575px;
	padding:0;
	margin-left:0;
	visibility: hidden;
}

.content6 {
	position:absolute;
	z-index: 2;
	top:500px;
	left:200px;
	width:575px;
	padding:0;
	margin-left:0;
	visibility: hidden;
}

.content7 {
  position:absolute;
  z-index: 2;
  top:323px; left:197px; width:595px; 
  padding:0; /* top right bottom left */
  margin-left:0;
}
.catalogue {
  position:absolute;
  z-index: 2;
  top:280px; left:197px; width:553px; 
  padding:0; /* top right bottom left */
  margin-left:0;
}

/*==================*/
/* TYPES DEFINITION */
/*==================*/
.seldoc {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   color: #003399;
   text-decoration: none; 
}
.seldoc:hover {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   color: #000000;
   text-decoration: none; 
}
.seldocgds {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 10px;
   color: #003399;
   text-decoration: none; 
}
.seldocgds:hover {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 10px;
   color: #000000;
   text-decoration: none; 
}
.col {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 10px;
   font-style: normal;
   line-height: normal;
   color: #003399;
   text-decoration: none; 
   font-weight: normal
}
.col:hover {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 10px;
   font-style: normal;
   line-height: normal;
   color: #000000;
   text-decoration: none; 
   font-weight: normal 
}
.infocol {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   color: #003399;
   text-decoration: none; 
   font-weight: normal
}
.infocol:hover {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 11px;
   font-style: normal;
   line-height: normal;
   color: #000000;
   text-decoration: none; 
   font-weight: normal
}   
.info {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 9px;
   font-style: normal;
   line-height: normal;
   color: #003399;
   text-decoration: none; 
   font-weight: normal
}
.info:hover {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 9px;
   font-style: normal;
   line-height: normal;
   color: #000000;
   text-decoration: none; 
   font-weight: normal
}
.inforouge {  
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px; 
   color: #FF0000;
   text-decoration: none
}
.inforouge : hover {  
   font-family: Arial, Helvetica, sans-serif;
   font-size: 9px; 
   color: #FF0000;
   text-decoration: none
}
.titre {  
   font-family: Verdana, Arial, Helvetica, sans-serif; 
   font-size: 11px; 
   color: #000000; 
   text-decoration: none; 
}
.contenu {  
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   color: #000066; 
   text-decoration: none; 
   font-weight: bold
}
.accueil {  
   font-family: "arial"; 
   font-size: 12px; 
   font-style: normal; 
   color: #333333; 
   text-decoration: none
}
.accueil2 {  
   font-family: "arial"; 
   font-style: normal; 
   color: #333333; 
   text-decoration: none; 
   font-size: 10px; 
   font-weight: bold
}
.select-noir {
   font-family: arial;
   font-size: 11px; 
   text-decoration: none;
}

/*=================*/
/* TAGs DEFINITION */
/*=================*/
a { 
  color: #003399; 
  text-decoration: none;
}
a:hover { 
  color: #cccc00; 
  text-decoration: none; 
}
.ressources {
  color: #003399;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; 
  text-decoration: none;
}
.ressources:hover {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #CCCC00;
  text-decoration: none;
}
.ressources:visited {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #CCCC00;
  text-decoration: none;
}
.ressourcesbold {
  color: #003399;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif; 
  text-decoration: none;
}
.ressourcesbold:hover {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight: bold;
  color: #CCCC00;
  text-decoration: none;
}
.ressourcesbold:visited {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight: bold;
  color: #CCCC00;
  text-decoration: none;
}
.ressourcesgenre {
  color: #003399;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; 
  text-decoration: none;
  text-align:right;
  padding-right:20px;
}
.ressourcesgenre a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-decoration: none;
	text-align:right;
    font-weight: bold;
}
.ressourcesgenre a:visited {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #003399;
  text-decoration: none;
  text-align:right;
}
TD.blocvert {
	background-image: url(../lepointg/image/blocvert.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/*.blocvert {
	background-image: url(genre/image/blocvert.gif);
	background-repeat: repeat-x;
	background-position: left top;
}*/
TD.blocgris {
	background-image: url(../lepointg/image/blocgris.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
TD.blocrouge {
	background-image: url(../lepointg/image/blocrouge.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.vert {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; 
  color: #8B9000;
}
.vert a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8B9000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8B9000;
}
.vert a:hover {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; 
  color: #CCCC00;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #CCCC00;
}
.courantgenre {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	text-align: justify;
	padding:5px 0px;
	margin:0;
}
h1.titregenre {
	padding:0 0 10px 0;
	margin:0;
}
h2.titregenre {
	font-family: Courier New, Courier, arial;
	font-size: 16px;
	text-decoration: underline;
	padding-bottom:0;
	margin-bottom:0;
}
ul.listegenre{
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}
ul.listegenre a{
	font-size: 12px;
	font-family: Arial;
	color: #8B9000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8B9000;
}
.courantgenre a {
	font-size: 12px;
	font-family: Arial;
	color: #8B9000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8B9000;
}
.courantgenre a:hover {
  font-size: 12px;
  font-family: Arial; 
  color: #CCCC00;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #CCCC00;
}

.ctrs {
	border: 1px solid #000000;
}
.noirblocindex{
  font-size: 12px;
  font-family: Arial; 
  color: #000000;
}
.noirblocindex a{
  font-size: 12px;
  font-family: Arial; 
  color: #000000;
}
.noirblocindex a:hover{
  font-size: 12px;
  font-family: Arial; 
  color: #000000;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #000000;
}
#blocgris{
	position:absolute;
	top:420px;
	left:200px;
	width:542px;
	background-image: url(images/blocgcentre.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/*********** Pages assises 8*******************/
td.assise8ContenuHome {
	background-color:#D7E527;
	padding : 20px;
	vertical-align:top;
}
td.assise8ContenuHome H1{
	font-size:16px;
	font-family: Arial; 
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	padding : 2px 0px;
	margin:3px 0px;
}
td.assise8ContenuHome H2{
	font-size:12px;
	font-family: Arial; 
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	padding : 2px 0px;
	margin:3px 0px;
}
td.assise8ContenuHome p{
	font-size:12px;
	font-family: Arial;
	padding : 2px 0px;
	margin:3px 0px;
}
td.assise8ContenuHome p.infoPratique {
	color:#FA292B;
	text-align:center;
}
td.assise8ContenuHome p.assise8Lien{
	text-align:center;
}
div.ressourcesAssises h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:2px 10px;
	margin-bottom:15px;
	display:inline;
}
div.ressourcesAssises h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:3px 0px 0px 0px;
	padding::0px;
}
div.ressourcesAssises, div.ressourcesAssises p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding::0px;
}
div.ressourcesAssises a,div.ressourcesAssises a:link,div.ressourcesAssises a:visited{
	color:#000000;
	text-decoration:underline;
}
div.ressourcesAssises a:hover, div.ressourcesAssises a:active{
	color:#000000;
	text-decoration:none;
}
div.ressourcesAssises h2.fdBleu {
	background-color:#00AAE8;
	color:#FFFFFF;
}
div.ressourcesAssises h2.fdJaune {
	background-color:#D7E527;
	color:#333;
}
div.ressourcesAssises h2.fdVert {
	background-color:#669900;
	color:#FFF;
}

div.ressourcesAssises h2.fdRouge {
	background-color:#E42220;
	color:#FFF;
}
div.ressourcesAssises h2.fdViolet {
	background-color:#622181;
	color:#FFF;
}
div.ressourcesAssises h2.fdOrange {
	background-color:#EB6E07;
	color:#FFF;
}
div.ressourcesAssises h2.fdRose {
	background-color:#cc00cc;
	color:#FFF;
}
div.ressourcesAssises h2.fdOr {
	background-color:#ffb800;
	color:#FFF;
}
/* menu*/
div.ressourcesAssises a.menuAncre,div.ressourcesAssises a.menuAncre:link,div.ressourcesAssises a.menuAncre:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:2px 10px;
}
div.ressourcesAssises a.menuAncre:hover, div.ressourcesAssises a.menuAncre:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
div.ressourcesAssises a.fdBleu {
	background-color:#00AAE8;
	color:#FFFFFF;
}
div.ressourcesAssises a.fdJaune {
	background-color:#D7E527;
	color:#333;
}
div.ressourcesAssises a.fdVert {
	background-color:#669900;
	color:#FFF;
}

div.ressourcesAssises a.fdRouge {
	background-color:#E42220;
	color:#FFF;
}
div.ressourcesAssises a.fdViolet {
	background-color:#622181;
	color:#FFF;
}
div.ressourcesAssises a.fdOrange {
	background-color:#EB6E07;
	color:#FFF;
}
div.ressourcesAssises a.fdRose {
	background-color:#cc00cc;
	color:#FFF;
}
div.ressourcesAssises a.fdOr {
	background-color:#ffb800;
	color:#FFF;
}
p.hautPage{
text-align:right;
background : transparent url(../lepointg/image/haut-page.gif) no-repeat scroll right top;
padding-right:17px;
}
br.clear {
clear:both;
}


