/*
  The original stargatedatabase Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/
* {
	margin:		0px;
	padding:	0px;
}
body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		80%;
}

img {
	border:0px solid black;
}

ul {
	padding-left:	20px;
}


#header {
	height:			120px;
	border-bottom:2px solid black;
	background:#c0c0ff url('../../../images/interface-site/banniere-haut-fond2.png') no-repeat;
}

#headerTitle {
	display:block;
	background:		url('../../../images/interface-site/banniere-haut-milieu2.png');
	height:				74px;
	width:				195px;
	position:absolute;
	top:6px;
	left:34px;
}

#headerTitle a {
	display:block;
	height:				74px;
	width:				195px;
}

#headerTitle span {
	display:	none;
}

#header #access {
	position:absolute;
	right:10px;
	top:5px;
	font-size:80%;
}

#access .texte {
	position:relative;
	top:-5px;
}

#access form {
	display:inline;
}

#access a {
	color:blue;
	text-decoration:none;
}

#access a:hover {
	text-decoration:underline;
}

#access input {
	border:1px solid black;
}

#access input[type=text] {
	background-color:#d0d0ff;
	padding:1px;
	margin-left:30px;
}

#access .inputText {
	background-color:#d0d0ff;
	padding:1px;
	margin-left:30px;
}

#header-menu {
	margin-left:164px;
	position:absolute;
	top:103px;
	padding:7px;
}

#header-menu li {
	display:inline;
}

#header-menu a {
	padding:5px;
	background-color:#ffffff;
	border:2px solid black;
	text-decoration:none;
	color:#d22fff;
	font-weight:bold;
}

#header-menu a:hover {
	background-color:#dddddd;
}


#menuLeft {
	float:	left;
	width:	155px;
}

#menuLeft a {
	color:#765618;
	text-decoration:none;
}

#menuLeft a:hover {
	color:#cc952a;
	text-decoration:underline;
}

#menuRight {
	float:right;
	width:160px;
}

.menuContenu {
	padding : 5px;
	padding-top:0px;
	margin-bottom:5px;
	width:150px;
}

.menuContenu ul {
	list-style:none;
	padding:0px;
}

.menuContenu h2 {
	font-size:		120%;
	font-style:		italic;
	font-weight:	bold;
	margin:				0px;
	padding:			2px 5px;
	border-bottom: 2px solid black;
}

.menuContenu .login {
	font-size:150%;
	text-align:center;
}

#conteneur {
	padding-top:15px;
	padding-left:5px;
}

#contenu {
	padding : 5px;
	padding-top:0px;
 	border: 2px dashed #cccccc;
/* 	background-color:#c0c0ff;  */
	margin-bottom:5px;
	margin-left:165px;
	margin-right:180px;
	min-width:590px;
}

#contenu h2 {
	text-align:center;
	font-size:180%;
	margin-bottom:10px;
}

#footer a, #contenu a {
	color:blue;
	text-decoration:none;
}

#footer a:hover, #contenu a:hover {
	color:blue;
	text-decoration:underline;
}


#footer {
	clear:			both;
	border-top:2px solid black;
	background:#c0c0ff;
	text-align:center;
}


.catTitle {
	font-size:120%;
}

.catList {
	border:1px solid black;
	width:99%;
	border-collapse:collapse;
	margin-bottom:5px;
}

.rowHead {
	background-color:#dddddd;
}

.rowHead th {
	padding:5px;
	text-align:center;
}

.rowHead th.headPost, .rowHead th.headTopic {
	width:50px;
}

.rowHead th.headLastPost {
	width:120px;
}

.catList td {
	padding:5px;
	border-right:1px solid #dddddd;
	border-top:1px solid #dddddd;
	text-align:center;
}

.catList td.colForum {
	text-align:left;
	border-left:1px solid #000000;
}

.catList td.colForum img {
	float:left;
	margin-right:3px;
}

.catList td.colForum h4 {
	font-size:100%;
}

.catList td.colLastPost {
	padding:5px;
	border-right:1px solid #000000;
	border-top:1px solid #dddddd;
	font-size:90%;
}



/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
/* @import url("formIE.css"); */

