/* Copyright (c) 2006 Skyline-arts.com. All rights reserved
Style.css - Thème 'default' */


/* ===== Sommaire =====
1/ html et body
2/ Styles généraux
3/ Haut de page (#top)
4/ Zone de contenu (#content)
5/ Paneau latéral (#sidebar) 
6/ Pied de page (#footer)
=================== */



/* ---------------------
Html et body
--------------------- */
html {
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}
body {
	height: 605px;
	width: 793px;
	position:relative;
	left: 50%;
	top: 50%;
	margin-top: -302px; /* moitié de la hauteur */
	margin-left: -396px; /* moitié de la largeur*/
	background-image: url(img/bg-site.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
}
/* Styles généraux */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 68px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #b80000;
	background-image: url(img/bg-h1.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 68px;
	background-position: 0px;
	text-decoration: underline;
	width: 400px;
	text-indent: 37px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: justify;
	width: 350px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.post { /* Conteneur de l'article */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	height: 380px;
	width: 440px;
	border: 1px solid #000000;
	overflow: auto;
	position: relative;
	visibility: visible;
	left: 210px;
	top: 125px;
	scrollbar-face-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #b80000;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color:#ffffff;
	text-align: left;
	z-index: 1;
	background-image: url(img/bg-post.gif);
	background-repeat: repeat-y;
}
.post a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #b80000;
	text-decoration: underline;	
}
.post a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #b80000;
	text-decoration: none;	
}
.post img {
	font-family: Verdana, Arial, Helvetica,;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.post img a{
	font-family: Verdana, Arial, Helvetica,;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.post img a:hover{
	font-family: Verdana, Arial, Helvetica,;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.articletitle { /* Titre de l'article */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 68px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #b80000;
	background-image: url(img/bg-h1.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 68px;
	background-position: 0px;
	text-decoration: underline;
	width: 400px;
	text-indent: 37px;
}
#news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #b80000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 18px;
	width: 485px;
	left: 0px;
	top: 565px;
	vertical-align: middle;
}
#news a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #b80000;
	vertical-align: middle;
	text-decoration: underline;
}
#news a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #b80000;
	vertical-align: middle;
	text-decoration: none;
}
.td-form {
	padding-left: 20px;
}
.champ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b80000;
	border: 1px solid #000000;
}
.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #b80000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
/* Menu */
#sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #b80000;
	height: 15px;
	width: 583px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
	visibility: visible;
	z-index: 2;
	left: 209px;
	top: 110px;
	margin-left: 1px;
	margin-right: 3px;
	text-align: center;
}
#sidebar div {
	margin-right: 0;
	margin-left: -20px;
	width: 600px;
}
#sidebar ul { /* bloc de liste */
	margin : 0;
	display: inline;
}
#sidebar li { /* élément de liste */
	list-style-type : none;
	display: inline;
	margin-right: 3px;
	margin-left: 3px;
}
#sidebar li a { /* Liens dans les listes */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #b80000;
	text-transform: none;
	text-decoration: none;
	display: inline;
}
#sidebar li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #b80000;
	text-transform: none;
	text-decoration: underline;
	display: inline;
}
/* Pied de page (#footer) */
#basdepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: center;
	height: 14px;
	width: 485px;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 0px;
	top: 590px;
}
#basdepage a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;	
}
#basdepage a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: underline;	
}
#basdepage img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#basdepage img a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#basdepage img a:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

