/* layout CSS 
-------------------------------------- */
html {
	text-align : center;
	min-height: 100%;
	line-height:1px;
}
body {
	height: 100%;
	text-align:left;
	font-size: 12px;
	line-height: 12px;
	background-color: #EBEBEB;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url(../images/bckg_header_2.gif);
	background-repeat: repeat-x;
}
#wrapper {
	width:998px;
	margin-right: auto;
	margin-left: auto;
}
.clear {clear:both;}
a img,:link img,:visited img { border:none; }

/* MAIN
-------------------------------------- */

#bande {
	height: 110px;
}
#menu {
	background-color: #f9d20b;
	float: left;
	height: 110px;
	width: 202px;
	text-align: right;
}
#menu ul {
	margin-top: 10px;
}
#menu ul li {
	font-size: 1.35em;
	line-height: 1.35em;
}
#menu ul li a{
	color: #000;
	text-decoration: none;
}
#menu ul li a:hover {
	color: #eb7f1a;
}
#menu ul li a .selected {
	color: #eb7f1a;
}
#visuel {
	float: left;
	height: 110px;
	width: 796px;
	background-image: url(../images/visuel2.gif);
}
#insidevisuel {
	width: 700px;
	margin-left: 47px;
	margin-top: 78px;
}
#insidevisuel h2 {
	font-size: 1.35em;
	line-height: 1em;
}
#insidevisuel_g {
	width: 645px;
	margin-left: 47px;
	margin-top: 78px;
	float: left;
}
#insidevisuel_g h2 {
	font-size: 1.35em;
	line-height: 1em;
}
#insidevisuel_d {
	margin-top: 62px;
	float: left;
	width: 60px;
	text-align: center;
}
#insidevisuel_d p {
	color: #333;
	padding-bottom: 3px;
	margin: 0px;
}
#centre {
}
#sidebar {
	float: left;
	width: 202px;
	padding-top: 17px;
}
#sidebar h5 {
	text-align: right;
	font-size: 1em;
	font-weight: normal;
	line-height: 0.9em;
	color: #000;
	padding-top: 10px;
	margin-bottom: 8px;
}
#sidebar .separe{
	padding-bottom: 3px;
	margin-top: 10px;
	background-image: url(../images/menu_ligne.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
}
#sidebar h5 a {
	color: #000;
	text-decoration: none;
}
#sidebar h5 a:hover {
	color:#eb7f1a;
}
#sidebar h5 a:visited {
	text-decoration: none;
}
#sidebar ol {
	text-align: right;
	font-size: 0.85em;
	line-height: 1em;
	list-style-type: decimal;
}
#sidebar ol li {
	padding-bottom: 5px;
}
#sidebar ol li a {
	text-decoration: none;
	color: #666;
}
#sidebar ol li a:hover {
	color:#eb7f1a;
}
#sidebar p {
	padding-bottom: 5px;
	text-align: right;
	font-size: 0.85em;
}
#sidebar p a, a:visited {
	color: #000;
	text-decoration: none;
}
#sidebar p a:hover {
	text-decoration: underline;
}
#sidebar .selected {
	color: #eb7f1a;
}
#contenu {
	float: left;
	width: 796px;
	background-image: url(../images/bckg_centre.gif);
	background-repeat: repeat-y;
}
#insidecontenu {
	width: 704px;
	margin-left: 23px;
	background-image: url(../images/footer_ligne.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 50px;
	padding-left: 25px;
}
#contenu h2 {
	font-size: 1.35em;
	margin-bottom: 20px;
	line-height: 1em;
}
#contenu h3 {
	font-size: 1.25em;
	margin-bottom: 15px;
}
#contenu h4 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: 8px;
	padding-top: 2px;
	font-weight: bold;
	color: #666;
}
#contenu h5 {
	color: #EB7F1A;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
}
#contenu h6 {
	color: #EB7F1A;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 7px;
}
#contenu p {
	line-height: 18px;
	margin-bottom: 20px;
}
#contenu p a, a:visited {
	text-decoration: none;
	color: #eb7f1a;
}
#contenu p a:hover,a:link {
		text-decoration: underline;
}
#contenu .imagegauche {
	float: left;
	padding-right: 15px;
	padding-bottom: 20px;
}
#contenu .unresultat {
	background-color: #FFF;
	margin-bottom: 20px;
	border: 3px double #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	min-height: 100px;
}
#contenu .unresultat .quartier {
	font-style: italic;
	color: #999;
}
#contenu .boutonresultat {
	background-color: #EB7F1A;
	padding: 3px;
	width: 110px;
	text-align: center;
	float: right;
}

