/* CSS Document */

.iphone{display:none;}

body{
	margin:0;
	font:0.8em Arial, Helvetica, sans-serif;
	color:#333;
	background-color:#858585;
	background-image:url(../img/background_body.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

#header_top{
	width:900px;
	height:15px;
	margin:auto;
	background-color:#629DD5;
	border-bottom:1px solid #051039;
	background-image:url(../img/header_top_logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#header_bandeau{
	width:900px;
	height:180px;
	border-bottom:1px solid #051039;
	background-image:url(../visuel/v0.jpg);
}
#header_menu{
	width:900px;
	height:20px;
	border-bottom:1px solid #051039;
	background-color:#800000;
}
#header_menu span a{
	display:block;
	float:left;
	width:auto;
	height:inherit;
	padding:2px 10px;
	color:#fff;
	text-decoration:none;
}
#header_menu span a:hover{
	background-color:#629DD5;
}
#container{
	position:relative;
	width:900px;
	height:1000px;
	margin:auto;
}
body.home #container{
	height:4000px;
}
body.details #container, body.liens #container{
	height:2200px;
}
body.photos #container{
	height:4000px;
}
body.pistes #container{
	height:6000px;
}

div#contenu{
	height:100%;
	background-image:url(../img/bgcontenu.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
div#contenu a img{
	border:none;
}
div#contenu_g{
	float:left;
	margin:10px;
	width:600px;
}
div#contenu_d{
	text-align:center;
	float:right;
	margin:5px;
	width:230px;
}
div#contenu_g_detail{
	float:left;
	margin:10px;
	width:560px;
}
div#contenu_d_detail{
	text-align:center;
	float:right;
	margin:5px;
	width:270px;
}
div#box_rdv{
	text-align:left;
	width:228px;
	margin-bottom:10px;
	background-color:#ededed;
	border:1px solid #800000;
}
div#box_rdv h1{
	font-size:1.1em;
	font-weight:normal;
	padding:2px;
	margin:0;
	color:#fff;
	background-color:#800000;
	line-height:20px;
}
div#box_rdv h2{
	font-size:1em;
	line-height:normal;
	font-weight:bold;
	margin:0 5px;
	color:#800000;
}
div#box_rdv p{
	margin:0 5px 5px 5px;
	color:#3071AE;
	font-weight:normal;
	font-size:1em;
}
div#box_rdv a{
	color:#800000;
	text-decoration:none;
	font-weight:normal;
}
div#box_rdv a:hover{
	color:#629DD5;
	text-decoration:none;
}
div.rss{
	margin-bottom:10px;
}
div.box{
	text-align:left;
	width:228px;
	margin-bottom:10px;
	background-color:#ededed;
	border:1px solid #800000;
}
div.box p{
	font-size:1em;
	margin:5px;
	color:#800000;
}
div.box h1{
	font-size:1.1em;
	font-weight:normal;
	padding:2px;
	color:#fff;
	background-color:#629DD5;
	line-height:20px;
	margin:0;
}
div.box a{
	font-size:0.9em;
	color:#629DD5;
	text-decoration:none;
}
div.box a:hover{
	color:#800000;
	text-decoration:none;
}
/*** titre de page ***/
div#titre{
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	height:30px;
	line-height:30px;
	margin-bottom:20px;
	color:#800000;
	font-size:1.5em;
}
/* page : paragraphe */
div#contenu_g p, div#contenu_g_detail p{
	font-size:1.2em;
	color:#000;
}
/* page : sous titre */
#contenu_g .sous_titre, #contenu_g_detail .sous_titre{
	border-bottom:1px solid #808080;
	height:20px;
	line-height:20px;
	margin-bottom:20px;
	margin-top:10px;
	color:#800000;
	font-size:1.2em;
	font-weight:bold;
}
/* page : liens */
#contenu_g a, #contenu_g_detail a{color:#051039;}
#contenu_g a:hover, #contenu_g_detail a:hover{color:#0000FF;}

/* Vertical Accordions*/
.accordion_toggle {
	display: block;
	background-color:#808080;
	height: 20px;
	width: 580px;
	padding: 0 10px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 13px;
	color: #ededed;
	border-bottom:1px solid #999;
	cursor: pointer;
	margin: 0 0 0 0;
}
.accordion_toggle_active {
	color: #fff;
	background-color:#629dd5;
	border-bottom:1px solid #2f2f2f;
	height: 20px;
	font-size: 13px;
	margin: 0;
	padding: 0 10px;
}
.accordion_content {
	background-color: #ededed;
	color: #000;
	overflow: hidden;
	width: 600px;
}
#contenu_g .accordion_content p {
	padding: 5px 10px 15px 10px;
	font-size:1em;
}
.liens a {
	text-decoration:none;
}
#containerAlbum a {
	text-decoration:none;
}
#containerAlbum a:hover {
	color:#ccc;
}
.divVideo {
	display:none;
}
/** encadré de telechargements **/
div.telechargement{
	border:1px dotted #808080;
	padding:5px;
}
/* table des liens */
table td.soustitre{
	font-weight:bold;
}

