

/*
 * Mise en page des textes (bordures...)
 */


/* PERSO */

body {
     font-family: Arial ;
}

table.ca {
	border-collapse:collapse;
	font-size:10pt;
}

table.ca td {	
	border-bottom-style:solid;
	border-width:1px;
	border-color: #B42026;	
}

table.monmenu {
      position: left;
      margin: 0px,0px;
}

td { 
  /*color: #B42026; */
  margin: 1;
  /*line-height: 80%;*/
}

td.monmenu{
	background: white;
}

hr.monmenu {
	border-color: #ffe097;
	background: #ffe097;
	height: 3px;
}

a.monmenu{
	font-size:10pt;
	color: black;
	text-decoration:none;
}
a.monmenu:hover{
	color: #303030; 
	background: #B1AFAF;
}


.titre-monmenu {
	color: #B42026;
	font-family: Arial;
	font-size:12pt;
	font-weight: bold;
	align: center ;
	margin: 0;
	margin-top: -0.5em;
	margin-bottom: 0.5em
	padding: 0;
        line-height: 70%;
} 

ul,li {
	margin-left:10px;
	padding:2px;
}

.texte-petit {
	     font-size: 80%;
}
