/* CSS par Olivier pour http://www.weenr.com - Tous droits réservés - */

* { margin:0;padding:0; }

html {
	height:100%;
	background:#B60201;
}

body {
	background-image:url('img/bg.gif'); background-repeat:repeat-x;
	height:219px;
	font:normal 0.8em Verdana,Helvetica,sans-serif;
	color:#FFFFFF;
}

#page {
	width:480px;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
}
#header {
  padding-top:20px;
  padding-left:20px;
  width:500px;
}
#contenu {
  padding-top:10px;
  float:left;
  width:500px;
  
}
#contenu p.border-g {
  float:left;
  background-image:url('img/border-g.gif'); background-repeat:no-repeat;
  width:20px; height:290px;
}
#contenu p.border-d {
  float:left;
  background-image:url('img/border-d.gif'); background-repeat:no-repeat;
  width:31px; height:290px;
}

#inscription{
  float:left;
  background-color:#FFFFFF;
  width:430px; height:290px;
  
}

.titre-orange{
  font-family:arial;
  font-size:20px;
  color:#FF9933;
}
.titre-orange a{
  font-family:arial;
  font-size:20px;
  color:#FF9933;
  text-decoration:none;
}
.titre-orange a:hover{
  font-family:arial;
  font-size:20px;
  color:#FF9933;
  text-decoration:underline;
}
.text-orange{
  font-family:arial;
  font-size:10px;
  color:#FF9933;
}
.text-orange a{
  font-family:arial;
  font-size:10px;
  color:#FF9933;
  text-decoration:none;
}
.text-orange a:hover{
  font-family:arial;
  font-size:10px;
  color:#FF9933;
  text-decoration:underline;
}
.text-blanc{
  font-family:verdana;
  font-size:11px;
  color:#FFFFFF;
}
.text-blanc a{
  font-family:verdana;
  font-size:11px;
  color:#FFFFFF;
  text-decoration:none;
}
.text-blanc a:hover{
  font-family:verdana;
  font-size:11px;
  color:#FFFFFF;
  text-decoration:underline;
}
.text-rouge{
  font-family:verdana;
  font-weight:bold;
  font-size:12px;
  color:#b60102;
}
.text-rouge a{
  font-family:verdana;
  font-weight:bold;
  font-size:12px;
  color:#b60102;
  text-decoration:none;
}
.text-rouge a:hover{
  font-family:verdana;
  font-weight:bold;
  font-size:12px;
  color:#b60102;
  text-decoration:underline;
}
.text-rouge-no-bold{
  font-family:verdana;
  font-size:12px;
  color:#b60102;
}
.text-rouge-no-bold a{
  font-family:verdana;
  font-size:12px;
  color:#b60102;
  font-weight:bold;
  text-decoration:none;
}
.text-rouge-no-bold a:hover{
  font-family:verdana;
  font-size:12px;
  color:#b60102;
  font-weight:bold;
  text-decoration:none;
}
.titre-rouge{
  font-family:arial;
  font-size:20px;
  color:#b60102;
}
.titre-rouge a{
  font-family:arial;
  font-size:20px;
  color:#b60102;
  text-decoration:none;
}
.titre-rouge a:hover{
  font-family:arial;
  font-size:20px;
  color:#b60102;
  text-decoration:underline;
}
