/* Start of CMSMS style sheet 'gallixcss_general' */
body {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin:10px;
	background-image: url(images/motifflocons.jpg);
	background-repeat: repeat;
}
.ContourTableau {
	border: 1px solid #000000;
}
.TitreTableau {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-left: 12px;
	text-align:left;
}

.TitrePage {
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #ffdd00;
	text-decoration: none;
	text-align:left;
}


.TitreSection {
	font-family: "Trebuchet MS", Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.MenuTop {
	font-family: "Trebuchet MS", Arial;
	/*font-size: 15px;*/
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 7px;
}
.cheminArrianne {
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: none;
	color: #000000;
	text-decoration: none;
	text-align:left;
	margin-left:10px;
	margin-bottom:2px;
	margin-top:2px;
}
.menuBas {
	font-family: "Trebuchet MS", Arial;
	/*font-size: 12px;*/
	font-style: normal;
	font-weight: none;
	color: #000000;
	text-decoration: none;
	text-align:center;
}
#logo {
	font-size: 11px;
}

.contenuTableau{
	padding:7px;
	font-size: 13px;
	font-style: normal;
             text-align: left;
}

.texteNormal{
	font-size: 13px;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
}

.texteFooter{
	font-size: 18px;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
}

.copyright{
	font-size: 13px;
	font-style: normal;
	font-family: "Trebuchet MS", Arial;
	margin:8px;
}

/*----------------LIENS--------------------------------------*/


/* set all links to have underline and bluish color */
a,
a:link {
   color: #000000;
   text-decoration: none;
}
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #b67f2f; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
 /*  color: #003366;      */          /* a different color can be used for visited links */
      color: #000000;
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #BCCD2F;
}
/*-------------------------------------------------------*/
/* End of 'gallixcss_general' */

