/*
Auteur : Reichenbach Julian (ouck_02) www.ouck.ch
Date : 13 janvier 2008
Description : Feuille de style pour le site www.rythmique.ch
*/
body
{
	background-color: #9e1745;
	background-image: URL("img/design/fond.png");
	background-repeat: repeat-x;
	margin: 0;
	margin-bottom: 15px;
	font-family: "Trebuchet MS";
}
#cont
{
	width: 784px;
	background-image: URL("img/design/fond_cont.png");
	background-repeat: repeat-y;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	position: relative;
}
#header
{
	height: 207px;
}
#menu
{
	width: 243px !important;
	width: 243px;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}
#page
{
	width: 541px !important;
	width: 534px;
	margin: 0;
	margin-left: 243px !important;
	margin-left: 243px;
	padding: 0;
	border: none;
}
#footer
{
	height: 74px;
	background-image: URL("img/design/footer.png");
	clear: both;
}
img
{
	border: none;
}
h1
{
	color: white;
	width: 524px !important;
	width: 519px;
	height: 49px;
	background-image: URL("img/design/fond_titre.png");
	background-repeat: no-repeat;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 8px;
	padding: 0;
	padding-top: 3px;
	padding-left: 15px;
	font-size: 24pt;
	border: none;
}
h3
{
	width: 243px;
	height: 39px;
	color: white;
	margin: 0;
	padding-top: 17px;
	padding-bottom: 0px;
	text-align: center;
	background-image: URL("img/design/bouton.png");
}
h3:hover
{
	background-image: URL("img/design/bouton_survole.png");
}
h3 a
{
	display: block;
	margin: 0;
	margin-top: -7px;
	padding-top: 7px;
	width: 243px;
	height: 32px;
}
h4
{
	color: white;
	text-align: center;
	margin: 0;
	background-color: #9e1745;
	width: 490px;
}
h5
{
	color: #2f2f2f;
	width: 784px;
	text-align: center;
	padding-top: 30px;
	font-size: 14px;
}
p
{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	text-align: justify;
}
li
{
	list-style-image: URL("img/design/puce.png");
	padding: 2px;
	padding-right: 5px;
	margin: 0;
	margin-left: 30px;
}
dt
{
	padding: 5px;
}
.center
{
	text-align: center;
}
.nomarge
{
	margin: 0;
}
.gras
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.souligne
{
	text-decoration: underline;
}
#menu a
{
	color: white;
	text-decoration: none;
}
#page a
{
	color: #9e1745;
	text-decoration: none;
	font-style: italic;
}
#page a:hover
{
	text-decoration: underline;
}
#footer a
{
	color: #9e1745;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover
{
	text-decoration: underline;
}
.article
{
	width: 490px;
	margin: auto;
	margin-bottom: 15px;
	text-align: justify;
	border: thin #9e1745 solid;
}
.article_pied
{
	width: 490px;
	background-color: #9e1745;
	color: white;
}
