/* CSS Stylesheet */

*
{
	font-family:Verdana, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
}

body
{
	text-align:center;
	background-color:#003162;
	background-image:url(./img/fond.gif);
	background-repeat:repeat; background-position:left top;
}

table.principal
{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	border-collapse:collapse;
	border-spacing:0px;
	width:903px;
}

table.commentaires
{
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
	border-spacing:0px;
	width:891px;
	
}

.dev
{	
	width:874px;
	margin-left:auto;
	margin-right:auto;
	color:#BBB;
	margin-top:11px;
	padding:2px;
}

td.bandeau-haut
{
	height:119px;
	width:903px;
	background-image:url(./img/ridefmx-fmx-freestyle-motocross-fond.gif);
	background-repeat:repeat; background-position:left top;
}

td.conteneur
{
	padding:20px;
	padding-left:33px;
	padding-left:25px;
	text-align:justify;
	color:#BBB;
	width:883px;
	background-image:url(./img/ridefmx-fmx-freestyle-motocross-fond.gif);
	background-repeat:repeat; background-position:left top;
}

img
{
	border:0px;
	display:block;
}

a
{
	border:0px;
}

span.titre
{
	margin-left:140px;
	font-size:20px;
	font-weight:bold;
	color:white;
}

span.signature
{
	font-size:14px;
	font-weight:bold;
	color:white;
}

span.erreur
{
	font-size:12px;
	font-weight:bold;
	color:orange;
}

input.texte
{
	width:300px;
	font-size:12px;
}

textarea.message
{
	width:600px;
	height:100px;
}

input.submit
{
	font-size:12px;

}

p.confirmation
{
	margin-left:auto;
	border:1px solid orange;
	margin-right:auto;
	padding:20px;
	width:300px;
	color:orange;
	font-size:12px;
	font-weight:bold;
}

a.lien
{
	color:#BBB;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}

a.lien:hover
{
	color:#BBB;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

a.lien:visited
{
	color:#BBB;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
