body, html {
	padding: 0;
	margin: 0;	
	width: 100%;
	min-width: 600px;
	height: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
	font-size: 12px;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	color: darkblue;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #03c;
	border-color: #03c;
	text-decoration: underline;
	padding: 2px;
}

a:hover {
	color: #ec6400 !important;
	border-color: #ec6400 !important;
}

h1, h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

input {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

select {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

option {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

textarea {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

button {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	overflow: auto;
}

/* Header */
#header {
	padding-top: 22px;
	overflow: auto;
	text-align: center;
}

/* slogan sous la titre */
#header h2 {
	font-size: 24px;	
	font-weight: normal;
	padding: 8px;
}

#content h1, h2 {
	margin: 0 0 16px 0;
}

#header a {
	background-color: #fff;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 50% 100%;
	display: block;
	height: 96px;
	text-indent: -1000em;
	overflow: hidden;
	outline: 0;
}

.body-wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -36px;
}

.container {
	background-image: url(../images/bg-container-home.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	padding: 32px 16px;
	overflow: auto;
	height: auto ! important;
	height: 100px;
	min-height: 100px;
}

.container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.container li {
	margin-bottom: 8px;
}

#content {
	padding: 0;
	margin: 20px auto 80px auto;
	width: 600px;			
}

/* Footer */
#footer {
	clear: both;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 8px;
	height: 20px;
	overflow: hidden;
}

#footer a {
	color: #aaf;
	text-decoration: none;
}

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

#footer p {
	margin: 0;
	padding: 0;
}


/* Formulaires */

form {
	padding: 0;
	margin: 0;
	overflow: hidden;
	line-height: 32px;
}

fieldset {
	border: 0;
	margin: 0 0 10px 0;
	padding: 0;
}

legend {
	font-weight: normal;
	padding: 10px 0;	
	font-size: 20px;
	color: blue;
}


form li {
	list-style: none;
}

input {
	font-size: 16px;
	margin-bottom: 4px;
	padding: 4px;
}

input[type="text"], input[type="password"] {
	width: 96%;
	border: 1px solid #ccc;
}

input[type="checkbox"] {
	margin-right: 8px;
	border: 1px solid #ccc;
}

input[type="submit"] {
	padding: 4px 20px 4px 20px;
}

input.disabled {
	background-color: #eee;
}

textarea {
	width: 96%;
	padding: 4px;
	border: 1px solid #ccc;
}

button {
	font-size: 16px;
	overflow: auto;
	width: 200px;
}

fieldset, form div {
	width: 600px;	
}

form div {
	float: left;
}

label {
	/*display: block;*/
	font-size: 20px;
}

form span {
	display: block;
	color: #666;
	clear: both;
}

div.error {	
	background: #FFD5D5 url("../images/error.png") no-repeat 16px 50%;
	border: solid #FFACAD;
	color: #CF3738;
	display: block;
	margin: 15px 0;
	padding: 8px 10px 8px 50px;
}

.error_list {
	font-weight: bold;
	padding-left: 0em;
	list-style: none;
}

.notice {
	border: 2px solid LightSeaGreen;
	
	padding: 0.5em;
	margin-bottom: 0.5em;
}

/* Specificités de chaque formulaire */

form#create div, form#passform div {
	width: 600px;
}

form#create div.submit, form#passform div.submit {
	width: 600px;
	padding-top: 10px;	
}

form#update div.submit, form#contact div.submit {
	width: 200px;	
}

/* Divers */

/* une colonne en bas de la page d'accueil */
.onecol {
	width: 180px;
	float: left;
	margin: 0 4px;
}

/* Icones */
.add_icon {
  background: transparent url(../images/add.png) no-repeat 0% 50%;
  padding-left: 20px;
  font-weight: bold;
}


a.link {
	background: transparent url(../images/link.png) no-repeat;
	padding-left: 20px;
}

a.link_add {
	background: transparent url(../images/link_add.png) no-repeat;
	padding-left: 20px;
}
