/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	background: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;

	}

div {
	margin: .2em;
	padding: .5em;
}

a img {
	border: none;
}

a{color: white;}

#footer{

font-size:8pt;
text-align:center;

}

#header{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
background-color: white;
color:#003366;
margin:0px;
padding: 10px;
background-image: url('http://lettrepsychanalysecorporelle.org/images/banner.jpg');
background-repeat: no-repeat;
background-position : top;
width: 800px;
height: 120px;
margin-left: auto;
margin-right: auto;
font-size: 8pt;
}


#content {
	color: black;	
	width: 800px;
	padding: 10px;
	height:auto;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	background-color:white;
}

.navimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
}

/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg {
	border: 1px solid #A5D768;
}
.alert {
	background: #DDF0BD;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
}
.warn {
	background: white;
}
.warn strong,
.warn label {
	color: black;
}
#error {
}
.error {
	background: #FFF1F1;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}
