@font-face {
font-family:"Analecta";
src:url('/police/Analecta.eot') format('eot'),
		url('/police/Analecta.woff') format('woff'),
		url('/police/Analecta.ttf') format('truetype'),
		url('/police/Analecta.svg') format('svg');
}

html,body{height: 100%; margin: 0;}
body {background-color: #780A0A;}

#header {border-bottom: 1px solid black; height: 100px; padding-top: 1%;}

h1.titre
{
	width: 550px; 
	height: 70px;
	margin: auto;
	text-align: center;
	font-family: 'Analecta';
	font-size: 55px;
	background-color: #780A0A;
	border-radius: 20px;
}


.banniere_convention
{
display: none;
}

#structure
{
	width:99%;
	max-width: 1200px;
	min-width: 800px;
	margin:auto;
}

#page 
{
	display: inline-block;
	min-height: 99%;
	position: relative;
	width: 99%;
	max-width: 1400px;
	margin: auto;
	background-color: #B5B5B5;
	border: 1px solid black;
	border-radius: 50px;
}

#bloc-principal 
{
	min-height:100%;
	padding-bottom: 100px; /* taille du header*/   
}

#footer 
{
	max-width: 1400px;
	margin: auto;
	border-top: 1px solid black;
	height: 100px;   
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#annonce{width: 730px; margin: auto; padding: 5px;}

nav
{
	width: 100%;
	display: inline-block;
    border-bottom: 1px solid black;
}

nav li
{
    display: inline-block;
    margin-right: 30px;
}

nav a
{
    font-size: 1.2em;
    color: black;
    text-decoration: none;
}

statutilisateur
{
	width: 100%;
	display: inline-block;
    border-bottom: 1px solid black;
	text-align: right;
}

span
{
	float: left;
}

h1 , h2, h3, h4, h5, h6 { font-family: 'Analecta'; padding: 10px;}


table{ border-collapse: collapse; margin : 0 auto;} 

td, th /* Mettre une bordure sur les td ET les th */
{
	font-weight: bold;
    border: 1px solid black; 
	text-align: center;
	width:200px;
}

label
{
	display: block;
	width: 160px;
	float: left;
}

input {width: 150px;}

form
{
    box-shadow: 6px 6px 6px black;
	width: 98%;
	max-width: 1400px;
	margin : 0 auto;
}

erreur { color: red; font-weight: bold;} 

p{padding: 10px}


