/* @override http://dev.djigui.org/default.css */

/* @group General Styles */

body {
	margin: 0px 5px 0px 5px;
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

p { 
}

b, strong {
	font-weight: bold;
	color: #092143;
}


a:link {
	color: #1900ff;
	text-decoration: none;
}

a:visited {
	color: #ab002e;
}

a:hover, a:active {
	color: #092143;
}

form.mail {
	background-color: #daf2ff;
	padding: 4px;
	text-align: left;
	border: medium solid #FFCC33;
	height: 150px;
	width: 200px;
}

#prog{
	background-image: url(/img/fond-prog.png);
	width: 283px;
	height: 319px;
	margin-left: 12px;
	margin-bottom: 5px;
	float: right;
	position: relative;
}



#actus{
	background-image: url(/img/fond-news.png);
	width: 283px;
	height: 156px;
	margin-left: 12px;
	margin-bottom: 5px;
	float: right;
	position: relative;
}

.titre_encart{
	position: absolute;
	font-weight: bold;
	font-size: 18px;
	top: 11px;
	left: 18px;
}

#prog #slider{
	position: absolute;
	top: 40px;
	left: 15px;
}

/* @group easySlider */



#news_slider ul,
#news_slider li,
#news_slider2 ul,
#news_slider2 li,
#slider ul, 
#slider li,
#slider2 ul, 
#slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}

#slider2{margin-top:1em;}
	
#slider li, 
#slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:250px;
		height:300px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}

.progimg{
	position: relative;
	display: inline;
}

.eventdesc{
	font-size: 11px;
	line-height: 17px;
	position: relative;
}

a.titag,
a.titag:visited {
	font-size: 16px;
	display: block;
	position: absolute;
	line-height: 18px;
	width: 230px;
	padding: 10px;
	bottom: 5px;
	color: white;
	background-image: url(/img/noir50.png);
	height: auto;
}

#news_slider li,
#news_slider2 li
{
	width: 250px;
	height: 150px;
	position: relative;
	top: 20px;
	overflow: visible;
	display: block;
}

.anews{
	margin-left: 17px;
}


/* @end */
	
/* @end */

/* @group Layout */

#container {
		background: url(/img/tissu.jpg) repeat-y 850px;
	width: 900px;
	margin: 0px auto 0; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
	color: #3e3e3e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 1.5em;
	min-height: 700px;
}

#pageHeader {
	width: 900px;
	text-align: left;
	list-style: none;
	height: 111px;
	background-image: url(/img/header_bg.jpg);
}

#pageHeader img {
	display: inline;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 10px;
}

#pageHeader h1 {
	
	margin: 0px;
	text-align: left;
	font-size: 26px;
	letter-spacing: 3px;
	padding: 33px 20px 5px 50px;
	font-weight: bold;
}

#pageHeader h1 a{
	color: #ffffff;
	text-shadow: 0px 0px 4px #c6e3f9;
	text-decoration: none;
}

#pageHeader h2 {
	color: #f1f973;
	text-shadow: 0px 0px 3px #c6e3f9;
	margin: 6px 0px 0px;
	font-size: 16px;
	text-align: left;
	padding-right: 20px;
	padding-left: 50px;
	letter-spacing: 3px;
	font-weight: bold;
}

#contentContainer {
	width: 709px;
	float: right;
	text-align: left;
	padding-top: 20px;
	border-top: 1px solid #ccc;
	height: auto;
	padding-bottom: 20px;
}

#contentContainer #content {
	padding-right: 30px;
	padding-left: 40px;
	width: 581px;
}


#sidebarContainer {
	width: 190px;
	text-align: left;
	float: left;
}	
	
#sidebarContainer .sidebar{
	
	background: #ffffff url(/img/sidebar_bg.png) repeat-y left;
	height: 50%;
	width: 190px;
	position: absolute;
	z-index: -1;
}

	
.sidecontact{
	
	background: #ffffff url(/img/sidebar_bg.png) repeat-y left;
	width: 190px;
	position: absolute;
}


#adress{
	margin-left: 15px;
	margin-top: 15px;
	line-height: 14px;
	font-size: 11px;
	z-index: 10;
	position: relative;
}

.vcf{
	margin-left: 12px;
	margin-top: 10px;
	font-size: 10px;
	line-height: 12px;
	width: 160px;
	border-top: 1px dotted #b3b3b3;
	border-bottom: 1px dotted #b3b3b3;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 10;
	position: relative;
}

.vcf img{
	margin-right: 9px;
}

#footer {
	width: 900px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: center; /* Hack To Keep IE5 Windows Happy */;
	height: 3px;
	height: 31px;
	color: #ffffff;
	background: url(/img/footer_bg.png) repeat;
}

#footer p {
	padding-top: 10px;
	margin: 0 0px 0px;
}

#footer a {
	color: #a5f0ff;
}

#footer a:hover {
	color: #ffa990;
	text-decoration: none;
}

#blanc{
	background-color: #fff;
	height: 50px;
	position: relative;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	text-align: left;
	padding: 0px;
	margin-top: 10px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	line-height: normal;
	background: repeat-y;
}

#navcontainer #current {
}

#navcontainer ul {

	margin: 0;

	padding: 0;

	list-style: none;

	width: 190px; /* Width of Menu Items */

	border-bottom: 1px solid #ccc;

	}



#navcontainer ul li {

	position: relative;

	}

	

#navcontainer li ul {

	position: absolute;

	left: 189px; /* Set 1px less than menu width */

	top: 0;

	display: none;

	}



/* Styles for Menu Items */

#navcontainer ul li a {

	display: block;

	text-decoration: none;

	color: #777;

	background: #fff; /* IE6 Bug */

	padding: 5px;

	border: 1px solid #ccc;

	border-bottom: 0;
	padding-top: 6px;
	padding-bottom: 6px;
}



/* Fix IE. Hide from IE Mac \*/

* html #navcontainer ul li { float: left; height: 1%; }

* html #navcontainer ul li a { height: 1%; }

/* End */



#navcontainer ul li a:hover { color: #FFFFFF; background: #3175b9; text-shadow: 0px 0px 4px #c6e3f9;} /* Hover Styles */

		

#navcontainer li ul li a { padding: 6px 5px 6px 5px;
} /* Sub Menu Styles */

		

#navcontainer li:hover ul, #navcontainer li.over ul { display: block; } /* The magic */

/* @end */

/* @group Global Classes */

.standout {
	font-style: italic;
	background: #e3f1fc;
	padding: 10px;
	font-size: 13px;
	color: #092143;
	border-bottom: 1px dotted #092143;
	border-top: 1px dotted #092143;
}

h1 {
	color: #092143;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

h2 {
	color: #092143;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 16px;
}

h3 {
	color: #092143;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 3px;
}

h4 {
	color: #092143;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

h5 {
	color: #092143;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
}

.imageStyle {
}
	
/* @end */

/* @group Blog */

/* @group Archive Page */

.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-month {
	color: #092143;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-archive-link { 
}

	
/* @end */

.blog-entry {
}

.blogpost h3 a {
	color: #092143;
	font-size: 24px;
	font-weight: normal;
	background-color: #feffed;
	display: block;
	padding: 9px;
	text-shadow: #ffb13c 1px 1px 2px;
}

.blogpost h3{
	margin: 20px 0 0;
}

.postmeta {
	font-size: 10px;
		border-style: solid;
	padding: 5px 10px;
	border-width: 1px;
	border-color: #eaeaea;
	border-top-style: none;
}

.blogp {
	border-style: solid;
	padding: 20px 10px;
	border-width: 1px;
	border-color: #eaeaea;
}
	
/* @end */


