/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/
table.mytable {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: DarkOliveGreen;
	border-collapse: collapse;
	/*background-color: white;*/
}
table.mytable th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: DarkOliveGreen;
	/*background-color: white;*/
	-moz-border-radius: ;
}
table.mytable td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	/*background-color: white;*/
	-moz-border-radius: ;
}
 
 
*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #F5FFDC;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #F5FFDC;
}

body {
	
	background: #78952D url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
}

#content
{
	margin: 0 auto;
	background: #98B74C;
	width: 793px;
	text-align: left;
}

#main
{
width: 793px;
padding-top: 10px;
background: url(images/table_back.gif) repeat-x top;

}


#header {
	height: 131px;
	text-align: right;
	background: url(images/up4bis.jpg) no-repeat;		
}

#logo {

width: 789px;
height: 117px;
text-align: right;
padding-right: 20px;
padding-top: 100px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #5C722A;
}
#logo H2 a
{
font-size: 12px;
}

/*menu de suzanne
.menu{ margin:0 auto; padding-top:10px; padding-left:0 auto; height:44px; float:right;}
.menu ul { list-style:none; padding:0; height:44px; float:left;}
.menu ul li { margin:0; padding:0 0 0 8px; float:left;}
.menu ul li a { display:block; margin:0; padding:11px 20px; color:#7d7d7d; text-decoration:none; font-size:13px; font-weight:bold;}
.menu_nav
*/

#menu
{
	width: 750px;
	height: 48px;
	padding-top: 10px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline;
	
	
}
#menu li#active a{

/* background: #ffffff;*/
color:gold; 

}

#menu a {
	float: left;
	width: 150px;
	height: 23px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	font-size: 12px;
	/* background:#78952D */
	/* text-transform: uppercase; */
}

#menu a:hover {
	width: 150px;
    height: 23px;
	color : #000000;
	/* color: #5C722A; */
	/* text-decoration: underline; */
	background: #5F752A;
}


#left
{
	width: 220px;
	margin-left: 20px;
}

#left H3
{
width: 195px;
height: 36px;
font-size: 14px;
font-weight: bold;
padding-left: 20px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) repeat-x
}

#left ul {
	list-style: none;
	margin-bottom: 10px;
	background: url(AgroBio/images/title_back.gif) repeat-x top;
}


#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	background: none;
}

#left li li {
	padding: 4px 20px;
}

#left a {
	color: #F5FFDC;
	text-decoration: none;
}

#left a:hover {
	color: #F5FFDC;
	text-decoration: underline;
}

#left a:visited {
	color: #F5FFDC;
}

#left p
{
padding: 10px;
}

#calendar1 {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#right
{
float: right;
width: 510px;
padding-right: 20px;

}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #F5FFDC;
}

#right a
{
color: #F5FFDC;
text-decoration: none;
}

#right a:hover
{
color: #F5FFDC;
text-decoration: underline;
}

#right a:visited
{
color: #F5FFDC;
text-decoration: none;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #F5FFDC;
}

#right ol, #right ul
{
margin-left: 30px;
}


.date {
	text-align: right;
	color: #F5FFDC;
	font-size: 11px;
}

.date a {
	color: #F5FFDC;
}



#footer {
	height: 49px;
	width: 793px;
	clear: both;
	padding-top: 30px;
	background: url(images/footer.gif) repeat-x bottom;
	border-top: 4px solid #918E48;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