#contenu .boutonsans a {
	background-color: #EB7F1A;
	text-align: center;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	float: left;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 0.8em;
}
#contenu .boutonsans a:hover {
	background-color: #CC0000;
}
#contenu .boutonnormal {
	background-color: #EB7F1A;
	padding: 3px;
	text-align: center;
	width: 300px;
	margin-bottom: 10px;
}
#contenu .boutonresultat a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 0.8em;
}
#contenu .boutonresultat a:hover {
}
#contenu .boutonnormal a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	font-size: 0.8em;
}
#contenu .cartedetails {
	width:250px;
	height:230px;
	float:right;
	margin-left: 10px;
}
#contenu .ajoutepar{
	background-color:#e6e6e6;
	padding-left: 10px;
	height: 22px;
	margin-bottom: 20px;
}
#contenu .ajoutepar p {
	color: #999;
	font-style: italic;
	font-size: 0.8em;
}
#contenu .merci {
	color: #090;
	font-size: 1.2em;
	font-weight: bold;
}
#contenu .cadreimage {
	float: left;
	padding: 2px;
	margin-right: 15px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-left: 0px;
}
#contenu .unelisteb {
	margin-left: 15px;
	width: 600px;

}
#contenu .unelisteb ul {
	margin-bottom: 15px;
	list-style-type: disc;
	margin-left: 10px;
	list-style-image: url(../images/bulletb.gif);
}
#contenu .unelisteb li {
	font-size: 1em;
	padding-bottom: 20px;
	line-height: 1.1em;
}
#contenu td {
	padding-bottom: 10px;
}
/*
commentaires ------- */
.comments, .comments ul, #comments li{
	list-style:none;
}
.comments li{
	margin:1.5em 0;
	position:relative;
	font-size:13px;
}
.comments a{color:#5a7981;text-decoration:none;}
.comments a:hover{color:#555;}
.comments .meta{
	padding-bottom:25px;
	background-image: url(../images/bg_comments1.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	}	
.comments .meta li{
	margin:0;
	display:inline;
	font-size:12px;
	color:#777;
	position:static;
	}	
.comments .meta .author{
	font-size:14px;
	font-weight:bold;
	}	
.comments .meta img{
	position:absolute;
	left:15px;
	top:37px;
	z-index:100;
	border:1px solid #999;
	}	
.comments .body{
	background:url(../images/bg_comments2.gif) no-repeat 0 100%;
	min-height:58px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 80px;
	width: 512px;
	}
/*
----- formulaires --------------------- */
form tr.titre td {
	background-color:#CCC;
	padding-top: 5px;
	text-align: left;
	padding-left: 5px;
}
form tr.premier td {
	padding-top: 5px;
}
form td {
	padding-bottom: 5px;
	padding-right: 6px;
}
form td .explications {
	font-size: 0.85em;
	color: #999;
	line-height: 1em;
}
input#submit {
	background-color: #EB7F1A;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1em;
	border: 1px solid #CCC;
}
input#submit2 {
	background-color: #EB7F1A;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	color: #FFF;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1em;
	border: 1px solid #CCC;
}
#footer {
	background-image: url(../images/bckg_footer.gif);
	height: 69px;
	width: 796px;
	background-repeat: no-repeat;
}
#insidefooter {
	width: 700px;
	margin-left: 25px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#footer p {
	font-size: 0.75em;
	line-height: 1.35em;
	color: #666;
}
#contenu #footer a {
	color: #8C8777;
	text-decoration:none;
}
#navigbas {
	text-align: right;
	height: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 10px;
	padding: 5px;
}
#contenu #navigbas p {
	font-size: 0.85em;
}
#navigbas a {
}

.VTabbedPanels .uneliste {

}
.VTabbedPanels .uneliste ul {
	margin-bottom: 15px;
	list-style-type: disc;
	margin-left: 10px;
}
.VTabbedPanels .uneliste li {
	font-size: 0.85em;
	padding-bottom: 6px;
	line-height: 1em;
}
.uneliste li em {font-weight: bold;}
blockquote {
	font-size: 0.75em;
	line-height: 1.2em;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-top: 30px;
}
#centre blockquote a{
	color: #917031;
}
#side_bar_html p {
	line-height:10px;
}
#side_bar_html a {
	color: #0F0;
	line-height:10px;
}
sup {
position: relative;
top: -3px;
vertical-align: top;
font-size: 90%;
}
.unquote {
	width: 600px;
	margin-left: 30px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 10px;
	color: #666;
	line-height: 12px;
}
#repertoire {
	background-image: url(../images/repertoire_anim.gif);
	background-repeat: no-repeat;
	height: 70px;
	width: 190px;
	margin-left: 20px;
	float: right;
}
#repertoire a{
	display: block;
	height: 60px;
	width: 188px;
	text-indent: -9999px;
}
#repertoire_gauche {
	background-image: url(../images/repertoire_gauche.gif);
	background-repeat: no-repeat;
	height: 84px;
	width: 190px;

}
#repertoire_gauche a{
	display: block;
	height: 60px;
	width: 188px;
	text-indent: -9999px;
}
#ajoutez {
	background-image: url(../images/ajoutez2012.gif);
	background-repeat: no-repeat;
	height: 62px;
	width: 192px;
	margin-bottom: 20px;
}
#ajoutez a{
	display: block;
	height: 60px;
	width: 188px;
	text-indent: -9999px;
}
.forcep {
	font-size: 12px;
	line-height: 12px;
	background-color: #EBEBEB;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.nouvelleajoutepar{
	color: #999;
	font-style: italic;
	font-size: 0.8em;
}
.adroite{
	float: right;
	position: relative;
	margin-left: 30px;
	clear: both;
}
.rollover1 a {
	width: 185px;
	color:#666;
	text-decoration: none;
	background-image: url(../images/boiteaoutils_click.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 49px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	display: block;
	text-indent: -9999px;
}
.rollover1 a:hover {
	background-position: 0 -49px;
}
.rollover1 a:active {
	background-position: 0 -49px;
}
.rollover2 a {
	width: 169px;
	color:#666;
	text-decoration: none;
	background-image: url(../images/boiteaoutils_check.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 49px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-indent: -9999;
	display: block;
}
.rollover2 a:hover {
	background-position: 0 -49px;
}
.rollover2 a:active {
	background-position: 0 -49px;
}
.rollover3 a {
	width: 185px;
	color:#666;
	text-decoration: none;
	background-image: url(../images/boiteaoutils_click_gris.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 49px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-indent: -9999;
	display: block;
}
.rollover3 a:hover {
	background-position: 0 -49px;
}
.rollover3 a:active {
	background-position: 0 -49px;
}

