
* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Arial, Times, serif;
	font-size: 100%;
}

#container {
	/* background-image: url('images/tartiflette-cuite.jpg'); 
	background-repeat: no-repeat;*/
	outline-color: rgb(0, 0, 255);
	outline-style: solid;
	outline-width: 1px; 
	position : relative;
	/* min-height: 465px; */
    /*height: 465px;*/
	width: 1100px;
	height: inherit;
	font-size: 1.2em;
	margin: 0 auto;
	border-top: 1px solid white;
}

#header {
    display: block;
    width: 1100px;
	height: 140px;
	/*margin-left: 365px;*/
}

#header_left {
    display: inline-block;
	float: left;
	width: 250px;
   /*	border: 1px solid green; */
}

#header_right {
	margin-top: 20px;
    min-height: 100px;
    width: 820px;
    display: inline-block;
	/*float: left;*/
 	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

#mcacenter {
	position : relative;
	padding-top: 10px;
	margin-left: 15px;
	width: 1024px;

}

#left {
	position : relative;
	float: left;
	width: 205px;
	margin-left: 15px;
}

#main {
	position : relative;
	float:left;
	width: 390px;
	margin-left: 10px;
	font-size: 1.4em;
	/*	
	margin-top: 15px;
	top:0;
	margin-left: 145px;
	margin-top: 20px;*/
}

#right {
	position : relative;
	float:left;
	width: 180px;
	margin-left: 5px;
	margin-right: 10px;
	/* margin-top: 10px; */
}


#footer {
	float : left;
	width: 900px;
	text-align: center;
}


#menu {
float:right;
margin:3px;
margin-right:0px;
background-color:#DCE3ED;
text-align:center;
border : solid 1px #000000 ; 
}

.menuHorizontal {
font-family: Arial, Helvetica, sans-serif;
list-style-type: none;
margin: 2px;
margin-top:5px;
padding:0;
font-size : 10pt;
display: block;
}

.menuHorizontal li {
	margin:1px;
	padding:1px;
	display :inline;
}

.menuHorizontal a {
margin: 0 3px 5px 2px;
color: #DCE3ED;
text-decoration: underline;
}

.menuHorizontal a:link {
margin: 0 3px 5px 2px;
color: #93B26E;
text-decoration: underline;
}
.menuHorizontal a:hover {
margin: 0 3px 5px 2px;
color: #562930;
text-decoration: none;
}



/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #87a448;
	margin-top: 5px;
	font-size: 3.6em;
	margin-left: 20px;
	font-family: Arial, Times, serif;
	font-style: italic;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	margin-left: 100px;
	font-size: 1.6em;
	font-family: Arial, Times, serif;
	font-style: italic;
}

h3 {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: Arial, Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer { 
	margin-bottom : 15px;
	}

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}

#navcontainer a
{
	display: block;
	padding-top: 15px;
	padding-left: 15px;
	width: 162px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{	
	color: #562930;
}


