body{
    margin: auto;
    background-image: url(../images/fond-page-motif.jpg);
    font-family: Georgia, serif;
    font-size: 12px;
    color: #64587a;
}

.bleu{
	color: #64587a;
}

.rouge{
	color: #bf3d3d;
}

a{
	color: #64587a;
}

a img, img{
	border: 0;
}

.liste_album{
	width: 120px;
	margin: 5px;
	text-align: center;
	/*float: left;*/
}

.liste_album a img{
	padding: 3px;
	filter:alpha(opacity=30);
    opacity: 0.3;
}

.liste_album a.actif img{
	border: #bf3d3d 3px solid;
	padding: 0px;
	filter:alpha(opacity=100);
    opacity: 1;
}

h1{
    margin-top: 0px;
	margin-bottom: 12px;
}

.logo{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

p{
    text-align: justify;
	margin: 1em 0px;
}

span.right{
	display: block;
	text-align: right;
}

ul.spip{
	list-style: none;
	padding-left: 19px;
	margin: 0px;
}
ul.spip li{
	background-image: url(../images/puce-bleu.gif);
	background-repeat : no-repeat;
	padding-left: 21px;
	line-height: 18px;
}

span.puce{
	background-image : url(../images/puce-bleu.gif);
	background-repeat : no-repeat;
	background-position: 0px -2px;
	padding-left: 15px;
	padding-bottom: 1px;
	line-height: 18px;
}

#page{
    position: relative;
    margin: auto;
    background-image: url(../images/fond-page-ligne.jpg);
    background-repeat: repeat-y;
    width: 1000px;
    padding-bottom: 238px;
    min-height: 608px;
}

#haut{
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../images/fond-page-haut.jpg);
    background-repeat: no-repeat;
    width: 1000px;
    height: 846px;
    z-index: 1;
}
#banniere{
    position: absolute;
	top: 0px;
    left: 254px;
    width: 679px;
    height: 238px;
    z-index: 1;
}
#menu{
    position: absolute;
    top: 0px;
    left: 68px;
    width: 184px;
    height: 846px;
    /*background: #CCCCCC;
    text-align: center;
    filter:alpha(opacity=60);
    opacity: 0.6;*/
    z-index: 1;
}

#menu3{
	position: absolute;
	bottom: 55px;
	left: 78px;
	width: 146px;
	/*behavior: url(squelettes/css/iepngfix.htc);
    background-image: url(../images/pixel.png);*/
    padding: 20px 5px;
	text-align: left;
	/*min-height: 250px;*/
	z-index: 2;
}

#menu3 a{
	text-decoration: none;
}

#menu3 .item{
	margin-bottom: 8px;
	min-height: 30px;
}

#menu3 .puce{
	float: left;
	padding-top: 9px;
	padding-right: 2px;
}
	

#main{
	position: relative;
    left: 240px;
    top: 238px;
    width: 653px;
    min-height: 608px;
    padding: 10px;
    z-index: 100;
}

#bas{
    position: relative;
    margin: auto;
    background-image: url(../images/fond-page-bas.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    width: 999px;
    height: 255px;
}
    
.fond{
    background-color:#DACE9A;
}

.col{
    /*behavior: url(squelettes/css/iepngfix.htc); 
    background-image: url(../images/pixel.png);*/
	padding: 10px;
    width: 633px;
}

.col1{
   width: 423px;
   padding: 10px;
   /*behavior: url(squelettes/css/iepngfix.htc); 
   background-image: url(../images/pixel.png);*/    
}

.col2{
    float: right;
    width: 170px;
    padding: 10px;
    behavior: url(squelettes/css/iepngfix.htc);
    background-image: url(../images/pixel.png);
}

.col2 .breve{
	margin-bottom: 40px;
}

.accueilcol2{
	float: right;
	padding: 0px;
	width: 190px;
}

.accueilcol2 .breve, .accueilcol2 .ps{
	behavior: url(squelettes/css/iepngfix.htc);
    background-image: url(../images/pixel.png);
	padding: 10px;
	font-size: 0.9em;
	margin-bottom: 20px;
}

.accueilcol2 .breve .lien{
	margin-top: 10px;
	text-align: right;
}

