* {
	margin: 0;
	padding: 0;
	outline: none;
}
.clearance {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.tabbed {
	margin-left: 10px;
}
body {
	background: #e6e6e6;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	font-size: 13px;
	line-height: 1.4;
	color: #04262f;
	text-align: center;
}
#container {
	margin: 20px auto 20px auto;
	width: 945px;
	text-align: left;
	background: transparent url(../images/container_bg.jpg) repeat-y top left;
}
#header {
	position: relative;
	width: 945px;
	height: 85px;
	background: transparent url(../images/header.jpg) no-repeat top left;
}
.logo {
	position: absolute;
	display: block;
	width: 340px;
	height: 50px;
	top: 10px;
	left: 15px;
}
#menu {
	position: absolute;
	bottom: 0;
	right: 0;
}
#menu a {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 40px;
	line-height: 22px;
}
#menu a:hover {
	color: #a9c8e6;
}
#main_admin {
	position: relative;
	width: 934px;
	min-height: 500px;
	margin: 0 0 0 5px;
	padding: 1px 0 1px 0;
}
#main {
	position: relative;
	width: 934px;
	min-height: 500px;
	background: transparent url(../images/main_bg.jpg) no-repeat top right;
	margin: 0 0 0 5px;
	padding: 1px 0 1px 0;
}
#main #content {
	width: 650px;
	margin: 20px;
}
#main_admin #content {
	width: 900px;
	margin: 20px;
}
#main_home {
	position: relative;
	width: 934px;
	height: 562px;
	background: transparent url(../images/home_bg.jpg) no-repeat top left;
	margin-left: 5px;
}
#main a, #main_admin a, #main_home a {
	color: #ab2026;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px dotted #ab2026;
}
#main a:hover, #main_admin a:hover, #main_home a:hover {
	color: #4C180B;
	border: none;
}
#main h1, #main_admin h1 {
	color: #010862;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#main h2, #main_admin h2 {
	color: #4d1a0e;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
#main p, #main_admin p {
	margin: 0 0 10px 10px;
}
#main strong, #main_admin strong, #main_home strong {
	color: #4d1a0e;
}
#main ul, #main_admin ul {
	margin-left: 40px;
	list-style: none;
}
#main ul li, #main_admin ul li {
	background: transparent url(../images/bullet.gif) no-repeat 0 5px;
	padding-left: 15px;
	line-height: 1.4;
	margin-bottom: 4px;
}
#footer {
	width: 945px;
	height: 24px;
	background: transparent url(../images/footer_bg.jpg) no-repeat top left;
	color: #a9c8e6;
	font-size: 11px;
	text-align: center;
	line-height: 18px;
}
#footer_home {
	width: 945px;
	height: 24px;
	background: transparent url(../images/footer_home_bg.jpg) no-repeat top left;
	color: #a9c8e6;
	font-size: 11px;
	text-align: left;
	text-indent: 40px;
	line-height: 18px;
}
#footer a, #footer_home a {
	color: #a9c8e6;
	text-decoration: none;
	border-bottom: 1px dotted #a9c8e6;
}
#footer a:hover, #footer_home a:hover {
	color: white;
	border: none;
}
#home_text {
	position: absolute;
	width: 230px;
	top: 390px;
	right: 70px;
	padding-bottom: 10px;
}
#home_text h1 {
	font-size: 14px;
	font-weight: bold;
	color: #162941;
	letter-spacing: 0.08em;
	text-indent: 15px;
}
#main a.message, #main_home a.message, #main_admin a.message {
	display: block;
	width: 800px;
	height: 40px;
	line-height: 40px;
	margin: 10px auto 10px auto;
	background: #f6fed1;
	text-decoration: none;
	border: 1px solid black;
	text-align: center;
	color: black;
	font-size: 14px;
	font-weight: bold;
}
.image {
	border: 1px solid black;
	margin: 0 0 10px 10px;
}
.rflt {
	float: right;
}
.lflt {
	float: left;
}
.clflt {
	clear: left;
}
.cbflt {
	clear: both;
}
form {
	margin-left: 10px;
}
label {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #162941;
}
input[type=text], input[type=password], textarea {
	border: 1px solid #a9c8e6;
	margin-bottom: 5px;
}
input[type=text]:hover, input[type=password]:hover, textarea:hover {
	border-color: #1D78AF;
}
#main a.bouton_pill, #main_admin a.bouton_pill {
	display: block;
	width: 119px;
	height: 40px;
	line-height: 30px;
	background: transparent url(../images/bouton_pill.jpg) no-repeat top left;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
#main a.bouton_pill:hover, #main_admin a.bouton_pill:hover {
	background-position: bottom left;
}
#main_admin a.admin_contents_icon {
	display: block;
	height: 24px;
	width: 150px;
	line-height: 24px;
	font-size: 14px;
	color: #ab2026;
	font-weight: bold;
	padding-left: 26px;
	border: none;
	text-decoration: underline;
	background: transparent url(../images/icone_admin_contents.jpg) no-repeat top left;
}
#main_admin a.admin_contents_icon:hover {
	color: #002A80;
	background-position: bottom left;
	text-decoration: none;
}
#main_admin a.admin_signout_icon {
	display: block;
	height: 24px;
	width: 150px;
	line-height: 24px;
	font-size: 14px;
	color: #ab2026;
	font-weight: bold;
	padding-left: 26px;
	border: none;
	text-decoration: underline;
	background: transparent url(../images/icone_admin_signout.jpg) no-repeat top left;
}
#main_admin a.admin_signout_icon:hover {
	color: #002A80;
	background-position: bottom left;
	text-decoration: none;
}
.listing {
	width: 99%;
}
.listing tr.even {
	background: #eee;
}
.listing th {
	background: #01267F;
	color: white;
	font-weight: bold;
	text-align: left;
	padding: 0 5px;
}
.listing td {
	font-size: 11px;
	padding: 2px;
}
#main_admin a.add_icon {
	display: block;
	float: right;
	height: 16px;
	line-height: 16px;
	color: #ab2026;
	font-weight: normal;
	padding-left: 18px;
	border: none;
	text-decoration: underline;
	background: transparent url(../images/icone_add.jpg) no-repeat top left;
}
#main_admin a.add_icon:hover {
	color: #002A80;
	background-position: bottom left;
	text-decoration: none;
}
#main_admin a.edit_icon {
	display: block;
	height: 16px;
	line-height: 16px;
	color: #ab2026;
	font-weight: normal;
	padding-left: 18px;
	border: none;
	text-decoration: underline;
	background: transparent url(../images/icone_edit.jpg) no-repeat top left;
}
#main_admin a.edit_icon:hover {
	color: #002A80;
	background-position: bottom left;
	text-decoration: none;
}
#main_admin a.delete_icon {
	display: block;
	height: 16px;
	line-height: 16px;
	color: #ab2026;
	font-weight: normal;
	padding-left: 18px;
	border: none;
	text-decoration: underline;
	background: transparent url(../images/icone_delete.jpg) no-repeat top left;
}
#main_admin a.delete_icon:hover {
	color: #002A80;
	background-position: bottom left;
	text-decoration: none;
}
/* ******************************************************************************************************************************************************************
   ****************************************************************************************************************************************************************** */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	height: 72px;
}