*
{
	margin: 0;
	padding: 0;
	font-family: Verdana;
}

body
{
	background: url(images/design/background.png) bottom right fixed no-repeat #f0f0f0;
}

#ban
{
	background: url(images/design/fond-ban.png);
	width: 100%;
	height: 70px;
	padding-top: 10px;
}

#ban h1
{
	position: relative;
	left: -500px;
	margin-left: 50%;
	color: #fff;
	font-weight: normal;
	font-size: 2.5em;
	display: inline-block;
}

#ban a
{
	position: absolute;
	right: 50%;
	margin-right: -500px;
}

#main
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#colonne_droite
{
	float: right;
	width: 180px;
}

#colonne_droite a
{
	text-decoration: none;
	color: #02A50D;
	font-weight: bold;
	font-size: 0.75em;
}

#colonne_droite a:hover
{
	text-decoration: underline;
}

#bouton_accueil
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: 10px;
	padding: 15px;
	text-align: center;
	background: url(images/design/fond-droite.png);
	border: 1px solid #ccc;
}

#bouton_accueil a
{
	color: #9B1403;
}

#liens_bonus
{
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	height: 538px;
	background: url(images/design/fond-droite.png);
}

#contenu
{
	background: #fff;
	padding: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	border-radius: 8px;
	width: 780px;
	margin-bottom: 20px;
}

.block_general
{
	color: #333;
	font-size: 0.8em;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.block_general span
{
	color: #9B1403;
	font-size: 1.4em;
        font-weight: bold;
}

.block_general a
{
	color: #04A60C;
}

.block_general a:hover
{
	text-decoration: none;
}

.block_general fieldset
{
	width: 500px;
	margin: 20px;
	border: 1px solid #9B1403;
	text-align: center;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.block_general legend
{
	text-align: center;
	color: #9B1403;
	font-weight: bold;
	margin-left: 20px;
}

.block_general h2
{
	color: #9B1403;
	font-size: 1.8em;
}

.block_bonus
{
	background: url(images/design/fond-bonus.png);
	width: 299px;
	height: 94px;
	margin-left: 90px;
	margin-top: 15px;
	text-align: center;
}

.block_bonus h3
{
	position: relative;
	left: 5px;
	color: #fff;
	top: 5px;
}

.block_bonus span
{
	color: #FF0000;
	font-size: 1.8em;
	font-weight: bold;
	position: relative;
	top: 28px;
}

.block_bonus p
{
	font-weight: bold;
	position: relative;
	top: 25px;
}


#lien_retour
{
	text-align: center;
	color: #333;
}

#lien_retour a
{
	color: #04A60C;
}

#footer
{
	font-size: 0.7em;
	color: #333;
}

#footer a
{
	color: #04A60C;
}

#footer a:hover
{
	text-decoration: none;
}
