/*
Atmosphair (bleu)
Créé par Konnecting Entertainment
Pour My e-farm Astuces
Juillet 2008
*/
body
{
	background : url('bleu/fond.png') repeat;
	margin : 0px;
	padding : 0px;
	font-family : 'Trebuchet MS', Tahoma, Verdana, sans-serif;
	font-size : 10pt;
}

#header
{
	background : url('bleu/header_fond.png') repeat;
	height : 130px;
	width : 100%;
}

#header #fond_header
{
	background : url('bleu/header.png') no-repeat;
	height : 130px;
	padding-top : 25px;
	padding-left : 450px;
}

#menu
{
	float : left;
	margin : 5px;
	margin-top : 5px;
}

#menu .header_menu
{
	background : url('bleu/header_menu.png') repeat;
	height : 20px;
	width : 175px;
	margin-top : 5px;
	text-align : center;
	color : #FFFFFF;
	font-size : 10pt;
	font-weight : bold;
	padding-top : 2px;
}

#menu .menu
{
	background-color : #F2FBFF;
	border : 1px solid #44BDEF;
	border-top : none;
	margin : 0px;
	padding : 5px;
	margin-bottom : 10px;
}

#menu .menu a
{
	color : #44BDEF;
	text-decoration : none;
}

#menu .menu a:hover
{
	text-decoration : underline;
}

#menu .menu ul
{
   list-style-image: url('bleu/puce_menu.png');
   padding : 0px;
   padding-left : 20px;
   margin : 0px;
   margin-bottom : 5px;
}

.menu_onglet
{
	float : right;
	margin : 0px;
	margin-right : 5px;
	margin-left : 5px;
	font-size : 8pt;
	background : url('bleu/menu_onglets.png') no-repeat;
	text-align : center;
	padding-top : 8px;
	height : 35px;
	width : 100px;
}

html>body .menu_onglet
{
	margin-right : 10px;
	margin-left : 0px;
}

.menu_onglet:hover
{
	background : url('bleu/menu_onglets_souris.png') no-repeat;
	color : #FFFFFF;
}

.menu_onglet a
{
	color : #000000;
	text-decoration : none;
}

.menu_onglet a:hover
{
	color : #FFFFFF;
	border-top : 1px solid #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
}

#pub_bleu
{
  display : block;
}

#corps
{
	background-color : #FFFFFF;
	margin : 10px;
	margin-left : 195px;
	margin-top : 45px;
	padding : 5px;
	border : 1px solid #44BDEF;
}

html>body #corps
{
  margin-left : 190px;
}

#corps a
{
  color : #000000;
  font-weight : bold;
  text-decoration : none;
}

#corps a:hover
{
  text-decoration : underline;
}

#corps h3
{
  font-weight : bold;
  font-size : 13pt;
  text-align : center;
  margin : 0px;
  padding : 5px;
}

#footer
{
	background : url('bleu/footer.png') repeat;
	height : 55px;
	width : 100%;
	clear : both;
	font-size : 9pt;
	text-align : center;
	padding : 0px;
	padding-top : 5px;
}

#footer a
{
	color : #000000;
	text-decoration : none;
	font-weight : bold;
}

#footer a:hover
{
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
}

table.tableau
{
  border-collapse : collapse;
  width : 98%;
  vertical-align : top;
  margin : auto;
}

html>body table.tableau
{
  width : 100%;
}

th.tableau
{
	background : url('bleu/header_menu.png') repeat;
	height : 20px;
  border : 1px solid #44BDEF;
  font-weight : bold;
}

th.tableau_fonce
{
  background-color : #A2D8EE;
  border : 1px solid #44BDEF;
  padding : 5px;
  text-align : left;
  width : 150px;
  font-weight : normal;
  vertical-align : top;
}

td.tableau_clair
{
  background-color : white;
  border : 1px solid #44BDEF;
  border-collapse : collapse;
  padding : 5px;
  vertical-align : top;
}

td.tableau_fonce
{
  background-color : #F2FBFF;
  border : 1px solid #44BDEF;
  border-collapse : collapse;
  padding : 5px;
  vertical-align : top;
}

