body		{ margin: 0px; font-family: Arial; font-size: 12px; background-color: #0f0f19; background-image: url('themes/Discovery/images/fond1.png'); background-position: top; background-repeat: repeat-x; }
a	{ text-decoration: none; color: #00ade2; font-weight: bold; }
a:hover { text-decoration:underline; }
a img	{ border-width: 0px; }


#main	{ margin: auto; width: 1000px; }

#top { width: 100%; height: 102px;background-image: url('themes/Discovery/images/top.png'); background-position: top; background-repeat: no-repeat; }
#ident	{ position: relative; top: 12px; left: 20px; font-weight: bold; font-size: 14px; color: #FFFFFF; width: 300px; }
#avatar	{ width: 54px; height: 54px; float: left; margin-right: 10px; background-image: url('themes/Discovery/images/avatar.png'); display: none; }

#header { width: 100%; height: 150px; background-image: url('themes/Discovery/images/header.png'); background-position: top; background-repeat: no-repeat; }

#menu	{ position: relative; top: 130px; left: 1px; width: 988px; height: 20px; background-image: url('themes/Discovery/images/fond_menu.png'); background-position: bottom; background-repeat: no-repeat; }

#menu a	{ font-weight: bold; font-size: 13px; color: #FFFFFF; }
#menu a.selected	{ color: #00ade2; }
#menu a:hover	{ border-bottom: 2px solid #00ade2; text-decoration: none; }

#content	{
	padding: 5px;
	padding-top: 10px;
	background-image: url('themes/Discovery/images/fond_content.png'); background-position: top; background-repeat: no-repeat;
}

#approved	{ position: relative; top: -300px; left: 720px; }

#contentp{
	margin-top: 10px;
}

#mainp{
	border: 5px solid #0f0f19;
	border-top-width: 0px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}


#footer	{ width: 100%; clear: both; background-image: url('themes/Discovery/images/footer.png'); background-position: top; background-repeat: no-repeat; height: 38px; text-align: center; color: #FFFFFF; vertical-align: bottom; }

.align-left	{ text-align: left; }
.align-right	{ text-align: right; }
.align-center	{ text-align: center; }

form	{ margin: 0px; }
input, select	{
	border: 1px solid #00ade2;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 11px;
}


.pointer	{ cursor: pointer; }

/********** TOOLTIP *************/
#tooltip{
	position: absolute;
	z-index:1;
}

/********** BARRES LATERALES *************/
.barres_laterales_gauche_content, .barres_laterales_droite_content{
	border: 1px solid #00ADE2;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	background-color: #0F0F19;
	background-image: url('themes/Discovery/images/fond2.png');
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 15px;
	padding: 5px;
	color: #FFFFFF;
}

.barres_laterales_gauche_titre, .barres_laterales_droite_titre {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.page_title{
	border: 2px solid #00ADE2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 5px;
	margin-bottom: 30px;
	margin-top: 20px;
	position: relative;
	background-color: #0F0F19;
	background-image: url('themes/Discovery/images/fond2.png');
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	font-size: 28px;
	color: #FFFFFF;
	font-weight: bold;
}
.page_title_shadow{
	position: absolute;
	color: #00ADE2;
	width: 300px;
}

.content-1{
	background-color: #021C35;
	border: 1px solid #00ADE2;
	text-align: center;
	color: #FFFFFF;
	-moz-border-radius: 4px;
	padding: 3px;
	background-image: url('themes/Discovery/images/fond2.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

.content-2{
	border: 1px solid #00ADE2;
	-moz-border-radius: 4px;
	padding: 3px;
	position: relative;
	background-color: #0F0F19;
	background-image: url('themes/Discovery/images/fond2.png');
	background-repeat: repeat-x;
	background-position: top;
}

