/*there are Internet Explorer Specfic css in the header section of 
the template page for classes
#top_image
.search_box
if you are changing those, dont forget to change in the template as well*/

/*---[ TAG STYLES ]-------------*/
body{
	margin:0px;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	background-color: #726a49;
	background-image:url(/app/templaterepository/lac_accueil/images/body_bg.jpg);
	background-position:center;
	background-repeat: repeat-y;
	text-align:center;
	color: black;
	font-size: 10pt;

}

.edge {
	padding: 13px;
	border: 1px solid #d1d1d1;
	margin-bottom:7px;
}



img{
	border:none;
}

a {
	color: #4791ce;
	font-weight: bold;
	text-decoration: underline;
}
a:hover { 
	text-decoration: none;
}

h1 {
	color: #525252;
	font-size: 14pt;
	padding-right: 44px;
	font-weight: 100;
	text-transform: uppercase;
}

h2 {
	font-size : 12pt;
	color: #4791ce;
}


/*---[ LAYOUT STYLES ]----------*/
#wrapper {
	width:926px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
}

#top_links {
	height:20px;
	padding:9px 15px 0 0;
	width:auto;
	display:block;
	text-align:right;
	margin-bottom: 6px;
	background-image: url(/app/templaterepository/lac_accueil/images/top_links_bg.jpg);
	background-repeat: no-repeat;
	color: white;
	font-size: 8pt;
	font-weight: 100;
}

#top_links a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

#top_links a:hover {
	text-decoration: underline;
}


#header{ 
	margin-bottom: 6px;
}

#header_menu {
	display:block;
	width:100%;
	margin-bottom: 6px;
}

#center {
	width:926px;
	float:left;
	background-image:url(/app/templaterepository/lac_accueil/images/center_bg.jpg);
	background-repeat:repeat-y;

}
#center_bottom {
	width:926px;
	float:left;
	background-image:url(/app/templaterepository/lac_accueil/images/center_bottom_bg.jpg);
	background-repeat: no-repeat;
	height: 1px;
	margin-bottom:6px;

}

#left_side {
	width:187px;
	padding:14px;
	float:left;
	background-color: #eee7d0;
	border-bottom: none;
	margin-right: 6px;
	border-top: 1px solid lightgrey;
}
	
#menu {
}

#meteo {
	margin-top:10px;
	background-image: url(/app/templaterepository/lac_accueil/images/swirl.gif);
	background-repeat: no-repeat;
	border: 1px solid #BFBFBF;
	color: #003876;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-weight:normal;
	line-height: normal;
	font-variant:normal;
	line-height: normal;
	overflow:auto;
	width:148px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	width: 662px;
	float:right;
	border-top: 1px solid lightgrey;
	padding: 0px 20px 10px 20px;

}
	
#right_side {
	width:205px;
	padding:3px;
	float:right;
}

#main {
	font-size:0.8em;
}

#footer {
	background-image: url(/app/templaterepository/lac_accueil/images/footer_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 854px;
	height:13px;
	color: #5e5e5e;
	font-size:8pt;
	margin-bottom:10px;
	padding-top: 12px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
	
}

#back_top {
	float:left;
	position:relative;
	right: 80px;
	width:20px;
	bottom:-80px;
}

/*---[ STYLE CLASSES ]---------------*/
.change_text_size {
	float:right;
	position:relative;
	vertical-align:top;
	text-align:right;	
}

.search_box {
	height:12px; 
	font-size:10px; 
	text-align:right;
}

.news1{
	margin: 2px 0px;
	padding:4px;
}

.news2{
	margin: 2px 0px;
	background:#CCCCCC;
	padding:4px;
}

.date{
	color:#990000;
	font-size:12px;
}

.news_title {
	font-weight:bold;
}

a.evoArticleTitle {
	color:#4791ce;
	font-weight:bold;
	text-decoration:none;
}

a.evoArticleTitle:hover {
	text-decoration:underline;
}

.evoArticleDate {
	font-size:xx-small;
} 	

td.evoCategoryTitle {
	color:#4791ce;
	font-weight:bold;
	font-size:16px;
	text-decoration:none;
	border-bottom:2px #4791ce solid;
}

/*..........................  menu  .............................*/


a.menu:link, a.menu:active, a.menu:visited {
	display: none;
}
a.menu:hover {
	display: none;
}

a.menuactive:link, a.menuactive:active, a.menuactive:visited {
	display: none;
}

a.menuactive:hover {
	display: none;
}

/*..........................  sub menu 1  .............................*/


