@charset "utf-8";
/*general settings*/
body {
	background:#000 url(img/bg_gradient.png) repeat-x fixed;
	margin:0;
	padding:0;
	text-align:center;
	color:#eee;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 160%;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
li, dd, blockquote {
	margin-left: 1em;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
/*link settings*/
a:link {
	color:#813132;
}
a:visited {
	color:#633;
}
a:hover {
	color:#999;
}
a:active {
	color:#900;
}
/*region settings*/
#wrapper {
	position:relative;
	width:760px;
	text-align:left;
	margin:0 auto 10px;
	background:#000;
	border:2px solid #412828;
	border-top:0;
	background:#100000;
}
#head {
	width:760px;
	height:222px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}
#page {
	background:url(img/footer.jpg) bottom no-repeat;
}
#contMenu {
	float:left;
	margin:0 40px 0 15px;
	width:200px;
	padding-top:15px;
	background:url(img/menu_header.png) no-repeat top;
}
#menu {
	background:#151111;
	border:1px solid #281e1e;
}
#menu ul {
	list-style:none;
}
#menu li {
	margin:0;
}
#menu li a {
	display:block;
	height:1.8em;
	padding:5px 0 0 45px;
	line-height:0.8em;
	color:#fff;
	text-decoration:none;
	outline:none;
}
#menu li a:hover {
	color:#813132;
}
#pageAccueil #lienAccueil, #pageOrganisation #lienOrganisation, #pageEsprit #lienEsprit, #pageUnivers #lienUnivers, #pageRegles #lienRegles, #pageActivites #lienActivites, #pageAilleurs #lienAilleurs, #pageForum #lienForum, #pageEspace #lienEspace {
	background:url(img/menu_bullet.png) no-repeat left;
	color:#813132;
	cursor:default;
}
#content {
	float:left;
	width:450px;
	text-align:justify;
	/*background:#111;*/

	padding:0 10px;
}
#footer {
	clear:both;
	color:#595959;
	text-align:right;
	padding:15px 5px 5px 5px;
}
#footer a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
/*title settings*/
h1 {
	font-size:1.6em;
	color:#9f7878;
	font-variant:small-caps;
}
h2 {
	display:block;
	font-size:1.4em;
	padding-left:40px;
	height:30px;
	background:url(img/h2_bg.jpg) left no-repeat;
}
/*form settings*/
/*other settings*/
a.lienBloc {
	padding:5px 20px;
	background:#151111;
	border:1px solid #281e1e;
	color:#813132;
	text-decoration:none;
}
a.lienBloc:hover {
	color:#fff;
}
.cadre {
	display:block;
	padding:10px;
	border:1px solid #221414;
	border-left:4px solid #412828;
	background:#100000;
}
/*page custom styles*/
#news_list {
	list-style:none;
}
#news_list li{
	display:block;
	padding:10px;
	border:1px solid #221414;
	border-left:4px solid #412828;
	background:#100000;
	margin-bottom:5px;
}
#news_list .date {
	color:#412828;
	display:block;
}
.error {
background:#990000;
border:1px solid #660000;
padding:3px 5px;
margin:10px;
}
.message {
background:#15071d;
border:1px solid #552a6d;
padding:3px 5px;
margin:10px;
color:#bf98d5;
}
.box {
height:300px;
overflow:auto;
background:#000;
border:1px solid #222;
padding:5px 20px;
}
.box ul {
margin-left:0.5em;
}
.boxtitle {
background:#222;
padding:2px 6px;
}
.action {
float:right;
position:relative;
text-align:right;
}
.action a {
	background:#151111;
	border:1px solid #281e1e;
	color:#813132;
padding:2px 5px;
	display:block;
	margin-top:20px;
}
.action a:hover {
color:#fff;
}
.action label {
margin-right:20px;
}
.action input {
	background:#151111;
	border:1px solid #281e1e;
	color:#813132;

}

#loginForm fieldset {
border:1px solid #222;
width:400px;
padding:5px;
}
#loginForm label {
width:180px;
display:block;
float:left;
clear:both;
}
#loginForm input {
float:left;
}
#loginForm input.text {
width:300px;
}
#loginForm legend {
background:#111;
border:2px solid #222;
padding:2px 5px;
display:block;
margin-bottom:10px;
}
