/* Ma feuille de style*/


.top-nav ul{
	list-style:none;
	border: medium solid #DBB10D;
	height: 50px;

	background-color: #F8F178;
}

.top-nav li{
	float:left;
	color:#F03E13;
	font-weight:bold;
	width:108px;
	text-align:center;
	/*height: 70px;*/
}

.top-nav li a{
	color:#A28A12;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-top:12px;
	padding-bottom: 2px;
	height:20px;
	display:block;
	text-decoration:none;
	color:#535252;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #CCCACA;
	border-right-color: #CCCACA;
	border-bottom-color: #CCCACA;
	border-left-color: #CCCACA;
}

.top-nav li a:hover{
	color:#0000FF;
	background-color: #ffc74f;
	border: 3px none #AE2604;
}

.top-nav li a.active{
	color:#676A38;
	background-color: #EDFA8F;
	border: 3px dotted #AE2604;
}

.titre_menu
{
	color: #00109d;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 15px;
	text-align:left;
	margin-bottom: 20px;
}
/*a:visited {
	color: #00109d;
}*/

.titre_texte{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #204D9B;
	text-decoration: none;
	margin-bottom: 20px;
	clip: rect(auto,auto,30px,auto);
	font-style: italic;
}

.corps_texte {
	color:#00109d;
	/*background-color: #ffc74f;*/ 
   background-repeat: no-repeat;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
}
.liste_menu
{
   list-style-image: url(../images/blt_pix_menu_off.gif);
   padding: 0px;
   margin: 0px;
   margin-bottom: 1px;
}


.normal_8{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8px;
	color: #00109d;
}
.normal_9{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;	
	color: #00109d;
}
.normal_10{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #00109d;
}
.normal_12{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #00109d;
}
.normal_14{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #00109d;
}

.titre_15{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: bold;
	color: #00109d;
}

.titre_20{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: normal;
	color: #00109d;
	font-style: italic;
}
.titre_25{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight: bold;
	color: #00109d;
	margin-bottom: 30px;
}
.titre_30{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight: bold;
	color: #00109d;
}
.titre_40{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight: bold;
	color: #00109d;
}

/* L'en-tête */

#en_tete
{
   width: 770px;
   height: 50px;
   background-image:url(../images/bandeau_Bomboma.GIF);
   background-repeat: no-repeat;
   background-position:top right;
   margin-bottom: 20px;
}

/* Le menu */

#menu
{
   float: left;
   width: 120px;
}

.element_menu
{
   /*background-color: #ffc74f;*/
   background-repeat: repeat-x;
   border: 0px solid black;
   margin-bottom: 20px;
}
.element_menu2
{
   background-repeat: repeat-x;
   border: 0px solid black;
   margin-bottom: 20px;
}
/* Quelques effets sur les menus */

.element_menu h3
{    
   color: #00109d;  
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 15px;
   text-align:left; 
}

.element_menu ul
{
   list-style-image: url(../images/blt_pix_menu_off.gif);
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 1px;
}

.element_menu a
{
  color: #00109d;					
}
/*
.element_menu a:hover
{
   background-color:#C0DFFD;
   color: black;
}*/

/* Le corps de la page */

#corps
{
	color:#00109d;
	/*background-color: #ffc74f; */
   background-repeat: no-repeat;
	border: 0px solid black;
	margin-bottom: 10px;
}

#corps h1 {
	font-family: Verdana, Arial, Helvetica;
	font-size: 20px;
	font-weight: normal;
	color: #204D9B;
	text-decoration: none;
	margin-bottom: 30px;
	font-style: italic;
}

#corps ul
{list-style-image: url(../bullet.gif);}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 2px;
   text-align: center;
   color: #00109d;
   background-color:#00109d;     
   background-repeat: repeat-x;
   border: 0px solid black;
  }
 

