/************************
Développé par ThibZ,
http://thibz.com
pour AHP, l'association des hygiènistes de Picardie
Inspiré d'un thème graphique
************************/

* { margin:0;padding:0; }
html { /* Asceusceur */
overflow:scroll;
overflow-x:hidden;
}
.floatleft { float: left; margin: 0 10px 10px 0; }
.floatright { float: right; margin: 0 0 10px 10px; }
h3 {
	border-left:5px solid #CAC1C1;
	padding-left: 10px;
}
img {
	margin : 0 10px 10px 10px;
}
.ztable img {
	margin : 0;
}
/* Styles particuliers pour les pages */
.membre {
	clear : both;
}
.membre img {
	float : left;
	padding : 5px;
	margin-right : 10px;
	background-color : #bfbfbf;
	border : 1px solid #838383;
}
.evenement img {
	float : left;
	padding : 5px;
	margin-right : 10px;
	margin-bottom : 20px;
	background-color : #bfbfbf;
	border : 1px solid #838383;
}
#formulaire input, #formulaire textarea {
	display : block;
}
/* Styles globaux */
body {
	font:normal 0.8em "Trebuchet MS", Verdana, Arial, sans-serif;
	color:#4B4545;
	height:100%;
	background-color: #ddd5be;
	background-image: url(images/body.png);
	background-repeat: repeat-x;
}
.clear {
	clear: both;
}

#fond {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#page {
	width:900px;
	margin:20px auto;
	background-color: #c7bf93;
}
#page #bordure-haute {
	background-image: url(images/arrondi-haut.png);
	background-repeat: no-repeat;
	height: 10px;
}
#page #bordure-basse {
	background-image: url(images/arrondi-bas.png);
	background-repeat: no-repeat;
	height: 9px;
}
#page #fond-menu {
	background-color: #313443;
	width: 880px;
	margin: auto;
	background-image: url(images/fond.png);
	background-repeat: repeat-y;
}




h1#header {
	height:112px;
	display: block;
	margin: 0 auto;
	background-image: url(images/banniere.jpg);
	background-repeat: no-repeat;
	width: 880px;
}
/* Formulaire */
input {
	border : 1px solid #486ea2;
}
input[type="submit"] {
	border : 3px solid #486ea2;
	padding : 2px;
}
#contenu {
	width:700px;
	background-color:white;
	padding: 10px 5px 5px 5px;
	font: normal 0.9em "Trebuchet MS", Verdana, Arial, sans-serif;
	float: left;
	min-height  : 400px;
}
#contenu-inscription {
	width: 900px;
	background-color:white;
	padding: 10px 5px 5px 5px;
	font: normal 0.9em "Trebuchet MS", Verdana, Arial, sans-serif;
	float: left;
	min-height  : 400px;
}
#contenu p, #contenu-inscription p {
	text-align:justify;
	padding:5px;
	border-left:5px solid #EDE7E7;
}
#contenu ul, #contenu-inscription ul {
	list-style-position: inside;
	padding:5px;
	border-left:5px solid #EDE7E7;
}

#contenu h2, #contenu-inscription h2 {
	color:#496FA2;
	font:normal 2em "Trebuchet MS", Sans-serif;
	padding-left:15px;
	border-left:5px solid #4B4545;
}
#menu-inscription a {
	display:block;
	text-decoration:none;
	color:#54A4CE;
	padding:6px 0 6px 15px;
	width : 180px;
	float : left;
	height : 40px;
	border-right : 1px solid black;
}
#menu-inscription a:hover {
	display:block;
	text-decoration:none;
	color:#8ECAE9;
	background-color:#44485d;
}

#menu {
	float:left;
	width:170px;
}
#menu h2, #menu-inscription h2 {
	width:160px;
	height:20px;
	text-transform:uppercase;
	color:#8ECAE9;
	margin:10px 0;
	font-size: 12px;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #8ECAE9;
	padding-left: 10px;
}
#menu-inscription h2 {
	width : 100%;
	height : 30px;
	font-size: 14px;
	padding-top : 10px;
	margin : 0;
}
#menu ul, #menu-inscription ul {
	list-style-type:none;
}

#menu li {
	width:100%;
}

#menu a {
	display:block;
	text-decoration:none;
	color:#54A4CE;
	padding:6px 0 6px 15px;
}

#menu a:hover {
	display:block;
	text-decoration:none;
	color:#8ECAE9;
	background-color:#44485d;
}
#footer {
	background-color: #afa881;
	height: 30px;
	margin: 0 10px;
}
#footer-droit {
	width: 170px;
	float: left;
	height: 30px;
	background-color: #000000;
}
#footer-texte {
	height: 25px;
	float: left;
	text-align: center;
	width: 710px;
	padding-top: 5px;
}
#footer-texte a {
	color: #444132;
	text-decoration: none;
}
#footer-texte a:hover {
	text-decoration: underline;
}

/* styles zite */
a img {
	border : none;
}
#zadmin {
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 0 2px;
	margin: 3px 0 5px 0;
}
.ztable {
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 0 2px;
	margin: 5px 0;
	width: 80%;
}
.zalert {
	border: 1px solid #C00;
	background-color: #FEA;
	padding: 0 2px;
}


.zerr {
		border: 1px solid #C00;
		background-color: #FEA;
		padding: 0 1px;
}

.errors-message {
	color : #b80000;
	border : 1px solid #b80000;
	background-color : #ffefef;
}
.validation-message {
	border : 1px solid #5FAD21;
	background-color : #A2B791;
	color : #315911;
}
