/*Global styles */
body
{
	font-family			: "Lucida Grande", arial;
	font-size			: 12px;
	background-color	: #000;
	color				: #A3A8A3;
}

a
{
	color				: #4D799B;
}
a:Hover
{
	color				: white;
	background-color	: black;
}

img
{
	border				: 0px;
}

div#logo
{
	text-align			: center;
}

div#new
{
	text-align			: center;
	color				: white;
	background-color	: #2A2A2A;
	width				: 700px;
	padding				: 5px;
}

div#header
{
	width				: 710px;
	background			: #2A2A2A url(Header.jpg) top repeat-x;
}

#explication {
	text-align: justify;
	padding-left: 20px;
	padding-right: 20px;
}

#livestate
{
	color: #4D799B;
}

.separation {
	margin-bottom: 10px;
	margin-top: 10px;
}

#content
{
	background-color	: #2A2A2A;
	width				: 700px;
	padding				: 5px;
}

#yshout
{
	width:				100%;
}

#live
{
	width:				100%;
}

#live img {
	width: 450px;
}

div#footer
{
	height				: 100px;
	width				: 710px;
	background			: url(Footer.jpg) top repeat-x;
	text-align			: center;
	padding-top			: 50px;
}
h1
{
	color				: #AAAAAA;
	font-size			: 30px;
	text-align			: center;
}

h2
{
	color				: #E0E0E0;
	font-size			: 13px;
	text-align			: left;
	margin-left			: 10px;
}

.vert {
	color:				green;
}

.rouge {
	color:				red;
}