@font-face {
    font-family: 'style';
    src: url('style.ttf');
}
.citation {
        font-family: 'style';
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        color: white;
	padding-bottom: 0px;
}
.news h2{
font-family: 'style';
}
body { 
	background-image: url("images_fond/fond_accueil.gif");
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: bottom left;
	background-size: cover; 
	margin: 0;
	padding: 0;
	z-index: 1;
}
hr{
color: #a10d59;
}

.sidebar{
	margin-left: 132px; 
	position: absolute; 
	top: 0; 
	width: 230px;
	z-index:3;
}

.sidebar td{
	background-color: #E2C697;
	width:184px;
	text-align: center;
}
.sidebar a:link{
        color : black;
}
.sidebar a:visited{
        color: white;
}
.logo{
	padding-top: 10px;
	padding-bottom: 17px;
	padding-left: 5px;
	padding-right: 5px;
}

.citation{
	position: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: url("police/technically_but_not_actually/tbna.ttf");
}

.contact{
	font-family: "Arial";
	margin: 0;
	padding: 0;
	list-style-type: none; 
	font-size: 12px;
	padding-bottom: 25px;
	padding-top: 10px; 
}
h1{
	font-family: "Arial";
	font-size: 17px;
}
.content{
	font-family: "Arial";
	font-size: 14px;
        background-color: #f3acc0;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	top:225px;
	position: absolute;
        width: 490px;
}

.content a{
	color: #a10d59;
}

.menu{
	position: absolute;
	top:0px;
	left:351px;
	background-image: url("accueil/fond_menu.png");
	background-size: auto;
	width: 520px;
	height: 240px;
}
.menu table{
	padding-top: 115px;
	padding-bottom: 5px;
}
.picture_right{
	background: url("accueil/picture_right.png");
	position: absolute;
	top:0px;
	left: 871px;
	width: 132px;
	height: 750px;
	background-repeat: no-repeat;
}

.news{
	color: #a10d59;
	padding-left: 20px;
	font-family: "Arial";
	font-size: 14px;
    padding-top: 273px;
}

.news a{
        color: #a10d59;
        font-weight: bold;        
}
.news p{
	margin-top: 0.5em;
	font-size: 14px;
}

.comments{
	font-family: "Arial";
	font-size: 12px;
	text-align: left;
}
.padding{
	color: #E2C697;
	position: absolute;
	top:1150px;
	left: 900px;
	font-family: "Arial";
    font-size: 14px;
}

