﻿/* Les éléments HTML en général
-------------------------------------------------------- */



html {
	height: 100%;
}

body{
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	font-size:14px;
	color:#666;
	background-color: #000000;
}

table {
	font-size:14px;
}

#tableau{
	font-size:10px;
	background-color: #fafafa;
}

a{
	color:#CD1DC9;
	/* color: #F37022; */
	text-decoration : none;
}

a:visited{
	color:#CD1DC9;
	text-decoration : none;
}

a:hover{
	color:#F993DD;
	text-decoration : underline;
}


h1 {
	font-family:carbon-type, Arial, sans-serif;
	text-align:center;
	font-size:60px;
	color:#333;
}


/* -------------------------------------------------------- */
#surex {
	color: #00FF00;
	text-decoration : none;
}


#admin{
	color: #0000FF;
}

#carbon{
	font-family:carbon-type, Arial, sans-serif;
	text-align:center;
	font-size:18px;
}


/* zone texte dans pages libres 
*********************************  */

#texte{
	position:relative;
	width: 1000px;
	left: 50%;
	margin: 0 0 0 -500px;
	top: 230px;
	text-align: center;
}

#top {
	position:absolute;
	z-index: 2;
	width: 1000px;
	left: 50%;
	margin: 0 0 0 -500px;
	top: 50px;
}

#copyr {
	position: fixed;
	z-index: 0;
	width: 1000px;
	left: 50%;
	margin: 0 0 0 -500px;
	bottom: 5px;
	height: 30px;
	font-size: 7px;
	text-align:center;
}

#gplus {

} 