/* FDBI 2008 - CSS Structure des pages PRODEX - partie centrale*/


h1{
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-bottom: -2px;	
}


h2{
	color: #333366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: -15px;
	font-weight: bold;	
}

h3{
	color: #0066cc;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 10pt;
	letter-spacing: 2pt;
	margin-bottom: 2px;
}

hr{
    color: red;
    background-color: red;
    height: 1px;
    border: 0;
    width : 200 px;
	}

.trait_pointillé { border-top: 1px dashed #333366 }

ul{
	list-style-image: url(../images/puce_rouge.gif);
	list-style-position: outside;
}
	
li{
padding-top: 5px;
}

.gauche{
	float: left;
	padding-right: 30px;
	/*height: 150px;*/
}

.noborder img { 
border-style:none; 
} 
/*---------centre---*/
#centre a, a:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333366;
}
#centre a:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FF0000;
}

#centre ul {
	padding-left: 10px;
}

/*---------contenu---*/
#contenu a, a:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333366;
	text-decoration: none;
	font-weight: bold;
}
#contenu a:hover {
	color: #FF0000;
	font-weight: bold;
}
#contenu{
padding-left: 10px;

}


/*---------menu gauche---*/
#gauche_contact ul {
	margin-left: 0px;
	padding-left:20px;
	font-size: 8pt;
}

#gauche_contact a, a:visited{
	color: #333366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
#gauche_contact a:hover{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
}


.image_accueil{
  width: 40%;
  margin-left: 25px;
  padding-top: 10px;
}
.adresse{
	font-size: 10pt;
	font-weight: bold;
	color: #333366;
}
.gras{
	font-weight: bolder;
}
.ligne_verticale{
    border-right-color: #CC6666;
	border-right-style: solid;
	border-right-width: 1px;
}