.accueilcol1{
	/*float: right;*/
	width: 423px;
	padding: 10px;
	/*behavior: url(squelettes/css/iepngfix.htc); 
	background-image: url(../images/pixel.png);*/   
}

.accueilcol1 .date{
	text-align: right;
	font-weight: bold;
}

.clear{
    clear: both;
}

.clearleft{
    clear: left;
}

.clearright{
	clear: right;
}

.col div.hr, .col1 div.hr, .accueilcol1 div.hr{
	width: 100%;
	height: 7px;
	margin: 0.8em 0px;
	background-image: url(../images/point-rouge.gif);
	background-repeat: repeat-x;
	font-size: 0.8em;
}

.col2 div.hr, .accueilcol2 div.hr{
	height: 7px;
	margin: 0.8em 0px;
	background-image: url(../images/point-bleu.gif);
	background-repeat: repeat-x;
	font-size: 0.8em;
}

.album_left{
	float: left;
	width: 250px;
}

.album_right{
	margin-left: 270px;
}

.album_right table{
	width: 100%;
}

.album_right table td{
	width: 50%;
	height: 2em;
}

.album_right table tr.row_odd { color: #bf3d3d; }
.album_right table tr.row_even { color: #64587a; }

#calendrier{
	position: relative;
	left: 0px;
	top: 0px;
}

#evenementarea{
	position:absolute;
	top: 202px;
	left: 128px;
	width: 357px;
	height: 244px;
	padding: 10px;
	overflow: auto;
	background-color: #480A0B;
	color: #FFFFFF;
	filter:alpha(opacity=70);
	opacity: 0.7;
}

.evenement{
	margin: 1em 0px;
	font-size: 0.9em;
}
.evenement h3{
	margin: 2px;
	font-size: 1.4em;
}
.evenement p{
	margin: 0px;
}
.evenement .lieu{
	margin: 1px;
	font-weight: bold;
}
.evenement .descriptif{
	font-size: 1em;
	line-height: 1.1em;
}

.imagemois{
	display: none;
}

.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
}

.carouselarea .prev{
	float: left;
	padding-top: 50px;
	width: 30px;
}

.carouselarea .next{
	float: right;
	padding-top: 50px;
	padding-right: 20px;
}

.carouselarea .stepcarousel{
width: 560px; /*Width of Carousel Viewer itself*/
height: 200px; /*Height should enough to fit largest content's height*/
}

.carouselarea .stepcarousel .panel{
margin: 0px; /*margin around each panel*/
width: 140px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#mediaarea{
	width: 423px;
	height: 443px;
	margin: 1em auto;
	text-align: center;
}

#mediaarea .prev{
	float: left;
	padding-top: 20px;
	margin-right: 15px;
}

#mediaarea .next{
	float: right;
	padding-top: 20px;
}

#mediaarea .stepcarousel{
	width: 350px; /*Width of Carousel Viewer itself*/
	height: 80px; /*Height should enough to fit largest content's height*/
}

#mediaarea .stepcarousel .panel{
	margin: 10px; /*margin around each panel*/
	width: 60px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 50px;
	background-color: #000;
	text-align: center;
	padding-top: 10px;
}

#mediaarea .stepcarousel .actif{
	border: #bf3d3d 3px solid;
	margin: 7px;
}
	
#media{
	width: 423px;
	height: 367px;
	margin: auto;
}

.media{
	height: 317px;
	width: 423px;
	background-color: #000;
}

div.scroll{
	height: 200px;
	overflow: hidden;
	position: relative;
	top: 0px;
}

div.scroll .scrolldiv{
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 1em;
}

.spip_documents_left{
	margin-right: 5px;
	margin-bottom: 5px;
}

#wallarea {
	background-image: url(../images/mur.jpg);
}

#wall {
	/*behavior: url(squelettes/css/iepngfix.htc); 
	background-image: url(../images/pixel.png);*/
	min-height: 582px;
	padding: 20px;
}

#wall .drag{
	padding: 5px;
}

#wall .drag a{
	cursor: move;
}

#wall .pagination{
	float: right;
	text-align: right;
	width: 50px;
}
	