/*-------------------------------------------------------------------------------------*/
/* =  style pour le deeplinking			 */
/*-------------------------------------------------------------------------------------*/

/*--------------------- global*/
html{background-color:transparent;}
body{
	background: transparent url('http://www.morbihan.fr/UserFile/Image/Evenements/2011/MM/fonds/ADV_Kergue_1680x1050.jpg') no-repeat fixed bottom left !important;
	font-family:arial;
	background-color:#fff !important;
	}

a{color:#159BDD; text-decoration:none; padding:0 0; margin: 0 0;}
a:hover{color:#ffffff !important; text-decoration:none; padding:0 0; margin: 0 0;}
a:focus{color:#ffffff !important; text-decoration:none; padding:0 0; margin: 0 0;}


/*--------------------- structure*/

#header{
	margin-top:40px;
	}

#content{
	margin-top:20px;
	background-color: #840e19;  /* the background          */
	filter:alpha(opacity=90);   /* Internet Explorer       */
	-moz-opacity:0.9;           /* Mozilla 1.6 and below   */
	opacity: 0.9;               /* newer Mozilla and CSS-3 */
	}	
	
#MainNav {margin-top:15px; }

#MainNav ul{
	position:fixed;
	list-style-type:none;
	list-style-position:inside;
	margin: 0 0;
	width:200px;
}

#MainNav ul li{
	
	background-color:#840e19;
	color:#F50681;
	padding:3px 10px;
	margin-top:5px;
	font-size:105%;
	filter:alpha(opacity=90);   /* Internet Explorer       */
	-moz-opacity:0.9;           /* Mozilla 1.6 and below   */
	opacity: 0.9;               /* newer Mozilla and CSS-3 */
}
#MainNav ul li a{
	color:#fff;
}

#footer{
	margin-top:100px;
	position:relative;
	background-color:#840e19;
	filter:alpha(opacity=90);   /* Internet Explorer       */
	-moz-opacity:0.9;           /* Mozilla 1.6 and below   */
	opacity: 0.9;               /* newer Mozilla and CSS-3 */

}

#footer p.logo{
	position:absolute;
	top:-100px;
	left:0px; 
	}
p.logo{
	display:block; width:90px; height:95px;
	overflow:hidden; text-indent:-200em;
	background: transparent url('../img/logoCG56.png') no-repeat;
	*background-image: none;
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logoCG56.png', sizingMethod='image');
}
	
#footer ul{
	list-style-type:none;
	list-style-position:inside;
	margin: 5px 0;
}
#footer ul li{display:inline; margin-left:10px; position:relative;}
#footer ul li a{color:#fff;}
/*-------------------------------------------------------------------------------------*/
/* =  partie wsg			 */
/*-------------------------------------------------------------------------------------*/

.wsg{
	margin:10px;
	color:#fff;
}
.wsg h1,
.wsg h2,
.wsg h3,
.wsg h4,
.wsg h5,
.wsg h6{
	color:#159BDD;
	font-weight:normal;
}
