* {
 	margin: 0;
	padding: 0;
	border: 0;
}

body { 
	color: #444;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:13px;
	line-height:1.5em;
	background: #408bce;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}

a, a:link {
	color: #0062BD;
	text-decoration: none;
}

a:hover {
	color: #0062BD;
	text-decoration: underline;
}

.clear {
	clear: both;
	display: block;
}

#index {
	text-align: left;
}

.post p {
	padding: 4px;
}

h3 {

    padding:5px;
}

.post {
	text-align: left;
	background: #ffffff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin: 4px;
	margin-bottom: 8px;
}

.post .infos {
	display: none;
	border-top: 1px solid #f4f4f4;
	background: #f9f9f9;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
}

.post#titre p {
	padding: 2px 12px;
	font-weight: bold;
}

.post .infos.bloc {
	display: block;
}

.bar {
	text-align: center;
	background: #f4e8c5;
	border-bottom: 1px solid #d6cfba;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 4px;
	opacity: 0.9;
}

.logo {
	margin-top: 4px;
	text-align: center;
}

.post#menu {
	text-align: center;
	display: none;
}

.post#footer {
	text-align: center;
}

.champ {
	margin: 5px 0px 5px 30px;
}

form input[type=text] , form input[type=password] , select {
	border: 1px solid #333;
	color: #444;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:13px;
	width: 250px;
	height: 20px;
}

select {
	width: 252px;
}

form input[type=submit] {
	float: right;
	color: #444;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:13px;
	padding: 4px 20px;
	margin: 4px;
}

textarea {
	border: 1px solid #333;
	color: #444;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	font-size:13px;
	width: 250px;
	height: 150px;
}
