/*
Fichier CSS attaché à index.php
dc.author : Timon Zimmermann
*/
@import url(./reset.css);

a:visited {
font-family				: 		Geneva, Arial, Helvetica, sans-serif;
color					: 		#d87900;
font-weight				: 		bold;
text-decoration			: 		none;
font-size				: 		12px;
}
a:hover	{
font-family				: 		Geneva, Arial, Helvetica, sans-serif;
color					: 		#923400;
font-weight				: 		bold;
text-decoration			: 		none;
font-size				: 		12px;
}
 a:active {
 font-family			: 		Geneva, Arial, Helvetica, sans-serif;
 color					: 		#923400;
 font-weight			: 		bold;
 text-decoration		: 		none;
 font-size				: 		12px;
}

body{
	background			:		#969696 url(../images/back.gif) repeat top;
	font				: 		13px Tahoma, Arial, Helvetica, sans-serif;
	color				: 		#FFFFFF;
}

h1{
	color				: 		#923400;
	font-size			: 		22px;
}

h2{
	color				: 		#923400;
	font-size			: 		18px;
}

.supEvidence{
	font-weight			:		bold;
	color				: 		#d87900;
	font-size			: 		14px;
}
.supEvidence:hover{
	font-weight			:		bold;
	color				: 		#d87900;
	font-size			: 		14px;
	text-decoration		: 		none;
	cursor				:		pointer;
}

#top{
	position			:		absolute;
	top					:		0;
	left				:		0;
	width				:		95%;
	height				:		30px;
	background			:		url(../images/top_back.gif) repeat-x 0 0;
	z-index				:		20001;
	padding				:		7px 0px 0px 5%;
}
.flags{
	padding				:		0% 0% 0% 60%;
}

#main{
	position			:		absolute;
	top					:		0%;
	left				:		0%;
	width				: 		100%;
	height				:		100%;
	text-align			:		center;
}
#logo{
	position			:		relative;
	width				: 		100%;
	height				:		193px;
	background			: 		url(../images/Logo.png) no-repeat center;
	margin				:		50px 0px 0px 0px;
}
#content{
	position			:		relative;
	float				:		center;
	width				: 		100%;
}
#content p{
	text-align			:		center;
}
#footer{
	position			:		relative;
	top					:		85px;
	left				:		0%;
}
#footer p{
	text-align			:		center;
	font-size			:		8pt;
}

.evidence{
	font-weight		:		bold;
	color			: 		#d87900;
}

.evidence2{
	font-weight		:		bold;
	color			: 		#D11616;
}

li
{
  list-style-image 	: 		url('../images/vu.png');
}

form{
	float			:	center;
	text-align		:	center;
}
#upAll{
	width			:	500px;
	text-align		:	left;
	margin			: 	0 auto 0 auto;
}
#upMain{
	text-align		:	center;
}

#imageUpload{
	color 			: 	#9A9E8B;
	background-color:	#1E1F1C;
}

.warning{
	background		:	#F87171 url(../images/error.png) no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border			: 	1px solid #FFAEAE;
	padding			: 	15px 10px 15px 50px;
	color			:	#2B2626;
	margin-top		:	30px;
}

.ok{
	background		:	#EAF7D9 url(../images/ok.png) no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border			: 	1px solid #B9FC62;
	padding			: 	15px 10px 15px 50px;
	color			:	#2B2626;
	margin-top		:	30px;
}

#upOptions{
	position		:	absolute;
	height			:	600px;
	width			:	500px;
	top				:	-10%;
	left			:	35%;
	background		:	#2E2929;
	border			:	3px solid #000000;
	z-index			:	20001;
}

#backGraduate{
	position		:	absolute;
	height			:	100%;
	width			:	100%;
	top				:	0;
	left			:	0;
	background		:	black url(../images/blackdot.gif);
	filter			:	alpha(opacity=70);
	opacity			: 	0.7;
	z-index			:	20000;
}
