* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.jpg) repeat-x #7f0006;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 1.1em;
	color: #CC0000;
	border-bottom: #CC0000 1px solid;
	margin-bottom: 10px;
}

h1 {
	font-size: 1.3em;
	color: #006699;
	margin-bottom: 10px;
}

a, a:visited {
	color: #006699;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 2px 0 12px 0;
	padding: 0;
	font-size: 0.9em;
}

img {
	border: none;
}

.table_bleu table tr {
	background-color: #dce5ea;
}

.table_bleu table tr:hover {
	background-color: #cfd7db;
}

.table_bleu table td {
	padding: 4px;
}

.table_bleu table th {
	text-align: left;
	font-size: 0.8em;
}

.red_alert {
	display: block;
	background-color: #FF6666;
	border: #990000 1px solid;
	padding: 4px;
	margin: 2px;
}

.green_alert {
	display: block;
	background: #9ce09c;
	border: #009933 1px solid;
	padding-left: 18px;
	margin: 2px;
}

/* news */
.lire_news {
	padding: 2px 5px 2px 5px;
	color: #CC0000;
	text-decoration: none;
	background-color: #cfd7db;
	border: #CCCCCC 1px solid;
}

.add_news {
	padding: 2px 6px 2px 6px;
	color: #009900;
	text-decoration: none;
	background-color: #dce5ea;
	border: #CCCCCC 1px solid;
}

.add_news:hover {
	padding: 2px 6px 2px 6px;
	color: #000000;
	text-decoration: none;
	background-color: #cfd7db;
	border: #CCCCCC 1px solid;
}

.spacer_news {
	border-bottom: #CC0000 1px dashed;
}

/* structure */
#container {
	position: relative;
	background-color: #323131;
	margin-left: auto;
	margin-right: auto;
	width: 916px;
}

#header {
	position: relative;
	width: 908px;
	background: url(../images//header.jpg) no-repeat;
	height: 143px;
	top: 4px;
	left: 4px;
}

#menu {
	position: relative;
	left: 4px;
	margin-top: 4px;
	width: 908px;
	height: 37px;
	background: url(../images/menu_bg.jpg) repeat-x;
}

#fond_blanc {
	background-color: #FFFFFF;
	margin: 0 4px 0px 4px;
}

#menu_left {
	position: relative;
	float: left;
	width: 174px;
	margin-left: 10px;
	margin-top: 16px;
	margin-bottom: 16px;
}

#content_right {
	position: relative;
	float: right;
	margin: 10px 4px 0px 0;
	width: 700px;
}

#content {
	position: relative;
	margin: 0 15px 0px 15px;
}

.col_bg {
	background: url(../images/col_bg.jpg) repeat-y;
}

.col_top {
	background: url(../images/col_top.jpg) top no-repeat;
}

.col_bottom {
	background: url(../images/col_bottom.jpg) bottom no-repeat;
}

#footer {
	position: relative;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 10px;
}

#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	/*border-bottom: #FFFFFF 1px dotted;*/
}

#credits {
	position: relative;
	float: left;
	left: 300px;
}

#aetium {
	float: right;
	margin-right: 6px;
}

#footer table {
	margin: 0;
	padding: 0;
}

#admin_panel {
	background: #333333;
	position: absolute;
	width: 100%;
	z-index: 1;
	text-align: center;
	color: #FFFFFF;
}

#admin_panel a, #admin_panel a:visited {
	color: #FFFFFF;
}
