body 
{
	background: #be0027 url("../interface/global/background.gif") repeat-y center top; 
	margin: auto;
	padding: 0px;
	border: none;
	text-align: left;
	font-family: verdana;
	font-size: 12px;
	color: black;
}

a img
{
	border-width: 0px;
}

a:link, a:visited 
{
	text-decoration: none;
	font-weight: bold;
	color: #ff6600;
}
	
a:hover, a:visited:hover 
{
	text-decoration: none;
	font-weight: bold;
	color: #710000;
}
	
#center
{
	background: white url("../interface/global/background2.gif");
	width: 898px;
	margin: auto;
}

#header img
{
	border-width: 0px;
	border-bottom: solid 1px black;
}

#interface
{
	width: 205px;
	float: left;
	padding-bottom: 10px;
}

#interface a:link, #interface a:visited 
{
	text-decoration: none;
	font-weight: bold;
	color: #710000;
}
	
#interface a:hover, #interface a:visited:hover 
{
	text-decoration: none;
	font-weight: bold;
	color: #ff6600;
}

#interface .rubriques
{
	margin-bottom: 10px;
}

#interface h1
{
	width: 204px;
	height: 42px;
	font-size: 0px;
	margin: 0px;
	color: #fc0000;
	clear: both;
}

#interface ul
{
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 25px;
	list-style-image: url("../interface/global/puce.gif");
}

#interface #accueil
{
	width: 204px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#interface #accueil img
{
	border-width: 0px;
}

#interface #meteo h1
{
	background-image: url("../interface/global/meteo.gif");
}

#interface #meteo img
{
	margin-left: 5px;
	margin-right: 25px;
	float: left;
}

#interface #meteo #temperature
{
	font-family: verdana;
	font-size: 30px;
	color: black;
	font-weight: bold;
	float: left;
}

#interface #meteo #commentaire
{
	font-family: verdana;
	font-size: 10px;
	color: black;
	font-weight: bold;
	float: left;
}

#interface #videos h1
{
	background-image: url("../interface/global/videos.gif");
}

#interface #galeries h1
{
	background-image: url("../interface/global/galeries.gif");
}

#interface #billets h1
{
	background-image: url("../interface/global/billets.gif");
}

#interface #amis h1
{
	background-image: url("../interface/global/amis.gif");
}

#interface #contact h1
{
	background-image: url("../interface/global/contact.gif");
}

#interface #contact img
{
	float: left;
	margin-left: 5px;
}

#contenu h1
{
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0px;
	font-family: verdana;
	font-weight: normal;
	font-size: 30px;
	color: #f30000;
}

#interface #contact p
{
	width: 120px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#path
{
	background: white url("../interface/global/path.gif");
	width: 683px;
	height: 24px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #ff0000;
}

#path a:link, #path a:visited 
{
	text-decoration: none;
	font-weight: bold;
	color: #710000;
}
	
#path a:hover, #path a:visited:hover 
{
	text-decoration: none;
	font-weight: bold;
	color: #ff6600;
}

#contenu
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	width: 683px;
	margin-bottom: 10px;
	float: left;
}

#footer
{
	clear: both;
	border-top: solid 1px black;
	background-color: #d71900;
	width: 898px;
	height: 25px;
	padding-top: 10px;
	text-align: center;
}

#footer p
{
	margin: 0px;
	color: white;
	font-weight: bold;
}

#footer a:link, #footer a:visited
{
	color: #ff7011;
}
	
#footer a:hover, #footer a:visited:hover 
{
	color: #ffdb11;
}

#message_succes
{
	margin:auto;
	margin-top: 10px;
	text-align: center;
	padding:5px 5px 5px 5px;
	border: solid #008800 1px;
	background-color:#ffffcc;
	width:500px;
	font-family:verdana;
	color: #008800;
	font-size:10px;
	font-weight:bold;
	margin-bottom: 20px;
}

#message_erreur
{
	margin:auto;
	margin-top: 10px;
	text-align: center;
	padding:5px 5px 5px 5px;
	border: solid #cc0000 1px;
	background-color:#ffffcc;
	width:500px;
	font-family:verdana;
	color: #cc0000;
	font-size:10px;
	font-weight:bold;
	margin-bottom: 20px;
}