/* layout CSS 
-------------------------------------- */
html {
	text-align : center;
	min-height: 100%;
	line-height:1px;
}
body {
	height: 100%;
	text-align:left;
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
}
#container {
	width:998px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
.clear {clear:both;}
a img,:link img,:visited img { border:none; }

/* MAIN
-------------------------------------- */

#header {
	height: 180px;
}
#header #branding {
	background-image: url(../images/drum_guitare_plus_logo.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 173px;
}
#header #branding h1{
	text-indent: -9999px;
}
#header #langue {
	height: 30px;
	width: 70px;
	float: right;
	position: relative;
	top: -170px;
}
#header #langue a{
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
}
#header #langue a:hover{
	text-decoration: underline;
}
#centre {
}
#contenu {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#contenu h2 {
	font-size: 2em;
	line-height: 2em;
	font-weight: bold;
	color: #600;
}
#contenu h3 {
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #09C;
}
#contenu h3 a{
		color: #09C;
}
#contenu h3 a:hover{
	text-decoration: none;
}
#contenu h4 {
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
}
#contenu h5 {
	font-weight: bold;
	margin-bottom: 10px;
}
h6 {
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 11px;
	color: #666;
	display: block;
	text-align: center;
	margin-top: 40px;
}
h6 a{
	color: #666;
}
#contenu p {
	font-size: 0.85em;
	line-height: 1.15em;
	margin-bottom: 10px;
}
#contenu a {
}
#contenu a:hover {
}
#contenu a:visited {
}
#footer {
	background-color: #C00;
	padding: 10px;
	text-align: center;
}
#footer p {
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	margin-bottom: 10px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
}
#footer a:visited {
}

.uneliste {
}
.uneliste ul {list-style-image: url(images/bullet.gif);margin-bottom: 15px;}
.uneliste li {font-size: 12px;color: #505050;padding-bottom: 8px;}
sup {position: relative;top: -3px;vertical-align: top;font-size: 90%;}
form{
	margin-bottom: 20px;
}
#carte {
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
#carte a{
	font-size: 11px;
	line-height: 11px;
}

