/* CSS Document */
/** html img,
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}*/
html{ 
	height:100%; 
	background-image:url(images/main-bg3.jpg);
	background-repeat:repeat-x;
	background-color:#85999a;
	} 
body {
	height:100%;
	/*background-image:url(images/footer.png);
	background-repeat:repeat-x;
	background-position:bottom;*/
	margin:0px;
	font-family:tahoma;
	font-size:10pt;
	}
.right {
	float:right;
	}
.left {
	float:left;
	}
#top {
	/*background-image:url(images/header.jpg);*/
	background-repeat:repeat-x;
	width:100%;
	height:138px;
	z-index:-1;
	}
#top-container, #container {
	width:1080px;
	/*margin:auto;*/
	}
#menu {
	width:600px;
	color:#134253;
	font-weight:bold;
	font-size:8pt;
	font-family:tahoma;
	float:left;
	margin-top:119px;
	display:block;
	}
/*#menu ul{
	margin:0px;
	margin-left:-45px !important;
	margin-left:0px; 
}*/
/*#menu span{
	display:inline;
	padding-left:25px;
}*/
#container {
	z-index:1;
	/*background-image:url(images/cravates2.png);*/
	background-position:left top;
	background-repeat:no-repeat;
	width:1080px;
	display:table;
	/*margin:auto;*/
	}
#main-content {
	width:878px;
	float:right;
	display:table;
	margin-top:-88px !important;
	margin-top:-83px;
	}
#main-content #menu-sec {
	width:750px;
	color:#000000;
	font-size:8pt;
	font-family:tahoma;
	font-weight:600;
	}
#menu-sec a:link {
	text-decoration:none;
	color:#000000;
	}
#menu-sec a:visited {
	text-decoration:none;
	color:#000000;
	}
#menu-sec a:hover {
	text-decoration:underline;
	color:#134253;
	}
ul.sous-menu {
	margin:0px;
	/*margin-left:-45px !important;
	margin-left:0px; */
	list-style-image:url(images/bullet.gif);
}
ul.sous-menu li{
	display:inline;
	margin-left:15px;
	list-style-image:url(images/bullet.gif);
}
img.bullet {
	margin:2px;
	margin-right:5px;
}
hr {
	color:#666666;
	border:0;
	background-color:#666666;
	height:1px;
	}
h1 {
	font-family:arial black;
	font-size:40pt;
	letter-spacing:-2pt;
	margin:0px;
	font-weight:bolder;
	}	
.description {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	letter-spacing:-0.5pt;
	color:#6c8181;
	margin:0px;
	font-weight:bold;
	}
#main-texte {
	width:100%;
	text-align:justify;
	display:table;
	}	
#left {
	width:660px;
	float:left;
	display:table;
	}	
#right {
	margin-top:20px;
	width:200px;
	float:right;
	display:table;
	}	
#footer {
	margin-top:20px;
	width:878px;
	display:table;
}

.footer {
	color:#000000;
	border:0;
	background-color:#000000;
	height:5px;
	}
.footer-menu {
	color:#134253;
	font-weight:bold;
	font-size:8pt;
	font-family:tahoma;
	text-align:center;
	margin-top:0px;
	margin-bottom:8px;
	}
.footer-menu span{
	/*display:inline;*/
	padding-left:10px;
}
/*/////////////// FORM ELEMENTS ///////////////*/
.contact-form {
	width:100%;
	}
.contact-col-1 {
	width:25%;
	float:left;
	}
.contact-col-2 {
	width:70%;
	float:right;
	}
.row {
	margin-top:10px;
	margin-botton:10px;
}
.contact-form input {
	/*background-color:#d5dddf;*/
	background-image:url(images/bg.png);
	border:3px solid #bec8c9;
	}
.contact-form textarea {
	/*background-color:#d5dddf;*/
	background-image:url(images/bg.png);
	border:3px solid #bec8c9;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #bec8c9;
	scrollbar-darkshadow-color: #bec8c9;
	scrollbar-face-color:#bec8c9;
	scrollbar-highlight-color: #d5dddf;
	scrollbar-shadow-color: #d5dddf;
	scrollbar-track-color: #eeeeee;
	}
.contact-form .button {
	background-color:#97a7a7;
	border:3px solid #b3c3c3;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	font-weight:bold;
	letter-spacing:-0.8pt;
	margin:5px;
}
/*/////////////// EVENT BOXES ///////////////*/
.event-box {
	width:100%;
	/*background-color:#d5dddf;*/
	background-image:url(images/bg.png);
	/*background-color:rgba(213, 221, 223, 0.75);
	filter:alpha(opacity=75);*/
	margin-bottom:20px;
	display:table;
	
	}
.event-box h2 {
	font-family:arial black;
	font-size:20pt;
	letter-spacing:-2pt;
	margin:0px;
	font-weight:normal;
	}
