body{
	font-family: 'sans', arial, verdana;
	margin: 0px;
	font-size: 11px;
}

img{
	border: none;
	vertical-align: middle;
}

h1{
	margin-left: 20px;
	text-decoration: underline;
	color: #0858b2;
	font-size: 24px;
}

h2{
	color: #377cca;
}

h3{
	color: #5997dc;
}

a{
	color: black;
}

a:hover{
	color: #0858b2;
}

hr{
	margin-top: 40px;
	border: 1px solid #0858b2;
}
#entete{
	padding: 5px;
}

.error{
	color: red;
}

#error{
	color: red;
	font-weight: bold;
	right: 10px;
	padding: 10px;
	border: 2px solid red;
	background: #fdf0a0;
}

.thumb{
	width: 260px;
	height: 200px;
	float: left;
	text-align: center;
	padding-bottom: 40px;
}

input{
	border: 1px solid black;
	margin: 2px;
}

label{
	float: left;
	width: 200px;
	text-align: right;
}

p{
	margin-left: 5px;
}
p:first-line{
	text-decoration: underline;
}

#pied{
	border-top: 1px solid black;
	width: 100%;
	position: fixed;
	bottom: 0px;
	padding-left: 20px;
	background: #ffffff; 
	padding-top: 2px;
}

/* Pour les aperçus */
#apercu{
	position: fixed;
	top: 0px;
	background: url(../images/apercu.png);
	color: yellow;
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2;
}
#image_apercu{
	max-width: 100%;
	max-height: 98%;
}

