﻿/*---------------------------------------------------------------*/
/* Those settings, just below will affect all the site!			 */
/*---------------------------------------------------------------*/
* { margin: 0; padding: 0;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	display:block;
	font-family: Arial;
	font-size:11px;
}

img{
	border:none;
}

.main{
	margin:auto;
	width:1024px;
	display:block;
}

.fullRow{
	width:1074px;
	float:left;
}

/*---------------------------------------------------------------*/
/* Menu 01 (Principal)											 */
/*---------------------------------------------------------------*/
.coolmenu{
	width: 140px;
/* 	background-color: #75c4be; */
}

.coolmenu a{
	padding-left: 10px;
	display: block;
	width: 100%;
	color: white;
	text-decoration: none;
	padding-top:1px;
	padding-bottom:1px;

}

html>body .coolmenu a{ /*Non IE rule*/
	width: auto;
}

.coolmenu a:hover{
	background-color: #498c92;
	color: #b2ede7;
	width:140px;
}

.coolmenuSel{
	width: 140px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	padding-top:1px;
	padding-bottom:1px;
	background-color: #1460E3;
	color: #b2ede7;
}


.mnuLeft{
	width:186px;
	float:left;
}
.mnuItemsL{
	width:140px;
	color:#FFFFFF;
	float:left;
	display:inline;
	padding-top:2px;
	padding-left:10px;
	cursor:pointer;
}
.mnuItemsL:hover{
color:#FFFFFF;
	text-decoration:none;
	background-color:#498c92;
}
.mnuItemsL a:link {
color:#FFFFFF;
	background-color:#75c4be;
	text-decoration:none;
}
.mnuItemsL a:visited{
color:#FFFFFF;
	background-color:#75c4be;
	text-decoration:none;
}
.mnuItemsL a:link:hover {
color:#FFFFFF;
	background-color:#498c92;
	text-decoration:none;
	color:#b1efec;
}
.mnuItemsL a:visited:hover {
	color:#FFFFFF;
	background-color:#498c92;
	text-decoration:none;
	color:#b1efec;
}
.mnuItemsR{
	color:#3f5517;
	float:left;
	cursor:pointer;
}
.mnuItemsR:hover{
	font-weight:bold;
}
.middle{
	float:left;
	width:578px;
}
.mnuRight{
	float:left;
	width:204px;
	margin-top:7px;

}
.mnuRItemsL{
	width:14px;
	color:#FFFFFF;
	background-repeat:no-repeat;
	float:left;
	display:inline;
}
.mnuRItemsR{
	width:180px;
	color:#405a18;
	padding-left:9px;
	float:left;
	padding-bottom:2px;
	cursor:pointer;
}
.mnuRItemsR:hover{
	width:180px;
	color:#405a18;
	padding-left:9px;
	float:left;
	padding-bottom:2px;
	font-weight:bold;
}
/*---------------------------------------------------------------*/
/* HomePage Middle Content										 */
/*---------------------------------------------------------------*/
.mcTitle{
	font-size:13px;
	/* color:#6c8b2d; */
	color:#4f671d;
	font-weight:bold;
}
.mcSubTitleDate{
	font-size:11px;
	color:#526321;
	font-weight:bold;
}
.mcSubTitleText{
	font-size:11px;
	color:#4f651d;
}
.mcText{
}
/*---------------------------------------------------------------*/
/* Forfaits Box and stuff                                        */
/*---------------------------------------------------------------*/
.box
{
	background-color:#dde9c3;
	float:left;
	width:200px;
	height:282px;
	
}
.noStyleLink a{
	text-decoration:none;
	color:#000000;
}
