/* TAGS **********************************************************************/
body,input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #6e7c1a url(/media/equideo/image/v3/background/body/repeat-x.jpg?isdsjouyh) repeat-x;
	color: #1e250F;
}
textarea {
	overflow: auto;
}
ul, ol {
	list-style: none;
}
li {
	overflow: hidden;
}
a {
	outline: none;
	color: #771100;
	text-decoration: none;
}
/* group 'utilisateur' and 'admin'*/
#content a.usergroup_1,
#content a.usergroup_2 {
  color: #140f3d;
  font-weight: normal !important;/* !important = we dont want this property to be overide... this will NOT works with IE6 */
}

/* group 'moderator' */
#content a.usergroup_3 {
  color: #006600;
  font-weight: normal !important;/* !important = we dont want this property to be overide... this will NOT works with IE6 */
}
/* group 'operator' */
#content a.usergroup_4 {
  color: #140f3d;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

h1 {
	font-weight:normal;
	color:#552F0A;
	margin-bottom:8px;
	font-size:32px;
}

h2 {
	font-weight:blod;
	color:#552F0A;
	margin-bottom:6px;
	margin-top:6px;
	font-size:17px;
}

/* GENERIC CLASSES *************************************************/
.hidden {
	visibility: hidden;
}
a.rss {
	padding-right: 20px;
	background: url(/media/equideo/image/v3/ico/rss.png) no-repeat right;
	font-weight: bold;
	color: #FE6100;
}

/* BACKGROUND ******************************************************/
div.body-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 690px;
	background-image: url(/media/equideo/image/interface/body-background.jpg?sdjfhsfk);
	background-repeat: no-repeat;
	background-position:  center top;
}

/* OWLIENT **********************************************************/
#owlient div.nav div#flags {
	padding-right: 5px;
}


/* CONTAINER *******************************************************/
#container {
	position: relative;
	width: 883px;
	margin: 0 auto;
}



/* HEADER ************************************************/
#header {
	position: relative;
	padding-top: 21px;
	height: 80px;
	margin-bottom: 5px;
	z-index:498;
}

#logo-equideow {
	position: absolute;
	left: 5px;
	display: block;
	text-indent: -1000px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#logo-equideow a {
	display: block;
	background-repeat: no-repeat;
	overflow: hidden;
}

#infos {
	position: relative;
	width: 600px;
	right: 14px;
	top: 16px;
	margin: 0 0 0 auto;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	z-index: 10;
}


#meteo {
	position: relative;
	height: 42px;
	padding: 8px 60px 0 0;
	color: #003300;
}
#meteo div {
	position: absolute;
	right: 7px;
	top: 0;
	height: 42px;
	background-image: url(/media/equideo/image/v3/ico/meteo.png);
	background-repeat:  no-repeat;
	text-indent: -1000px;
	text-align: left;
	overflow: hidden;
}
#meteo div.stormy {
	width: 45px;
	background-position: 0 0;
}
#meteo div.cloudy {
	width: 46px;
	background-position: -45px 0;
}
#meteo div.rainy {
	width: 42px;
	background-position: -91px 0;
}
#meteo div.sunny {
	width: 40px;
	background-position: -133px 0;
}
#meteo div.snowy {
	width: 52px;
	background-position: -173px 0;
}

#infos ul {
	margin-top: -9px;
}
#infos ul li {
	position: relative;
	height: 25px;
	padding: 0 10px 0 29px;
	line-height: 25px;
	float: right;
	background-image: url(/media/equideo/image/v3/ico/infos.png);
	background-repeat: no-repeat;
	z-index: 11;
	color: #EAE99F;
}
#infos ul li.ouranos {
	background-position: 0 0;
}
#infos ul li.gaia {
	background-position: 0 -25px;
}
#infos ul li.messages {
	background-position: 0 -50px;
}
#infos ul li.credits {
	background-position: 0 -75px;
}
#infos ul li a {
	color: #FFF;
	text-decoration: none;
}


/* PUB *****************************************/
#pub {
	position: relative;
	width: 893px;
	height: 102px;
	margin-top: 58px;
}
#banner {
	position: absolute;
	width: 716px;
	height: 78px;
	right: 7px;
	top: 5px;
	padding: 5px 5px;
	border: 1px solid #B1CC22;
	font-size: 10px;
	text-align: right;
	color: #B1CC22;
}

/* NEWS **************************************************/
#col-right ul.news {
	position: relative;
	width: 225px;
	left: 18px;
	border-top: 1px dashed #829215;
	font-size: 11px;
	color: #334D10;
}
#col-right ul.news li {
	height: 32px;
	padding: 3px 0 0 3px;
	border-bottom: 1px dashed #829215;
}
#col-right ul.news li img {
	float: left;
	padding-right: 4px;
	margin-top: -2px;
}

/* FOOTER ************************************************/
#footer {
	margin-top: 16px;
	padding-left: 30px;
	background: url(/media/equideo/image/interface/footer-arrow.png) no-repeat 15px 3px;
	font-size: 10px;
	letter-spacing: 0.04em;
	color: #D5DF87;
	clear: both;
}

#footer a {
	color:#D5DF87;
}
