@charset "utf-8";
/* CSS Document */

@font-face { 
	font-family:Knockout26;
    src: 	url("/police/KnockoutHTF26JuniorFlyweight.ttf") format("truetype"),
			url("/police/KnockoutHTF26JuniorFlyweight.svg") format("svg");
}
@font-face { 
	font-family:Knockout28;
    src: 	url("/police/KnockoutHTF28JuniorFeatherwt.ttf") format("truetype"),
			url("/police/KnockoutHTF28JuniorFeatherwt.svg") format("svg");
}

*{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

body{
	background-image:url(../../images/background.gif);
	color:#666666;
}
a, a:visited, a:hover{
	color:#666666;
	text-decoration:none;
	border-width:0px;
}
a img, a:visited img, a:hover img{
	color:white;
	text-decoration:none;
	border-width:0px;
}


#container{
	width:905px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-color:white;
}

#header{
	height: 116px;
	background-image:url(../../images/header_line.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#header[id]{
	width:905px;
	height: auto;
	min-height: 116px;
}

#header a{
	outline:none;
}

#header #header_titre{
	background-image:url(../../images/titre_header.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
	margin-left:10px;
	padding-left:210px;
	padding-top:57px;
	float:left;
	width:305px;
	height:33px;
	font-size:1em;
}

#header #header_reste{
	background-repeat:no-repeat;
	padding-left:250px;
}

#header #header_reste table{
	border-collapse: collapse;
	border-bottom-width: 0px;
	margin-top:1px;
	font-weight:bold;
	font-size:0.6em;
	padding-bottom:15px;
}

#header #header_reste table td{
	vertical-align:bottom;
}

#header #header_reste table .numero{
	padding-bottom:15px;
}

#header #header_reste table td span{
	color:#c6cc00;
	font-size:2em;
}

#content{
	background-color:white;
	background-image:url(../../images/fond.gif);
	background-repeat:repeat-y;
	height:500px;
}
#content[id]{
	min-height:500px;
	height:auto;
}
#contenu{
	padding-left:190px;
	padding-bottom:25px;
	padding-right:10px;
	text-align:center;
}
#menu{
	width:180px;
	float:left;
}

#menu_debut{
	height:8px;
	background-image:url(../../images/menu_line_start.gif);
	background-repeat:no-repeat;
	background-position:right;
}

#menu_centre{
	padding-top:100px;
	list-style-type:none;
}

#menu_centre li{
	display:inline;
}

#menu_centre span{
	text-transform:uppercase;
	font-size:0.7em;
	font-weight:bold;
	text-align:right;
}
#menu_centre .boutton_selec span, #menu_centre .boutton span{
	display:block;
	width:170px;
	height:25px;
	padding-top:12px;
	background-position: left bottom;
	padding-right:10px;
	background-repeat:repeat-x;
}
#menu_centre .boutton a {
	display: block; width: 100%; height: 100%;
	cursor: hand;
}
#menu_centre[id] .boutton a {
	cursor: pointer;
}
#menu_centre[id] .boutton_selec span, #menu_centre[id] .boutton span{
    height: auto;
    min-height: 25px;
}

#menu_centre .boutton_selec span{
	background-color:#006633;
	color:white;
}

#menu_centre .boutton a{
	background-image:url(../../images/menu_no_selec.gif);
}
#menu_centre .boutton a:hover{
	text-decoration:underline;
}

#footer{
	margin-top:-80px;
	position:relative;
	font-size:0.6em;
	padding-right:750px;
	text-align:right;
}

#footer .part, #footer .ML{
	color:#005b28;
	text-decoration:underline;
}

#footer .part{
	text-transform:uppercase;
}

#footer .ML{
}

.clear{
	clear:both;
}
