/* CSS Document */

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url('../images/carrerouge-fond.png');
	color: #000099;
}

h1.titre {
  color: #000099;
  font-family: 'Roboto',sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 28px;
  text-align: center;
}

h2 {
  color: #000099;
  font-family: 'Roboto',sans-serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 20px;
  margin-top: 15px;
  text-align: center;
}

h3 {
	font-family: 'Roboto',sans-serif;
	font-size: 18px;
	font-weight: 100;
	text-align: center;
	line-height: 18px;
	margin-top: 15px;
	color: #000099;
}

.rouge {
  color: #820D21;
  text-shadow: 0 0 2px #DB0202;
}

.bleu {
	color: #000099;
	text-shadow:0 0 1px #7786EF;
}

.ennemy_bleu {
	background-color: #000099;
}

.box {
	background-color: #DB0202;
	border:1px solid #000000;
}

.webo {
	background:#000000;
	margin-top:10px;
	font-family: 'Roboto',sans-serif;
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	padding:10px;
	color: #FFFFFF;
}

.webo img {
	float: left;
	margin-top:10px;
	margin-right: 30px;
	border:none;
}

a:link {color: #FFFFFF; text-decoration:none; font-weight: bold;}
a:visited {color: #FFFFFF;}
a:hover {color: #FF0000;}
a:active {color: #FFFFFF;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}