/* CSS Document */

/* ---- BALISES ---- */

body{
  font-family: Verdana, Arial, Helvetica, sans-serif;;
  font-size: 12px;
  background-color: #3366cc;
  background-image: url('../img_site/motif_fond3.jpg');
  margin: 0;
}

h1{
  font-size: 14px;
  color: #FF0000;
}

/* ---- BLOCS ---- */

#principal{
  width: 760px;
  border: 1px solid #000000;
  margin: 0 auto 0 auto;
  background-color: #FFFFFF;
  padding: 10px;
}

#p2{
  position: relative;
  /*border: 1px solid #000000;*/
}

#top{
  width: 100%;
  height: 149px;
  background-color: #336699;
  background-image: url('../img_site/bandeau4.jpg');
  /*margin-bottom: 10px;*/
}

#menu{
  float: left;
  /*border-bottom: 15px solid #1f3e5d;*/
  width: 150px;
  font-size: 12px;
  background-color: #7b94ae;
  margin-right: 10px;
}

#pub{
  left: 0;
  top: 400px;
  width: 130px;
  height: 100px;
  /*background-image: url('../img_site/anim2.gif');*/
  background-color: #1f3e5d;
  color: #FFFFFF;
  padding: 20px 10px 20px 10px;
  text-align: center;
}

#contenu{
  float: left;
  width: 560px;
  margin: 5px 5px 25px 25px;
  line-height: 150%;
}

#fin{
  clear: both;
  text-align: center;
  height: 15px;
  border: 1px solid #FF0000;
  margin: 5px;
  background-color: #FFCCCC;
}

#event{                       /* paragraphe evenement */
  border: 1px dotted #FF0000;
  padding: 10px;
}

#event img{                   /* image liee au paragraphe evenement */
  margin: 5px;
}

#img_log{                   /* image liee au paragraphe evenement */
  margin: 10px;
}

#nom_page{
  margin-left: 200px;
}

/* ---- SPECIFIQUE ---- */

#menu li{
  margin: 0 0 10px 0;
  list-style-type: none;
  
  /*list-style-image: url('../img_site/picto_menu2.jpg');*/
}

#menu ul{
  padding: 0;
  margin: 0;
  text-align: center;
}

#log{
  margin-top: 0;
}

#log li{
  margin: 0 0 10px 0;
  list-style-type: circle;
  line-height: 120%;
}

#log table{
  border: 1px dotted #FF0000;
}
.line{
  border-top: 1px solid #7b94ae;
  border-bottom: 1px solid #7b94ae;
}

.etat{
  font-size: 12px;
  font-weight: bold;
  color: #0000FF;
  border: 1px solid #0000FF;
  background-color: #DDDDFF;
  text-align: center;
}

/* ---- TEXTE ---- */
.t12_b{
  font-size: 12px;
  font-weight: bold;
}
.t12_b_i_red{
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #FF0000;
}
.t12_bleu{
  font-size: 12px;
  font-weight: normal;
  color: #1f2d4c;
  font-weight: bold;
}
.t10_b{
  font-size: 10px;
  font-weight: bold;
}
.t10_em_blanc{
  font-size: 10px;
  font-style: italic;
}

/* ---- LIENS ---- */
a.menu:link {
  display: block;
  
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #1f3e5d;
	text-decoration: none;
}
a.menu:visited {
  display: block;

	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #1f3e5d;
	text-decoration: none;
}
a.menu:hover {
  display: block;
  background-color: #FFFFFF;
  color: #1f3e5d;
  
  font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
}
a.menu:active {
  display: block;

	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #1f3e5d;
	text-decoration: none;
}

