/* Design de Advocatus.fr */

body
{
   margin: auto;
   background-color: #ffffff;
   width: 1024px;
}

a
{ 
	color: #993300;
	text-decoration: none;
}

a:hover
{ 
	text-decoration: underline;
}

/* L'en-tête */

#en_tete
{
	width: 1024px;
	height: 100px;
	background-color: #FFFFFF;
	background-image: url("images/titre.jpg");
	color: #000000;
	text-align: center;
}


/* Le menu */
#navigation
{
	float: left;
	color:#FFFFFF;
	text-align: center;
	vertical-align: top;
}

#navigation td 
{
	/*background-color: #5C743D;*/
	background-image: url("images/fond1.gif");
	background-repeat: repeat;
	width: 200px;
	/*border-bottom: 1px solid #F4FFE4;*/
	text-align: center;
}
	
#navigation a 
{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
}

#navigation a.partenaires
{ 
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	display: inline;
	letter-spacing: normal;
}

#navigation a.partenaires:hover
{ 
	background-image: none;
}

	
#navigation a:hover 
{
	background-image: url("images/fond2.gif");
	background-repeat: repeat;
	/*background: #99CC66;*/
	color:#993300;
}

#page
{
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

#pied_de_page
{
	text-align: center;
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
}

.Style2 {
	font-family: "Book Antiqua";
	font-size: 12px;
}
.Style2 a {color: #993300}
.Style3 {color: #FF0000}
.Style4 {color: #993300}
.Style5 {font-size: 10px}

#messagerie
{
	text-align: center;
}

#messagerie td
{
	background-color: #5C743D;
	color: #FFFFFF;
}

#messagerie th
{
	background-color: #000000;
	color: #FFFFFF;
}

#messagerie a
{
	color: #FFFFFF;
	text-decoration: none;
}

#messagerie a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#message td
{
	background-color: #5C743D;
	color: #FFFFFF;
	vertical-align: top;
}

#message th
{
	background-color: #000000;
	color: #FFFFFF;
	vertical-align: top;
}

#newsfeed {

	width: 220px; float: right; margin: 2px 0px 20px 20px; overflow: hidden;; background-color: #ffffff;
}

#newstitle {font-size: 16px; text-align: center; margin-bottom: 5px; margin-top: 0px; padding: 10px; background-image: url('/images/news-bg.jpg'); background-repeat: repeat-y;}

#newsbody {font-size: 11px; color: #666666; line-height: 13px;}

#newsarchives {color: #000000; margin-bottom: 0px;}

.entry h2 { font-size: 13px; line-height: 120%; padding-top: 10px; padding-bottom: 10px; margin-top: 0px; margin-bottom: 0px; }

.entry h2 a {color: #000000;}

#newstitle a {color: #c3edb3;}

.entry em {color: #4B5F32; font-variant: small-caps; font-weight: bold;}
