body {
	/*font-family:'Roboto Condensed'; font-weight:bold; font-size:12pt; */
    font-family: 'Montserrat', sans-serif; font-weight:bold; font-size:12pt;
    font-family: 'Encode Sans Expanded', sans-serif;font-weight:bold; font-size:12pt;

	
	/*font-family:roboto_condensedregular, arial, helvetica, sans-serif; font-weight:bold; font-size:10pt; */
	background-color: #6181c2;
}

.standard {
	font-family: 'Montserrat', sans-serif; font-weight:bold; font-size:12pt;
	/*font-family:'Roboto Condensed'; font-weight:bold; font-size:14pt; */
	/*font-family:roboto_condensedregular, arial, helvetica, sans-serif; font-weight:bold; font-size:10pt; */
}
a.standard {
	color:#292a7d; text-decoration: none; 
}

a {
	color:#292a7d; text-decoration: none; 
}

a:hover {
	color:#4e4fc6; ; text-decoration: underline; 
}

h1 {
	text-transform: uppercase;
}

h2 {
}

h5 {
	font-size:11pt; font-weight:bold;
}



.menus {
	font-size:8pt;
}
	
a.menus {
	color:white;
}
    
a.menus:hover {
	color:#999999; ; text-decoration: underline
}


.dropbtn {
  background-color: #2F2B44;
  color: white;
  text-align:center;
  font-size: 16px;
  border: none;
  vertical-align:middle;
 
}

.dropdown {
  position: relative;
  display: inline-block;
  vertical-align:middle
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #292a7d;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  text-align:left;
  font-size: 16px;
  border: none;
  vertical-align:middle;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #8f9dd8;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #292a7d;}

.mainTable {
	background-image: url("background.jpg"); background-repeat:repeat-y; background-size: 100%;
}

.address {
	font-size: 9pt;
	font-style: oblique;
	color: #003366;
}

.news {
	font-size:12pt; background-color:#f1f3f9; border:1px black solid; padding:20px; width:80%; left: 50px; 
}
	 
a.news {
	color:#23338a; text-decoration: none; 
}

.annonces {
	background-color:#f1f3f9; border:1px black solid; padding:20px;	width:640px;
}

.red {
	color:#23338a;
}

.banner {
	background-size:100%;
	background-position:center;
}
.toplinks {
	font-size:9pt; color:white; 
}
/* CSS Document */

