@CHARSET "UTF-8";

body
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	color: white;
	font-family: Arial, Verdana;
	background: url('/img/bg/bg-leftright.jpg') top repeat-x;
	background-color: black;
}

h1, h2, h3, h4, div, p , li
{
	font-family: Arial, Verdana;
}

ul
{
	margin-bottom: 0px;
}

p , li
{
	font-size: 0.85em;
}

a
{
	color: #ffa;
}

a img
{
	border: 0px;
}

.nettoyeur
{
	height: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 1px;
	line-height: 0px;
	clear: both;
}

.page_cadre
{
	border-left: 2px black solid;
	border-right: 2px black solid;
	width: 950px;
	background-color: #f0163f;
}
.page
{
	width: 950px;
}

.site_header
{
	height: 103px;
	background: url('/img/bg/bg-header.gif') top repeat-x;
}
.site_header h1
{
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 22px;
}

.site_login .login
{
	margin: 5px;
}
.site_login .login
{
	margin: 5px;
	overflow: hidden;
	height: 20px;
}
.site_login .username
{
	width: 75px;
	margin-top: 2px;
	margin-right: 2px;
	border: 0px;
}
.site_login .password
{
	width: 75px;
	margin-top: 2px;
	margin-right: 2px;
	border: 0px;
	display: none;
}
.site_login .submit
{
	width: 25px;
	margin-top: 2px;
	border: 0px;
	display: none;
	background: transparent;
	color: white;
	font-weight: bold;
}

.site_menu
{
	height: 32px;
	background: url('/img/bg/bg-titre.gif') top repeat-x;
	text-align: center;
}
.site_menu ul
{
	margin: 0px;
	padding: 0px;
}
.site_menu li
{
	display: inline;
	margin: 0px;
	padding: 5px 10px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	line-height: 32px;
	background: url('/img/bg/bg-menu.gif') top repeat-x;
	font-weight: bold;
}
.site_menu a
{
	text-decoration: none;
	color: black;
}

.site_footer
{
	clear: both;
	text-align: center;
	padding-bottom: 21px;
	background: url('/img/bg/bg-footer.gif') bottom repeat-x;
}
.site_footer_links
{
	margin: 0px;
	padding: 0px;
}
.site_footer_links li
{
	list-style-type: none;
	display: inline;
	padding: 0px 5px;
	margin: 0px;
}
.site_footer_links li a
{
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}

.site_content
{
	min-height: 400px;
}

.site_content h1
{
	font-size: 1.5em;
	padding: 0px 20px;
}
.site_content h2
{
	clear: both;
	line-height: 32px;
	height: 32px;
	background: url('/img/bg/bg-titre.gif') repeat-x;
	font-size: 1.2em;
	padding-left: 20px;
}
.site_content h2 a
{
	color: white;
	text-decoration: none;
}
.site_content h3
{
	font-size: 1em;
	padding: 0px 20px;
}
.site_content h4
{
	font-size: 1em;
	padding: 0px 20px;
}

.site_content p
{
	padding: 0px 20px;
}

.site_content hr
{
	clear: both;
}