a.submenu1:link, a.submenu1:active, a.submenu1:visited {
	padding-left:10px;
	display:block;
	padding: 5px 0px;
	text-decoration:none;
	border-bottom:1px black dotted;
	color: black;
	font-weight: 100;
}
a.submenu1:hover {
	padding-left:10px;
	font-weight: bold;
	background-image:url(/app/templaterepository/lac_accueil/images/arrow_active.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
	color: black;
	text-decoration:none;
	border-bottom:1px black dotted;
	padding: 5px 0px;
}

a.submenu1active:link, a.submenu1active:active, a.submenu1active:visited {
	padding-left:10px;
	font-weight: bold;
	color: black;
	text-decoration:none;
	display: block;
	border-bottom:1px black dotted;
	padding: 5px 0px;
}

a.submenu1active:hover {
	padding-left:10px;
	font-weight: bold;
	background-image:url(/app/templaterepository/lac_accueil/images/arrow_active.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
	color: black;
	text-decoration:none;
	display: block;
	border-bottom:1px black dotted;
	padding: 5px 0px;
}

/*..........................  sub menu 2  .............................*/


a.submenu2:link, a.submenu2:active, a.submenu2:visited {
	padding-left:10px;
	display:block;
	padding: 5px 0px;
	text-decoration:none;
	border-bottom:1px black dotted;
	color: black;
	font-weight: 100;
	margin-left:20px;
}
a.submenu2:hover {
	padding-left:10px;
	font-weight: bold;
	background-image:url(/app/templaterepository/lac_accueil/images/arrow_active.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
	color: black;
	text-decoration:none;
	display: block;
	border-bottom:1px black dotted;
	padding: 5px 0px;
	margin-left:20px;
}

a.submenu2active:link, a.submenu2active:active, a.submenu2active:visited {
	padding-left:10px;
	font-weight: bold;
	color: black;
	text-decoration:none;
	display: block;
	border-bottom:1px black dotted;
	padding: 5px 0px;
	margin-left:20px;
}

a.submenu2active:hover {
	padding-left:10px;
	font-weight: bold;
	background-image:url(/app/templaterepository/lac_accueil/images/arrow_active.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
	color: black;
	text-decoration:none;
	display: block;
	border-bottom:1px black dotted;
	padding: 5px 0px;
	margin-left:20px;
}

/*..........................  sub menu 3  .............................*/


a.submenu3:link, a.submenu3:active, a.submenu3:visited {
	padding-left:10px;
	display:block;
	padding: 5px 0px;
	text-decoration:none;
	border-bottom:1px black dotted;
	color: black;
	font-weight: 100;
	margin-left:40px;
}
a.submenu3:hover {
	padding-left:10px;
	font-weight: bold;
	background-image:url(/app/templaterepository/lac_accueil/images/arrow_active.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
	color: black;
	text-decoration:none;
	display: block;
	border-bottom:1px black dotted;
	padding: 5px 0px;
	margin-left:40px;
}

a.submenu3active:link, a.submenu3active:active, a.submenu3active:visited {
	padding-left:10px;
	font-weight: bold;
	color: black;
	text-decoration:none;
	display: block;
	border-bottom:1px black dotted;
	padding: 5px 0px;
	margin-left:40px;
}

a.submenu3active:hover {
	padding-left:10px;
	font-weight: bold;
	background-image:url(/app/templaterepository/lac_accueil/images/arrow_active.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
	color: black;
	text-decoration:none;
	display: block;
	border-bottom:1px black dotted;
	padding: 5px 0px;
	margin-left:40px;
}
/*..........................  sub menu 4  .............................*/


a.submenu4:link, a.submenu4:active, a.submenu4:visited {
	padding-left:10px;
	display:block;
	padding: 5px 0px;
	text-decoration:none;
	border-bottom:1px black dotted;
	color: black;
	font-weight: 100;
	margin-left:60px;
}
a.submenu4:hover {
	padding-left:10px;
	font-weight: bold;
	background-image:url(/app/templaterepository/lac_accueil/images/arrow_active.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
	color: black;
	text-decoration:none;
	border-bottom:1px black dotted;
	padding: 5px 0px;
	margin-left:60px;
}

a.submenu4active:link, a.submenu4active:active, a.submenu4active:visited {
	padding-left:10px;
	font-weight: bold;
	color: black;
	text-decoration:none;
	display: block;
	border-bottom:1px black dotted;
	padding: 5px 0px;
	margin-left:60px;
}

a.submenu4active:hover {
	padding-left:10px;
	font-weight: bold;
	background-image:url(/app/templaterepository/lac_accueil/images/arrow_active.jpg);
	background-repeat: no-repeat;
	background-position: right 8px;
	color: black;
	text-decoration:none;
	display: block;
	border-bottom:1px black dotted;
	padding: 5px 0px;
	margin-left:60px;
}