/*******************************************************************************************LAYOUT*/
div.body
{
  width:1000px;
  margin:0px auto;
  font-family: verdana;
  font-size:11pt;
}

/*------------------------------------------------------------------------------------------HEADER*/
h1#header
{
  height:96px;
  padding-top:20px;
  background:url("../images/decoupe/header.png");
}

h1#header img
{
  margin-left:30px;
}

/*--------------------------------------------------------------------------------------------MENU*/
ul#menu
{
  background:url("../images/decoupe/menu.png");
  margin-bottom:2px;
  height:29px;
  padding:2px 10px 2px 30px;
  color:#fff;
}

ul#menu li 
{
	float:left;
  margin-right:15px;
  line-height:29px;
}

ul#menu li a
{
	text-decoration:none;
  color:#fff;
  display:block;
  width:70px;
  height:29px;
  text-align:center;
  font-size:0.9em;
}

ul#menu li a:hover
{
	background:url("../images/decoupe/rollover.png");
}

ul#menu li a#actif
{
	background:#a6cf24;
}

/*---------------------------------------------------------------------------------------RECHERCHE*/
ul#menu li#recherche
{
  font-size:0.8em;
  float:right;
  margin:0px;
}

ul#menu li#recherche form
{
  margin:0px;
}

ul#menu li#recherche input[type="text"]
{
  background:#fff url("../images/decoupe/rechercher.png") no-repeat;
  border:1px solid #444;
  padding-left:20px;
  width:16em;
}

ul#menu li#recherche input[type="submit"]
{
  background:none;
  border:none;
  color:#fff;
  font-size:0.9em;
  padding:0px;
}

/*----------------------------------------------------------------------------------LIEN CONNEXION*/
p#lien_connexion
{
  text-align:right;
  margin-bottom:20px;
  color:#999;
  font-size:0.8em;
  padding-right:20px;
}

p#lien_connexion a
{
  color:#999;
}

/*-----------------------------------------------------------------------------------------CONTENU*/
div#contenu
{
	overflow:hidden;
}

/*------------------------------------------------------------------------------------------NOTICE*/
p#notice
{
  padding:10px;
  background:#e5ffcb url("../images/decoupe/top_left.png") no-repeat;
  color:#448900;
  margin-bottom:30px;
}

p#notice_warning
{
  padding:10px;
  background:#ffd4cb url("../images/decoupe/top_left.png") no-repeat;
  color:#6a1100;
  margin-bottom:30px;
}

/*---------------------------------------------------------------------------------------------PUB*/
div#pub
{
  border-top:1px solid #eee;
  padding-top:10px;
  text-align:center;
}

/*------------------------------------------------------------------------------------------FOOTER*/
p#footer
{
	border-top:1px solid #ccc;
	font-size:11px;
	color:#999999;
	text-align:right;
  margin-top:20px;
  margin-bottom:30px;
}

p#footer a
{
	color:#999999;
}
