/* CSS Document  */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #000033;
	font-style: italic;
}

#container {
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
	}

#header /**************tout le bloc qui contient patrick leconte et nutritionniste***/
{
	height: 205px;
	padding-top: 20px;
	margin-left: 365px;
	
}

#header_left   /***********là ou il y a écrit patrick leconte*******/
{
	float: left;
	width: 326px;
	height: 206px;
	
}

#header_right {
    height: 206px;
	margin-left: 330px;
	margin-right: 20px;

}

#left {
	float:left;
	width: 225px;
	margin-left: 45px;
	margin-top: 120px;

}

#right {
	margin-left: 340px;
	margin-top: 70px;
	margin-right: 50px;
}

#footer
{
   padding: 5px;
color: #666666;
   font-size: x-small;
   margin-top: 20px;
   }
   
#partie_droite
{
color: #000033;
font-weight: bold;
background-color: #f4f6f7;
padding: 5px;
padding-left: 10px;
padding-right: 10px;
line-height:20px
}

.greenlight
{
font-weight: normal;
color: #6F9800;
}

.pasgras
{
font-weight: normal;
}

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: 3px;
   
}

h1 {
	color: #000033;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	color: #557C2B;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #000033;
	border-bottom: 1px dotted #CCCCCC;
}

.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 */
a img
{
 border: none;
 }

/********************************* Navigation **********************************/

#navcontainer { }

#navcontainer ul
{
	list-style-type: none;
	font-weight: bold;
	color: #990000;
	
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}


#navcontainer a:link, #navlist a:visited
{
color: #93B26E;
text-decoration: none;
}

#navcontainer a:hover 
{	
	background: url(images/menu.png) 0 -45px;
	color: #562930;
}
