@import "../../../img/styles.css";

body, table {
  color: #515151;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
body {
  background: #FEFFD8 url(p_haut.jpg) repeat-x center top;
  margin:0px;
}
#p_header {
  width: 1000px;
  height: 79px;
  background:url(f_1.jpg) no-repeat top center;
}
#p_menuhaut {
  width: 1000px;
  height: 45px;
  background:url(f_2.jpg) no-repeat top center;
}
#p_menuhaut table.contenu {
  height: 45px;
  color: white;
  font-weight:bold;
  font-size: 10pt;
}
#p_menuhaut table.contenu a {
  color:white;
  text-decoration:none;
}
#p_contenu {
  width: 1000px;
  background:url(f_3.jpg) no-repeat top center;
}
table.contenu {
  width:942px;
}
#page {
  width: 1000px;
  background:url(f_4.jpg) repeat-y center;
  margin-bottom: 40px;
}
#p_footer {
  width: 1000px;
  height: 52px;
  background:url(f_5.jpg) no-repeat bottom center;
}
#p_footer table.contenu {
  border-top: solid #FFCC00 1px;
}
#p_colg {
  width: 200px;
  padding: 4px;
  padding-top:56px;
  border-right: 1px #FFCC00 dotted;
}
#p_colg div.inner {
  padding-left: 32px;
}
#p_colc {
  padding: 8px 4px;
}
#p_colc img {
  margin: 4px;
}
#p_cold {
  border:1x red solid;
  width: 200px;
  padding: 4px;
  border-left: 1px #FFCC00 dotted;
  list-style: none;
}
div.menu,div.module {
  text-align:left;
  padding:0px;
  border: 1px #FFCC00 solid;
  margin-bottom: 8px;
  background-color: #FEFFD8;
}
div.menu h2,div.module h2 {
  color: black;
  font-size: 11pt;
  font-weight:bold;
  margin:0px;
  background: #FFFFA0 url(titreboite_g.gif) no-repeat top right;
  height:21px;
  padding-top: 4px;
}
div.menu a,div.module a {
  padding-left: 8px;
  display: block;
  height: 1.8em;;
  font-size:10pt;
  text-decoration: none;
}
div.menu a {
  border-top: 1px dotted #FFCC00;
}

#p_menuhaut a {
  display: inline;
}
div.menu a:hover {
  background-color: #FFFEA2;
  color: darkred;
}
#bandeaupub {
  border: 1px magenta solid;
  width:520px;
  height: 132px;
}
div.break {clear:both;}

/* Modules */
.module h2 {
	overflow: hidden;
}
.module h2 a.module_rss {
	font-size: 9pt;
}
.module h2 a,.module h2 a:hover {
  color: white;
}
h2.moduletitle a,h2.moduletitle a:hover {
	color: #FF6600;
	text-decoration: none;
	display: inline;
}
.module ul {
  margin:0px;
  padding:0px;
}
.module ul li{
	list-style: none;
}
.module ul li a {
  font-size:smaller;
  text-decoration:none;
}
.module ul li a:hover {
  background-color: silver;
  text-decoration:none;
}

.module marquee {
	height: 120px;
	overflow: hidden;
	overflow-y: hidden;
}

form label {
  display:block;
}