.event-box h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13pt;
	letter-spacing:-1pt;
	color:#6c8280;
	font-weight:bold;
	}
.event-box hr {
	margin:0px;
}
.event-box .event-content {
	margin:15px;
	}
.event-box .event-title {
	width:100%;
	display:table;
	}
.event-box .event-title .event-date {
	width:50%;
	float:left;
	}
.event-box .event-title .event-lieu {
	width:50%;
	float:right;
	}
span.date1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a7b1b2;
	margin-right:10px;
	font-weight:bold;
	}
span.date2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6c8280;
	font-weight:bold;
	}
/*/////////////// TABLES ///////////////*/

.membres {
	border:1px solid #666666;
	border-collapse:collapse;
	}
.membres td{
	border:1px solid #666666;
	border-collapse:collapse;
	padding:5px;
	text-align:left;
	}
.membres th{
	border:1px solid #666666;
	border-collapse:collapse;
	padding:5px;
	text-align:left;
	}
.membres td.col{
	width:25%;
	}
/*/////////////// Links ///////////////*/
#menu a {
	padding-bottom:1px;
	display: block;
	width:inherit;
	float:left;
	margin-left:25px;
	}
#menu a:link {
	text-decoration:none;
	color:#134253;
	}
#menu a:visited {
	text-decoration:none;
	color:#134253;
	}
#menu a.remaa:hover {
	/*text-decoration:underline;*/
	border-bottom:solid 4px #f0d839;
	color:#f0d839;
	}
#menu a.jdc:hover {
	/*text-decoration:underline;*/
	border-bottom:solid 4px #ee1272;
	color:#ee1272;
	}
#menu a.hm:hover {
	/*text-decoration:underline;*/
	border-bottom:solid 4px #1c9ad6;
	color:#1c9ad6;
	}
#menu a.ri-rh:hover {
	/*text-decoration:underline;*/
	border-bottom:solid 4px #1cd620;
	color:#1cd620;
	}
#menu a.aef-uqo:hover {
	/*text-decoration:underline;*/
	border-bottom:solid 4px #cf1f25;
	color:#cf1f25;
	}
#menu a.bal:hover {
	/*text-decoration:underline;*/
	border-bottom:solid 4px #7c51a1;
	color:#7c51a1;
	}
#menu a.ctb:hover {
	/*text-decoration:underline;*/
	color:#f26522;
	border-bottom:4px solid #f26522;
	}
#menu a.remaa:active {
	/*text-decoration:underline;*/
	border-bottom:solid 4px #f0d839;
	color:#f0d839;
	}
#menu a.jdc:active {
	/*text-decoration:underline;*/
	border-bottom:solid 4px #ee1272;
	color:#ee1272;
	}
#menu a.hm:active {
	/*text-decoration:underline;*/
	border-bottom:solid 4px #1c9ad6;
	color:#1c9ad6;
	}
#menu a.ri-rh:active {
	/*text-decoration:underline;*/
	border-bottom:solid 4px #1cd620;
	color:#1cd620;
	}
#menu a.aef-uqo:active {
	/*text-decoration:underline;*/
	border-bottom:solid 4px #cf1f25;
	color:#cf1f25;
	}
#menu a.bal:active {
	/*text-decoration:underline;*/
	border-bottom:solid 4px #7c51a1;
	color:#7c51a1;
	}
#menu a.ctb:active {
	/*text-decoration:underline;*/
	border-bottom:solid 4px #f26522;
	color:#f26522;
	}
.footer-menu a:link {
	text-decoration:none;
	color:#134253;
	}
.footer-menu a:visited {
	text-decoration:none;
	color:#134253;
	}
.footer-menu a:hover {
	text-decoration:underline;
	color:#134253;
	}
/*////Calendrier//////////*/
/* CSS Document */
      table.calendrier {
          width:198px;
          border:0px solid #888;   
          border-collapse:collapse;
		  font-family:Tahoma, Geneva, sans-serif;
		  font-size:0.8em;
      }
      table.calendrier td {
          width:28px;
          border-collpase:collpase;
          border:1px solid #888;
          text-align:right;
          padding-right:5px;
		  text-align:center;
      }
      .days{
          background-color: #F1F3F5;
      }
      table.calendrier th {
          border-collpase:collpase;
          border:1px solid #888;
          background-color: #E9ECEF;
		  text-align:center;
      }
      .actday{
          background-color: #dae4e5;
		  color:#336699;
          font-weight:bold;
      }
	td.remaa {
	  	background-color:#f0d839;
		}
	td.jdc {
	  	background-color:#ee1272;
		}
	td.hm {
	  	background-color:#1c9ad6;
		}
	td.ri-rh {
	  	background-color:#1cd620;
		}
	td.aef-uqo {
	  	background-color:#cf1f25;
		}
	td.bal {
	  	background-color:#7c51a1;
		}
	td.ctb {
	  	background-color:#f26522;
		}