* {
	margin: 0;
	padding: 0;
}

body  {
	background-color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	text-decoration: none;
	color: #3F3F3F;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

table {
  clear: both;
	border-collapse:collapse;
	width: 100%;
}
thead {
	background: #C0C0C0 url(../images/theader-background.gif) repeat-x bottom left;
	height: 23px;
	font-size: 13px;
	color: #3F3F3F;
}
tfoot {
	background: url(../images/tfooter-background.gif) repeat-x top left;
	height: 23px;
	font-size: 13px;
	color: #fff;
}
td {
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #EAEAEA;
}
tr:hover {
  background: #C0C0C0;
}
tbody th {
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #EAEAEA;
}
.t {
  width: 70%;
  text-align: left;
  padding-left: 20px;
}
#m {
  width: 10%;
}
#d {
  width: 10%;
}
#e {
  width: 10%;
}

fieldset {
	border: 1px solid silver;
	padding: 10px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	margin-left: 10px;
}
label {
	display: block;
	cursor: pointer;
}

input, select, textarea {
  width: 500px;
  border: 1px solid #3F3F3F;
  font: 12px Arial, Helvetica, sans-serif;
}

textarea {
	height: 300px;
}

fieldset {
	margin: 20px 0;
}

#btn {
  width: 100px;
}

form div {
  margin-bottom: 8px;
}

#conteneur {
	width: 100%;
}

#sondage {
  border:1px solid Silver;
  padding: 5px;
}

#sondage h3 {
  margin-bottom: 20px;
}

#sondage .btn {
  padding-top: 20px;
  width: 85px
}

#sondage .btn input {
  width: 85px
}

#sondage input {
  width: 18px;
}

#sondage label {
  display: inline;
}

#menu {
	position: absolute;
	top: 60px;
	left: 0px;
	width: 155px;
	padding-top: 20px;
	border-bottom: 1px solid Silver;
}
#menu li {
	font-weight: bold;
	display: block;
	height: auto;
	list-style: none;
	border-top: 1px solid Silver;
}
#menu li a {
	text-indent: 10px;
	height: 18px;
	display: block;
	padding: 3px;
}
#menu li a:hover {
	background-color: #3F3F3F;
	color: #fff;
	text-decoration: none;
}
#menu #active {
	text-indent: 20px;
	background-color: #3F3F3F;
	color: #fff;
}

#content {
	width: auto;
	margin-left: 165px;
	margin-right: 0;
	padding: 6px 10px 10px 0;
}

h1 {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	background-color: #3F3F3F;
	text-indent: 10px;
	width: 100%;
}

#content h2 {
	margin: 10px 0;
	font-size: 16px;
	text-transform: uppercase;
	border-bottom: solid 1px silver;
}

#content #first {
	clear: both;
	margin: 0 0 10px 0;
}

#menuactu {
  list-style: none;
  margin: 0 0 20px 0;
  overflow: auto;
  
}
#menuactu li {
  float: left;
  margin-right: 10px;
}
#menuactu li a {
  display: block;
  padding: 3px;
  border: 1px #3f3f3f solid;
  text-decoration: none;
}
#menuactu li a:hover {
  background: #3f3f3f;
  color: #fff;
}
#menuactu .here {
  background: #3f3f3f;
  color: #fff;
}

#ajout {
  float: right;
  margin: 0 10px 10px 0;
}
#ajout a {
  display: block;
  padding: 3px;
  border: 1px #3f3f3f solid;
  text-decoration: none;
}
#ajout a:hover {
  background: #3f3f3f;
  color: #fff;
}

#erreur {
	color: Red;
	font-weight: bold;
}

#lien-deco {
  text-align: right;
}

#formulaire {
  width: 100%;
}

#formulaire form {
  width: 360px;
  margin: 20px auto;
}

#formulaire input {
  width: 350px;
}

#formulaire p {
  margin: 10px 5px;
}

#formulaire #btn {
  text-align: right;
  width: 355px;
  margin: 10px auto;
}

#formulaire #btn input {
  width: 75px;
}

