/*
Base style for nospetitsmangeurs.org

Colors
Orange #DD5F1D
Grey #4F4F4F
Beige #F5F1E5

*/

* {
	outline:none;
}

html, body {
	background:#FFFFFF url(../images/body.jpg) no-repeat top center fixed;
	color:#4F4F4F;
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

h1,h2,h2 a, h3, h3 a {
  color: #DD5F1D;
  font-family: georgia;
  font-weight: bold;
  margin: 0;
}

h1 {
  font-size: 1.8em;
  padding: 0 0 13px;
}

h1 span {
	color:#4F4F4F;
}

h2 {
  font-size: 16px;
  padding: 5px 0 3px 0;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 0 3px;
}

h4,
h4 a {
  font-size: 12px;
  margin:0;
  padding: 5px 0 3px;
}

a{
  color:#4F4F4F;
  text-decoration:underline;
}

ul {
  list-style-type: disc; 
}

li {
  padding: 0 0 3px;
}

blockquote {
  font-style: italic;
}

img.alignleft {
	padding-right:10px;
}

img.alignright {
	padding-left:10px;
}

table {
  border:1px solid #dd5f1d;
  color:#000;
  margin-bottom:30px;
  max-width:100%!important;
}

thead {
  background:#dd5f1d;
  border-bottom:1px solid #dd5f1d;
  color:#000;
  font-weight:bold;
  padding:5px;
  text-align:center;
}

td {
  border:2px solid #dd5f1d;
  padding:4px 2px;
}
table p {
	margin:0;
}
.background-saumon {
	background:#f3bb9d;
	color:#000;
	text-align:center;
}

.tableau_section {
  background:#f9dbcb;
  color:#ec751d;
}

[align=right] {
  margin-left:15px;
}

[align=left] {
  margin-right:15px;
}

/* FORMULAIRES */
label {
	margin:2px 0;
}

input[type="text"], input[type="password"], textarea {
	-webkit-appearance:none;
}

input[type="text"], input[type="password"], textarea, select {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-ms-border-radius:0px;
	border-radius:0px;
	width:100%;
	font-size:14px;
	padding:5px;
	margin:5px 0;
}

input[type="text"], input[type="password"] {
	border:1px solid #e0e0e0;
	background:#ffffff;
	color:#4F4F4F;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-size:12px;
	height:25px;
}

select {
	border:1px solid #e0e0e0;
	color:#000000;
	padding:2px 0 2px 5px;
	height:25px;
}

input[type="checkbox"], input[type="radio"] {
	margin:3px 2px 6px 2px;
}

textarea {
	border:1px solid #e0e0e0;
	background:#ffffff;
	resize:y-resize;
	color:#4F4F4F;
	overflow:auto;
	font-size:12px;
}

input[type="file"] {
	margin:5px 0;
}

input[type="submit"] {
	-webkit-appearance:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-ms-border-radius:5px;
	background:url(../images/bouton.png) repeat-x 0 0;
	border:0;
	color:#ffffff;
	border-radius:5px;
	display:block;
	font-size:14px;
	font-weight:bold;
	line-height:21px;
	height:21px;
	margin:3px 0;
	padding:0 10px;
	cursor:pointer;
}